Deduplicate entry points and templates

CLAUDE.md and AGENTS.md (now a symlink) shrink to a pointer at the
bootstrap, which absorbs the rule-editing instructions. The two
identical per-tool templates merge into rules/ai/AGENT.template.md.
README drops the read path duplicated from the bootstrap. The
web-visual-baseline starter CSS/HTML duplicated assets/view.css and is
removed in favor of the vendored assets.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 09:55:28 +03:00
parent 80e87cdc1f
commit 558f6e5601
9 changed files with 41 additions and 310 deletions
+4 -10
View File
@@ -1,11 +1,5 @@
# Bible — Instructions for Claude
# Bible — Agent Instructions
This repository is the shared engineering rules library for all projects.
Start with `AGENT-BOOTSTRAP.md`.
Do not read the whole repository by default. Read only the relevant contracts for the current task.
Rules live in `rules/patterns/` as `contract.md` files. When adding or updating a rule:
- Find the relevant existing contract and edit it, or create a new `rules/patterns/<topic>/contract.md`.
- Do not create rules outside `rules/patterns/`.
- Do not expand scope beyond engineering rules and patterns.
Shared engineering rules library. Start with `AGENT-BOOTSTRAP.md`; it defines the read
path, the always-on contracts, the task router, and the rules for editing this repository.
Do not read the whole repository by default.