@tokenroll/acplugin-platform-codex
v0.0.4-beta
Published
Codex Platform integration for acplugin.
Readme
@tokenroll/acplugin-platform-codex
Codex Platform package for @tokenroll/acplugin.
pnpm add -D @tokenroll/acplugin @tokenroll/acplugin-platform-codeximport { defineConfig } from '@tokenroll/acplugin';
import codex from '@tokenroll/acplugin-platform-codex';
export default defineConfig({
name: 'my-plugin',
version: '1.0.0',
description: 'Reusable AI workflows.',
platforms: [codex()],
});Commands become explicit Codex Skills named <plugin-name>-<command-id>.
For Plugin my-plugin, Command bootstrap is delivered at
skills/my-plugin-bootstrap/SKILL.md. Arbitrary templates and per-Command
overrides are intentionally not supported.
The package also exports the named codex factory, its option types, PLATFORM_ID, and PLATFORM_API_VERSION.
Codex does not currently expose a Platform Component Contribution payload. A Contributor that submits a non-empty private component contribution for Codex fails during Package finalization; it is never converted to an agent-* Skill.
License
MIT
