You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- www/ is the target browser-served application surface for the repository layout simplification workstream.
36
40
37
41
Deployable application source:
38
42
- src/web/{feature-name}/
@@ -51,6 +55,7 @@ Valid dev workspace folders:
51
55
- dev/archive/
52
56
- dev/build/
53
57
- dev/config/
58
+
- dev/local-runtime/
54
59
- dev/reports/
55
60
- dev/scripts/
56
61
- dev/templates/
@@ -62,6 +67,7 @@ Dev workspace ownership:
62
67
- dev/archive/ owns historical reference material only.
63
68
- dev/build/ owns active Project Instructions, architecture, database DDL/DML/seed docs, standards, backlog, PR planning, and governance.
64
69
- dev/config/ owns development-only runner and tooling configuration.
70
+
- dev/local-runtime/ owns developer-only local runtime bootstrap, team port resolution, local diagnostics, and browser launch orchestration after the migration step that moves those files.
65
71
- dev/reports/ owns authoritative Codex reports for the repository. Reports committed to `main` are the official record.
66
72
- dev/scripts/ owns development-only scripts and runners.
67
73
- dev/templates/ owns reusable development templates.
@@ -96,6 +102,8 @@ These legacy transition buckets may remain until explicit migration PRs move the
96
102
## Rules
97
103
98
104
- Root is production website and standard repository configuration only.
105
+
- www/ is the browser-served application target surface for migration.
106
+
- api/ is the Node/API/server application target surface for migration.
99
107
- src/ is deployable application/runtime/API code.
0 commit comments