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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user