CLAUDE.md@crates/forgeguard-core/assets/templates · git:20260725.26a9869 · 2026-07-25 · sha256 3e892d2941fa8012

CLAUDE.md@crates/forgeguard-core/assets/templates git:20260725.26a9869A

Immutable. This exact content is served forever at /api/v1/blob/3e892d2941fa8012.

# ForgeGuard Engineering Policy

Use the ForgeGuard skills installed under `.claude/skills/` whenever their scope matches the task.

Required workflow:

1. Inspect existing architecture, related code, tests, contracts, and database schema.
2. Choose the correct senior engineering role for the work.
3. Reuse the narrowest valid abstraction; do not create global APIs or components prematurely.
4. Analyze algorithmic complexity, query behavior, concurrency, memory, and external I/O.
5. Implement focused changes with relevant tests.
6. Run `forgeguard gate` and the repository's quality commands.
7. Review the final diff and report evidence, not assumptions.

Never claim an implementation is clean, optimal, secure, or production-ready without verification.