Feature Track
Use Feature Track for feature-level project memory.
Before feature work:
- Read
docs/features/README.mdif it exists. - Identify the feature id from the request, code module, route, domain name, or existing docs.
- Read
docs/features/<feature-id>/README.mdif it exists. - If no track exists, create one and add it to the index.
During work, update the feature track when behavior, decisions, endpoints, data models, dependencies, rollout constraints, tests, or source-of-truth links change.
Before completion, update the feature track and run:
python3 cli/feature_track.py validate --root .
Feature Track spec: spec/feature-track-spec.md