docs(roadmap): add #421 — version json omits build_date field; ROADMAP #79 documents it present#2965
Conversation
… ROADMAP #79 documenting it present
|
Review verdict: REQUEST_CHANGES Inspected exact diff against Blocker: #421 is actionable, but it currently overlaps materially with existing version/build_date tracking:
The useful distinct angle in #421 is the doc-vs-live contradiction: ROADMAP #79/schema docs claim Merge risk: low technical risk, medium ROADMAP hygiene risk until the duplicate scope is clarified. — |
|
Closing — materially overlaps ROADMAP #334 (PR #2842) and #391 (PR #2929) which both already cover |
Pinpoint #421
version --output-format jsonemits 5 fields but omitsbuild_date, which ROADMAP entry #79 documents as a first-class structured field.Live binary output:
{"git_sha":"5eb1d7d8","kind":"version","message":"Claw Code\n Version 0.1.0\n Git SHA 5eb1d7d8\n Target aarch64-apple-darwin\n Build date 2026-04-30","target":"aarch64-apple-darwin","version":"0.1.0"}build_dateis in themessageprose but not as a top-level JSON key. ROADMAP #79 line 1380 explicitly lists it as{kind, message, version, git_sha, target, build_date}.ROADMAP-only PR. No source/test changes.