refactor(core): consolidate tool architecture
This commit is contained in:
parent
0fd73a2976
commit
8db7487c89
466 changed files with 9405 additions and 11071 deletions
6
packages/plugin/AGENTS.md
Normal file
6
packages/plugin/AGENTS.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue