# AGENTS.md ## Entry Point - This file is the stable entry point for agent guidance in this repository. - Before making any change, read `.agents/rules/AGENTS.md` first. This entry point delegates rule discovery to that index: use progressive disclosure to locate only the relevant canonical rules, then execute the task. - Repository documentation lives under `docs/`. Use that directory for human-facing docs and architecture references. - Keep this file minimal, stable, and focused on routing to the canonical rules.