This directory tracks the well-known identifiers used in AITP. Each registry is a Markdown table; entries are added via PR.
| Status | Meaning |
|---|
Proposed | Suggested in an open RFC or PR. Not yet merged. |
Provisional | Merged but not yet shipped in two interoperating implementations. |
Stable | Two interoperating implementations confirmed. Backwards-compatible additions only. |
Deprecated | Retained for archaeology. New implementations MUST NOT depend on it. |
- Capability strings use dot-namespaced reverse-domain notation (
<namespace>.<resource>.<action>).
- Error codes use
SCREAMING_SNAKE_CASE.
- Identity types use lowercase snake_case.
- Experimental identifiers SHOULD use a vendor-prefixed reverse-domain name (e.g.
com.example.feature).