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)