opencode/packages/plugin/AGENTS.md

391 B

Plugin Package Guide

  • The plugin package has two versions: Effect and Promise.
  • In the Effect version, every domain must extend the corresponding Effect API client interface from @opencode-ai/client/effect/api.
  • Do not redefine functions that already exist on the Effect API client interface.
  • Plugin domains add only the additional functions that make sense in the plugin context.