fix(audit-l): agent count drift in install.sh and compose-solution

- 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.
This commit is contained in:
Parfii-bot 2026-04-21 20:10:04 +08:00
parent d155afc554
commit ab70b8344d
3 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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:

View file

@ -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)