@ojhaujjwal/opencode-plugin-ci-gate
v0.0.1
Published
An opencode plugin that automatically runs `npm run ci` on session idle and injects failure output back into the assistant's context for self-healing.
Readme
@ojhaujjwal/opencode-plugin-ci-gate
An opencode plugin that automatically runs npm run ci on session idle and
injects failure output back into the assistant's context for self-healing.
Install
npm install @ojhaujjwal/opencode-plugin-ci-gateUsage
Add to your .opencode/plugin/index.ts:
export { default } from "@ojhaujjwal/opencode-plugin-ci-gate"The plugin activates automatically on session.idle events.
