| name | project-primer |
| description | Use before exploring or changing this chezmoi repository. Routes to the smallest local reference for stored text, Markdown, docs, Fish scripts, Orchard, APM, or commits. |
Project Primer
Repository rule router. Load first, then open only the focused references needed for the task.
Use
- Read the route table and choose the smallest matching reference.
Stop Rule
Stop when the current reference gives enough guidance. Load another reference only when the task crosses surfaces.
Routes
- Stored text: Read english-only before editing non-Markdown comments, descriptions, command output, or user-facing strings.
- Markdown: Read markdown before editing
.md files, skills, docs, or Markdown-like comments.
- Agent docs: Read agent-docs before editing
.agents/, docs/, the docs generator, or docs CI.
- Scripts and local commands: Read fish before creating, moving, or editing shell scripts, local commands, Fish functions, Fish completions, Fish-based local executables, or platform-specific helpers.
- Commands docs: Read commands-docs when adding, renaming, or removing Fish autoload commands or editing
docs/src/commands/.
- Orchard: Read orchard before editing Orchard app packages, its executable, or its completion.
- APM: Read apm before editing APM source under
home/dot_apm/ or APM Fish helpers.
- Commits: Read git before preparing a commit.