@@ -23,6 +23,19 @@ Given a large objective and some repository context, it generates:
2323
2424The current version focuses on planning, not execution.
2525
26+ ## Status
27+
28+ ` codex-goal-parser ` has now completed its first reliability roadmap and is ready for broader real-world use as a planning helper.
29+
30+ Highlights in the current release line:
31+
32+ - automatic repo detection when running inside a project
33+ - clearer output controls with ` --output ` and ` --output-file `
34+ - richer repo-context ingestion for validation, structure, and framework hints
35+ - stronger goal-type heuristics with broad-objective narrowing
36+ - file-based planning inputs via ` --issue-file ` and ` --context-file `
37+ - documented JSON output contract and fixture-based automated tests
38+
2639** Inputs**
2740- a large user objective
2841- repository context
@@ -205,9 +218,19 @@ The generated `/goal` commands use a compressed version of that context so they
205218- [ ` codex-goal-decomposer ` ] ( https://clawhub.ai ) — ClawHub/OpenClaw skill for turning large goals into smaller goal-mode tasks
206219- [ ` lazyGithub ` ] ( https://github.com/Hanjo92/lazyGithub ) — helper project for publishing GitHub repos with README and About metadata filled properly
207220
221+ ## Roadmap status
222+
223+ The first reliability roadmap is complete:
224+
225+ - [x] CLI ergonomics and output handling
226+ - [x] Better repo-context ingestion
227+ - [x] Better heuristic quality and splitting behavior
228+ - [x] Richer input sources like issues/specs/docs
229+ - [x] Structured output contract and tests
230+
208231## Next steps
209232
210- 1 . tighten the phase heuristics by objective type
211- 2 . create more example transformations
212- 3 . expand repo ingestion to more file types and smarter code/test signal extraction
213- 4 . decide whether to keep prompt-first or add typed planning logic
233+ 1 . add more representative planning examples and fixtures
234+ 2 . expand repo ingestion to more languages and deployment layouts
235+ 3 . keep refining heuristics with real-world planning transcripts
236+ 4 . decide whether to add a more explicit typed planning core over time
0 commit comments