diff --git a/AGENTS.md b/AGENTS.md index cc171a764..d324ea1e3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -73,7 +73,7 @@ make gate # = no-scratch + no-secrets + design-refs # + self-driving-test (the shell harness) ``` -That is twenty-four steps, and the list is not maintained by hand: it is +That is twenty-five steps, and the list is not maintained by hand: it is `GATE_STEPS` in the `Makefile`, and `gate-parity` (`scripts/check-gate-parity.sh`) fails if this block or CONTRIBUTING.md's stops matching it. The block had already drifted twice before that guard existed, both times by under-reporting diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c9ed700cd..1403e2f14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ cargo build -p stella-cli --bin stella && \ STELLA_BIN="$PWD/target/debug/stella" ./scripts/test-self-driving.sh ``` -Or just `make gate`, which is the twenty-four of them in order. +Or just `make gate`, which is the twenty-five of them in order. Do not maintain that list by hand. It is `GATE_STEPS` in the `Makefile`, and `./scripts/check-gate-parity.sh` — itself one of the steps — fails if this fence diff --git a/crates/stella-pipeline/src/pipeline/witness_stage.rs b/crates/stella-pipeline/src/pipeline/witness_stage.rs index f1b7a8b80..d3242d866 100644 --- a/crates/stella-pipeline/src/pipeline/witness_stage.rs +++ b/crates/stella-pipeline/src/pipeline/witness_stage.rs @@ -52,7 +52,7 @@ fn apply_role_shaping(mut config: EngineConfig, overrides: &RoleCallOverrides) - config.max_output_tokens = Some(max_output_tokens); } if let Some(params) = &overrides.params { - config.params = Some(params.clone()); + config.params = Some(*params); } config } diff --git a/scripts/file-size-baseline.txt b/scripts/file-size-baseline.txt index b030d2807..5aecd16c3 100644 --- a/scripts/file-size-baseline.txt +++ b/scripts/file-size-baseline.txt @@ -17,8 +17,8 @@ 1659 bench/terminal_bench_analysis/tests/test_tb21_evidence_contract.py 2269 crates/stella-cli/src/agent.rs 1751 crates/stella-cli/src/agent/tests.rs -4740 crates/stella-cli/src/command_deck.rs -1507 crates/stella-cli/src/fleet_cmd.rs +4691 crates/stella-cli/src/command_deck.rs +1504 crates/stella-cli/src/fleet_cmd.rs 2129 crates/stella-core/src/bus.rs 2580 crates/stella-core/src/driver.rs 3680 crates/stella-core/src/driver/tests.rs @@ -26,16 +26,16 @@ 2093 crates/stella-model/src/openai.rs 1565 crates/stella-model/src/zai.rs 1895 crates/stella-model/src/zai/tests.rs -3642 crates/stella-pipeline/src/pipeline.rs +3580 crates/stella-pipeline/src/pipeline.rs 2568 crates/stella-pipeline/src/pipeline/tests.rs -2962 crates/stella-protocol/src/event.rs +2964 crates/stella-protocol/src/event.rs 1995 crates/stella-store/src/lib.rs 2268 crates/stella-store/src/tests.rs 1916 crates/stella-store/src/usage.rs 1569 crates/stella-tools/src/media.rs 2184 crates/stella-tools/src/registry.rs 1839 crates/stella-tools/src/scripts.rs -1528 crates/stella-tui/src/deck_render.rs +1531 crates/stella-tui/src/deck_render.rs 4006 crates/stella-tui/src/deck_ui.rs 1665 crates/stella-tui/src/views/engine.rs 1611 crates/stella-tui/src/views/session.rs