Christian Schwarz christian.schwarz
  • Joined on 2024-10-16
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-28 19:18:32 +02:00
0800d7ae88 Route plugins list JSON parse errors to stdout (#3194)
69b8b367c1 docs: record plugins trailing dash json routing (#3193)
9494e3c26f Suppress config warnings on JSON local surfaces (#3192)
ed3a616e62 docs: record global json warning leak (#3191)
89e7f415a9 Avoid duplicate config warnings for JSON consumers (#3190)
Compare 5 commits »
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-28 11:08:33 +02:00
c3e7b6af60 docs: record config json warning duplication (#3189)
3af2d9f986 docs: verify trailing json inventory gap resolved (#3188)
09ff1caf42 docs: record trailing json inventory timeout (#3187)
0e6d48d9dc docs: record argv-safe dogfood probe gap (#3186)
b7ea04661a test: cover doctor help JSON flag order (#3185)
Compare 12 commits »
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-28 02:58:32 +02:00
d4e9829329 fix: suppress partial cc2 wrapper validate pass output (#3177)
e17098cc70 fix: resolve cc2 wrapper tools from script root (#3176)
e17936158a fix: make cc2 validator board read errors concise (#3175)
760e69675c fix: make cc2 generator missing source error concise (#3174)
193f11171a fix: reject extra roadmap helper paths (#3173)
Compare 10 commits »
christian.schwarz synced and deleted reference refs/heads/docs/roadmap-786-installed-binary-provenance at christian.schwarz/claw-code from mirror 2026-05-27 18:48:33 +02:00
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-27 18:48:33 +02:00
86f45a11ef docs(roadmap): add #807 model json hang (#3163)
87b7e74770 fix(#806): plugins show <not-found> in text mode returned empty success instead of error
ae6a207d4e fix(#3129): handle trailing json format for diff errors (#3161)
efd34c151a fix(#805): skills show <not-found> in text mode silently returned empty success instead of error
2c3c0f60e7 fix(#804): agents/skills show <name> <extra> in text mode returned wrong error instead of unexpected_extra_args
Compare 11 commits »
christian.schwarz synced new reference refs/heads/fix/issue-3129-diff-arg-json-hang to christian.schwarz/claw-code from mirror 2026-05-27 18:48:33 +02:00
christian.schwarz synced commits to refs/heads/fix/issue-3129-diff-arg-json-hang at christian.schwarz/claw-code from mirror 2026-05-27 18:48:33 +02:00
christian.schwarz synced new reference refs/heads/fix/roadmap-785-dump-manifests-missing-dir to christian.schwarz/claw-code from mirror 2026-05-27 10:38:32 +02:00
christian.schwarz synced new reference refs/heads/docs/roadmap-786-installed-binary-provenance to christian.schwarz/claw-code from mirror 2026-05-27 10:38:32 +02:00
christian.schwarz synced new reference refs/heads/fix/roadmap-693-695-preflight to christian.schwarz/claw-code from mirror 2026-05-27 10:38:32 +02:00
christian.schwarz synced commits to refs/heads/fix/roadmap-693-695-preflight at christian.schwarz/claw-code from mirror 2026-05-27 10:38:32 +02:00
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-27 10:38:32 +02:00
efb1542a39 fix: empty-prompt error now returns non-null hint via newline-delimited usage string
bff370003b fix: plugins extra-arg errors now return non-null hint via newline-delimited usage string
9976585f87 fix(#796): agents/skills show <name> <extra> returned wrong not-found instead of unexpected_extra_args
18b4cee5fd fix(#795): skill_not_found and unsupported_skills_action now return non-null hints via fallback table
491f179a03 fix(#794): plugins install not-found path returns typed plugin_source_not_found instead of unknown+null
Compare 11 commits »
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-27 02:28:33 +02:00
113145a42a fix(#787): --resume with directory path returns session_path_is_directory kind + hint; wire fallback_hint_for_error_kind into both resume error emission sites
22b423b651 fix(#786): dump-manifests --manifests-dir missing-value errors now return typed missing_flag_value kind + non-null hint
87f4334728 fix(#785): add unknown_subcommand classifier arm for unknown subcommand: prose prefix
e628b4bb68 fix(#784): export --output missing-value and extra-positional errors now return typed error_kind + non-null hint
81fe0ccbb7 fix(#783): init JSON envelope now includes hint and already_initialized fields for orchestrator parity
Compare 24 commits »
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-26 18:09:27 +02:00
88ce181031 test(#762): classify_error_kind now covers all 23 classifier arms (was 8 of 23)
d83de563c1 fix(#761): mcp server_not_found and skill_not_found envelopes now include hint field
7fa81b5dae fix(#760): agent_not_found and plugin_not_found envelopes now include hint field
ef31328aab fix(#759): validate_model_syntax error strings now use newline separator so hint is non-null
b8b3af6fc9 fix(#758): --cwd, --date, --session missing-value errors now use missing_flag_value prefix + hint
Compare 22 commits »
christian.schwarz synced new reference refs/heads/fix/issue-726-roadmap-missing-test to christian.schwarz/claw-code from mirror 2026-05-26 09:59:29 +02:00
christian.schwarz synced commits to refs/heads/fix/issue-726-roadmap-missing-test at christian.schwarz/claw-code from mirror 2026-05-26 09:59:29 +02:00
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-26 09:59:29 +02:00
5d072d21e9 test(#740): diff JSON contract test now asserts changed_file_count field behavior per #733
d5f0d6ed3e fix(#739): skills unknown-subcommand JSON path no longer emits double error envelope; help action not propagated as Err
4c3cb0f347 fix(#738): interactive-only slash command error adds newline before hint; hint field now non-null with remediation text
c592313d9a test(#737): add boot_preflight details non-null-value regression guard to output_format_contract
ad982d20c2 fix(#736): boot_preflight doctor details[] null-value entries: add double-space separator to Required binary, Last failed boot, MCP/Plugin eligible format strings
Compare 17 commits »
christian.schwarz synced commits to refs/heads/main at christian.schwarz/claw-code from mirror 2026-05-26 01:49:28 +02:00
25ee5f3d30 Prevent helper-era ROADMAP id collisions before review (#3115)
922c239863 fix(#723): add scripts/roadmap-next-id.sh to prevent concurrent ROADMAP id collision; document optimistic-append pattern
d8a6109085 docs(#721/#722): re-add ROADMAP entry for config section expansion after rebase conflict
6e44da10fe Record stale local dogfood probe trap (#3114)
02d1f6a04d fix(#720): claw help <topic> now routes to subsystem help instead of cli_parse error; add Agents/Skills/Plugins/Mcp/Config/Diff help topics
Compare 30 commits »