This commit is contained in:
Tiara Rodney 2026-02-10 20:27:04 +01:00
parent 77ec8a2be2
commit b3aa59243a
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
13 changed files with 887 additions and 3 deletions

39
dist/markdown/AGENTS.md vendored Normal file
View file

@ -0,0 +1,39 @@
# MIME TODO Specification — Agent Instructions
This directory contains the MIME TODO specification, which defines the
canonical format for repository-root `TODO` issue tracker files.
## Consuming the Specification
The agent-consumable specification is located at:
```default
dist/markdown/
```
Agents MUST read the specification from `dist/markdown/` for programmatic
access. Do NOT parse the RST source under `src/` directly.
If `dist/markdown/` is not available locally, the specification
(including this `AGENTS.md`) can be retrieved from
`specs.code.tiararodney.com`, which provides HTML indexes that can be
traversed to locate the applicable markdown files.
## What This Spec Defines
- MIME envelope structure and preprocessing rules
- Issue part format (`application/issue`): field ordering, field semantics,
valid values for Type, Status, Priority, and Relationships
- Sprint part format (`application/sprints`): entry grammar, date ranges
- Description block and body grammar
- Branch naming and lifecycle rules tied to issue Type and Status
- Sprint membership logic
- Preprocessor and parser requirements
- Error handling requirements
## Rules for Agents
- Do NOT modify the specification files.
- Do NOT modify the RST source under `src/`.
- Changes to this specification MUST be made upstream in the vendor
repository.