Imported from cschlote/DosierSkanilo (
AGENTS.md). Install upstream withnpx skills add cschlote/DosierSkanilo. Copyright stays with the author.
AGENTS
Minimal guidelines for coding AI working in this repository:
- Make focused changes that directly solve the requested task.
- Do not revert or reformat unrelated user changes.
- Follow the existing D style and module structure unless the task requires a different approach.
- Update
CHANGELOG.mdfor user-visible behavior changes. - Run the smallest relevant verification step after editing and report if verification could not be completed.
- Flag assumptions, risks, or follow-up work clearly when they affect correctness.
- Merge feature branches into
mainwith--no-ffso the merge history stays explicit. - For release commits, move the
## Unreleasednotes to## Release X.Y.Zand keep the summary in simple English. - Prefix release tags with
v, for examplev26.9.2.