fix(doctor): assign memory_verbs_usage check to the SKILL category set

The new memory_verbs_usage doctor check (Cathedral 1, E4) was added without a
category, tripping the doctor-categories drift guard (every check name must
belong to exactly one category set). It's an agent-capability adoption signal,
a sibling of retrieval_reflex_health — assigned to SKILL_CHECK_NAMES.

Cathedral 1 ship-review fix (#cathedral-1)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-06-13 11:06:09 -07:00
co-authored by Claude Fable 5
parent 1b24b0085d
commit 0b63783d95
+1
View File
@@ -115,6 +115,7 @@ export const BRAIN_CHECK_NAMES: ReadonlySet<string> = new Set([
* skill-flavored name) live under 'brain'.
*/
export const SKILL_CHECK_NAMES: ReadonlySet<string> = new Set([
'memory_verbs_usage',
'resolver_health',
'retrieval_reflex_health',
'skill_brain_first',