@massa-ai/opencode-plugin 1.13.0 → 1.15.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.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-architecture-specialist
3
2
  description: Read-only architecture guidance agent. Evaluate architecture, suggest boundaries, recommend abstractions, evaluate trade-offs, and suggest modularization. Folds the existing domain-mapper, coupling-auditor, and deepening-architect roles into one specialist. Triggers when a workflow needs architectural guidance before or during design. Never implements or rewrites code.
4
3
  mode: all
5
4
  model: opencode-go/minimax-m3
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Architecture Specialist Agent Skill
11
10
 
12
11
  ## Mission
@@ -56,9 +55,6 @@ Provide architectural guidance by evaluating structure, suggesting boundaries, a
56
55
  - Synapse: own ephemeral session when evaluation spans multiple modules with repeated searches.
57
56
  - References: `references/architecture-lenses.md`, `references/architecture-domain-lens.md`, `references/architecture-coupling-lens.md`, `references/architecture-deepening-lens.md`.
58
57
 
59
- ## Model Hint
60
- MiniMax M3 (advisory). Fallback to the workflow's configured default model if unavailable.
61
-
62
58
  ## Validation Sensors
63
59
  - Every finding has a `path:line` or metric pointer.
64
60
  - Trade-offs name at least two alternatives.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-audit-specialist
3
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.
4
3
  mode: all
5
4
  model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Audit Specialist Agent Skill
11
10
 
12
11
  ## Mission
@@ -71,9 +70,6 @@ All lenses share `references/audit-scope.md` (scope rules) and `references/audit
71
70
  - Synapse: own ephemeral session when the audit spans multiple modules with repeated searches.
72
71
  - References: `references/audit-scope.md`, `references/audit-report-io.md`, plus the per-lens references above.
73
72
 
74
- ## Model Hint
75
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
76
-
77
73
  ## Validation Sensors
78
74
  - Every finding has a `path:line` pointer.
79
75
  - Findings follow the project audit-report format (`references/audit-report-io.md`).
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-builder
3
2
  description: Write-permitted implementation agent. Implement approved plans by modifying source code, creating files, and updating existing code while following project conventions. Triggers when a workflow has an approved plan or task with a disjoint write set. Never redesigns architecture, performs reviews, or generates implementation plans.
4
3
  mode: all
5
4
  model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: allow, bash: allow }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Builder Agent Skill
11
10
 
12
11
  ## Mission
@@ -58,9 +57,6 @@ Implement an approved plan or task by modifying source code with a disjoint writ
58
57
  - Synapse: none (implementation is not a repeated-search task).
59
58
  - References: `references/agent-orchestration.md`, `references/naming-standards.md`, `references/code-annotation.md`, `references/root-cause-scripts.md`.
60
59
 
61
- ## Model Hint
62
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
63
-
64
60
  ## Validation Sensors
65
61
  - Verification commands from the plan pass (tests, build, typecheck, lint).
66
62
  - Diff stays within the assigned write set.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-context-curator
3
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.
4
3
  mode: all
5
4
  model: opencode-go/deepseek-v4-pro
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Context Curator Agent Skill
11
10
 
12
11
  ## Mission
@@ -58,9 +57,6 @@ Prepare the minimum high-quality Context Packet required for another agent to do
58
57
  - Synapse: own ephemeral session per `references/synapse-policy.md`; pass `synapseSessionId` on every `search`.
59
58
  - References: `references/context-firewall.md`, `references/synapse-policy.md`, `references/mcp-tools.md`.
60
59
 
61
- ## Model Hint
62
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
63
-
64
60
  ## Validation Sensors
65
61
  - Every file in the Context Packet exists (`test -f`).
66
62
  - Every reference in the packet exists in the symlinked skill tree.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-documentation-agent
3
2
  description: Engineering documentation agent. Generate README, ADR, RFC, changelog, KDoc, and architecture documentation. Default read-only; writes only doc files when explicitly scoped with a disjoint write set. Triggers when a workflow needs documentation artifacts. Never modifies implementation.
4
3
  mode: all
5
4
  model: opencode-go/deepseek-v4-pro
6
5
  reasoningEffort: max
7
6
  permission: { edit: allow, bash: allow }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Documentation Agent Skill
11
10
 
12
11
  ## Mission
@@ -56,9 +55,6 @@ Generate engineering documentation artifacts (README, ADR, RFC, changelog, KDoc,
56
55
  - Synapse: none (documentation is not a repeated-search task).
57
56
  - References: `references/adr-authoring.md`, `references/rfc/`.
58
57
 
59
- ## Model Hint
60
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
61
-
62
58
  ## Validation Sensors
63
59
  - Stale-reference scan passes (no dead links to removed files).
64
60
  - Doc format matches the project ADR/RFC template.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-furps-analyst
3
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.
4
3
  mode: all
5
4
  model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # FURPS-Analyst Agent Skill
11
10
 
12
11
  ## Mission
@@ -60,9 +59,6 @@ Analyze exactly one FURPS+ dimension of a PRD or ADR against its checklist secti
60
59
  - Synapse: own ephemeral session when >= 2 searches are expected, per `references/synapse-policy.md`.
61
60
  - References: `references/furps/checklist.md`, `references/furps/report-contract.md`, `references/furps/intake.md`, `references/agent-orchestration.md`.
62
61
 
63
- ## Model Hint
64
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
65
-
66
62
  ## Validation Sensors
67
63
  - Source-location proof (quote plus section) for every `covered`/`partial` claim.
68
64
  - Absent-claim detection for every `missing` claim.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-investigator
3
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.
4
3
  mode: all
5
4
  model: opencode-go/deepseek-v4-pro
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Investigator Agent Skill
11
10
 
12
11
  ## Mission
@@ -59,9 +58,6 @@ Read and understand the codebase to answer engineering questions without modifyi
59
58
  - Synapse: own ephemeral session per `references/synapse-policy.md`; pass `synapseSessionId` on every `search`.
60
59
  - References: `references/codebase-investigation.md`, `references/agent-orchestration.md`, `references/synapse-policy.md`.
61
60
 
62
- ## Model Hint
63
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
64
-
65
61
  ## Validation Sensors
66
62
  - Source-backed evidence for every claim (`path:line`).
67
63
  - Dependency references confirmed via `get_references` or equivalent.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-judge
3
2
  description: Read-only debate-panel evaluator for judge-with-debate. Score an artifact against the meta-judge's evaluation specification with quoted evidence, then defend or revise scores across up to 3 debate rounds until the panel reaches consensus. Writes only its own judge-N report file per dispatch. Never judges outside the specification, never revises without quoted evidence.
4
3
  mode: all
5
- model: opencode-go/deepseek-v4-pro
4
+ model: opencode-go/minimax-m3
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Judge Agent Skill
11
10
 
12
11
  ## Mission
@@ -81,11 +80,12 @@ next_step: <string>
81
80
  - References: `references/agent-orchestration.md`, `references/audit-report-io.md` (Judge With Debate Report Contracts).
82
81
 
83
82
  ## Model Hint
84
- deepseek-v4-pro (advisory charter default — the Judge-1 slot model). Per-slot diversity is
85
- assigned by the workflow at dispatch: Judge 1 `deepseek-v4-pro`, Judge 2 `minimax-m3`, Judge 3
86
- `GLM-5.2`. Hosts without dispatch-time model selection run this charter default for every slot;
87
- the orchestrator records that as `DIVERSITY DEGRADED` per the workflow contract. Fallback to the
88
- workflow's configured default model if the pinned model is unavailable.
83
+ This charter's `metadata.model_tier` (`deep`) is the fallback every host runs when dispatch-time
84
+ model selection is unavailable. The `judge-with-debate` workflow additionally requests per-slot
85
+ model diversity at dispatch time on hosts that support it — `workflows/judge-with-debate.md` is
86
+ the single source for the current slot assignments, not this file. When dispatch-time selection
87
+ is unavailable, every slot runs the charter default and the orchestrator records
88
+ `DIVERSITY DEGRADED` per the workflow contract.
89
89
 
90
90
  ## Validation Sensors
91
91
  - Every criterion score carries an exact quotation from the artifact.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-meta-judge
3
2
  description: Read-only evaluation-specification author for judge-with-debate. Generate the tailored rubric, criteria, weights, and checklists that a panel of judge agents uses to evaluate an artifact through independent analysis and multi-round debate. Runs exactly once per evaluation. Never scores the artifact, never edits the specification after emission.
4
3
  mode: all
5
- model: opencode-go/kimi-k3
4
+ model: opencode-go/minimax-m3
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Meta-Judge Agent Skill
11
10
 
12
11
  ## Mission
@@ -72,8 +71,11 @@ overall: weighted-mean
72
71
  - References: `references/agent-orchestration.md`, `references/audit-report-io.md` (Judge With Debate Report Contracts).
73
72
 
74
73
  ## Model Hint
75
- kimi-k3 (advisory). Fallback to the workflow's configured default model if unavailable; the
76
- fallback is recorded by the orchestrator as a diversity warning per the workflow contract.
74
+ This charter's `metadata.model_tier` (`deep`) is the fallback every host runs when dispatch-time
75
+ model selection is unavailable. The `judge-with-debate` workflow additionally requests a specific
76
+ model for this slot at dispatch time on hosts that support it — `workflows/judge-with-debate.md`
77
+ is the single source for the current assignment, not this file. When dispatch-time selection is
78
+ unavailable, the orchestrator records a diversity warning per the workflow contract.
77
79
 
78
80
  ## Validation Sensors
79
81
  - Output parses as YAML; weights sum to 1.0 (±0.001); every criterion carries id, name, weight, scale (min 1, max 5), rubric anchors for 1/3/5, and a non-empty checklist.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-mobile-specialist
3
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.
4
3
  mode: all
5
4
  model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Mobile Specialist Agent Skill
11
10
 
12
11
  ## Mission
@@ -73,9 +72,6 @@ If none are present, refuse with: `Non-mobile target. Refusing mobile-specialist
73
72
  - Synapse: own ephemeral session when guidance spans multiple mobile modules with repeated searches.
74
73
  - References: `references/mobile-context.md`, `references/mobile-diagnosis.md`, `references/maestro.md`.
75
74
 
76
- ## Model Hint
77
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
78
-
79
75
  ## Validation Sensors
80
76
  - At least one detection signal is confirmed present before guidance is given.
81
77
  - Every finding has a `path:line` pointer or a platform constraint citation.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-navigator
3
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.
4
3
  mode: all
5
4
  model: opencode-go/deepseek-v4-pro
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: { "pwd": "allow", "*": "deny" } }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Navigator Agent Skill
11
10
 
12
11
  ## Mission
@@ -65,9 +64,6 @@ The user's codebase is **already indexed** by massa-ai. The first move on any qu
65
64
  - Massa-ai Memory: suggest durable navigation facts (entry points, ownership boundaries) only when reusable; the main agent persists.
66
65
  - References: `references/mcp-tools.md`, `references/codebase-investigation.md`, `references/synapse-policy.md`, `references/context-firewall.md`.
67
66
 
68
- ## Model Hint
69
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
70
-
71
67
  ## Validation Sensors
72
68
  - Every claim carries a `path:line` or symbol pointer.
73
69
  - Index-derived claims carry freshness evidence, or are labeled reduced-confidence.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-plan-critic
3
2
  description: Read-only plan-challenge agent. Stress-test a constructed plan, surface the assumption most likely to fail, name the deterministic check that would falsify success, and return a bounded critique for the lite or full Plan Challenge gate. Triggers after a concrete plan exists. Never edits the plan, never implements, never expands scope.
4
3
  mode: all
5
4
  model: opencode-go/minimax-m3
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Plan-Critic Agent Skill
11
10
 
12
11
  ## Mission
@@ -79,9 +78,6 @@ Never receives full conversation context.
79
78
  - Policy: the main agent owns mode selection, synthesis, plan revision, and the Evidence Gate; this agent owns the critique only.
80
79
  - References: `references/agent-orchestration.md`, `references/the-fool/`, `references/verification-ladder.md`.
81
80
 
82
- ## Model Hint
83
- MiniMax M3 (advisory). Fallback to the workflow's configured default model if unavailable.
84
-
85
81
  ## Validation Sensors
86
82
  - Every challenge ties to a plan section plus a concrete evidence gap or falsifiable check.
87
83
  - No challenge rests on missing conversation history that the packet intentionally excluded.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-planner
3
2
  description: Read-only planning agent. Transform engineering requests into implementation plans by breaking work into steps, identifying dependencies and risks, suggesting execution order, and producing an implementation strategy. Triggers when a workflow needs a plan before implementation. Never implements or reviews code.
4
3
  mode: all
5
- model: opencode-go/glm-5.2
4
+ model: opencode-go/minimax-m3
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: { "*": "ask" } }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Planner Agent Skill
11
10
 
12
11
  ## Mission
@@ -56,9 +55,6 @@ Transform an engineering request into a structured implementation plan.
56
55
  - Synapse: none (planning is not a repeated-search task).
57
56
  - References: `references/agent-orchestration.md`, `references/subagent-design.md`.
58
57
 
59
- ## Model Hint
60
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
61
-
62
58
  ## Validation Sensors
63
59
  - Every step in the plan references a concrete file, module, or task.
64
60
  - Every risk has a mitigation or accepted-risk note.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-requirements-analyst
3
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.
4
3
  mode: all
5
- model: opencode-go/deepseek-v4-pro
4
+ model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Requirements Analyst Agent Skill
11
10
 
12
11
  ## Mission
@@ -55,9 +54,6 @@ Analyze requirements before implementation to surface ambiguity, gaps, contradic
55
54
  - Synapse: none (analysis is not a repeated-search task).
56
55
  - References: `references/spec-driven/specify.md`, `references/furps/`.
57
56
 
58
- ## Model Hint
59
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
60
-
61
57
  ## Validation Sensors
62
58
  - Every finding cites a requirement ID or spec section.
63
59
  - Every implicit requirement is flagged for user acceptance or recorded as an assumption.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-reviewer
3
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.
4
3
  mode: all
5
4
  model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Reviewer Agent Skill
11
10
 
12
11
  ## Mission
@@ -57,9 +56,6 @@ Review implementation quality by analyzing the diff and flagging bugs, regressio
57
56
  - Synapse: none (review is not a repeated-search task).
58
57
  - References: `references/agent-orchestration.md`.
59
58
 
60
- ## Model Hint
61
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
62
-
63
59
  ## Validation Sensors
64
60
  - Every finding has a `path:line` pointer.
65
61
  - Static checks (lint, typecheck) run when available.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-test-engineer
3
2
  description: Testing strategy agent. Generate unit, integration, edge-case, negative-scenario, and acceptance-coverage test plans. Default read-only; writes only test files when explicitly scoped with a disjoint write set. Triggers when a workflow needs a test strategy or test plan. Focuses only on testing; no production code changes outside test files.
4
3
  mode: all
5
4
  model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: allow, bash: allow }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Test Engineer Agent Skill
11
10
 
12
11
  ## Mission
@@ -57,9 +56,6 @@ Generate a testing strategy that covers unit, integration, edge cases, negative
57
56
  - Synapse: none (test planning is not a repeated-search task).
58
57
  - References: `references/verification-ladder.md`, `references/code-annotation.md`, `references/root-cause-scripts.md`.
59
58
 
60
- ## Model Hint
61
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
62
-
63
59
  ## Validation Sensors
64
60
  - Every acceptance criterion maps to at least one test case.
65
61
  - Edge cases and negative scenarios are enumerated.
@@ -1,12 +1,11 @@
1
1
  ---
2
- name: massa-ai-verification-agent
3
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.
4
3
  mode: all
5
4
  model: opencode-go/glm-5.2
6
5
  reasoningEffort: max
7
6
  permission: { edit: deny, bash: deny }
8
- metadata: { massa-ai-owned: true }
9
7
  ---
8
+ <!-- massa-ai-owned: true -->
10
9
  # Verification Agent Skill
11
10
 
12
11
  ## Mission
@@ -55,9 +54,6 @@ Centralize Verification Ladder logic and validate that a task's output meets its
55
54
  - Synapse: none (verification is not a repeated-search task).
56
55
  - References: `references/verification-ladder.md`, `references/evidence-gate.md`.
57
56
 
58
- ## Model Hint
59
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
60
-
61
57
  ## Validation Sensors
62
58
  - Every acceptance criterion has a PASS/FAIL verdict with evidence.
63
59
  - Skipped checks have a concrete reason.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massa-ai/opencode-plugin",
3
- "version": "1.13.0",
3
+ "version": "1.15.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.13.0",
25
- "@massa-ai/shared": "^1.13.0"
24
+ "@massa-ai/core": "^1.15.0",
25
+ "@massa-ai/shared": "^1.15.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@types/node": "^22.10.5",