From ab70b8344d91fff605c247a7b019868268535e84 Mon Sep 17 00:00:00 2001 From: Parfii-bot Date: Tue, 21 Apr 2026 20:10:04 +0800 Subject: [PATCH] fix(audit-l): agent count drift in install.sh and compose-solution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - L1: install.sh post-install banners '~14 generated agents' → '12 generated agents' (both the activated-path and the manual-merge-path copies). - L2: skills/compose-solution/SKILL.md handoff reference '14 kit agents' → '12 kit agents'. - L3: README /new-agent section rephrases 'via option-pickers' to call out that the 6 questions are grouped into multiple option-picker batches (two AskUserQuestion calls) rather than six separate prompts. --- README.md | 2 +- install.sh | 4 ++-- skills/compose-solution/SKILL.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7efda4e..3e09aa2 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Run the wizard in Claude Code: /new-agent ``` -You'll be asked (via option-pickers, not free-text): +You'll be asked (via multiple option-picker batches, not free-text) — each batch groups several click-only questions into a single `AskUserQuestion` call: 1. Project stack (Rust CLI / axum / SwiftUI / Flutter / FastAPI / Next.js / Go / Embedded / Python ML) 2. Deploy target (local-only / EC2 / Cloudflare / Modal / Docker / none) diff --git a/install.sh b/install.sh index fee3810..b7ed068 100755 --- a/install.sh +++ b/install.sh @@ -383,7 +383,7 @@ if [ "$DID_ACTIVATE" = "1" ]; then ========================================================================== To verify install: - ls $AGENTS_DIR/*.md # should show ~14 generated agents + ls $AGENTS_DIR/*.md # should show 12 generated agents $AGENTS_DIR/_assembler/target/release/assemble --validate To create a new project-specialist agent: @@ -407,7 +407,7 @@ else ./install.sh --activate-hooks To verify install: - ls $AGENTS_DIR/*.md # should show ~14 generated agents + ls $AGENTS_DIR/*.md # should show 12 generated agents $AGENTS_DIR/_assembler/target/release/assemble --validate To create a new project-specialist agent: diff --git a/skills/compose-solution/SKILL.md b/skills/compose-solution/SKILL.md index 2595e0a..192e50d 100644 --- a/skills/compose-solution/SKILL.md +++ b/skills/compose-solution/SKILL.md @@ -116,6 +116,6 @@ Future invocations benefit from the K new blocks — kit is now smarter by K blo architectural decomposition if `research` is overkill - `_blocks/baseline.md`, `_blocks/rule-math-first.md` — block templates (Phase 6a shape references) -- `_manifests/kei-*.toml` — 14 kit agents (Phase 7b handoff references) +- `_manifests/kei-*.toml` — 12 kit agents (Phase 7b handoff references) - `_bridges/*.tmpl` — 11 tool bridges (architecture Phase 5 may reference them for agent-creation flows)