mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-20 18:16:30 +03:00
build: native subagent pipeline + Codex-only asset producer
Adds an agent cross-compile pipeline alongside the existing skill pipeline. Sources live at skill/agents/*.md; providers that declare agentFormat (codex-toml, claude-md) emit native subagent files. An optional providers: <list> field on an agent gates which harnesses get a copy; default (no field) ships everywhere. The impeccable-asset-producer agent is opt-in to Codex only. It's useful for Codex's native image generation path and is untested elsewhere; Claude has no native image gen anyway. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
b03d7515c8
commit
fd3eed9f3b
@@ -145,10 +145,14 @@ cp -r dist/gemini/.gemini your-project/
|
||||
```bash
|
||||
# Project-local
|
||||
cp -r dist/agents/.agents your-project/
|
||||
mkdir -p your-project/.codex
|
||||
cp -r dist/codex/.codex/agents your-project/.codex/
|
||||
|
||||
# Or user-wide
|
||||
mkdir -p ~/.agents/skills
|
||||
cp -r dist/agents/.agents/skills/* ~/.agents/skills/
|
||||
mkdir -p ~/.codex
|
||||
cp -r dist/codex/.codex/agents ~/.codex/
|
||||
```
|
||||
|
||||
**GitHub Copilot:**
|
||||
|
||||
Reference in New Issue
Block a user