811 B
811 B
name, description
| name | description |
|---|---|
| codebase-map | Maintain FEATURE_MAP.md as a concise, verified index of feature entry points. Use before locating code for a change and after a change moves or adds an entry point. |
codebase-map
Workflow
- If
FEATURE_MAP.mdexists, check whether the relevant entry path still exists. - Use a valid entry as the starting point; otherwise search normally.
- After locating the feature, update the existing entry or add one concise entry point.
- Run
scripts/check-feature-map.mjswhen available.
Rules
- Preserve a stale entry until a replacement is known, then update it in the same edit.
- Index features and flows, not every file.
- Do not make map edits when a change leaves entry points unchanged.
Output
State whether the map was used, changed, or unavailable.