claw-code/.github
Yeachan-Heo 920d5c6c3a Catch stale Rust compile drift before push
Add a repository-local pre-push gate that runs the locked Rust workspace build from the repo root, plus concise install and verification docs for maintainers.

Constraint: ROADMAP #694 requires a local installable hook artifact only; branch protection remains external.
Rejected: CI or branch-protection changes | outside the requested local pre-push gate scope.
Confidence: high
Scope-risk: narrow
Directive: Keep .github/hooks/pre-push and contributor docs synchronized if the Rust workspace build command changes.
Tested: bash -n .github/hooks/pre-push; SKIP_CLAW_PRE_PUSH_BUILD=1 .github/hooks/pre-push; git diff --check; python3 .github/scripts/check_doc_source_of_truth.py; cargo fmt --manifest-path rust/Cargo.toml --all -- --check; cargo build --manifest-path rust/Cargo.toml --workspace --locked; .github/hooks/pre-push
Not-tested: shellcheck and markdownlint unavailable in environment.
2026-05-25 20:06:23 +00:00
..
ISSUE_TEMPLATE omx(team): auto-checkpoint worker-3 [6] 2026-05-15 11:41:03 +09:00
hooks Catch stale Rust compile drift before push 2026-05-25 20:06:23 +00:00
scripts Ensure release docs are auditable before Windows adoption 2026-05-15 10:52:43 +09:00
workflows ci: fix rust.yml working-directory — set defaults.run.working-directory to rust/ 2026-05-25 11:38:48 +09:00
FUNDING.yml Refresh docs to match ultraworkers/claw-code source of truth 2026-04-05 18:11:25 +00:00
PULL_REQUEST_TEMPLATE.md Gate issue and PR triage on evidence 2026-05-15 11:49:08 +09:00