feat(review-kit-pi-method): CC-спавн субагент-ревьюера (claude-deepseek) — live-проверен 2026-09-01

v0.1.1→0.1.2: секция CC в Cross-agent — флаги изоляции (--tools '' --disable-slash-commands --no-session-persistence), модель deepseek-v4-flash-vision-exp, обёртка claude-deepseek. Из письма .workshop (task:1849 контекст review-механизмов).
This commit is contained in:
2026-09-01 15:24:41 +03:00
parent ddcb552601
commit 3f78c54dd2

View File

@@ -1,7 +1,7 @@
--- ---
name: review-kit-pi-method name: review-kit-pi-method
author: ours author: ours
version: 0.1.1 version: 0.1.2
description: > description: >
Spawn clean-context non-implementer subagents for review, trigger-testing, Spawn clean-context non-implementer subagents for review, trigger-testing,
and spec validation under pi — the pi-native port of the review-kit method. and spec validation under pi — the pi-native port of the review-kit method.
@@ -124,6 +124,26 @@ non-implementer subagents, anti-priming checklist, negative controls — is
agent-agnostic and transfers to any runtime that can spawn a fresh-context agent-agnostic and transfers to any runtime that can spawn a fresh-context
subprocess (claude `-p`, codex exec, hermes headless). subprocess (claude `-p`, codex exec, hermes headless).
### CC-спавн (claude-code через deepseek) — live-проверен 2026-09-01 (session:974)
CC (`claude -p`) умеет субагент-ревью БЕЗ скилов: тот же чистый контекст
(флаги изоляции) через обёртку `claude-deepseek`
(`.common/scripts/claude-switch.ps1`; env `ANTHROPIC_BASE_URL=
https://api.deepseek.com/anthropic` + ключ из `~/.deepseek_api_key`):
```bash
claude -p "<question>" \
--output-format stream-json --verbose \
--model deepseek-v4-flash-vision-exp \
--tools "" --disable-slash-commands --no-session-persistence
```
Флаги изоляции (аналог `-nc -ns -nt` pi): `--tools ""` (нет тулов —
не читает файлы, не самопраймится), `--disable-slash-commands` (нет
команд-интерпретатора), `--no-session-persistence` (эфемерно, без
сессионного блода). Анти-прайминг-чеклист и правила промпта — те же, что
выше (ask the behavior, one question per run, negative controls).
## Out of scope ## Out of scope
- Does NOT define the review criteria themselves (skill-specific acceptance — - Does NOT define the review criteria themselves (skill-specific acceptance —