mirror of
https://github.com/instructkr/claw-code.git
synced 2026-05-18 13:31:28 +08:00
Start G010 session hygiene stream
The ultragoal has advanced from Windows/docs readiness to Stream 9 session hygiene. Record the in-progress marker before launching the implementation team so ledger state matches the active work. Constraint: .omx/ultragoal/goals.json and ledger.jsonl are the durable audit trail for stream transitions. Confidence: high Scope-risk: narrow Tested: omx ultragoal start-next --json; get_goal confirmed aggregate Codex goal remains active Co-authored-by: OmX <omx@oh-my-codex.dev>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"createdAt": "2026-05-14T07:53:46.061Z",
|
||||
"updatedAt": "2026-05-15T01:57:41.565Z",
|
||||
"updatedAt": "2026-05-15T01:59:22.219Z",
|
||||
"briefPath": ".omx/ultragoal/brief.md",
|
||||
"goalsPath": ".omx/ultragoal/goals.json",
|
||||
"ledgerPath": ".omx/ultragoal/ledger.jsonl",
|
||||
@@ -118,10 +118,11 @@
|
||||
"id": "G010-session-hygiene",
|
||||
"title": "Stream 9: Session hygiene/local state/recovery UX",
|
||||
"objective": "Implement/verify session file hygiene, .gitignore state paths, per-worktree session isolation, list/delete/exists/compact/resume, compact/provider-context recovery, JSONL payload bloat safeguards, interrupt recovery, and clone disambiguation metadata.",
|
||||
"status": "pending",
|
||||
"attempt": 0,
|
||||
"status": "in_progress",
|
||||
"attempt": 1,
|
||||
"createdAt": "2026-05-14T07:54:21.409575Z",
|
||||
"updatedAt": "2026-05-14T07:54:21.409575Z"
|
||||
"updatedAt": "2026-05-15T01:59:22.219Z",
|
||||
"startedAt": "2026-05-15T01:59:22.219Z"
|
||||
},
|
||||
{
|
||||
"id": "G011-ecosystem-ops-ux",
|
||||
@@ -142,5 +143,6 @@
|
||||
"updatedAt": "2026-05-14T07:54:21.409575Z"
|
||||
}
|
||||
],
|
||||
"codexObjective": "Complete the approved Claw Code 2.0 ultragoal delivery: implement all classified ROADMAP.md backlog work through execution-sized stream goals G001-G012, using .omx/ultragoal/ledger.jsonl as the durable audit trail and .omx/plans/claw-code-2-0-adaptive-plan.md as the source plan."
|
||||
"codexObjective": "Complete the approved Claw Code 2.0 ultragoal delivery: implement all classified ROADMAP.md backlog work through execution-sized stream goals G001-G012, using .omx/ultragoal/ledger.jsonl as the durable audit trail and .omx/plans/claw-code-2-0-adaptive-plan.md as the source plan.",
|
||||
"activeGoalId": "G010-session-hygiene"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user