From 3f78c54dd2d4b7ebb317f2866fd4268e1e12fb62 Mon Sep 17 00:00:00 2001 From: vitya Date: Tue, 1 Sep 2026 15:24:41 +0300 Subject: [PATCH] =?UTF-8?q?feat(review-kit-pi-method):=20CC-=D1=81=D0=BF?= =?UTF-8?q?=D0=B0=D0=B2=D0=BD=20=D1=81=D1=83=D0=B1=D0=B0=D0=B3=D0=B5=D0=BD?= =?UTF-8?q?=D1=82-=D1=80=D0=B5=D0=B2=D1=8C=D1=8E=D0=B5=D1=80=D0=B0=20(clau?= =?UTF-8?q?de-deepseek)=20=E2=80=94=20live-=D0=BF=D1=80=D0=BE=D0=B2=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=BD=202026-09-01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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-механизмов). --- skills/review-kit-pi-method/SKILL.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/skills/review-kit-pi-method/SKILL.md b/skills/review-kit-pi-method/SKILL.md index fb4c8c5..a73c0f8 100644 --- a/skills/review-kit-pi-method/SKILL.md +++ b/skills/review-kit-pi-method/SKILL.md @@ -1,7 +1,7 @@ --- name: review-kit-pi-method author: ours -version: 0.1.1 +version: 0.1.2 description: > Spawn clean-context non-implementer subagents for review, trigger-testing, 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 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 "" \ + --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 - Does NOT define the review criteria themselves (skill-specific acceptance —