Files
portal/tools/observer-classification-map.json
T
Дмитрий a0e47bc6cd tools(observer): +marketing classification + dormancy regen for #74-#83
- observer-classification-map.json: +"marketing" → [#74,#77,#75,#76,#78,#79,#80,#81]
  (precedent — "security" added on A8 follow-up); description note added.
- .node-dormancy.json: regenerated via tools/extract-node-dormancy.mjs;
  #74-#81 → false (active), #82 DataForSEO + #83 Unisender Go → true (DEFERRED).

Closes 2/4 follow-up gaps (router was already covered in routing-off-phase.md
Task 10; HTML NODE_META+NODE_DETAILS covered in commit 254e7ab6).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-22 18:19:11 +03:00

19 lines
1.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$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. Classifier vocabulary is Claude's free judgment when writing the episode (no hardcoded enum) — adding a key here makes it 'blessed'. 'security' added 22.05.2026 (A8 follow-up): use when the PURPOSE of the task is verifying or improving security (scans, hardening, audits, threat modeling, go-live gates); NOT for bug-fixes that happen to be in security-relevant code (those stay 'bugfix'). 'marketing' added 22.05.2026 (C1 follow-up): use when the PURPOSE of the task is Лидерра's own marketing/lead-generation (content, SEO, campaigns, RU-channels, landing conversion, marketing-side 152-FZ); NOT for product features, billing flows, or PII-code audits.",
"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"],
"security": ["#73", "#69", "#68", "#70", "#71", "#72"],
"marketing": ["#74", "#77", "#75", "#76", "#78", "#79", "#80", "#81"],
"cleanup": ["#11", "#12"],
"question": ["#60"],
"other": []
}
}