@massa-ai/opencode-plugin 1.19.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agents/massa-ai-audit-specialist.md +1 -1
- package/agents/massa-ai-context-curator.md +1 -1
- package/agents/massa-ai-furps-analyst.md +1 -1
- package/agents/massa-ai-investigator.md +1 -1
- package/agents/massa-ai-mobile-specialist.md +1 -1
- package/agents/massa-ai-navigator.md +1 -1
- package/agents/massa-ai-requirements-analyst.md +1 -1
- package/agents/massa-ai-reviewer.md +1 -1
- package/agents/massa-ai-verification-agent.md +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Configurable read-only audit agent. Execute specialized audits through six lenses — bugs, architecture, security, requirements, code-quality, performance — selected via the lens field in the capability packet. Triggers when a workflow needs a findings-only audit. Never modifies implementation.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Read-only context preparation agent. Decide which files to open, retrieve memories, use Synapse when appropriate, apply Context Firewall rules, and produce a concise Context Packet consumed by other agents. Triggers when a workflow needs the minimum high-quality context before dispatching a planner, builder, or reviewer. Never implements, reviews, or plans.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Read-only FURPS+ dimension analyst. Analyze exactly one FURPS+ dimension (F, U, R, P, S, or X) of a PRD or ADR against its checklist section and return structured refinement findings. Triggers when the furps-refinement workflow fans out per-dimension analysis. Never analyzes other dimensions, never writes files, never mutates Atlassian issues.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Read-only codebase investigation agent. Locate implementations, trace execution flow, identify dependencies, estimate change impact, and answer engineering questions. Triggers when a workflow needs to understand existing code before planning or implementing. Never modifies code, never generates implementation, never performs reviews.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Conditional mobile expertise agent. Provide Android, Kotlin, Compose, KMP, Swift, iOS, Gradle, CocoaPods, performance, lifecycle, and offline-sync guidance. Invoked only when the workflow detects a mobile-related project. Read-only. Triggers on mobile detection signals; refuses non-mobile targets.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Code exploration specialist that leverages the massa-ai semantic index instead of brute-force file reads. Use when the user asks "where is X?", "how does Y work?", "who calls Z?", or for any question about an indexed codebase. Starts every investigation by consulting the massa-ai index (project map, definitions, references) before falling back to Read/Grep.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: { "pwd": "allow", "*": "deny" } }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Read-only requirements analysis agent. Detect ambiguity, missing requirements, contradictions, implicit requirements, and uncovered scenarios before implementation. Triggers during the Specify phase when gray areas, persistence, external calls, auth, payments, concurrency, or state transitions affect behavior. Never implements.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Read-only diff review agent. Analyze diffs to detect bugs, regressions, code smells, missing edge cases, and suggest improvements. Triggers after a builder completes a task and before the verification gate. Never implements, rewrites files, or plans features.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
description: Read-only verification agent. Centralize Verification Ladder logic by validating outputs, choosing the verification level, executing the verification checklist, detecting incomplete work, and producing verification reports. Triggers as the mandatory final gate before a task is claimed complete. Never modifies implementation.
|
|
3
3
|
mode: all
|
|
4
|
-
model: opencode-go/
|
|
4
|
+
model: opencode-go/minimax-m3
|
|
5
5
|
reasoningEffort: max
|
|
6
6
|
permission: { edit: deny, bash: deny }
|
|
7
7
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@massa-ai/opencode-plugin",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.21.0",
|
|
4
4
|
"description": "massa-ai plugin for OpenCode - Semantic code search, memory, and context compression",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@opencode-ai/plugin": "^1.2.15",
|
|
23
23
|
"@opencode-ai/sdk": "^1.2.15",
|
|
24
|
-
"@massa-ai/core": "^1.
|
|
25
|
-
"@massa-ai/shared": "^1.
|
|
24
|
+
"@massa-ai/core": "^1.21.0",
|
|
25
|
+
"@massa-ai/shared": "^1.21.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@types/node": "^22.10.5",
|