Files
brain/docs/registry/contracts/n8n-mcp.contract.json
T
Дмитрий 4dee49e4a1 feat(registry): токенизация needs/produces — группа tools/MCP, ЭТАП 2b ЗАВЕРШЁН (роутер-реестр)
Phase 2b группа C (финал): 51 атомарный инструмент (MCP-серверы + линтеры/
тулинг) переведены на токены словаря. Словарь +98, всего 265 токенов, v0.6.0.

ИТОГ ЭТАПА 2b: ВСЕ 153 контракта needs/produces на токенах словаря.
- замок словаря проходит на полном наборе (0 unknown) — готовность к 2d;
- граф ожил: A8-цепочка, superpowers, knowledge-work, кросс-плагинные мосты
  (write-spec->writing-plans, frontend-design->design-handoff).

Тест: финальный замок-тест всего реестра (153 контракта + рёбра графа).
Регрессия 4373 passed, exit 0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 10:27:39 +03:00

30 lines
758 B
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.
{
"skill": "n8n-mcp",
"kind": "external",
"needs": [
"n8n-workflow"
],
"produces": [
"n8n-automation"
],
"constraints": [
"DEFERRED — n8n не в стеке; движок процессов = очередь Laravel",
"принятие n8n — отдельное архитектурное решение"
],
"preview-form": "none",
"defaults": [
"на среде с n8n"
],
"key-decisions": [
"принятие n8n как движка — отдельный ADR"
],
"acceptance-criteria": [
"workflow исполняется в n8n (когда принят)"
],
"source": {
"version": "n/a",
"hash": "0000000000000000000000000000000000000000000000000000000000000000",
"path": ""
}
}