docs: add maintenance pool auto-supplement design

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-14 10:11:26 -04:00
parent d7d7ce5bdc
commit 89cad891de
4 changed files with 150 additions and 2 deletions
+12
View File
@@ -170,6 +170,11 @@
"id": "plan:action-recognition-strategy",
"label": "ActionRecognitionStrategy 特化实现计划 (Plan B)",
"type": "plan"
},
{
"id": "design:maintenance-pool",
"label": "训练池 Maintenance 正确题自动补入机制",
"type": "design"
}
],
"links": [
@@ -312,6 +317,13 @@
"relation": "implements",
"evidence": "Plan B implements design §4: ActionRecognitionStrategy with 6 SubPatterns",
"added": "2026-07-14T10:34:27.079088+00:00"
},
{
"source": "design:maintenance-pool",
"target": "design:task-type-strategy",
"relation": "extends",
"evidence": "maintenance pool supplements the per-category pool strategy to support SubPattern-targeted training",
"added": "2026-07-14T14:11:13.527027+00:00"
}
]
}