@maestria/opencode 0.7.9 → 0.7.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/agents/commands/blitz.md
CHANGED
|
@@ -5,4 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
## MODE: blitz (Fast Implementation)
|
|
7
7
|
|
|
8
|
-
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.
|
|
8
|
+
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.
|
|
9
|
+
|
|
10
|
+
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.
|
package/agents/commands/sonar.md
CHANGED
|
@@ -5,4 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
## MODE: sonar (Research Only)
|
|
7
7
|
|
|
8
|
-
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
|
|
8
|
+
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.
|
|
9
|
+
|
|
10
|
+
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.
|