These examples are reference implementations for the fast local plugin entrance layer. For copy-first starter repos, see ../starters/README.md.
- codex-python-local: repo-local
codex-runtimeexample for Python teams usingplugin-kit-ai bootstrap .,.venv,validate --strict, launcher-basednotify, and the helper API inplugin/plugin_runtime.pythat mirrors the sharedplugin-kit-ai-runtimepackage - codex-node-local: repo-local
codex-runtimeexample for Node teams usingplugin-kit-ai bootstrap .,validate --strict, launcher-basednotify, and the helper API inplugin/plugin-runtime.mjsthat mirrors the sharedplugin-kit-ai-runtimepackage - codex-node-typescript-local: repo-local
codex-runtimeexample for TypeScript teams usingplugin-kit-ai doctor .,plugin-kit-ai bootstrap ., built output underdist/, and the helper API inplugin/plugin-runtime.tsthat mirrors the sharedplugin-kit-ai-runtimepackage
These Node/TypeScript and Python examples are the public-stable repo-local local-runtime subset.
They are supported paths for teams that prefer those runtimes, but they still require Python or Node to be installed on the machine running the plugin.
Launcher-based shell authoring remains public-beta and is covered through runtime docs plus polyglot-smoke, not through a checked-in local example repo.
They complement, not replace, the production reference repos in ../plugins/README.md.
Go now also has copy-first starters in ../starters/README.md, and the production examples remain the clearest long-term support and release story when you want the most self-contained delivery model.