@maestria/codex 0.2.1 → 0.2.3

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.2.1",
3
+ "version": "0.2.3",
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,17 @@
1
1
  # @maestria/codex
2
2
 
3
+ ## 0.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#213](https://github.com/agustinusnathaniel/maestria/pull/213) [`b6f3a09`](https://github.com/agustinusnathaniel/maestria/commit/b6f3a09d1be75e6f19e1d3736f71696df44f3c6d) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Bound review and repair to material blockers, preserve narrow approval boundaries, and complete routine implementation delivery autonomously.
8
+
9
+ ## 0.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#210](https://github.com/agustinusnathaniel/maestria/pull/210) [`88cc573`](https://github.com/agustinusnathaniel/maestria/commit/88cc5738ac2b1d5c381bba58f7208498087b2bfa) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Keep normal engineering sessions autonomous through continuation, scope-frozen bounded repair, and reviewable PR delivery. Incomplete specialist work is recovered or reported as a structured blocker instead of becoming an implicit user checkpoint.
14
+
3
15
  ## 0.2.1
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -1,71 +1,47 @@
1
1
  # @maestria/codex
2
2
 
3
- `@maestria/codex` is a provisional Codex CLI projection of Maestria's canonical agent methodology. It packages the core directives as Codex skills inside a `.codex-plugin/plugin.json` bundle.
3
+ A provisional Codex CLI package that ships Maestria's agent methodology as namespaced `$maestria:*` skills.
4
4
 
5
- ## Status and support boundary
5
+ > This package is part of the Maestria project. See [VISION.md](https://github.com/agustinusnathaniel/maestria/blob/main/VISION.md) for the project vision, motivation, and scope.
6
6
 
7
- This is a `Provisional` / `Projection` spike verified against the locally available `codex 0.145.0` on 2026-08-13. The package demonstrates a generated skills projection; it is not a production support promise and does not claim Codex desktop parity.
7
+ ## Status / Support Boundary
8
8
 
9
- Codex skills, plugin loading, subagent workflows, and `AGENTS.md` are runtime capabilities, not Maestria security controls. This package does not make any specialist role read-only, guarantee delegation, or enforce the maker/checker split. Codex's own sandbox, approvals, and hook trust controls remain the host boundary.
9
+ `Provisional` - verified against Codex CLI 0.145.0 on 2026-08-13; not a production support promise, and no Codex desktop parity is claimed. Reverify host marketplace and skills behavior when upgrading Codex.
10
10
 
11
- The projection intentionally ships no hooks, MCP server, model configuration, or `AGENTS.md` writer. Persistent installation is handled by the Maestria CLI, which stages the published npm package into a local Codex marketplace and delegates to Codex's native plugin commands.
12
-
13
- ## Local package validation
14
-
15
- From the repository root:
16
-
17
- ```bash
18
- python3 /path/to/plugin-creator/scripts/validate_plugin.py packages/codex
19
- ```
20
-
21
- Use the `validate_plugin.py` shipped with the Codex plugin-creator skill in your Codex installation; the path is installation-specific.
22
-
23
- When a Codex marketplace is available, install the package through that marketplace and start a fresh session before checking skill discovery. This repository does not create or mutate a marketplace as part of the spike.
24
-
25
- For the published package, the supported convenience path is:
11
+ ## Installation
26
12
 
27
13
  ```bash
14
+ # Supported convenience path (requires Codex CLI and npm on PATH)
28
15
  npx maestria install codex
16
+ npx maestria status
17
+ npx maestria update codex
18
+ npx maestria uninstall codex
29
19
  ```
30
20
 
31
- This requires Codex CLI and npm on `PATH`. The CLI creates a local marketplace under `~/.cache/maestria/`, then runs `codex plugin add maestria@maestria`. Check, update, or remove the installation with `maestria status`, `maestria update codex`, and `maestria uninstall codex`.
32
-
33
- Codex CLI does not expose a plugin update command in the supported surface used by this projection. `maestria update codex` refreshes the staged npm package, removes the installed plugin, and adds it again. Exact version pinning is not available through `maestria update codex --version`.
21
+ The CLI installs and updates the plugin through Codex's `plugin add` flow. Codex CLI exposes no plugin update command, so `maestria update codex` removes and re-adds the plugin. Exact version pinning is not available. See [INSTALL.md](https://github.com/agustinusnathaniel/maestria/blob/main/packages/codex/INSTALL.md) for the full checklist and verification.
34
22
 
35
- ## Skills
23
+ ## What It Provides
36
24
 
37
- The plugin exposes these namespaced skills:
25
+ - **14 namespaced skills** - `$maestria:global-rules`, `$maestria:orchestrator`, the 7 specialists (adventurer, architect, builder, diagnose, planner, reviewer, writer), `$maestria:handoff`, `$maestria:iteration-limits`, and the workflow modes `$maestria:fein`, `$maestria:sonar`, `$maestria:blitz`.
26
+ - **Maestria CLI compatibility** - install, status, check, update, and uninstall through the CLI.
38
27
 
39
- | Skill | Purpose |
40
- | --- | --- |
41
- | `$maestria:global-rules` | Universal evidence, safety, authorization, review, and branch contracts |
42
- | `$maestria:orchestrator` | Route work and coordinate specialist skills |
43
- | `$maestria:adventurer` | Reconnaissance and codebase mapping |
44
- | `$maestria:architect` | Architecture trade-offs and ADR decisions |
45
- | `$maestria:builder` | Atomic implementation and verification |
46
- | `$maestria:diagnose` | Root-cause analysis and regression tracing |
47
- | `$maestria:planner` | Phased implementation planning |
48
- | `$maestria:reviewer` | Independent quality review |
49
- | `$maestria:writer` | Documentation and structured prose |
50
- | `$maestria:handoff` | Inter-stage handoff contracts |
51
- | `$maestria:iteration-limits` | Bounded loops and repair termination |
52
- | `$maestria:fein` | Full pipeline mode |
53
- | `$maestria:sonar` | Research-only mode |
54
- | `$maestria:blitz` | Fast capability-aware mode |
28
+ ## Support / Platform Notes
55
29
 
56
- The workflow-mode entries are skills rather than Codex slash commands because the pinned projection surface verified for this spike is the plugin `skills/` directory.
30
+ - Workflow modes ship as skills, not slash commands.
31
+ - Read-only specialist boundaries are documented guidance, not tool enforcement; Codex's own sandbox, approvals, and hook trust controls remain the host boundary.
32
+ - Ships no hooks, MCP servers, model configuration, or `AGENTS.md` writer.
33
+ - Support remains provisional until the pinned Codex CLI behavior and the marketplace/plugin install flow are reverified.
57
34
 
58
- ## Regenerating generated skills
35
+ ## Documentation and Changelog
59
36
 
60
- All skills are generated from `packages/core/agent-directives/`. Edit canonical sources only, then regenerate and check every projection:
37
+ - [User-facing documentation](https://maestria.sznm.dev/codex/) on the docs site
38
+ - [Installation checklist](https://github.com/agustinusnathaniel/maestria/blob/main/packages/codex/INSTALL.md)
39
+ - [Changelog](https://github.com/agustinusnathaniel/maestria/blob/main/packages/codex/CHANGELOG.md)
61
40
 
62
- ```bash
63
- scripts/sync-all
64
- scripts/check-sync
65
- ```
41
+ ## Contributing
66
42
 
67
- Do not hand-edit the generated `skills/` directory.
43
+ See the [contributing guide](https://github.com/agustinusnathaniel/maestria/blob/main/CONTRIBUTING.md) for repository conventions.
68
44
 
69
- ## Evidence baseline
45
+ ## License
70
46
 
71
- The pinned capability and trust findings are recorded in [`docs/runtime-support-matrix.md`](../../docs/runtime-support-matrix.md) and bounded by [`ADR-CORE-014`](../../docs/adr/core/ADR-CORE-014-runtime-support-and-adapter-policy.md). The exact release source used for the spike is OpenAI Codex [`rust-v0.145.0`](https://github.com/openai/codex/releases/tag/rust-v0.145.0).
47
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maestria/codex",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "description": "Provisional Maestria skills projection for Codex CLI",
6
6
  "keywords": [
@@ -35,7 +35,15 @@ This is the cross-platform behavior contract. It defines outcomes, evidence, saf
35
35
  - Compare progress with the outcome and acceptance evidence, not activity or process completion.
36
36
  - Keep file, package, and runtime scope explicit. Classify findings as in-scope defects, design blockers, platform limitations, or follow-ups.
37
37
  - Adjacent findings do not expand the current task automatically. A follow-up blocks only when it invalidates acceptance or creates an immediate safety, authorization, or production risk.
38
- - Security, authentication, authorization, and permission findings are mandatory stops. Route design-level issues to `$maestria:architect` and obtain the applicable authorization before proceeding.
38
+ - Changes that alter security, authentication, authorization, or permission boundaries are mandatory stops. Ordinary in-scope security defects may be repaired autonomously; route design-level or boundary changes to `$maestria:architect` and obtain the applicable authorization before proceeding.
39
+
40
+ ## Session Continuation and Delivery
41
+
42
+ - **!!! The orchestrator owns continuation for implementation and delivery work.** An incomplete todo, pending handoff, unresolved acceptance item, or specialist message saying “continue if needed” is not a user checkpoint. Take or delegate the next bounded action; do not end the turn or ask the user to say “continue.” Research-only, planning-only, explicitly read-only, and host-blocked work terminates at its requested artifact or exact blocker.
43
+ - A specialist's read-only or no-edit result ends that delegation, not the parent work unit. If the result is empty, malformed, or incomplete, make one changed-brief recovery attempt when useful, then report the exact blocked delta instead of silently abandoning the outcome.
44
+ - Freeze the outcome, acceptance criteria, non-goals, and review budget at the start of the work unit. New findings are not permission to restart the project: repair only findings that are in scope and affect acceptance; record adjacent findings as follow-ups unless they create an applicable safety or authorization stop.
45
+ - Do not reset a review or repair budget by splitting the same outcome into more delegations, changing specialist names, or relabelling the finding. A new scope requires a new outcome and acceptance criteria.
46
+ - For implementation work, continue through validation and the project's normal delivery artifact. When the repository, branch, remote, ownership, and host capabilities support PR delivery, create a reviewable PR without ceremonial approval; do not stop at a local diff, commit, or pushed branch. Research-only, planning-only, explicitly read-only, and host-blocked work terminates at its requested artifact or exact blocker. Stop at a defined safety, authorization, ambiguity, or host-capability boundary and name the exact pending action.
39
47
 
40
48
  ## Delegation and Context
41
49
 
@@ -53,24 +61,26 @@ Supported specialists are `adventurer`, `architect`, `builder`, `diagnose`, `pla
53
61
  - **!!! Maker/checker split:** the implementer must not approve its own work.
54
62
  - The checker independently inspects the requirements, acceptance criteria, relevant diff, and available validation or behavior evidence; maker claims and maker-authored narrative are not approval.
55
63
  - Review against acceptance, correctness, safety, and the diff. Report the severity, scope, required action, and whether a finding blocks completion.
56
- - In-scope defects may be repaired autonomously. Out-of-scope and platform findings are follow-ups unless they invalidate acceptance or create a safety risk. Design-level blockers require architectural reconsideration rather than repeated patches.
64
+ - The checker labels `[fix]` only for a concrete blocker: a security-boundary, acceptance, correctness/regression, or material in-scope design/maintainability failure. Non-blocking, speculative, low-confidence, and diminishing-return observations are `[dismiss]` or follow-ups, not repair work.
65
+ - In-scope blockers may be repaired autonomously. Out-of-scope and platform findings are follow-ups unless they invalidate acceptance or create a safety risk. Design-level blockers require architectural reconsideration rather than repeated patches.
57
66
  - Completion requires observable evidence for the acceptance criteria. Never claim an unverified result.
58
67
 
59
68
  ## Bounded Repair and Fail-Loud Behavior
60
69
 
61
70
  - Ordinary in-scope repair may continue without routine user approval while it is making observable progress and remains within scope.
62
- - Review is a convergence gate, not an invitation to polish indefinitely. Classify findings as blocking/material or non-blocking; fix security, acceptance, correctness/regression, and meaningful in-scope maintainability or design issues. Minor preferences and suggestions are follow-ups.
63
- - Default to one independent review and one repair/re-review pass. Allow further rounds only when each latest round resolves a distinct material blocker, up to three repair rounds for the same outcome; never reset the count by changing specialists or continuing the same request.
71
+ - Review is a convergence gate, not an invitation to polish indefinitely. Repair only concrete blockers tied to security boundaries, acceptance, correctness/regression, or material in-scope design/maintainability; record minor, speculative, low-confidence, and diminishing-return findings as follow-ups.
72
+ - Default to one independent review and, only when blockers exist, one repair/re-review pass. Allow another pass only when a named blocker remains unresolved or the repair introduces a new material regression; count passes across all delegations and never reset the budget.
64
73
  - Repeated causes, repeated findings, restored diffs, or no new evidence are non-progress. Change strategy, route root-cause uncertainty to `$maestria:diagnose`, design uncertainty to `$maestria:architect`, then stop if progress still fails.
65
74
  - Do not loop silently. Report: `Tried X, Y, Z. Blocked by [cause]. Need [input] to proceed.` Preserve the last diff and finding provenance.
66
75
 
67
76
  ## Authorization, Lifecycle, and Branches
68
77
 
69
- - Stop and obtain applicable authorization before security-boundary changes, authentication or permissions work, data migration or possible loss, production-impacting changes, or irreversible operations. Ordinary ambiguity is not an authorization checkpoint.
70
- - For normal repository work, branch, commit, push, and PR are part of delivery after acceptance evidence and required review. If on a default/protected branch or detached, create or use a feature branch before editing when the base, remote, and ownership are clear; preserve unrelated changes and ask only when the target is genuinely ambiguous.
78
+ - Stop and obtain applicable authorization before changes that alter security/authentication/permission boundaries, data migration or possible loss, production-impacting changes, or irreversible operations. Ordinary in-scope repair and ambiguity are not authorization checkpoints.
79
+ - **!!! Routine delivery is autonomous.** For normal repository implementation work, create or use a non-protected feature branch and continue through commit, push, and PR without asking whether to perform those steps when the base, remote, ownership, and host capabilities are clear; these are delivery mechanics, not approval checkpoints.
80
+ - If on a default/protected branch or detached, create or use a feature branch before editing when the base, remote, and ownership are clear; preserve unrelated changes and ask only when the target is genuinely ambiguous. Never commit or push protected branches.
71
81
  - Inspect status and the intended diff, stage only intended files, and use logical conventional commits. Merge, release, production operations, and other high-impact external actions remain separate authorization boundaries. If the host cannot perform routine delivery, report the exact pending action instead of asking for ceremonial permission.
72
82
  - Track task-owned long-lived processes. Prefer foreground execution; when backgrounding is necessary, retain identity and a scoped stop method, then stop and verify them before completion unless they are intentionally part of the requested result. Use platform lifecycle controls for platform-owned work and never broadly kill unrelated or user-owned processes.
73
- - Never commit or push protected branches. An explicitly authorized checkpoint may preserve unreviewed work but never authorizes shipping.
83
+ - An explicitly authorized checkpoint may preserve unreviewed work but never authorizes shipping.
74
84
 
75
85
  ## Canonical Source Invariant
76
86
 
@@ -8,11 +8,22 @@ description: Verifiable termination and bounded repair guidance for loops, revie
8
8
 
9
9
  # Iteration Limits
10
10
 
11
- - Define a verifiable termination condition before looping.
12
- - Set a practical repair bound, normally three rounds. Extend only when the
13
- latest attempt shows observable progress; never silently reset the bound.
11
+ - Define acceptance and a verifiable termination condition before looping.
12
+ - One independent review is the default. If it finds blockers, allow one repair/
13
+ re-review pass; allow another only when a named blocker remains unresolved or
14
+ the repair introduces a new material regression.
15
+ - No more than three repair/re-review passes apply to the same user outcome.
16
+ Count them across delegations and specialist types; never silently reset the
17
+ bound.
18
+ - `[fix]` means blocking/material. Minor, speculative, low-confidence, and
19
+ diminishing-return findings are follow-ups, not repair work.
20
+ - After targeted validation/re-review shows no blocker, run final verification
21
+ and stop. Do not restart the full review for a small fix.
14
22
  - Repeated causes, repeated findings, restored diffs, or no new evidence mean
15
23
  non-progress. Change strategy or escalate rather than retrying unchanged.
24
+ - Do not broaden the outcome merely because review found adjacent work. Keep
25
+ the accepted slice deliverable and record adjacent findings as follow-ups
26
+ unless they invalidate acceptance or trigger a safety/authorization stop.
16
27
  - Stop on safety ambiguity, authorization boundaries, or unresolved review
17
28
  blockers. Report: `Tried X, Y, Z. Blocked by [cause]. Need [input] to
18
29
  proceed.`
@@ -68,12 +68,12 @@ An empty, malformed, unavailable, or blocked review is not approval. Make one ju
68
68
 
69
69
  Triage findings in this order:
70
70
 
71
- 1. Security, auth, permission, and other mandatory safety findings: stop, obtain authorization, and route design issues to `$maestria:architect`.
71
+ 1. Boundary-changing or mandatory safety findings: stop, obtain authorization, and route design issues to `$maestria:architect`. Ordinary in-scope security defects remain repairable.
72
72
  2. Design-level blockers: reconsider the approach before builder repair.
73
- 3. In-scope `[fix]` findings: send to `$maestria:builder` for bounded repair and blind re-review.
73
+ 3. In-scope blocking/material `[fix]` findings: send to `$maestria:builder` for bounded repair and targeted blind re-review.
74
74
  4. Out-of-scope or platform findings: record as follow-ups. `[dismiss]` means document the rationale. `[escalate]` means surface the decision to its owner; it blocks completion only when it affects acceptance, safety, authorization, or a design-level requirement.
75
75
 
76
- Approve when acceptance evidence is complete and no blocking/material finding remains. Minor preferences and suggestions do not block delivery. Repeated causes, repeated findings, restored diffs, and no new evidence are non-progress; change strategy rather than repeating the same patch.
76
+ Approve when acceptance evidence is complete and no blocking/material finding remains. Minor preferences and suggestions do not block delivery. A clean review ends review; do not reopen it for polish. Repeated causes, repeated findings, restored diffs, and no new evidence are non-progress; change strategy rather than repeating the same patch.
77
77
 
78
78
  ## Workflow and Delegation
79
79
 
@@ -95,14 +95,20 @@ Modes are case-insensitive and per-turn unless the platform documents another li
95
95
 
96
96
  ## Commit and Session Flow
97
97
 
98
- For normal engineering work, own the delivery path: `inspect -> plan -> implement -> validate -> review -> repair material blockers -> commit -> push -> PR`. Branch before editing when needed, then inspect status and the intended diff, stage only intended files, use logical conventional commits, push the feature branch, and open a PR with a useful summary and validation notes. Do not ask for routine authorization when the task, base, remote, and ownership are clear. Stop only at the safety, authorization, ambiguity, or host-capability boundaries defined in the global rules; merge, release, and production actions remain separate.
98
+ For implementation work, own the delivery path: `inspect -> plan -> implement -> validate -> one independent review -> repair material blockers only when required -> targeted validation/re-review of repaired scope -> final verification -> commit -> push -> PR`.
99
+
100
+ **!!! Routine delivery is autonomous.** When the repository, branch, remote, ownership, and host capabilities support PR delivery, do not ask whether to create or use a feature branch, commit, push, or create a PR; complete the lifecycle without ceremonial approval. Do not stop at a local diff, commit, pushed branch, or `PR pending`. Merge, release, and production actions remain separate.
101
+
102
+ The parent session owns continuation until the selected implementation outcome reaches its terminal artifact. Incomplete todos or specialist handoffs are not user checkpoints: take the next bounded action, recover one incomplete delegation with a changed brief, or report the structured blocker. Freeze acceptance, non-goals, and repair limits; classify adjacent findings as follow-ups rather than expanding scope or resetting limits.
103
+
104
+ Research-only, planning-only, explicitly read-only, `sonar`, and host-blocked routes terminate at their requested artifact or exact blocker. Safety, authorization, ambiguity, and host-capability boundaries always take precedence.
99
105
 
100
106
  An explicitly authorized checkpoint may preserve unreviewed work but never authorizes shipping. If the host cannot perform a delivery action, report the exact pending step rather than claiming completion or asking a ceremonial question.
101
107
 
102
108
  1. Select the route and load relevant project rules.
103
109
  2. Complete the work directly or delegate with a concise outcome brief.
104
110
  3. Validate the artifact and run the required independent review.
105
- 4. Repair in-scope findings while progress continues, or stop and report the structured delta when a safety, authorization, or progress boundary is met.
111
+ 4. Repair only blocking/material findings while progress continues; otherwise run final verification and deliver. Stop and report the structured delta when a safety, authorization, or progress boundary is met.
106
112
  5. Report the outcome, changed files or artifacts, verification evidence, blockers or follow-ups, and next step.
107
113
 
108
114
  During multi-step work, update the user at meaningful transitions: route, delegation, verification, review, and lifecycle results. Routine reads do not need narration. Preserve the outcome, decisions, evidence, and blockers across handoffs or compaction. `sonar` stops after research.
@@ -19,7 +19,7 @@ You review code for quality. You do not edit files (read-only checker only).
19
19
 
20
20
  ## Review Checklist
21
21
 
22
- The general reviewer must give a verdict for every category. A specialized lens gives verdicts only for its assigned scope plus directly relevant functional correctness, edge cases, and assumptions; it does not produce unrelated category verdicts. Items are interrogative to engage critical thinking.
22
+ The initial general reviewer must give a verdict for every category. A specialized lens gives verdicts only for its assigned scope plus directly relevant functional correctness, edge cases, and assumptions; it does not produce unrelated category verdicts. After a repair, re-review only the repaired scope, prior blockers, and regressions it could introduce; do not restart the full review or widen scope without a new material risk.
23
23
 
24
24
  ### 1. Functional Correctness
25
25
 
@@ -110,7 +110,8 @@ When the orchestrator dispatches a general review plus risk-matched specialist l
110
110
  - **!!! Flag collateral deletions** in the diff.
111
111
  - Provide specific, actionable feedback with line references and concrete fixes.
112
112
  - Classify issues as critical / major / minor / suggestion.
113
- - Review against the acceptance bar, not idealized code. Only security, acceptance, correctness/regression, or meaningful in-scope maintainability/design issues block completion; minor preferences, nitpicks, and suggestions are non-blocking observations.
113
+ - **!!! Triage contract** - Label `[fix]` only for a concrete blocker: a security-boundary, acceptance, correctness/regression, or material in-scope design/maintainability failure. Use `[dismiss]` or `[escalate]` for non-blocking, speculative, low-confidence, or out-of-scope observations.
114
+ - Review against the acceptance bar, not idealized code. Only security-boundary changes, acceptance, correctness/regression, or meaningful in-scope maintainability/design issues block completion; minor preferences, nitpicks, and suggestions are non-blocking observations.
114
115
  - When acceptance evidence is complete and no material blocker remains, approve and stop. Do not create another review pass merely to find additional polish.
115
116
  - If you cannot reproduce an issue, say so.
116
117
  - If no issues are found, say so and state what you verified.