mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
docs: address PR #980 review — wire agent-launcher into root CLAUDE.md, fix dangling report pointer, align version strings
- root CLAUDE.md: Navigation Map row, Repository Structure tree line, and an 'Unreleased (post-v2.11.2, PR #961 merged)' narrative for the agent-launcher domain (grep previously returned zero mentions) - CHANGELOG: the verification sentence no longer points at agent-launcher/DELIVERY-REPORT.md — per the maintainer finish-plan (audit/pr-stream-2026-08) that report moved to gitignored documentation/; SPEC.md remains the public build target - sync scripts: v2.12 comment/description strings -> 'unreleased, post-v2.11.2' to match the normalized plugin version; codex index regenerated Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_012FwXG6TqCXKZQvF4iD69cv
This commit is contained in:
parent
86beb8f4bf
commit
debda44029
6 changed files with 11 additions and 8 deletions
|
|
@ -2128,7 +2128,7 @@
|
|||
"agent-development": {
|
||||
"count": 6,
|
||||
"source": "../../agent-launcher",
|
||||
"description": "Claude Managed Agent launcher (v2.12): session-goal orchestrator (context: fork) + interview + stage-launch (BYOK curl) + grade-iterate (bounded outcome loop) + run-without-you (cron deployment loop) + wrap-up. Re-implements anthropics/launch-your-agent (Apache-2.0)."
|
||||
"description": "Claude Managed Agent launcher (unreleased, post-v2.11.2): session-goal orchestrator (context: fork) + interview + stage-launch (BYOK curl) + grade-iterate (bounded outcome loop) + run-without-you (cron deployment loop) + wrap-up. Re-implements anthropics/launch-your-agent (Apache-2.0)."
|
||||
},
|
||||
"business-growth": {
|
||||
"count": 5,
|
||||
|
|
|
|||
|
|
@ -42,9 +42,10 @@ you", optionally self-grading each firing via a nested outcome), or a
|
|||
multiagent ≤20 roster / ≤25 threads, `max_iterations` ≤20, ≤20 creds/vault,
|
||||
≤1,000 deployments/org); `payload_validator.py` FAILs on any embedded API key.
|
||||
- **Verification:** independent 10-agent workflow re-checked every SPEC.md part
|
||||
against disk — 9/9 PASS, zero differences from spec (recorded in
|
||||
`agent-launcher/DELIVERY-REPORT.md`). Full 4-phase pipeline verified
|
||||
end-to-end; generated `launch.sh` passes `bash -n`.
|
||||
against disk — 9/9 PASS, zero differences from spec (delivery report kept in
|
||||
maintainer-local `documentation/`, per the sprint-artifact convention; the
|
||||
public build target is `agent-launcher/SPEC.md`). Full 4-phase pipeline
|
||||
verified end-to-end; generated `launch.sh` passes `bash -n`.
|
||||
- **Counters** (at merge): skills 362 → 368, domains 18 → 19, tools 644 → 664,
|
||||
refs 741 → 746, agents 102 → 106, commands 116 → 124, plugins 88 → 89
|
||||
(derived via `scripts/derive_counters.py --check`).
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -90,7 +90,7 @@ SKILL_DOMAINS = {
|
|||
},
|
||||
"agent-launcher": {
|
||||
"category": "agent-development",
|
||||
"description": "Claude Managed Agent launcher (v2.12): session-goal orchestrator (context: fork) + interview + stage-launch (BYOK curl) + grade-iterate (bounded outcome loop) + run-without-you (cron deployment loop) + wrap-up. Re-implements anthropics/launch-your-agent (Apache-2.0)."
|
||||
"description": "Claude Managed Agent launcher (unreleased, post-v2.11.2): session-goal orchestrator (context: fork) + interview + stage-launch (BYOK curl) + grade-iterate (bounded outcome loop) + run-without-you (cron deployment loop) + wrap-up. Re-implements anthropics/launch-your-agent (Apache-2.0)."
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ DOMAIN_DIRS = [
|
|||
"research-ops", # v2.9.0 — clinical-research, research-finance, market-research, product-research + orchestrator
|
||||
"compliance-os", # ISO 13485/27001, SOC 2, GDPR, FDA QSR, EU AI Act audit-prep + orchestrator
|
||||
"markdown-html", # v2.10.x — orchestrator, design-system, md-document, md-review, md-slides
|
||||
"agent-launcher", # v2.12 — CMA launcher: orchestrator + interview + stage-launch + grade-iterate + run-without-you + wrap-up
|
||||
"agent-launcher", # unreleased post-v2.11.2 — CMA launcher: orchestrator + interview + stage-launch + grade-iterate + run-without-you + wrap-up
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ DOMAIN_DIRS = [
|
|||
"research-ops", # v2.9.0 — clinical-research, research-finance, market-research, product-research + orchestrator
|
||||
"compliance-os", # ISO 13485/27001, SOC 2, GDPR, FDA QSR, EU AI Act audit-prep + orchestrator
|
||||
"markdown-html", # v2.10.x — orchestrator, design-system, md-document, md-review, md-slides
|
||||
"agent-launcher", # v2.12 — CMA launcher: orchestrator + interview + stage-launch + grade-iterate + run-without-you + wrap-up
|
||||
"agent-launcher", # unreleased post-v2.11.2 — CMA launcher: orchestrator + interview + stage-launch + grade-iterate + run-without-you + wrap-up
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue