life-business-logic-registry
Canonical registry of business logic, workflows, requirements, and test cases across Life Interiors systems.
How this registry works
- Business logic is captured and maintained here โ this is the single source of truth.
- Other Life Interiors repositories are read-only; their logic is documented here, not changed there.
- See
ACCESS_POLICY.mdfor the full read/write policy.
Contents
Systems
| System | Entry | Description |
|---|---|---|
| Shipping Automation | systems/shipping-automation/module-5-courier-approval.md |
Module 5 โ Courier Approval & Set Ship Date (nswo + swo Lambdas) |
Layout
ACCESS_POLICY.md Read/write policy across repositories
systems/
shipping-automation/ Courier approval & ship-date automation
Website
This registry is published as a static docs site on Cloudflare Pages, connected to this GitHub
repo โ every push to main auto-deploys, and feature branches get preview URLs. See
DEPLOYMENT.md for the one-time setup.
- Build:
npm run buildrenders every.mdintopublic/(the Pages output directory). - Deploy: automatic on push โ
mainโ production, a feature branch โ preview.