feat: add submitted skills review desk

This commit is contained in:
Marcos Silva
2026-09-04 00:34:53 -03:00
parent a7034db94b
commit 82fff29571
57 changed files with 3380 additions and 1 deletions
@@ -0,0 +1,20 @@
---
name: codebase-map
description: 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
1. If `FEATURE_MAP.md` exists, check whether the relevant entry path still exists.
2. Use a valid entry as the starting point; otherwise search normally.
3. After locating the feature, update the existing entry or add one concise entry point.
4. Run `scripts/check-feature-map.mjs` when 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.