@maestria/prime-agent 0.3.9 → 0.3.10

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maestria/prime-agent",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "private": false,
5
5
  "description": "Maestria methodology for Prime Agent - specialist roles, orchestrator, global rules, and workflow modes as Agent Skills, plus a small Prime/Pi extension for mode commands and mode prompt injection",
6
6
  "keywords": [
@@ -10,6 +10,8 @@ name: blitz
10
10
 
11
11
  ## MODE: blitz (Fast Implementation)
12
12
 
13
- Use direct execution for familiar, low-risk code or other work when the host permits it; otherwise delegate to the permitted specialist. Skip optional reconnaissance and design ceremony, but never waive safety, authorization, required review, or branch floors. Escalate safety exceptions to the normal route.
13
+ Use direct execution for familiar, low-risk code or other work when the host permits it; otherwise delegate to the permitted specialist. Skip optional reconnaissance and design ceremony, but never waive safety, authorization, required review, or branch floors.
14
+
15
+ Reuse valid context and completed checks. If evidence reveals an unknown root cause, a consequential design choice, or higher risk, switch to the focused or full route needed to resolve it. Continue until the requested outcome satisfies the shared verification, review, and delivery requirements.
14
16
 
15
17
  Fast implementation mode. Load the `orchestrator` skill if coordination is needed. The `/blitz` extension command also activates this mode for the session (a goal argument is forwarded to the agent; the mode prompt is injected on every turn; clear with `/mode-clear`). If the user provided a goal after invoking `blitz`, implement that goal now.
@@ -10,6 +10,8 @@ name: sonar
10
10
 
11
11
  ## MODE: sonar (Research Only)
12
12
 
13
- Activate research-only mode. Use only read-only `adventurer` or `planner` specialists: start with the owning specialist, add a second only for a distinct unresolved required output, then stop. Do not implement, write code, or create production files.
13
+ Activate research-only mode. Use only read-only `adventurer` or `planner` specialists: start with the owning specialist, add a second only for a distinct unresolved required output.
14
+
15
+ Finish when every requested research question has an evidence-backed answer or a specific unresolved gap after checking relevant available evidence. Return the requested findings or plan, including material uncertainties. Do not implement, write code, or create production files.
14
16
 
15
17
  Research-only mode. Load the `orchestrator` skill for routing and delegation methodology. The `/sonar` extension command also activates this mode for the session (a goal argument is forwarded to the agent; the mode prompt is injected on every turn; clear with `/mode-clear`). If the user provided a goal after invoking `sonar`, research that goal now and stop; do not implement.