@massa-ai/cursor-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.
Files changed (39) hide show
  1. package/.cursor-plugin/plugin.json +1 -1
  2. package/agents/massa-ai-architecture-specialist.md +2 -6
  3. package/agents/massa-ai-audit-specialist.md +2 -6
  4. package/agents/massa-ai-builder.md +1 -6
  5. package/agents/massa-ai-context-curator.md +2 -6
  6. package/agents/massa-ai-documentation-agent.md +1 -6
  7. package/agents/massa-ai-furps-analyst.md +2 -6
  8. package/agents/massa-ai-investigator.md +2 -6
  9. package/agents/massa-ai-judge.md +8 -8
  10. package/agents/massa-ai-meta-judge.md +7 -5
  11. package/agents/massa-ai-mobile-specialist.md +2 -6
  12. package/agents/massa-ai-navigator.md +2 -6
  13. package/agents/massa-ai-plan-critic.md +2 -6
  14. package/agents/massa-ai-planner.md +2 -6
  15. package/agents/massa-ai-requirements-analyst.md +2 -6
  16. package/agents/massa-ai-reviewer.md +2 -6
  17. package/agents/massa-ai-test-engineer.md +1 -6
  18. package/agents/massa-ai-verification-agent.md +2 -6
  19. package/package.json +1 -1
  20. package/skills/agents/architecture-specialist/SKILL.md +1 -4
  21. package/skills/agents/audit-specialist/SKILL.md +1 -4
  22. package/skills/agents/builder/SKILL.md +1 -4
  23. package/skills/agents/context-curator/SKILL.md +1 -4
  24. package/skills/agents/documentation-agent/SKILL.md +1 -4
  25. package/skills/agents/furps-analyst/SKILL.md +1 -4
  26. package/skills/agents/investigator/SKILL.md +1 -4
  27. package/skills/agents/judge/SKILL.md +7 -6
  28. package/skills/agents/meta-judge/SKILL.md +6 -3
  29. package/skills/agents/mobile-specialist/SKILL.md +1 -4
  30. package/skills/agents/navigator/SKILL.md +1 -4
  31. package/skills/agents/plan-critic/SKILL.md +1 -4
  32. package/skills/agents/planner/SKILL.md +1 -4
  33. package/skills/agents/requirements-analyst/SKILL.md +1 -4
  34. package/skills/agents/reviewer/SKILL.md +1 -4
  35. package/skills/agents/test-engineer/SKILL.md +1 -4
  36. package/skills/agents/verification-agent/SKILL.md +1 -4
  37. package/skills/massa-ai/references/agent-orchestration.md +25 -19
  38. package/skills/massa-ai/references/maestro/fact-ledger.md +2 -2
  39. package/skills/massa-ai/references/maestro.md +1 -1
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "massa-ai",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "description": "massa-ai — semantic code search, memory, and context compression for Cursor"
5
5
  }
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-architecture-specialist
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: MiniMax M3
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Architecture Specialist Agent Skill
9
8
 
@@ -54,9 +53,6 @@ Provide architectural guidance by evaluating structure, suggesting boundaries, a
54
53
  - Synapse: own ephemeral session when evaluation spans multiple modules with repeated searches.
55
54
  - References: `references/architecture-lenses.md`, `references/architecture-domain-lens.md`, `references/architecture-coupling-lens.md`, `references/architecture-deepening-lens.md`.
56
55
 
57
- ## Model Hint
58
- MiniMax M3 (advisory). Fallback to the workflow's configured default model if unavailable.
59
-
60
56
  ## Validation Sensors
61
57
  - Every finding has a `path:line` or metric pointer.
62
58
  - Trade-offs name at least two alternatives.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-audit-specialist
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Audit Specialist Agent Skill
9
8
 
@@ -69,9 +68,6 @@ All lenses share `references/audit-scope.md` (scope rules) and `references/audit
69
68
  - Synapse: own ephemeral session when the audit spans multiple modules with repeated searches.
70
69
  - References: `references/audit-scope.md`, `references/audit-report-io.md`, plus the per-lens references above.
71
70
 
72
- ## Model Hint
73
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
74
-
75
71
  ## Validation Sensors
76
72
  - Every finding has a `path:line` pointer.
77
73
  - Findings follow the project audit-report format (`references/audit-report-io.md`).
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: massa-ai-builder
3
3
  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
- tools: ["Read","Grep","Glob","Bash","Write","Edit"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
7
5
  ---
8
6
  # Builder Agent Skill
9
7
 
@@ -56,9 +54,6 @@ Implement an approved plan or task by modifying source code with a disjoint writ
56
54
  - Synapse: none (implementation is not a repeated-search task).
57
55
  - References: `references/agent-orchestration.md`, `references/naming-standards.md`, `references/code-annotation.md`, `references/root-cause-scripts.md`.
58
56
 
59
- ## Model Hint
60
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
61
-
62
57
  ## Validation Sensors
63
58
  - Verification commands from the plan pass (tests, build, typecheck, lint).
64
59
  - Diff stays within the assigned write set.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-context-curator
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: DeepSeek V4 Pro
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Context Curator Agent Skill
9
8
 
@@ -56,9 +55,6 @@ Prepare the minimum high-quality Context Packet required for another agent to do
56
55
  - Synapse: own ephemeral session per `references/synapse-policy.md`; pass `synapseSessionId` on every `search`.
57
56
  - References: `references/context-firewall.md`, `references/synapse-policy.md`, `references/mcp-tools.md`.
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
  - Every file in the Context Packet exists (`test -f`).
64
60
  - Every reference in the packet exists in the symlinked skill tree.
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: massa-ai-documentation-agent
3
3
  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
- tools: ["Read","Grep","Glob","Bash","Write","Edit"]
5
- model: DeepSeek V4 Pro
6
- reasoningEffort: max
4
+ model: inherit
7
5
  ---
8
6
  # Documentation Agent Skill
9
7
 
@@ -54,9 +52,6 @@ Generate engineering documentation artifacts (README, ADR, RFC, changelog, KDoc,
54
52
  - Synapse: none (documentation is not a repeated-search task).
55
53
  - References: `references/adr-authoring.md`, `references/rfc/`.
56
54
 
57
- ## Model Hint
58
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
59
-
60
55
  ## Validation Sensors
61
56
  - Stale-reference scan passes (no dead links to removed files).
62
57
  - Doc format matches the project ADR/RFC template.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-furps-analyst
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # FURPS-Analyst Agent Skill
9
8
 
@@ -58,9 +57,6 @@ Analyze exactly one FURPS+ dimension of a PRD or ADR against its checklist secti
58
57
  - Synapse: own ephemeral session when >= 2 searches are expected, per `references/synapse-policy.md`.
59
58
  - References: `references/furps/checklist.md`, `references/furps/report-contract.md`, `references/furps/intake.md`, `references/agent-orchestration.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
  - Source-location proof (quote plus section) for every `covered`/`partial` claim.
66
62
  - Absent-claim detection for every `missing` claim.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-investigator
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: DeepSeek V4 Pro
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Investigator Agent Skill
9
8
 
@@ -57,9 +56,6 @@ Read and understand the codebase to answer engineering questions without modifyi
57
56
  - Synapse: own ephemeral session per `references/synapse-policy.md`; pass `synapseSessionId` on every `search`.
58
57
  - References: `references/codebase-investigation.md`, `references/agent-orchestration.md`, `references/synapse-policy.md`.
59
58
 
60
- ## Model Hint
61
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
62
-
63
59
  ## Validation Sensors
64
60
  - Source-backed evidence for every claim (`path:line`).
65
61
  - Dependency references confirmed via `get_references` or equivalent.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-judge
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: deepseek-v4-pro
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Judge Agent Skill
9
8
 
@@ -79,11 +78,12 @@ next_step: <string>
79
78
  - References: `references/agent-orchestration.md`, `references/audit-report-io.md` (Judge With Debate Report Contracts).
80
79
 
81
80
  ## Model Hint
82
- deepseek-v4-pro (advisory charter default — the Judge-1 slot model). Per-slot diversity is
83
- assigned by the workflow at dispatch: Judge 1 `deepseek-v4-pro`, Judge 2 `minimax-m3`, Judge 3
84
- `GLM-5.2`. Hosts without dispatch-time model selection run this charter default for every slot;
85
- the orchestrator records that as `DIVERSITY DEGRADED` per the workflow contract. Fallback to the
86
- workflow's configured default model if the pinned model is unavailable.
81
+ This charter's `metadata.model_tier` (`deep`) is the fallback every host runs when dispatch-time
82
+ model selection is unavailable. The `judge-with-debate` workflow additionally requests per-slot
83
+ model diversity at dispatch time on hosts that support it — `workflows/judge-with-debate.md` is
84
+ the single source for the current slot assignments, not this file. When dispatch-time selection
85
+ is unavailable, every slot runs the charter default and the orchestrator records
86
+ `DIVERSITY DEGRADED` per the workflow contract.
87
87
 
88
88
  ## Validation Sensors
89
89
  - Every criterion score carries an exact quotation from the artifact.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-meta-judge
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: kimi-k3
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Meta-Judge Agent Skill
9
8
 
@@ -70,8 +69,11 @@ overall: weighted-mean
70
69
  - References: `references/agent-orchestration.md`, `references/audit-report-io.md` (Judge With Debate Report Contracts).
71
70
 
72
71
  ## Model Hint
73
- kimi-k3 (advisory). Fallback to the workflow's configured default model if unavailable; the
74
- fallback is recorded by the orchestrator as a diversity warning per the workflow contract.
72
+ This charter's `metadata.model_tier` (`deep`) is the fallback every host runs when dispatch-time
73
+ model selection is unavailable. The `judge-with-debate` workflow additionally requests a specific
74
+ model for this slot at dispatch time on hosts that support it — `workflows/judge-with-debate.md`
75
+ is the single source for the current assignment, not this file. When dispatch-time selection is
76
+ unavailable, the orchestrator records a diversity warning per the workflow contract.
75
77
 
76
78
  ## Validation Sensors
77
79
  - 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,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-mobile-specialist
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Mobile Specialist Agent Skill
9
8
 
@@ -71,9 +70,6 @@ If none are present, refuse with: `Non-mobile target. Refusing mobile-specialist
71
70
  - Synapse: own ephemeral session when guidance spans multiple mobile modules with repeated searches.
72
71
  - References: `references/mobile-context.md`, `references/mobile-diagnosis.md`, `references/maestro.md`.
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
  - At least one detection signal is confirmed present before guidance is given.
79
75
  - Every finding has a `path:line` pointer or a platform constraint citation.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-navigator
3
3
  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
- tools: ["mcp__massa-ai__*","Read","Grep","Glob","Bash(pwd)"]
5
- model: DeepSeek V4 Pro
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Navigator Agent Skill
9
8
 
@@ -63,9 +62,6 @@ The user's codebase is **already indexed** by massa-ai. The first move on any qu
63
62
  - Massa-ai Memory: suggest durable navigation facts (entry points, ownership boundaries) only when reusable; the main agent persists.
64
63
  - References: `references/mcp-tools.md`, `references/codebase-investigation.md`, `references/synapse-policy.md`, `references/context-firewall.md`.
65
64
 
66
- ## Model Hint
67
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
68
-
69
65
  ## Validation Sensors
70
66
  - Every claim carries a `path:line` or symbol pointer.
71
67
  - Index-derived claims carry freshness evidence, or are labeled reduced-confidence.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-plan-critic
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: MiniMax M3
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Plan-Critic Agent Skill
9
8
 
@@ -77,9 +76,6 @@ Never receives full conversation context.
77
76
  - Policy: the main agent owns mode selection, synthesis, plan revision, and the Evidence Gate; this agent owns the critique only.
78
77
  - References: `references/agent-orchestration.md`, `references/the-fool/`, `references/verification-ladder.md`.
79
78
 
80
- ## Model Hint
81
- MiniMax M3 (advisory). Fallback to the workflow's configured default model if unavailable.
82
-
83
79
  ## Validation Sensors
84
80
  - Every challenge ties to a plan section plus a concrete evidence gap or falsifiable check.
85
81
  - No challenge rests on missing conversation history that the packet intentionally excluded.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-planner
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Planner Agent Skill
9
8
 
@@ -54,9 +53,6 @@ Transform an engineering request into a structured implementation plan.
54
53
  - Synapse: none (planning is not a repeated-search task).
55
54
  - References: `references/agent-orchestration.md`, `references/subagent-design.md`.
56
55
 
57
- ## Model Hint
58
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
59
-
60
56
  ## Validation Sensors
61
57
  - Every step in the plan references a concrete file, module, or task.
62
58
  - Every risk has a mitigation or accepted-risk note.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-requirements-analyst
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: DeepSeek V4 Pro
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Requirements Analyst Agent Skill
9
8
 
@@ -53,9 +52,6 @@ Analyze requirements before implementation to surface ambiguity, gaps, contradic
53
52
  - Synapse: none (analysis is not a repeated-search task).
54
53
  - References: `references/spec-driven/specify.md`, `references/furps/`.
55
54
 
56
- ## Model Hint
57
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
58
-
59
55
  ## Validation Sensors
60
56
  - Every finding cites a requirement ID or spec section.
61
57
  - Every implicit requirement is flagged for user acceptance or recorded as an assumption.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-reviewer
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Reviewer Agent Skill
9
8
 
@@ -55,9 +54,6 @@ Review implementation quality by analyzing the diff and flagging bugs, regressio
55
54
  - Synapse: none (review is not a repeated-search task).
56
55
  - References: `references/agent-orchestration.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 finding has a `path:line` pointer.
63
59
  - Static checks (lint, typecheck) run when available.
@@ -1,9 +1,7 @@
1
1
  ---
2
2
  name: massa-ai-test-engineer
3
3
  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
- tools: ["Read","Grep","Glob","Bash","Write","Edit"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
7
5
  ---
8
6
  # Test Engineer Agent Skill
9
7
 
@@ -55,9 +53,6 @@ Generate a testing strategy that covers unit, integration, edge cases, negative
55
53
  - Synapse: none (test planning is not a repeated-search task).
56
54
  - References: `references/verification-ladder.md`, `references/code-annotation.md`, `references/root-cause-scripts.md`.
57
55
 
58
- ## Model Hint
59
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
60
-
61
56
  ## Validation Sensors
62
57
  - Every acceptance criterion maps to at least one test case.
63
58
  - Edge cases and negative scenarios are enumerated.
@@ -1,9 +1,8 @@
1
1
  ---
2
2
  name: massa-ai-verification-agent
3
3
  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
- tools: ["Read","Grep","Glob","Bash"]
5
- model: GLM-5.2
6
- reasoningEffort: max
4
+ model: inherit
5
+ readonly: true
7
6
  ---
8
7
  # Verification Agent Skill
9
8
 
@@ -53,9 +52,6 @@ Centralize Verification Ladder logic and validate that a task's output meets its
53
52
  - Synapse: none (verification is not a repeated-search task).
54
53
  - References: `references/verification-ladder.md`, `references/evidence-gate.md`.
55
54
 
56
- ## Model Hint
57
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
58
-
59
55
  ## Validation Sensors
60
56
  - Every acceptance criterion has a PASS/FAIL verdict with evidence.
61
57
  - Skipped checks have a concrete reason.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massa-ai/cursor-plugin",
3
- "version": "1.13.0",
3
+ "version": "1.15.0",
4
4
  "description": "massa-ai plugin for Cursor — semantic code search, memory, and context compression",
5
5
  "files": [
6
6
  "agents",
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: MiniMax M3
8
+ model_tier: deep
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -58,9 +58,6 @@ Provide architectural guidance by evaluating structure, suggesting boundaries, a
58
58
  - Synapse: own ephemeral session when evaluation spans multiple modules with repeated searches.
59
59
  - References: `references/architecture-lenses.md`, `references/architecture-domain-lens.md`, `references/architecture-coupling-lens.md`, `references/architecture-deepening-lens.md`.
60
60
 
61
- ## Model Hint
62
- MiniMax M3 (advisory). Fallback to the workflow's configured default model if unavailable.
63
-
64
61
  ## Validation Sensors
65
62
  - Every finding has a `path:line` or metric pointer.
66
63
  - Trade-offs name at least two alternatives.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: standard
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -73,9 +73,6 @@ All lenses share `references/audit-scope.md` (scope rules) and `references/audit
73
73
  - Synapse: own ephemeral session when the audit spans multiple modules with repeated searches.
74
74
  - References: `references/audit-scope.md`, `references/audit-report-io.md`, plus the per-lens references above.
75
75
 
76
- ## Model Hint
77
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
78
-
79
76
  ## Validation Sensors
80
77
  - Every finding has a `path:line` pointer.
81
78
  - Findings follow the project audit-report format (`references/audit-report-io.md`).
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: standard
9
9
  permission: write
10
10
  ---
11
11
 
@@ -60,9 +60,6 @@ Implement an approved plan or task by modifying source code with a disjoint writ
60
60
  - Synapse: none (implementation is not a repeated-search task).
61
61
  - References: `references/agent-orchestration.md`, `references/naming-standards.md`, `references/code-annotation.md`, `references/root-cause-scripts.md`.
62
62
 
63
- ## Model Hint
64
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
65
-
66
63
  ## Validation Sensors
67
64
  - Verification commands from the plan pass (tests, build, typecheck, lint).
68
65
  - Diff stays within the assigned write set.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: DeepSeek V4 Pro
8
+ model_tier: light
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -60,9 +60,6 @@ Prepare the minimum high-quality Context Packet required for another agent to do
60
60
  - Synapse: own ephemeral session per `references/synapse-policy.md`; pass `synapseSessionId` on every `search`.
61
61
  - References: `references/context-firewall.md`, `references/synapse-policy.md`, `references/mcp-tools.md`.
62
62
 
63
- ## Model Hint
64
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
65
-
66
63
  ## Validation Sensors
67
64
  - Every file in the Context Packet exists (`test -f`).
68
65
  - Every reference in the packet exists in the symlinked skill tree.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: DeepSeek V4 Pro
8
+ model_tier: light
9
9
  permission: write
10
10
  ---
11
11
 
@@ -58,9 +58,6 @@ Generate engineering documentation artifacts (README, ADR, RFC, changelog, KDoc,
58
58
  - Synapse: none (documentation is not a repeated-search task).
59
59
  - References: `references/adr-authoring.md`, `references/rfc/`.
60
60
 
61
- ## Model Hint
62
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
63
-
64
61
  ## Validation Sensors
65
62
  - Stale-reference scan passes (no dead links to removed files).
66
63
  - Doc format matches the project ADR/RFC template.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: standard
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -62,9 +62,6 @@ Analyze exactly one FURPS+ dimension of a PRD or ADR against its checklist secti
62
62
  - Synapse: own ephemeral session when >= 2 searches are expected, per `references/synapse-policy.md`.
63
63
  - References: `references/furps/checklist.md`, `references/furps/report-contract.md`, `references/furps/intake.md`, `references/agent-orchestration.md`.
64
64
 
65
- ## Model Hint
66
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
67
-
68
65
  ## Validation Sensors
69
66
  - Source-location proof (quote plus section) for every `covered`/`partial` claim.
70
67
  - Absent-claim detection for every `missing` claim.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: DeepSeek V4 Pro
8
+ model_tier: light
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -61,9 +61,6 @@ Read and understand the codebase to answer engineering questions without modifyi
61
61
  - Synapse: own ephemeral session per `references/synapse-policy.md`; pass `synapseSessionId` on every `search`.
62
62
  - References: `references/codebase-investigation.md`, `references/agent-orchestration.md`, `references/synapse-policy.md`.
63
63
 
64
- ## Model Hint
65
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
66
-
67
64
  ## Validation Sensors
68
65
  - Source-backed evidence for every claim (`path:line`).
69
66
  - Dependency references confirmed via `get_references` or equivalent.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: deepseek-v4-pro
8
+ model_tier: deep
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -83,11 +83,12 @@ next_step: <string>
83
83
  - References: `references/agent-orchestration.md`, `references/audit-report-io.md` (Judge With Debate Report Contracts).
84
84
 
85
85
  ## Model Hint
86
- deepseek-v4-pro (advisory charter default — the Judge-1 slot model). Per-slot diversity is
87
- assigned by the workflow at dispatch: Judge 1 `deepseek-v4-pro`, Judge 2 `minimax-m3`, Judge 3
88
- `GLM-5.2`. Hosts without dispatch-time model selection run this charter default for every slot;
89
- the orchestrator records that as `DIVERSITY DEGRADED` per the workflow contract. Fallback to the
90
- workflow's configured default model if the pinned model is unavailable.
86
+ This charter's `metadata.model_tier` (`deep`) is the fallback every host runs when dispatch-time
87
+ model selection is unavailable. The `judge-with-debate` workflow additionally requests per-slot
88
+ model diversity at dispatch time on hosts that support it — `workflows/judge-with-debate.md` is
89
+ the single source for the current slot assignments, not this file. When dispatch-time selection
90
+ is unavailable, every slot runs the charter default and the orchestrator records
91
+ `DIVERSITY DEGRADED` per the workflow contract.
91
92
 
92
93
  ## Validation Sensors
93
94
  - Every criterion score carries an exact quotation from the artifact.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: kimi-k3
8
+ model_tier: deep
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -74,8 +74,11 @@ overall: weighted-mean
74
74
  - References: `references/agent-orchestration.md`, `references/audit-report-io.md` (Judge With Debate Report Contracts).
75
75
 
76
76
  ## Model Hint
77
- kimi-k3 (advisory). Fallback to the workflow's configured default model if unavailable; the
78
- fallback is recorded by the orchestrator as a diversity warning per the workflow contract.
77
+ This charter's `metadata.model_tier` (`deep`) is the fallback every host runs when dispatch-time
78
+ model selection is unavailable. The `judge-with-debate` workflow additionally requests a specific
79
+ model for this slot at dispatch time on hosts that support it — `workflows/judge-with-debate.md`
80
+ is the single source for the current assignment, not this file. When dispatch-time selection is
81
+ unavailable, the orchestrator records a diversity warning per the workflow contract.
79
82
 
80
83
  ## Validation Sensors
81
84
  - 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.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: standard
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -75,9 +75,6 @@ If none are present, refuse with: `Non-mobile target. Refusing mobile-specialist
75
75
  - Synapse: own ephemeral session when guidance spans multiple mobile modules with repeated searches.
76
76
  - References: `references/mobile-context.md`, `references/mobile-diagnosis.md`, `references/maestro.md`.
77
77
 
78
- ## Model Hint
79
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
80
-
81
78
  ## Validation Sensors
82
79
  - At least one detection signal is confirmed present before guidance is given.
83
80
  - Every finding has a `path:line` pointer or a platform constraint citation.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: DeepSeek V4 Pro
8
+ model_tier: light
9
9
  permission: read-only
10
10
  tools: mcp-index
11
11
  ---
@@ -68,9 +68,6 @@ The user's codebase is **already indexed** by massa-ai. The first move on any qu
68
68
  - Massa-ai Memory: suggest durable navigation facts (entry points, ownership boundaries) only when reusable; the main agent persists.
69
69
  - References: `references/mcp-tools.md`, `references/codebase-investigation.md`, `references/synapse-policy.md`, `references/context-firewall.md`.
70
70
 
71
- ## Model Hint
72
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
73
-
74
71
  ## Validation Sensors
75
72
  - Every claim carries a `path:line` or symbol pointer.
76
73
  - Index-derived claims carry freshness evidence, or are labeled reduced-confidence.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: MiniMax M3
8
+ model_tier: deep
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -81,9 +81,6 @@ Never receives full conversation context.
81
81
  - Policy: the main agent owns mode selection, synthesis, plan revision, and the Evidence Gate; this agent owns the critique only.
82
82
  - References: `references/agent-orchestration.md`, `references/the-fool/`, `references/verification-ladder.md`.
83
83
 
84
- ## Model Hint
85
- MiniMax M3 (advisory). Fallback to the workflow's configured default model if unavailable.
86
-
87
84
  ## Validation Sensors
88
85
  - Every challenge ties to a plan section plus a concrete evidence gap or falsifiable check.
89
86
  - No challenge rests on missing conversation history that the packet intentionally excluded.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: deep
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -58,9 +58,6 @@ Transform an engineering request into a structured implementation plan.
58
58
  - Synapse: none (planning is not a repeated-search task).
59
59
  - References: `references/agent-orchestration.md`, `references/subagent-design.md`.
60
60
 
61
- ## Model Hint
62
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
63
-
64
61
  ## Validation Sensors
65
62
  - Every step in the plan references a concrete file, module, or task.
66
63
  - Every risk has a mitigation or accepted-risk note.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: DeepSeek V4 Pro
8
+ model_tier: standard
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -57,9 +57,6 @@ Analyze requirements before implementation to surface ambiguity, gaps, contradic
57
57
  - Synapse: none (analysis is not a repeated-search task).
58
58
  - References: `references/spec-driven/specify.md`, `references/furps/`.
59
59
 
60
- ## Model Hint
61
- DeepSeek V4 Pro (advisory). Fallback to the workflow's configured default model if unavailable.
62
-
63
60
  ## Validation Sensors
64
61
  - Every finding cites a requirement ID or spec section.
65
62
  - Every implicit requirement is flagged for user acceptance or recorded as an assumption.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: standard
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -59,9 +59,6 @@ Review implementation quality by analyzing the diff and flagging bugs, regressio
59
59
  - Synapse: none (review is not a repeated-search task).
60
60
  - References: `references/agent-orchestration.md`.
61
61
 
62
- ## Model Hint
63
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
64
-
65
62
  ## Validation Sensors
66
63
  - Every finding has a `path:line` pointer.
67
64
  - Static checks (lint, typecheck) run when available.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: standard
9
9
  permission: write
10
10
  ---
11
11
 
@@ -59,9 +59,6 @@ Generate a testing strategy that covers unit, integration, edge cases, negative
59
59
  - Synapse: none (test planning is not a repeated-search task).
60
60
  - References: `references/verification-ladder.md`, `references/code-annotation.md`, `references/root-cause-scripts.md`.
61
61
 
62
- ## Model Hint
63
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
64
-
65
62
  ## Validation Sensors
66
63
  - Every acceptance criterion maps to at least one test case.
67
64
  - Edge cases and negative scenarios are enumerated.
@@ -5,7 +5,7 @@ license: MIT
5
5
  metadata:
6
6
  author: S1LV4, luizgmassa
7
7
  version: "1.0.0"
8
- model_hint: GLM-5.2
8
+ model_tier: standard
9
9
  permission: read-only
10
10
  ---
11
11
 
@@ -57,9 +57,6 @@ Centralize Verification Ladder logic and validate that a task's output meets its
57
57
  - Synapse: none (verification is not a repeated-search task).
58
58
  - References: `references/verification-ladder.md`, `references/evidence-gate.md`.
59
59
 
60
- ## Model Hint
61
- GLM-5.2 (advisory). Fallback to the workflow's configured default model if unavailable.
62
-
63
60
  ## Validation Sensors
64
61
  - Every acceptance criterion has a PASS/FAIL verdict with evidence.
65
62
  - Skipped checks have a concrete reason.
@@ -79,25 +79,31 @@ dispatch.
79
79
 
80
80
  Before adding a new reusable role, load `references/subagent-design.md` and write a bounded role charter. For one-off tasks, use an existing role plus the prompt contract below instead of inventing a new role.
81
81
 
82
- | Role | Host agent name | Use For | Read/Write | Charter |
83
- |---|---|---|---|---|
84
- | `investigator` | `massa-ai-investigator` | Trace code paths, find entry points, summarize current behavior | read-only | `skills/agents/investigator/SKILL.md` |
85
- | `navigator` | `massa-ai-navigator` | Answer "where is X / who calls Y" from the massa-ai index before reading files | read-only | `skills/agents/navigator/SKILL.md` |
86
- | `implementer` → `builder` | `massa-ai-builder` | Execute one atomic task with a disjoint write set | write | `skills/agents/builder/SKILL.md` |
87
- | `verifier` → `verification-agent` | `massa-ai-verification-agent` | Independently run sensors and inspect whether claims hold | read-only | `skills/agents/verification-agent/SKILL.md` |
88
- | `domain-mapper` → `architecture-specialist` | `massa-ai-architecture-specialist` | Identify subdomains, bounded contexts, language conflicts, cohesion | read-only | `skills/agents/architecture-specialist/SKILL.md` (lens: `domain`) |
89
- | `coupling-auditor` → `architecture-specialist` | `massa-ai-architecture-specialist` | Analyze strength, distance, volatility, and risky dependencies | read-only | `skills/agents/architecture-specialist/SKILL.md` (lens: `coupling`) |
90
- | `deepening-architect` → `architecture-specialist` | `massa-ai-architecture-specialist` | Find shallow modules and deepening opportunities | read-only | `skills/agents/architecture-specialist/SKILL.md` (lens: `deepening`) |
91
- | `audit-specialist` | `massa-ai-audit-specialist` | Findings-only audit through one selected `lens` | read-only | `skills/agents/audit-specialist/SKILL.md` |
92
- | `plan-critic` | `massa-ai-plan-critic` | Stress-test a constructed plan using The Fool mode and return bounded critique | read-only | `skills/agents/plan-critic/SKILL.md` |
93
- | `furps-analyst` | `massa-ai-furps-analyst` | Analyze one FURPS+ dimension of a PRD/ADR against the checklist and return structured findings | read-only | `skills/agents/furps-analyst/SKILL.md` |
94
-
95
- The remaining charters — `planner`, `reviewer`, `context-curator`,
96
- `requirements-analyst`, `test-engineer`, `documentation-agent`,
97
- `mobile-specialist` — follow the same `massa-ai-<role>` convention and are
98
- listed in the Agent Table of `skills/AGENTS.md`.
99
-
100
- **Role mapping:** `investigator`→`investigator` (identical); `implementer`→`builder` (renamed); `verifier`→`verification-agent` (renamed, centralizes Verification Ladder); `domain-mapper`+`coupling-auditor`+`deepening-architect`→`architecture-specialist` (three roles folded into one specialist; the `lens` input field selects the sub-mode). Workflows dispatch the new agent names via named dispatch blocks; the old role names above are kept for traceability only.
82
+ ## Roles
83
+
84
+ **The roster lives in one place: the Agent Table of `skills/AGENTS.md`**, which names
85
+ every shipped specialist with its purpose, trigger, permission, and charter path. Do not
86
+ restate it here. A second roster in this file is what let `judge` and `meta-judge` go
87
+ undocumented for a whole release with every gate green — the guard checked that the
88
+ charter paths *mentioned* here resolve, which a charter that is never mentioned cannot
89
+ fail.
90
+
91
+ This file owns dispatch mechanics. The one roster fact it owns is the **legacy role
92
+ vocabulary**: names earlier workflows dispatched by, kept so an old reference still
93
+ resolves to a current agent.
94
+
95
+ | Legacy role | Current agent | Note |
96
+ |---|---|---|
97
+ | `implementer` | `massa-ai-builder` | renamed |
98
+ | `verifier` | `massa-ai-verification-agent` | renamed; also centralizes the Verification Ladder |
99
+ | `domain-mapper` | `massa-ai-architecture-specialist` | folded in; `lens: domain` |
100
+ | `coupling-auditor` | `massa-ai-architecture-specialist` | folded in; `lens: coupling` |
101
+ | `deepening-architect` | `massa-ai-architecture-specialist` | folded in; `lens: deepening` |
102
+
103
+ `investigator`, `plan-critic` and `furps-analyst` kept their own names; every other
104
+ specialist is new and never had a legacy one. Workflows dispatch the current
105
+ `massa-ai-<role>` name through a named dispatch block — the legacy column is traceability
106
+ only, never a dispatch target.
101
107
 
102
108
  ## Capability Packet
103
109
 
@@ -7,7 +7,7 @@ Use this before making Maestro claims. It defines source authority, fact tags, l
7
7
  1. `official-doc`: current official Maestro documentation, preferably `.md` pages under `https://docs.maestro.dev/`.
8
8
  2. `live-help`: successful local CLI transcript from the installed Maestro binary, including command, exit code, stdout, and stderr.
9
9
  3. `repo-convention`: current repository flows, config, CI, scripts, report paths, and existing naming/tag patterns.
10
- 4. `excluded/unverified`: NotebookLM answers, `/Users/luizmassa/Downloads/questions.md`, blog posts, memory, or assumptions that are not confirmed by the first three sources.
10
+ 4. `excluded/unverified`: NotebookLM answers, a user-supplied coverage checklist, blog posts, memory, or assumptions that are not confirmed by the first three sources.
11
11
 
12
12
  If sources conflict, prefer `official-doc` for product behavior and `live-help` for installed CLI syntax. Mention version drift when `live-help` differs from docs.
13
13
 
@@ -39,7 +39,7 @@ If PATH cannot resolve `maestro`, mark local CLI validation blocked. If the bina
39
39
 
40
40
  ## Coverage Checklist Handling
41
41
 
42
- Use `/Users/luizmassa/Downloads/questions.md` as a checklist to ask "did we cover this surface?" Never cite it as source truth.
42
+ When the user supplies a coverage checklist, use it to ask "did we cover this surface?" Never cite it as source truth, and never assume one exists — if the user supplied none, this section imposes no requirement.
43
43
 
44
44
  Checklist-only facts that must stay non-normative unless independently verified:
45
45
 
@@ -6,7 +6,7 @@ Use this small index from `workflows/maestro/maestro.md`, `workflows/maestro/mae
6
6
 
7
7
  Load `references/maestro/fact-ledger.md` before making any normative Maestro claim. Every Maestro claim must be tagged as `official-doc`, `live-help`, `repo-convention`, or `excluded/unverified`.
8
8
 
9
- Use `/Users/luizmassa/Downloads/questions.md` only as a coverage checklist. If a checklist item is not supported by official Maestro docs, live CLI help, or repository convention, quarantine it as `excluded/unverified`.
9
+ Use a user-supplied coverage checklist, when the user provides one, only as a coverage checklist. If a checklist item is not supported by official Maestro docs, live CLI help, or repository convention, quarantine it as `excluded/unverified`.
10
10
 
11
11
  Official source anchors:
12
12