-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Problem
agentd currently uses ad hoc project-level skill path wiring (.agents/skills plus a temporary .claude/skills alias) so both Codex and Claude can discover skills. This is intentionally temporary and drift-prone.
Goal
Pilot loadout in agentd as the skills activation/discovery mechanism once loadout supports Codex compatibility.
Blocker (must be resolved first)
- Upstream
loadouthas released and documented Codex compatibility sufficient for project-level skill discovery inagentd.
Scope (when unblocked)
- Keep existing skill content in-repo.
- Configure
loadoutforagentdproject scope. - Replace manual aliasing flow with
loadout-managed linking for this repo. - Update docs to describe the new flow.
Out of Scope
- Org-wide migration.
- Personal/global skill migration beyond what is required for this pilot.
- Hardening/CI enforcement beyond basic pilot validation.
Pilot Acceptance Criteria
- Codex and Claude both discover the same project skills in
agentdusingloadoutconfiguration. - Existing skill behavior remains unchanged (discovery plumbing only).
- Repository docs describe the pilot setup and rollback path.
- Manual fallback (current alias approach) is documented in case of pilot failure.
Verification Scenarios (when unblocked)
- Fresh
agentdclone + configuredloadoutexposes project skills to both tools. - Skill visible via one tool is visible via the other (same set).
- Removing/disabling a skill in
loadoutreflects in both tool discovery paths. - Rollback to current manual alias method is straightforward and documented.
Notes
This issue stays blocked until upstream Codex compatibility in loadout is confirmed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request