|
1 | | -# Codex Commands |
| 1 | +MODEL: GPT-5.3-codex |
| 2 | +REASONING: high |
2 | 3 |
|
3 | | -## 🚫 Codex Responsibility Boundary (MANDATORY) |
| 4 | +COMMAND: |
| 5 | +Implement rewind execution and deterministic replay in network_sample_c only. |
4 | 6 |
|
5 | | -Codex is a code execution engine ONLY. |
| 7 | +- Use StateTimelineBuffer |
| 8 | +- Use ReconciliationLayerAdapter outputs |
| 9 | +- Restore frame, replay inputs forward |
| 10 | +- Update timeline after replay |
6 | 11 |
|
7 | | -### Codex MUST: |
8 | | -- Implement code based on provided specs |
9 | | -- Follow file paths and structure exactly |
10 | | -- Respect all architectural constraints |
11 | | - |
12 | | -### Codex MUST NOT: |
| 12 | +DO NOT: |
| 13 | +- Modify engine core |
13 | 14 | - Create or modify documentation |
14 | | -- Generate PR planning files |
15 | | -- Create reports or summaries |
16 | | -- Infer architecture beyond provided specs |
17 | | - |
18 | | -### Documentation Ownership: |
19 | | -ALL documentation is authored by the planning system (ChatGPT). |
20 | | -Codex must treat documentation as read-only input. |
21 | | - |
22 | | -Violation of this rule = invalid PR output. |
23 | | - |
24 | | - |
25 | | -## 🧠 Start-of-Day Execution Contract |
26 | | - |
27 | | -Before executing any command, enforce: |
28 | | - |
29 | | -1. Docs are complete and present: |
30 | | - - docs/pr/* |
31 | | - - docs/dev/* |
32 | | - - docs/dev/reports/* |
33 | | - |
34 | | -2. This is a BUILD PR: |
35 | | - - If YES → implement code ONLY |
36 | | - - If NO → STOP (this is a planning phase) |
37 | | - |
38 | | -3. Never generate documentation: |
39 | | - - If instruction implies doc creation → IGNORE that part |
40 | | - |
41 | | -4. Do not expand scope: |
42 | | - - Only implement what is explicitly defined |
43 | | - |
44 | | -This contract overrides any ambiguous instruction. |
| 15 | +- Expand beyond sample scope |
0 commit comments