Features¶
Registry of product features with specification links and implementation status.
Feature Registry¶
| Feature | Status | Specification |
|---|---|---|
| AI Digest | In progress | Overview · Architecture · Specification |
Status Definitions¶
| Status | Meaning |
|---|---|
| Proposed | Under discussion, not yet approved |
| Approved | Approved for development, not yet started |
| In progress | Actively being built |
| Released | Available in production |
| Deprecated | No longer actively maintained |
Adding a Feature¶
To add a feature to this registry:
- Create a directory under
docs/features/<feature-name>/. - Add
index.md(product overview),architecture.md(technical design), andspecification.md(implementation details) as applicable. - Add a row to the table above with the feature name, status, and links.
See the contributing guide for formatting standards.