Compress role-composed admissions with safe globs #853

Closed
opened 2026-08-02 06:50:53 +00:00 by coilyco-ops · 0 comments
Member

Context

Agent Compose v2 supports fail-closed shell-style composed-skill globs. AOS already stores 62 role-scoped skills under .agents/composed, but .agents/roles.kdl still carries 149 exact admissions. Homogeneous prefix families account for 111 of those lines.

Replace only semantically closed families with narrow globs. Broad tooling-* and writing-* globs remain out of scope because they would cross role boundaries.

Acceptance criteria

  • Safe coding, role-specific tooling, and writing subfamilies use narrow composed-skill globs.
  • Current selected skill trees remain identical for all eight Core Roster roles.
  • Invalid, unmatched, or overlapping selections remain fail-closed under Agent Compose validation.
  • Ordinary AOS skills and composed skill content do not change.
  • Repository tests and the full pre-commit gate pass.
## Context Agent Compose v2 supports fail-closed shell-style composed-skill globs. AOS already stores 62 role-scoped skills under .agents/composed, but .agents/roles.kdl still carries 149 exact admissions. Homogeneous prefix families account for 111 of those lines. Replace only semantically closed families with narrow globs. Broad tooling-* and writing-* globs remain out of scope because they would cross role boundaries. ## Acceptance criteria - Safe coding, role-specific tooling, and writing subfamilies use narrow composed-skill globs. - Current selected skill trees remain identical for all eight Core Roster roles. - Invalid, unmatched, or overlapping selections remain fail-closed under Agent Compose validation. - Ordinary AOS skills and composed skill content do not change. - Repository tests and the full pre-commit gate pass.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-flight-deck/agentic-os#853
No description provided.