AGENTS.md@docs/best-practices · git:20260302.391a971 · 2026-03-02 · sha256 b4d053a50d857f61
AGENTS.md@docs/best-practices git:20260302.391a971A
Immutable. This exact content is served forever at /api/v1/blob/b4d053a50d857f61.
# Best Practices Documentation ## Overview Technical guide for `docs/best-practices/` — code organization, version control, project management, and migration guides. ## Files | File | Purpose | |------|---------| | `best-practices.md` | Consolidated best practices compilation | | `version-control.md` | Git workflows and version control | | `multi-project-management.md` | Managing multiple projects in the template | | `migration-guide.md` | Migrating from other templates | | `backup-recovery.md` | Backup strategies and recovery procedures | ## Key Conventions - `best-practices.md` consolidates patterns from all other documentation - Code organization follows the two-layer architecture (infrastructure / projects) - Version control practices follow conventional commits - Migration guide provides step-by-step procedures for common template formats ## See Also - [README.md](README.md) — Quick navigation - [Architecture](../architecture/two-layer-architecture.md) — Design patterns - [Contributing](../development/contributing.md) — Development process