You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gobby-cli-#467] feat: echo all five research budget limits in JSON
gwiki research --format json echoed only max_steps/max_tokens/max_sources;
the spec requires every enforced budget to be visible. Promote the
hardcoded 900s wall-time / 24000-byte note budgets to named constants
(RESEARCH_MAX_WALL_TIME_SECONDS, RESEARCH_MAX_NOTE_BYTES), add
max_wall_time_seconds and max_note_bytes to ResearchOutcome and the
ResearchOutput JSON struct, and add both keys to contract.rs
json_output_keys. Regenerated the pinned crates/gwiki/contract/gwiki.contract.json.
cargo fmt --check, clippy -D warnings, and cargo test -p gobby-wiki
(contract_builder_matches_pinned_json + contract_command_emits_pinned_json)
pass. Companion to gobby epic #15586 / M6 #15592.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments