AI agents working in this repository must follow these instructions.
Template Version: 0.8.14
Last sync: 2026-05-17 (Update this date when syncing from the centralized repository)
AI agents must:
-
When deploying or updating this template, follow
instructions/update.instructions.mdand update the Last sync date above. -
Read
instructions/agent-workflow.instructions.mdFIRST to determine which other instruction files apply to your task. Follow all applicable instructions before proceeding with work. -
Check
aim.config.jsonfor module configuration and external source settings.
Use this matrix to determine which instruction files to read based on your task:
| Task Type | Required Instructions |
|---|---|
| Any task | agent-workflow.instructions.md |
| Any code or documentation | shorthand.instructions.md |
| Git operations | git-workflow.instructions.md |
| Writing tests | testing.instructions.md |
| PowerShell code | powershell.instructions.md |
| Documentation | markdown.instructions.md |
| README files | readme.instructions.md |
| GitHub CLI usage | github-cli.instructions.md |
| Creating releases | releases.instructions.md |
| Repository-specific work | repository-specific.instructions.md |
| Updating instructions | update.instructions.md |
| Contributing to upstream | contributing.instructions.md |
agent-workflow.instructions.md- Pre-flight protocol and task workflowshorthand.instructions.md- Avoid shorthand and abbreviationsgit-workflow.instructions.md- Git branching, commits, and PR conventionstesting.instructions.md- Test writing best practicespowershell.instructions.md- PowerShell coding standardsmarkdown.instructions.md- Markdown formatting standardsreadme.instructions.md- README maintenance guidelinesgithub-cli.instructions.md- GitHub CLI usage guidelinesreleases.instructions.md- Release management guidelinesrepository-specific.instructions.md- Repository-specific customizationsupdate.instructions.md- Procedures for updating instructionscontributing.instructions.md- Contributing improvements to upstream
- Identify the task type from the matrix above
- Read all applicable instruction files
- Follow the guidelines when implementing
- Follow existing patterns in the codebase
- Keep solutions simple and focused
- Only make changes that are directly requested
- Follow language-specific guidelines
See instructions/repository-specific.instructions.md for customizations specific to this repository.