Files
brain/docs/registry/contracts/billing-audit.contract.json
T
Дмитрий 88fc55b4a5 feat(registry): токенизация needs/produces — группа skills B (этап 2b, роутер-реестр)
Phase 2b группа B: 39 контрактов (plugin-dev, claude-md-management, adr-kit,
ui-ux-pro-max, frontend-design + одиночные self-authored/standalone скилы)
переведены на токены словаря. Словарь +61, всего 167 токенов, v0.5.0.

Кросс-мост графа: frontend-design produces ui-design -> design-handoff (group A).
skill-creator/writing-skills сходятся на authored-skill.

Тест: замок-тест группы B + кросс-мост ui-design. Регрессия 4371 passed, exit 0.

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

25 lines
800 B
JSON

{
"skill": "billing-audit",
"kind": "own",
"needs": [
"billing-code"
],
"produces": [
"billing-money-audit"
],
"constraints": [
"self-authored; аудит кода биллинга (bcmath/идемпотентность/tier/charge_source)",
"ADR-012: НЕ налоги (ru-tax), НЕ процесс (process-*), НЕ security (D3)"
],
"preview-form": "outline",
"defaults": [
"проверять потерю копеек, двойное списание, tier-резолюцию, дрейф reconcile"
],
"key-decisions": [
"какие денежные инварианты в scope"
],
"acceptance-criteria": [
"каждый денежный путь проверен на потерю копеек и двойное списание"
]
}