2798cfcd50
Add buildReviewPromptStructured() returning { system, user } and route
reviewViaDirectApi through callAnthropicAPI's structured branch — same
pattern the classifier already uses (router-classifier.mjs L456-484), so
infrastructure is reused, no new transport code.
system block: static instructions + 8-dim cues + schema-version notes
(byte-identical across episodes of the same schema_version → cache key
stable within a 5-min TTL).
user block: per-episode JSON (volatile).
Effect on Opus 4.7: ~zero until system grows past 4096-token cache-
minimum or model switches to Sonnet (2048 min). Anthropic silently
no-ops cache_control when prefix is below the minimum — no error,
cache_creation_input_tokens just stays at 0. Architecturally correct
and future-proof; activates the moment either condition flips.
buildReviewPrompt() kept as backward-compat wrapper.
Tests: +5 invariants for the split + cache-prerequisite check
(system identical across two v4 episodes with different bodies).
14/14 GREEN.
ремонт: фикс инфраструктуры стоимости — split prompt для активации
prompt caching на reviewer-agent
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
123 lines
6.6 KiB
Markdown
123 lines
6.6 KiB
Markdown
# Brain Status (auto-generated)
|
|
|
|
Last updated: 2026-05-28T03:47:41.838Z
|
|
|
|
| Контролёр | Состояние | Детали |
|
|
|---|---|---|
|
|
| C1 L1-watcher | ✅ | [l1-watcher] OK — 0 drift |
|
|
| C2 Cross-ref consistency | ✅ | [cross-ref-checker] OK — 0 drift in 4 files |
|
|
| C3 Observer-of-observer | ✅ | [observer-of-observer] OK — last read 0 week(s) ago |
|
|
| C4 Сигнальный статус | ✅ | This file (self-reference) |
|
|
| C5 Observer-coverage | ⚠️ | 726 episode(s) this month · Stop-hook + post-commit OK · 20 missed activation(s) — see /brain-retro |
|
|
| C6 Chain map sync | ✅ | [chain-map-checker] OK — 16 chains in sync |
|
|
|
|
## Метрики (информационные, не алерты)
|
|
|
|
- Observer evidence: 726 episodes this month, 0 observer_error markers, 160 PII matches before filter
|
|
- Legacy v1 episodes (not in factor analysis): 587
|
|
- Last /brain-retro: 0 day(s) ago
|
|
- Использование узлов: см. `/brain-retro` (раз в спринт). missed_activations: 20. **Неиспользованные узлы — не алерт, если профильной задачи не было** (Pravila §16.4 v1.36; capability-readiness; см. memory `feedback_brain_unused_tools_not_problem` — outside-repo memory store).
|
|
|
|
## Метрики дисциплины
|
|
|
|
Baseline дисциплины роутера (этап 2 router discipline overhaul, spec 2026-05-23). Цель — увидеть «точку До» перед enforcement-хуком этапа 3.
|
|
|
|
| Тип задачи | Эпизодов | % с триггер-матчем | % через скил |
|
|
|---|---|---|---|
|
|
| analysis | 29 | 31.0% | 13.8% |
|
|
| bugfix | 20 | 20.0% | 25.0% |
|
|
| planning | 18 | 16.7% | 16.7% |
|
|
| feature | 17 | 11.8% | 0.0% |
|
|
| cleanup | 7 | 0.0% | 0.0% |
|
|
| refactor | 1 | 0.0% | 0.0% |
|
|
|
|
Router step distribution: 1: 308, 2: 269, 3: 76, 5: 65
|
|
|
|
Boundaries applied (ADR / границы): 88 of 718 эпизодов (12.3%).
|
|
|
|
## Активные многоэтапные проекты
|
|
|
|
- **Router discipline overhaul** ([spec](../superpowers/specs/2026-05-23-router-discipline-overhaul-design.md))
|
|
- Этап 1 (машиночитаемый реестр) ✅ закрыт 2026-05-23 — `docs/registry/nodes.yaml` (83 узла + 16 chains L1-L16), `tools/registry-load.mjs` + `tools/registry-render.mjs` (16 тестов), auto-render Tooling §4.0 + routing-off-phase, lefthook job 17 (warn-only).
|
|
- Этап 2 (измерения + классификатор-парсер) ✅ закрыт 2026-05-24 + влит в main 2026-05-24 — discipline-metrics (3 среза), brain-retro-analyzer переключён на реестр, STATUS.md блок «Метрики дисциплины», baseline snapshot `docs/observer/baselines/2026-05-24-pre-enforcement.md`. Plan: `docs/superpowers/plans/2026-05-24-router-overhaul-stage-2-measurements.md`.
|
|
- Этап 3 (принуждение — хук на routing) — Phase A+B (классификатор + 3 хука: router-prehook/tool-gate/stop-gate в `.claude/settings.json`) ✅ + влит в main 2026-05-24. Гейт работает в режиме **`warn-only`** (только stderr-предупреждения, никакой блокировки). Bug-fix `bec69aa5`: `deriveRouterStep` в `tools/discipline-metrics.mjs` — шаг роутера теперь выводится из наблюдаемых признаков (был захардкоженной константой 1). **Follow-up 3 fixes 2026-05-24** (после ANTHROPIC_API_KEY + рестарта CC выявлены при инспекции state): (a) UTF-8 stdin helper `tools/router-stdin-helper.mjs` через `StringDecoder` + подключение к 3 хукам (русский в state-файл и Anthropic API без mojibake); (b) `tools/observer-state-enricher.mjs` — pure helper для чтения `router-state-<session>.json`; (c) `parseTranscript` обогащение `primary_rationale` 4 полями (`recommended_node` override + `recommended_chain` + `chain_progress` + `chain_completed`). 538 tools-тестов GREEN. Plan: `docs/superpowers/plans/2026-05-24-router-stage3-three-fixes.md`. CHECKPOINT B: дать warn-only накопить реальные наблюдения с **починенным** сторожем (план говорит «минимум 24 часа»), затем Task 9 — переключение в `enforce` + 2 новых метрики (domain-hit-rate / chain-completion). Plan: `docs/superpowers/plans/2026-05-24-router-overhaul-stage-3-enforcement.md`.
|
|
- Этап 4 (уборка устаревших правил, deprecation `observer-classification-map.json` → удаление) — не начат.
|
|
|
|
## Длинные сессии
|
|
|
|
Ни одной сессии с >50 ходов сегодня (UTC). ✅
|
|
|
|
## Стоимость месяца
|
|
|
|
| Компонент | Токены (in/out) | USD |
|
|
|---|---|---|
|
|
| Classifier (Sonnet 4.6) | 7990/77078 | $1.18 |
|
|
| Self-assessment (Sonnet 4.6) | 0/0 | $0.00 |
|
|
| Reviewer (Opus 4.7 + fallback) | 0/0 | $0.00 |
|
|
| **Итого** | | **$1.18** |
|
|
|
|
## Аномалии классификатора
|
|
|
|
Аномалий нет.
|
|
|
|
## Авто-ретроспектива
|
|
|
|
Last self-retrospect: never ⚠️ (609 эпизодов с последнего запуска, порог 10)
|
|
Episodes since last run: 609 / threshold: 10
|
|
|
|
## Reviewer: субагент vs fallback
|
|
|
|
0 эпизодов проверено из 726.
|
|
|
|
## Reviewer findings
|
|
|
|
Проверено: 339 эпизодов. **51 actionable** (wrong_skill + wrong_chain_order).
|
|
|
|
### error_root_cause
|
|
|
|
| cause | count |
|
|
|---|---:|
|
|
| n/a | 261 |
|
|
| wrong_skill | 41 |
|
|
| external_failure | 23 |
|
|
| wrong_chain_order | 10 |
|
|
| wrong_tool | 4 |
|
|
|
|
### Топ alternative_better
|
|
|
|
| recommended | count |
|
|
|---|---:|
|
|
| #19 | 16 |
|
|
| #25 | 15 |
|
|
| #34 | 8 |
|
|
| #18 | 6 |
|
|
| #33 | 3 |
|
|
|
|
### node_quality
|
|
|
|
| judgment | count |
|
|
|---|---:|
|
|
| disputable | 191 |
|
|
| correct | 113 |
|
|
| wrong_node | 31 |
|
|
| underkill | 2 |
|
|
| overkill | 2 |
|
|
|
|
## Использование override-фраз
|
|
|
|
⚠️ Превышен порог override-использования сегодня (≥5/день)
|
|
|
|
| Фраза | За всё время | За сегодня |
|
|
|---|---|---|
|
|
| `recovery` | 311 | 38 ⚠️ |
|
|
| `ремонт инфраструктуры` | 185 | 26 ⚠️ |
|
|
| `срочно` | 88 | 6 ⚠️ |
|
|
| `без скилов` | 75 | 17 ⚠️ |
|
|
| `memory dump` | 8 | 0 |
|
|
| `direct ok` | 6 | 0 |
|
|
| `быстрый коммит` | 3 | 0 |
|
|
|
|
## Алерт-индикаторы
|
|
|
|
✅ — норма ・ ⚠️ — внимание ・ 🔴 — действие требуется ・ ⚪ — не запускалось
|