File tree Expand file tree Collapse file tree
build/ProjectInstructions/addendums Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,6 +117,7 @@ PLAN_PR → BUILD_PR → APPLY_PR
117117- [ docs/architecture/] ( docs/architecture/ ) → durable architecture and boundary contracts
118118- [ dev/build/pr/] ( dev/build/pr/ ) → preserved PR history and architecture evolution
119119- [ dev/build/ProjectInstructions/] ( dev/build/ProjectInstructions/ ) → active governance and workflow controls
120+ - [ dev/deploy/] ( dev/deploy/ ) → development-only deployment assets and local deployment configuration
120121- [ dev/reports/] ( dev/reports/ ) → active report artifacts
121122- [ dev/archive/] ( dev/archive/ ) → archived dev-ops notes and generated reports
122123
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Development workspace:
2626- dev/tests/
2727- dev/scripts/
2828- dev/config/
29+ - dev/deploy/
2930- dev/archive/
3031- dev/workspace/
3132
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ Transition rule:
4040- ` dev/tests/ ` owns non-deployable test suites.
4141- ` dev/scripts/ ` owns development-only scripts and runners.
4242- ` dev/config/ ` owns development-only runner and tooling configuration.
43+ - ` dev/deploy/ ` owns development-only deployment assets and local deployment configuration.
4344- ` dev/workspace/ ` owns generated non-report artifacts and ignored local temporary workspace output.
4445- ` dev/archive/ ` owns historical development reference material that is not active governance.
4546- ` dev/build/ProjectInstructions/ ` is the only active Project Instructions source.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments