From 62bc7b6a17f7b9b05c0e2afb78599bff460cff64 Mon Sep 17 00:00:00 2001 From: bellman Date: Fri, 15 May 2026 11:47:28 +0900 Subject: [PATCH] Stabilize G011 integrated evidence Keep the integrated G011 worker outputs buildable and whitespace-clean before final stream verification. Constraint: worker auto-checkpoints left a test-scope import gap and committed trailing whitespace. Rejected: waiting for another worker auto-merge | leader verification already identified the narrow repair. Confidence: high Scope-risk: narrow Directive: preserve the ACP unsupported JSON contract and anti-slop template cleanliness when editing G011 artifacts. Tested: git diff --check; python3 .github/scripts/check_doc_source_of_truth.py; cargo fmt --manifest-path rust/Cargo.toml --all -- --check; cargo check --manifest-path rust/Cargo.toml -p rusty-claude-cli; cargo test --manifest-path rust/Cargo.toml -p rusty-claude-cli parses_acp_command_surfaces; cargo test --manifest-path rust/Cargo.toml -p rusty-claude-cli acp_status_json_is_truthful_unsupported_contract Not-tested: full workspace tests pending G011 final gate. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- rust/crates/rusty-claude-cli/src/main.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 80febe8e..b27f0cce 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ ## Summary -- +- ## Anti-slop triage - Classification: diff --git a/rust/crates/rusty-claude-cli/src/main.rs b/rust/crates/rusty-claude-cli/src/main.rs index cee89845..cb6d3689 100644 --- a/rust/crates/rusty-claude-cli/src/main.rs +++ b/rust/crates/rusty-claude-cli/src/main.rs @@ -10186,7 +10186,7 @@ fn print_help(output_format: CliOutputFormat) -> Result<(), Box