ultraworkers-claw-code/rust/crates
Yeachan-Heo 06ee5a2dc4 test(parity): lock clean JSON prompt transport output
PARITY.md still claimed tool-capable JSON prompt runs leaked human-readable tool result lines, but a local mock SSE reproduction showed stdout already stays transport-clean. Add a real CLI regression test around the binary prompt path and update the parity note so future work does not chase a stale bug report.

Constraint: Keep scope limited to JSON prompt parity and leave the existing README Philosophy edits untouched
Rejected: Modify claw-cli transport code | current behavior already verified clean via a mock SSE prompt run
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep prompt JSON stdout parseable as a single transport object even when tool loops fire
Tested: cargo test -p claw-cli prompt_json_with_tool_use_writes_clean_transport_output --test prompt_json_transport -- --nocapture
Tested: cargo test -p claw-cli parses_bare_prompt_and_json_output_flag -- --nocapture
Tested: cargo test -p claw-cli response_to_events_preserves_empty_object_json_input_outside_streaming -- --nocapture
Not-tested: Live provider behavior outside the local mock SSE harness
2026-04-01 23:15:15 +00:00
..
api fix: minor compatibility adjustments for server crate integration 2026-04-01 21:26:06 +09:00
claw-cli test(parity): lock clean JSON prompt transport output 2026-04-01 23:15:15 +00:00
commands Converge the release REPL hardening onto the redesigned CLI 2026-04-01 20:11:13 +00:00
compat-harness feat: editor compatibility harness for upstream integration 2026-04-01 20:36:06 +09:00
lsp feat: LSP client integration with diagnostics, definitions, and references 2026-04-01 21:34:58 +09:00
plugins feat: plugin system with hooks pipeline and bundled plugins 2026-04-01 20:36:06 +09:00
runtime feat: LSP client integration with diagnostics, definitions, and references 2026-04-01 21:34:58 +09:00
server feat: HTTP/SSE server crate with axum (session management, event streaming) 2026-04-01 21:26:06 +09:00
tools feat: LSP client integration with diagnostics, definitions, and references 2026-04-01 21:34:58 +09:00