915 B
915 B
name, description
| name | description |
|---|---|
| af-score | Show archetype effectiveness scores across runs. <example>User: "/af-score"</example> |
ArcheFlow Effectiveness Scores
- Run
./lib/archeflow-score.sh listif the script exists. Display its output. - If the script does not exist, read
.archeflow/memory/effectiveness.jsonldirectly. - Summarize per archetype as a table:
| Archetype | Runs | Signal/Noise | Fix Rate | Avg Cost |
|---|---|---|---|---|
| Guardian | ... | ... | ... | ... |
| Skeptic | ... | ... | ... | ... |
- Signal/Noise: findings that led to actual fixes vs total findings raised.
- Fix Rate: percentage of findings that were applied (not dismissed).
- Avg Cost: mean token cost per review across runs.
- If no effectiveness data exists, say: "No effectiveness data yet. Run
/af-runat least once."