@webpresso/codex-plugin
v3.1.12
Published
Codex plugin adapter for Webpresso agent-kit skills, hooks, and MCP runtime.
Downloads
1,128
Readme
@webpresso/codex-plugin
@webpresso/codex-plugin is the Codex CLI host adapter package for Agent Kit.
It ships the Codex plugin manifest, packaged skills, hook metadata, a
package-local MCP manifest, and a package-local bin/wp shim that forwards to
an Agent Kit wp CLI resolved at runtime.
This adapter does not declare @webpresso/agent-kit as a package dependency.
Its package-local bin/wp shim resolves the CLI in this order:
WEBPRESSO_WP_BIN, when set to an executable file.- The source-checkout root
../../bin/wp, for local adapter development. @webpresso/agent-kit/bin/wp, when an integrator installed the root package alongside this adapter.wponPATH.
If none of those candidates is available, install or update the root package
through wp setup, wp update, or your package manager, or set
WEBPRESSO_WP_BIN to the desired executable. The shim preserves
WP_SKIP_UPDATE_CHECK=1 by default for host MCP invocations.
The root @webpresso/agent-kit package is CLI/core only: it ships wp, MCP
tools, audits, blueprints, session memory, docs, and catalog sources, but it
does not ship this Codex payload from the root package. Use this adapter when
you need the Codex-native plugin delivery surface.
