From 3c634013ed76e211c347713dd08797ac9519e25b Mon Sep 17 00:00:00 2001 From: octane0411 Date: Thu, 22 Jan 2026 15:32:55 +0800 Subject: [PATCH 1/2] docs: add opencode-plugin-openspec to plugins --- data/plugins/opencode-plugin-openspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-plugin-openspec.yaml diff --git a/data/plugins/opencode-plugin-openspec.yaml b/data/plugins/opencode-plugin-openspec.yaml new file mode 100644 index 0000000..ed6923a --- /dev/null +++ b/data/plugins/opencode-plugin-openspec.yaml @@ -0,0 +1,4 @@ +name: OpenSpec +repo: https://github.com/Octane0411/opencode-plugin-openspec +tagline: Architecture planning and specification agent +description: An OpenCode plugin that integrates OpenSpec, providing a dedicated agent for planning and specifying software architecture. From 8d160d0b79f7d96cf0f4b5815fc4d7607c10b4e9 Mon Sep 17 00:00:00 2001 From: octane0411 Date: Thu, 22 Jan 2026 15:48:49 +0800 Subject: [PATCH 2/2] fix: update tagline --- data/plugins/opencode-plugin-openspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/plugins/opencode-plugin-openspec.yaml b/data/plugins/opencode-plugin-openspec.yaml index ed6923a..32aeb1b 100644 --- a/data/plugins/opencode-plugin-openspec.yaml +++ b/data/plugins/opencode-plugin-openspec.yaml @@ -1,4 +1,4 @@ name: OpenSpec repo: https://github.com/Octane0411/opencode-plugin-openspec -tagline: Architecture planning and specification agent +tagline: Add Architecture planning and specification agent for OpenSpec description: An OpenCode plugin that integrates OpenSpec, providing a dedicated agent for planning and specifying software architecture.