diff --git a/data/plugins/iam.yaml b/data/plugins/iam.yaml deleted file mode 100644 index 070b885..0000000 --- a/data/plugins/iam.yaml +++ /dev/null @@ -1,4 +0,0 @@ -name: IAM -repo: https://github.com/spoons-and-mirrors/iam -tagline: Inter agent messaging -description: Allows for parallel subagents communication with a simple yet effective messaging system. Subagents are aware of each other, can announce their status, broadcast, and read messages asynchronously. diff --git a/data/plugins/pocket-universe.yaml b/data/plugins/pocket-universe.yaml new file mode 100644 index 0000000..96ba7a9 --- /dev/null +++ b/data/plugins/pocket-universe.yaml @@ -0,0 +1,4 @@ +name: Pocket Universe +repo: https://github.com/spoons-and-mirrors/pocket-universe +tagline: A subagent driven pocket universe for your primary agent +description: Async agents can be powerful, but orchestration is at best finicky; they fire and forget, orphan work, lose context, waste time... and tokens. This plugin extends the native opencode subagent paradigm to provide: closed loop, resilient, async agents, blocking main thread execution. A "pocket universe". This ships with three tools creating a robust system for parallel subagents to communicate and coordinate work \ No newline at end of file