- Notifications
You must be signed in to change notification settings - Fork 0
04: Codex plugin integration #51
Copy link
Copy link
Open
Labels
resolvedAutopilot has resolved this issueAutopilot has resolved this issue
Description
Activity
Metadata
Metadata
Assignees
Labels
resolvedAutopilot has resolved this issueAutopilot has resolved this issue
Parent
#47
What to build
完成
packages/codex/的 Codex 插件功能:.codex-plugin/plugin.json(插件清单,指向 skills 目录)agents/*.md生成.codex/agents/*.toml文件(implementer.toml、reviewer.toml、argus.toml)packages/core/upstream/复制 upstream skills 到packages/codex/skills/(构建时)packages/core/skills/复制(构建时)templates/AGENTS.md(含 Karpathy 原则)setup-autopilotskill 指导 Codex 用户安装 .toml 和 AGENTS.md 模板$autopilotskill 可用,@implementer/@reviewer/@argusagent 可用Acceptance criteria
bun run build后packages/codex/包含完整 plugin 结构.codex-plugin/plugin.json包含正确的 skills 路径和 interface.codex/agents/包含三个 .toml 文件,内容从 agents/*.md 正确转义$autopilotcommand/skill 可从 Codex 触发@implementer、@reviewer、@argusagent 可 spawnbun test通过(packages/codex 的测试)Blocked by