Mikhail ChusavitinandClaude Opus 5 59e3107197 Add timeout, busy-state, parser-variant and build-freshness rules
- task-discipline: require explicit target platform/language before implementation
- go-api: bounded context deadline on every outbound network/DB call
- controls-selection: visible busy state for any control triggering such a call
- import-export: enumerate real format variants before writing a parser
- app-binary: embedded assets do not hot-reload; verify rebuild before diagnosing

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-18 21:00:42 +03:00
2026-03-01 16:56:00 +03:00

Bible

Shared engineering rules library for Go web projects.

Add as a git submodule to any project — agents (Claude, Codex) will read the rules automatically.

Agents start at AGENT-BOOTSTRAP.md — it defines the read path, always-on contracts, and the task router. Nothing in this README duplicates it.

Usage

# Add to a project
git submodule add https://git.mchus.pro/mchus/bible.git bible

# Update to latest rules
git submodule update --remote bible

Structure

AGENT-BOOTSTRAP.md         — first file agents should read; contains the full contract router
rules/patterns/<topic>/    — one contract.md per topic (plus optional README.md with examples)
rules/ai/AGENT.template.md — template for new projects; copy as both CLAUDE.md and AGENTS.md
scripts/lint.sh            — consistency checks (router coverage, broken links)

Project Setup

Each project needs:

  • bible/ — this submodule
  • bible-local/ — project-specific architecture (data model, API, ADL)
  • CLAUDE.md + AGENTS.md — copies of rules/ai/AGENT.template.md pointing agents to the bootstrap

See rules/patterns/go-project-bible/contract.md for what goes in bible-local/.

S
Description
No description provided
Readme
560 KiB
Languages
CSS 55%
HTML 39.1%
Shell 5.9%