From f3f68ed74106221906e0ea68127766a5dc3e2733 Mon Sep 17 00:00:00 2001 From: ErenAri Date: Thu, 2 Jul 2026 02:22:27 +0300 Subject: [PATCH] docs: drop internal "Repository Hygiene" section from README Requested by Quentin Monnet in the awesome-ebpf review (PR #155): the section is internal repo-maintenance guidance (gitignored outputs, public-release checklist) that doesn't belong in a user-facing README. Co-Authored-By: Claude Opus 4.8 --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.md b/README.md index b6b123e..cf1fa5c 100644 --- a/README.md +++ b/README.md @@ -284,23 +284,6 @@ Implemented: Keep the runtime track framed as decisioning/proof unless you are running it in a controlled environment. Host loading stays disabled/gated by default. -## Repository Hygiene - -Generated runtime outputs are intentionally not committed: - -- `.bpfcompat/` -- `reports/` -- `evidence/` -- `vm/cache/` -- generated `.bpf.o` files - -Recreate proof artifacts locally with the commands below. - -If this repository is being prepared for public release, read -[`docs/public-release-checklist.md`](docs/public-release-checklist.md) before -changing GitHub visibility. Deleting private/generated files in a later commit -does not remove them from git history. - ## Install There are three ways to get the CLI. Most users want the prebuilt release