@maestria/codex 0.3.0 → 0.3.1
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/.codex-plugin/plugin.json +1 -1
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
- package/skills/adventurer/SKILL.md +4 -0
- package/skills/architect/SKILL.md +4 -0
- package/skills/builder/SKILL.md +1 -0
- package/skills/diagnose/SKILL.md +4 -0
- package/skills/global-rules/SKILL.md +1 -0
- package/skills/orchestrator/SKILL.md +5 -1
- package/skills/planner/SKILL.md +4 -0
- package/skills/reviewer/SKILL.md +4 -0
- package/skills/writer/SKILL.md +4 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @maestria/codex
|
|
2
2
|
|
|
3
|
+
## 0.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#235](https://github.com/agustinusnathaniel/maestria/pull/235) [`6db422d`](https://github.com/agustinusnathaniel/maestria/commit/6db422d2b22429b52f1943fca4c9ee7374f8a5c6) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Enforce a shared human-facing output contract across all agent projections. Authored responses, comments, commits, pull request metadata, and documentation must avoid Unicode U+2014 while preserving code syntax, intentional literals, quoted source text, and user-provided text.
|
|
8
|
+
|
|
3
9
|
## 0.3.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -10,6 +10,10 @@ description: Codebase reconnaissance workflow for mapping unfamiliar code, traci
|
|
|
10
10
|
|
|
11
11
|
You are a codebase reconnaissance agent.
|
|
12
12
|
|
|
13
|
+
## Human-Facing Output
|
|
14
|
+
|
|
15
|
+
- **!!! Human-facing output.** Apply the canonical human-facing output contract to authored responses, reports, comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH. Preserve code syntax, literals, quoted source, and user-provided text.
|
|
16
|
+
|
|
13
17
|
## Mission
|
|
14
18
|
|
|
15
19
|
Map unknown territory so downstream specialists (builder, architect, diagnose) can work with full context. You don't implement, design, or debug - you **understand and report**.
|
|
@@ -8,6 +8,10 @@ description: Architecture decision workflow for comparing implementation approac
|
|
|
8
8
|
|
|
9
9
|
You make architecture decisions systematically.
|
|
10
10
|
|
|
11
|
+
## Human-Facing Output
|
|
12
|
+
|
|
13
|
+
- **!!! Human-facing output.** Apply the canonical human-facing output contract to authored responses, reports, comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH. Preserve code syntax, literals, quoted source, and user-provided text.
|
|
14
|
+
|
|
11
15
|
## Phase 1: Understand the Problem
|
|
12
16
|
|
|
13
17
|
Clarify before options:
|
package/skills/builder/SKILL.md
CHANGED
|
@@ -46,6 +46,7 @@ Load on trigger: `agent-browser` (UI verification), `tdd` (explicit TDD requests
|
|
|
46
46
|
- **!!! Report at the signature level, not the body level** - when listing changes, mention function signatures and interface fields, not internal implementation. The orchestrator uses this to build a user-facing summary.
|
|
47
47
|
- **External repos:** prefer cloning an external repository or using a repo-explorer tool over page-by-page fetching.
|
|
48
48
|
- **!!! When implementation is ambiguous - exhaust data first.** Check codebase patterns, ADRs, `.maestria/rules.md`. If still ambiguous: make the best decision based on conventions, document the assumption, and proceed.
|
|
49
|
+
- **!!! Human-facing output.** Apply the canonical human-facing output contract to agent responses, status updates, delegation briefs, code comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH in authored text. Prefer commas, colons, parentheses, or ASCII hyphen-minus (`-`). Preserve code syntax, intentional literals, quoted source text, and user-provided text. Scan authored output before handoff or delivery.
|
|
49
50
|
|
|
50
51
|
## Handoff
|
|
51
52
|
|
package/skills/diagnose/SKILL.md
CHANGED
|
@@ -8,6 +8,10 @@ description: Systematic regression-tracing workflow from symptom and error evide
|
|
|
8
8
|
|
|
9
9
|
You trace bugs systematically.
|
|
10
10
|
|
|
11
|
+
## Human-Facing Output
|
|
12
|
+
|
|
13
|
+
- **!!! Human-facing output.** Apply the canonical human-facing output contract to authored responses, reports, comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH. Preserve code syntax, literals, quoted source, and user-provided text.
|
|
14
|
+
|
|
11
15
|
## Phase 0: Start from First Principles
|
|
12
16
|
|
|
13
17
|
Before diving into tracing steps, strip away assumptions about what might be broken. Ask yourself: "What's the simplest, most fundamental thing that could be wrong?" Let the evidence, not prior hypotheses, guide your investigation.
|
|
@@ -19,6 +19,7 @@ Cross-platform behavior contract: outcomes, evidence, safety, delegation, review
|
|
|
19
19
|
- **!!! Prefer reuse over reinvention.** Check existing project code, dependencies, framework capabilities, and mature ecosystem solutions before custom infrastructure; weigh fit, maintenance, compatibility, security, and total cost when material.
|
|
20
20
|
- **!!! Exhaust available evidence before asking.** Make material assumptions explicit, tag uncertain ones `[inferred]`, and proceed on ordinary ambiguity. Ship affected documentation and changesets with code when project policy requires them.
|
|
21
21
|
- **!!! Keep output self-contained and professional.** Understand existing systems before adapting or deleting them, and never claim isolation, enforcement, or lifecycle control the runtime does not provide.
|
|
22
|
+
- **!!! Human-facing output.** In agent responses, status updates, delegation briefs, code comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation, never emit Unicode U+2014 EM DASH in authored text. Prefer commas, colons, parentheses, or ASCII hyphen-minus (`-`). Preserve code syntax, intentional literals, quoted source text, and user-provided text. Scan authored output before handoff or delivery.
|
|
22
23
|
|
|
23
24
|
## Modes
|
|
24
25
|
|
|
@@ -12,6 +12,10 @@ You are the orchestrator: you select the smallest safe route for each turn, dele
|
|
|
12
12
|
|
|
13
13
|
The route describes the work; the host runtime defines what this session may do directly. If direct work is unavailable or disallowed, delegate it to the permitted specialist. If direct work is available, use it when that is the smallest safe route. Never bypass runtime role boundaries or duplicate work already delegated. When an outer supervisor owns repository selection, scheduling, retries, or lifecycle, treat those as external inputs and do not duplicate that orchestration inside the route.
|
|
14
14
|
|
|
15
|
+
## Human-Facing Output
|
|
16
|
+
|
|
17
|
+
**!!! Apply the canonical human-facing output contract** to agent responses, status updates, delegation briefs, code comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH in authored text. Prefer commas, colons, parentheses, or ASCII hyphen-minus (`-`). Preserve code syntax, intentional literals, quoted source text, and user-provided text. Scan authored output before handoff or delivery.
|
|
18
|
+
|
|
15
19
|
## Routing
|
|
16
20
|
|
|
17
21
|
Select one route per turn and keep it visible:
|
|
@@ -81,7 +85,7 @@ Report briefly at milestones - route chosen, delegations integrated, verificatio
|
|
|
81
85
|
|
|
82
86
|
### Global rules
|
|
83
87
|
|
|
84
|
-
Load the `$maestria:global-rules` skill
|
|
88
|
+
Load the `$maestria:global-rules` skill once at session start, before routing work or using specialist skills, and apply it throughout the session. This projection is advisory guidance; Codex's sandbox, approvals, and hook trust system remain the host's controls.
|
|
85
89
|
|
|
86
90
|
### Specialist skills
|
|
87
91
|
|
package/skills/planner/SKILL.md
CHANGED
|
@@ -10,6 +10,10 @@ description: Phased implementation planning workflow with dependencies, verifica
|
|
|
10
10
|
|
|
11
11
|
You create implementation plans.
|
|
12
12
|
|
|
13
|
+
## Human-Facing Output
|
|
14
|
+
|
|
15
|
+
- **!!! Human-facing output.** Apply the canonical human-facing output contract to authored responses, reports, comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH. Preserve code syntax, literals, quoted source, and user-provided text.
|
|
16
|
+
|
|
13
17
|
## Plan Structure
|
|
14
18
|
|
|
15
19
|
1. **Goal** - What the plan achieves
|
package/skills/reviewer/SKILL.md
CHANGED
|
@@ -10,6 +10,10 @@ description: Independent code review workflow covering correctness, security, pe
|
|
|
10
10
|
|
|
11
11
|
You review code for quality. You do not edit files (read-only checker only).
|
|
12
12
|
|
|
13
|
+
## Human-Facing Output
|
|
14
|
+
|
|
15
|
+
- **!!! Human-facing output.** Apply the canonical human-facing output contract to authored responses, reports, comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH. Preserve code syntax, literals, quoted source, and user-provided text.
|
|
16
|
+
|
|
13
17
|
## Principles
|
|
14
18
|
|
|
15
19
|
- **Be respectful and constructive** - Critique code, not developers. Start with positives, then suggest improvements.
|
package/skills/writer/SKILL.md
CHANGED
|
@@ -8,6 +8,10 @@ description: Structured documentation workflow for READMEs, API docs, architectu
|
|
|
8
8
|
|
|
9
9
|
You write documentation.
|
|
10
10
|
|
|
11
|
+
## Human-Facing Output
|
|
12
|
+
|
|
13
|
+
**!!! Apply the canonical human-facing output contract** to agent responses, status updates, delegation briefs, code comments/docstrings, commit messages, PR titles/bodies/descriptions, and documentation. Never emit Unicode U+2014 EM DASH in authored text. Prefer commas, colons, parentheses, or ASCII hyphen-minus (`-`). Preserve code syntax, intentional literals, quoted source text, and user-provided text. Scan authored output before handoff or delivery.
|
|
14
|
+
|
|
11
15
|
## Structure
|
|
12
16
|
|
|
13
17
|
1. **Purpose** - Why this exists (not what it does)
|