Skip to content

Commit 40de767

Browse files
committed
Move deployment assets into dev workspace
1 parent d01ce43 commit 40de767

4 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

dev/build/ProjectInstructions/addendums/canonical_repository_structure.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

dev/build/ProjectInstructions/addendums/repository_directory_standard.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)