fix(roles): restore the exec role's composed-skill allowlist #1071
No reviewers
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
coherence-core
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
qa-fixture
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-flight-deck/agentic-os!1071
Loading…
Reference in a new issue
No description provided.
Delete branch "aos/claude/xu59-exec-role"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Restores the
role execblock in.agents/roles.kdl.Why
agent-compose deploys eight roles today, and
exec(Executive Strategist)is one of them -
agent-compose catalog roleslists it, and.agents/harness-launch-profiles.yamlhas carried it all along. Itsroles.kdl block, however, was parked in a block comment and then deleted
by
48c48414when the code-comments hook stopped exempting roles.kdl.A role with no block selects nothing. Every Executive Strategist bundle
composed since 2026-08-08 has therefore carried zero AOS methods, without
any validator noticing -
check-composed-skillsnever reads roles.kdl, sonothing ties the catalogue to the role graph.
Evidence
Unclaimed composed sources in
.agents/composed/, before and after:tooling-advisor-*, the 3tooling-ceo-*, the 2tooling-customer-success-*,tooling-discord-community-host, and the 2tooling-sales-*tooling-sales-*and the 3 community methods48c48414's own commit body predicted the advisor and CEO half of that
list. Restoring the parked selectors verbatim re-claims exactly those five.
Every restored selector still resolves against the current catalogue.
pre-commit run --all-filespasses.Not in scope
The five still-unclaimed sources are two separate matters. The 2 sales
methods are deliberate per
docs/role-skill-coverage-audit.md. The 3community methods are orphaned by the nine-to-eight roster collapse, which
also left
docs/FEATURES.md,docs/role-composed-principal-methods.md,docs/role-skill-coverage-audit.md, andscripts/aos-role-question.shdescribing Community and Content Manager roles that agent-compose no
longer deploys, and left
aos role question creatorwith no case. Filedseparately rather than folded in here, because deciding who inherits the
community methods is a roster call rather than a config repair.
Companion
coilyco-bridge/agentic-os-kaicarries the same defect and the same fix onbranch
aos/claude/xu59-exec-role.🤖 Generated with Claude Code