Skip to content

Commit e04014e

Browse files
author
DavidQ
committed
PLAN: add protected BUILD template under docs/dev/templates
- standardizes mandatory BUILD constraints - no runtime changes
1 parent 497bcc1 commit e04014e

File tree

7 files changed

+32
-57
lines changed

7 files changed

+32
-57
lines changed

docs/dev/CODEX_COMMANDS.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
MODEL: GPT-5.3-codex
2-
REASONING: high
3-
4-
COMMAND:
5-
Implement BUILD_PR_LEVEL_11_7_FINAL_PROMOTION_GATE as specified.
6-
Do not modify engine core APIs.
7-
Limit changes to listed target files.
1+
# No Codex command (PLAN only)

docs/dev/COMMIT_COMMENT.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUILD: Level 11.7 Final Promotion Gate
1+
PLAN: add protected BUILD template under docs/dev/templates
22

3-
- Implements promotion gating logic
4-
- Adds stability + rollback checks
3+
- standardizes mandatory BUILD constraints
4+
- no runtime changes
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
CHANGE SUMMARY
22

3-
- Added promotion gate runtime logic
4-
- Enforced stability checks before promotion
5-
- Added rollback safety conditions
6-
- Added observability logging
3+
- Added protected BUILD template at `docs/dev/templates/BUILD_TEMPLATE_PROTECTED.md`
4+
- Standardized mandatory BUILD constraints for future BUILD bundles

docs/dev/reports/file_tree.txt

Lines changed: 15 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,16 @@
1+
FILE TREE
2+
13
docs/
2-
dev/
3-
CODEX_COMMANDS.md
4-
commit_comment.txt
5-
reports/
6-
change_summary.txt
7-
file_tree.txt
8-
roadmap_move_manifest.txt
9-
validation_checklist.txt
10-
roadmaps/
11-
BIG_PICTURE_ROADMAP.md
12-
NETWORK_SAMPLES_PLAN.md
13-
PRODUCTIZATION_ROADMAP.md
14-
big_picture_roadmap_text.md
15-
start_of_day/
16-
CODEX_SESSION_PROMPT.md
17-
CURRENT_STATE.md
18-
NEXT_STEPS.md
19-
README.md
20-
SESSION_CONTEXT.md
21-
chatGPT/
22-
RULES.md
23-
SESSION_VALIDATION_GATE.md
24-
WORKFLOW.md
25-
codex/
26-
BUILD_EXECUTION_CHECKLIST.md
27-
RULES.md
28-
STOP_AND_REPORT.md
29-
WORKFLOW.md
30-
pr/
31-
APPLY_PR_DEBUG_SURFACES_SERVER_CONTAINERIZATION.md
32-
APPLY_PR_DEBUG_SURFACES_SERVER_DASHBOARD_ADVANCED.md
33-
APPLY_PR_LOW_TOKEN_START_OF_DAY_AND_ROADMAP_MOVE.md
4+
└── dev/
5+
├── commit_comment.txt
6+
├── codex_commands.md
7+
├── reports/
8+
│ ├── change_summary.txt
9+
│ ├── file_tree.txt
10+
│ └── validation_checklist.txt
11+
└── templates/
12+
└── BUILD_TEMPLATE_PROTECTED.md
13+
14+
docs/
15+
└── pr/
16+
└── PLAN_PR_BUILD_TEMPLATE_PROTECTED.md
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VALIDATION CHECKLIST
22

3-
[ ] Promotion triggers only under valid conditions
4-
[ ] Stability window enforced
5-
[ ] Rollback conditions abort correctly
6-
[ ] Logging provides visibility
3+
[ ] Template file exists at `docs/dev/templates/BUILD_TEMPLATE_PROTECTED.md`
4+
[ ] Mandatory constraints are defined
5+
[ ] No runtime impact introduced
6+
[ ] No protected start_of_day directories touched

docs/dev/templates/BUILD_TEMPLATE_PROTECTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
- Do not change engine core APIs
77

88
## Requirement
9-
This section must be included in every BUILD PR.
9+
This mandatory constraints section must be included in every BUILD PR.

docs/pr/PLAN_PR_BUILD_TEMPLATE_PROTECTED.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
Introduce a protected BUILD template to standardize constraints across all BUILD PRs.
55

66
## Scope
7-
- Add BUILD template under docs/dev/templates/
7+
- Add protected BUILD template under `docs/dev/templates/`
88
- Define mandatory constraints section
9-
- Ensure reuse across all future BUILD bundles
9+
- Require future BUILD PRs to include or reference this protected template
1010

1111
## Non-Goals
1212
- No runtime changes
13-
- No modification to existing BUILD PRs
1413
- No Codex execution
14+
- No changes to protected start_of_day directories
1515

1616
## Acceptance Criteria
17-
- Template exists in protected location
18-
- Includes mandatory constraints section
19-
- Future BUILD PRs can reference template
17+
- `docs/dev/templates/BUILD_TEMPLATE_PROTECTED.md` exists
18+
- Template includes mandatory constraints section
19+
- Future BUILD PRs can reuse the exact constraints block

0 commit comments

Comments
 (0)