17 lines
759 B
JSON
17 lines
759 B
JSON
{
|
||
"$schema_version": 1,
|
||
"description": "Mapping from observer transcript-parser task_classification values to recommended Tooling Прил.Н node IDs. Source of truth for missed-activation detection (Pravila §16.4 conditional rule). 'other' deliberately empty — no recommendation, never counts as missed. DEFERRED-узлы filtered out by .node-dormancy.json at runtime.",
|
||
"map": {
|
||
"refactor": ["#11", "#12", "#43", "#64", "#65"],
|
||
"bugfix": ["#18", "#34"],
|
||
"feature": ["#19"],
|
||
"planning": ["#19", "#41", "#42"],
|
||
"memory-sync": ["#33"],
|
||
"monitoring": ["#34", "#35"],
|
||
"analysis": ["#25", "#39", "#53"],
|
||
"cleanup": ["#11", "#12"],
|
||
"question": ["#60"],
|
||
"other": []
|
||
}
|
||
}
|