From 8d1206e4bc6472e1d1efd878f0130287ffd16dc3 Mon Sep 17 00:00:00 2001 From: Claude Code Bot Date: Fri, 31 Jul 2026 10:47:22 -0700 Subject: [PATCH] docs: remove decommissioned Headroom auto-generated block from CLAUDE.md Headroom (local proxy + auto-doc-writer) has been fully decommissioned on this machine. Strip the "Headroom Learned Patterns" block it auto-wrote into this repo's CLAUDE.md so the doc no longer references a tool that no longer exists. --- CLAUDE.md | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 3f94008..4afea4a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -59,58 +59,3 @@ sudo ./install.sh --uninstall - Comparison of mirror lists is set-based (sorted), not order-based - Quad9 (9.9.9.9) is blocked by archive.today — do not use as example nameserver - Script requires GNU Bash features (`mapfile`, `set -euo pipefail`) - - -## Headroom Learned Patterns - -*Auto-generated by `headroom learn` on 2026-04-07 — do not edit manually* - -### Pre-commit Hooks - -*~2,000 tokens/session saved* - -- A global pre-commit config at `/Users/andrewrich/.config/pre-commit/config.yaml` runs on every commit, including `shellcheck` (with `--severity=warning`) on shell scripts and YAML linting on GitHub Actions workflows. -- Always run `shellcheck --severity=warning