docs(roadmap): add #322 #323 — json stream corruption and session identity contradiction#2838
Merged
Yeachan-Heo merged 1 commit intomainfrom Apr 29, 2026
Merged
Conversation
…ntity contradiction
Contributor
|
OMX review session Verdict: APPROVE / merge-ready. Scope verified:
Verification:
No blockers found. — |
ChicoCifrado
pushed a commit
to ChicoCifrado/cifrado-code
that referenced
this pull request
Apr 29, 2026
Constraint: Documentation-only follow-up from current main e7074f4 after PR ultraworkers#2838; edit scope limited to ROADMAP.md.\nRejected: Implementing provenance detection now | user requested roadmap entry only.\nConfidence: high\nScope-risk: narrow\nDirective: Future implementation should compare embedded build git_sha/build date to workspace HEAD/dirty state without leaking secrets.\nTested: git diff --check; scripts/fmt.sh --check\nNot-tested: Runtime provenance behavior; this commit only records the roadmap requirement.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pinpoints #322 and #323
ROADMAP.md only — no
main.rsor test changes.#322 — Config deprecation warnings corrupt
--output-format jsonstreameprintln!("warning: ...)inconfig.rs:~300emitted unconditionally duringClawSettings::load_merged()` regardless of output format. Combined stdout+stderr capture breaks JSON parse.Fix shape: thread
CliOutputFormatinto config load; suppress prose warnings in json mode; inject as top-level"warnings": [...].#323 —
status --output-format jsoncontradictory session identitySame snapshot emits
"session": "live-repl"(sentinel fromsession_path = None) alongside"session_lifecycle.kind": "saved_only"(tmux pane discovery). Two independent sources, no shared classification.Fix shape: derive both fields from same lifecycle classification; replace
"live-repl"sentinel with typedsession_kindfield.Source: Jobdori live dogfood, mengmotaHost,
1da2781main, 2026-04-29.