Skip to content

Commit b61914a

Browse files
committed
docs: document Level 2 planner investigation and validation
1 parent 9a982be commit b61914a

25 files changed

Lines changed: 2435 additions & 419 deletions

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ __pycache__/
6363
*.py[cod]
6464
*$py.class
6565

66+
# Generated benchmark artifacts
67+
capacity_review_questions.json
68+
capacity_review_results.json
69+
6670
# Test artifacts
6771
test_data/
6872
tests/e2e/test_data/

AGENTS.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,9 @@ Never hide investigation steps.
200200

201201
# Current Engineering Phase
202202

203-
Level 2
203+
Level 2 is feature-complete but not yet closed.
204204

205-
Planner Investigation
206-
207-
Mission:
208-
209-
Teach the planner to investigate before answering.
210-
211-
Primary objective:
212-
213-
Improve planner behaviour rather than adding capabilities.
205+
Level 3 must not begin until all Level 2 acceptance criteria have been satisfied.
214206

215207
---
216208

0 commit comments

Comments
 (0)