KeiSeiKit-1.0/_manifests
Parfii-bot 3039adab3f refactor(manifests): prefix all 14 kit agents with kei-
- Rename _manifests/{architect,code-implementer,cost-guardian,critic,
  fal-ai-runner,infra-implementer,ml-implementer,ml-researcher,modal-runner,
  patent-compliance,patent-researcher,researcher,security-auditor,validator}.toml
  to kei-<name>.toml (git mv — history preserved).
- Update every `name = "..."` field to the new kei- name.
- Update every handoff `target = "..."` cross-reference (62 occurrences across
  14 manifests) to point at the kei-prefixed counterpart.
- Update backticked prose cross-refs in role/forbidden_domain/description
  strings: `code-implementer` -> `kei-code-implementer`, etc.
- Update SSoT header comments: "SSoT for <name>." -> "SSoT for kei-<name>.".
- Fix 3 bare-word prose refs missed by quoted/backticked patterns:
  kei-code-implementer.toml (validator enforces), kei-security-auditor.toml
  (description Hands fixes off to ..., forbidden_domain separate critic pass).

Noun-phrase mentions left intact (not agent refs): "senior software
architect", "ruthless code critic", "patent prior-art researcher",
"architectural claim", "critical findings", etc.

Verify:
  cd _assembler && cargo build --release
  AGENT_ROOT=$(pwd)/.. target/release/assemble --validate
  -> 14 OK

Namespace motivation: kit-shipped agents live in a reserved "kei-*"
namespace so downstream installs can drop in custom, same-name agents
without collision (e.g. user's own `validator` or `critic`).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-21 13:35:03 +08:00
..
kei-architect.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-code-implementer.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-cost-guardian.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-critic.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-fal-ai-runner.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-infra-implementer.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-ml-implementer.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-ml-researcher.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-modal-runner.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-patent-compliance.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-patent-researcher.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-researcher.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-security-auditor.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00
kei-validator.toml refactor(manifests): prefix all 14 kit agents with kei- 2026-04-21 13:35:03 +08:00