Jun 15, 2026, 8:28 AM

This commit is contained in:
Paweł Domański
2026-06-15 06:28:07 +00:00
parent 9ff5514c1c
commit 5b553a9690
4 changed files with 98 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
## Agent skills
### Issue tracker
Issues are tracked locally as markdown files under `.scratch/`. See `docs/agents/issue-tracker.md`.
### Triage labels
Using standard triage labels (`needs-triage`, `needs-info`, `ready-for-agent`, `ready-for-human`, `wontfix`). See `docs/agents/triage-labels.md`.
### Domain docs
Single-context layout with a global `CONTEXT.md` at the repo root and architectural decision records in `docs/adr/`. See `docs/agents/domain.md`.