Review follow-up from the #117-#123 merge train.
Problem:
The Glossary persona entry describes the personas as beginner, control-and-reproducibility, security-review, and team-lead. The CLI choices introduced by PR #119 are beginner, control, security, and team-lead, and Team-Rollout documents those CLI keys correctly.
Why it matters:
A user who reads the Glossary may try doctor --persona security-review or pilot --persona control-and-reproducibility and get an argparse choice error.
Suggested fix:
Update docs/docs/wiki/Glossary.md to show the exact CLI keys, while keeping the longer descriptive names as labels if useful. Add a docs regression test that the Glossary persona entry includes every key from personas.persona_keys().
Review follow-up from the #117-#123 merge train.
Problem:
The Glossary persona entry describes the personas as beginner, control-and-reproducibility, security-review, and team-lead. The CLI choices introduced by PR #119 are beginner, control, security, and team-lead, and Team-Rollout documents those CLI keys correctly.
Why it matters:
A user who reads the Glossary may try doctor --persona security-review or pilot --persona control-and-reproducibility and get an argparse choice error.
Suggested fix:
Update docs/docs/wiki/Glossary.md to show the exact CLI keys, while keeping the longer descriptive names as labels if useful. Add a docs regression test that the Glossary persona entry includes every key from personas.persona_keys().