@maestria/codex 0.4.5 → 0.4.6

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,6 +1,6 @@
1
1
  {
2
2
  "name": "maestria",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "Maestria methodology for Codex CLI: specialist workflow skills, orchestration, and review contracts",
5
5
  "author": {
6
6
  "name": "agustinusnathaniel"
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @maestria/codex
2
2
 
3
+ ## 0.4.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#312](https://github.com/agustinusnathaniel/maestria/pull/312) [`998a9dd`](https://github.com/agustinusnathaniel/maestria/commit/998a9dd615ada84b85c8c266415e58f10885af31) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Clarify when Sonar research is complete: each requested question needs an evidence-backed answer or a specific unresolved gap. Blitz now reuses valid context and checks, switches routes when investigation or design is needed, and continues through verification, review, and delivery.
8
+
3
9
  ## 0.4.5
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maestria/codex",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "private": false,
5
5
  "description": "Maestria skills and native agent integration for Codex CLI",
6
6
  "keywords": [
@@ -10,4 +10,6 @@ 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.
@@ -10,4 +10,6 @@ name: sonar
10
10
 
11
11
  ## MODE: sonar (Research Only)
12
12
 
13
- Activate research-only mode. Use only read-only `$maestria:adventurer` or `$maestria: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 `$maestria:adventurer` or `$maestria: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.