Repository Access Policy
This policy governs how this registry and all other Life Interiors repositories may be accessed when working with AI coding agents (e.g. Claude Code) and automated tooling.
TL;DR
| Repository | Access |
|---|---|
lifeinteriors/life-business-logic-registry (this repo) |
โ Read & write โ updates, edits, and new entries are made here |
| Every other Life Interiors repository | ๐ Read-only โ may be read/cloned for reference, but must never be edited, committed to, or pushed to |
Why
This repository is the single source of truth for business logic, workflows, requirements, and test cases across Life Interiors systems. Business logic is documented here, not changed in the systems it describes. Keeping every other repository read-only prevents an agent or contributor from accidentally modifying production code, configuration, or history while capturing or updating business logic.
Rules
- This registry is the only writable repository. All additions and changes to business logic, workflows, requirements, and test cases are committed here.
- All other repositories are read-only. They may be cloned and read for reference,
but you must not:
- edit, create, or delete files in them;
- commit to them;
- push branches or tags to them;
- open pull requests against them as part of registry work.
- Capture, don't change. Any business logic discovered in another repository is recorded in this registry โ never modified in the source repository.
- Reference the source. When documenting logic from another repository, link to the exact file path (and commit, where useful) so the entry stays traceable.
- When in doubt, read-only wins. If it is unclear whether an action is allowed on a repository other than this one, treat it as read-only and ask a human first.
Read-only repositories (non-exhaustive)
The following repositories are explicitly read-only for registry work. This list is illustrative, not complete โ the rule above applies to every repository that is not this registry:
lifeinteriors/shipping-v6-nswolifeinteriors/shipping-v6-swo
Scope
This policy applies to AI agents, automated tooling, and any contributor performing registry work. It governs write access only; it does not restrict reading, cloning, or referencing other repositories.