diff --git a/.gitignore b/.gitignore index 9efc18a..7fdf8f2 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,9 @@ research/ 4_char_all all_hashes.enabled some_histories + +# Local agent tooling and instructions - intentionally not published +CLAUDE.md +.claude/ +docs/plans/ +docs/superpowers/ diff --git a/prek.toml b/prek.toml index 1b2a642..8e163e8 100644 --- a/prek.toml +++ b/prek.toml @@ -55,18 +55,9 @@ stages = ["pre-push"] pass_filenames = false always_run = true -[[repos.hooks]] -id = "audit-docs" -name = "audit-docs" -entry = "bash .claude/audit-docs.sh HEAD" -language = "system" -stages = ["post-commit"] -pass_filenames = false -always_run = true - # General hygiene hooks (mirrors hashview's .pre-commit-config.yaml). These run -# at the pre-commit stage, so `prek install` must include `--hook-type pre-commit` -# (see CLAUDE.md). Auto-fixers modify files in place; re-stage and commit again. +# at the pre-commit stage, so `prek install` must include `--hook-type pre-commit`. +# Auto-fixers modify files in place; re-stage and commit again. [[repos]] repo = "https://github.com/pre-commit/pre-commit-hooks" rev = "v5.0.0"