mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-30 03:12:32 +00:00
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:
co-authored by
Claude Fable 5
parent
1b24b0085d
commit
0b63783d95
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user