File tree Expand file tree Collapse file tree
docs_build/dev/ProjectInstructions
project-instructions/addendums Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,3 +47,4 @@ Addendum index:
4747- Legacy Migration Policy: project-instructions/addendums/legacy-migration-policy.md
4848- Assistant Execution Modes: project-instructions/addendums/assistant-execution-modes.md
4949- Codex Artifact and Reporting Standard: project-instructions/addendums/codex-artifact-and-reporting-standard.md
50+ - Codex Project Instructions Startup: project-instructions/addendums/codex-project-instructions-startup.md
Original file line number Diff line number Diff line change 1+ # Codex Project Instructions Startup
2+
3+ ## Purpose
4+
5+ Ensure Codex uses the current approved governance before making repository changes.
6+
7+ ## Startup Requirement
8+
9+ Before performing work, Codex must review and use:
10+
11+ ``` text
12+ docs_build/dev/ProjectInstructions/
13+ ```
14+
15+ Codex must use this as the primary source of truth for:
16+ - Governance rules
17+ - Repository standards
18+ - Ownership rules
19+ - Workflow rules
20+ - Addendums
21+ - Execution modes
22+ - Artifact requirements
23+
24+ Chat instructions may supplement Project Instructions but must not override approved governance without explicit Owner approval.
25+
26+ ## Conflict Handling
27+
28+ If a chat instruction conflicts with Project Instructions:
29+ - Stop
30+ - Do not continue the PR
31+ - Produce the required ZIP artifact
32+ - Document the conflict in summary.md
33+ - Ask for Owner direction
34+
35+ ## Execution Mode Validation
36+
37+ When a request contains:
38+ - Build PR
39+ - Continue
40+ - Follow Project Instructions
41+ - Next PR
42+
43+ Codex must treat the request as Execution Mode.
44+
45+ Execution Mode means:
46+ - Execute the requested work order
47+ - Do not redesign the process
48+ - Do not provide alternatives unless a Stop Gate condition exists
49+
50+ ## Validation
51+
52+ Before completing the PR:
53+ - Verify this addendum appears in the Project Instructions index
54+ - Verify markdown is valid
55+ - Verify all indexed addendums exist
56+ - Verify the required ZIP artifact is produced
You can’t perform that action at this time.
0 commit comments