@maestria/codex 0.4.7 → 0.4.9
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 +22 -0
- package/README.md +3 -2
- package/package.json +1 -1
- package/skills/adventurer/SKILL.md +1 -1
- package/skills/builder/SKILL.md +1 -1
- package/skills/global-rules/SKILL.md +28 -5
- package/skills/handoff/SKILL.md +2 -0
- package/skills/orchestrator/SKILL.md +22 -14
- package/skills/planner/SKILL.md +1 -1
- package/skills/reviewer/SKILL.md +6 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @maestria/codex
|
|
2
2
|
|
|
3
|
+
## 0.4.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#322](https://github.com/agustinusnathaniel/maestria/pull/322) [`971ff4b`](https://github.com/agustinusnathaniel/maestria/commit/971ff4b7378ddd8654b97196cd19fce4343185ed) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Add the `docs-update` methodology skill as a standalone root skill and distribute it through the existing skills CLI selection. Fresh installs default to `create-pull-request` plus `docs-update`; recorded per-platform choices (including `[]`) are preserved exactly, and updates of legacy installs without a record infer only `create-pull-request`, never silently adding the new skill. The selection record moves to version 2 only with per-skill observed source/path; reconcile, preflight, removal guards, and uninstall now operate per skill with partial successes recorded recoverably and failed skills never marked installed. Interactive update still reviews skills with final confirmation when plugins are already current. Core keeps only a short docs obligation plus the skill pointer.
|
|
8
|
+
|
|
9
|
+
- [#319](https://github.com/agustinusnathaniel/maestria/pull/319) [`05cfdfa`](https://github.com/agustinusnathaniel/maestria/commit/05cfdfa1451ab91c3ac220269776e3784919d0b2) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Load project-root `.maestria/workflow.md` then `.maestria/rules.md` as subordinate guidance on every host. OpenCode injects full fresh content on every model call through `experimental.chat.system.transform` with no restart; Pi, OMP, and Prime re-read both files on every `before_agent_start` turn from the session cwd with a notify plus STOP banner on errors; Hermes re-reads both files on every `pre_llm_call` turn with a visible error banner; declarative hosts read the project-root files with host tools when not already supplied. Absent or empty files leave defaults unchanged; present-but-unusable files never run silently. Project content may replace configurable workflows but never waives safety, authorization, or host permissions.
|
|
10
|
+
|
|
11
|
+
- [#320](https://github.com/agustinusnathaniel/maestria/pull/320) [`6430ee9`](https://github.com/agustinusnathaniel/maestria/commit/6430ee95ed03908e535e2e069e0672fda4e5eaef) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Install, update, and reconcile the `create-pull-request` methodology skill through the official `skills` CLI instead of bundling skill bodies into plugins. `install` and `update` accept `--skills` (CSV, or `none`), `--exclude-skills` (CSV), and `--yes`; per-platform selections persist only after actual success, independently installed copies are never adopted or deleted, and shared native skill directories are preserved while another owned platform still uses them. The visual-evidence procedure lives once in the root skill, with the core and integration routers pointing at it.
|
|
12
|
+
|
|
13
|
+
## 0.4.8
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#316](https://github.com/agustinusnathaniel/maestria/pull/316) [`7a9334b`](https://github.com/agustinusnathaniel/maestria/commit/7a9334b3c020d8cbd91441e1ced33495a75b6f7a) Thanks [@agustinusnathaniel](https://github.com/agustinusnathaniel)! - Restore a consistent PR delivery contract.
|
|
18
|
+
|
|
19
|
+
- Titles use explicit Conventional Commits; bodies use literal ## headings in order (Summary, Changes, Verification, plus Visual evidence and Breaking changes when applicable), respecting explicit project templates.
|
|
20
|
+
- Changes carries the Work Results table (File, What changed, Why); Verification carries checks, results, and unresolved gaps.
|
|
21
|
+
- Pushes that change the cumulative diff or verification evidence update the PR title and body with a published-body readback. Acceptance classifies visual evidence as required or not applicable with reason, carries it through briefs, checks rendered coverage in review, reads back the published body at delivery, and treats an open PR as complete only with its applicable evidence.
|
|
22
|
+
|
|
23
|
+
Also restores proportional documentation assessment: internal docs, user-facing docs, changelog/release notes, and required changesets are assessed separately, only affected categories are updated, plausible unaffected categories note a reason, and required docs carry through briefs to reconciliation.
|
|
24
|
+
|
|
3
25
|
## 0.4.7
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -31,11 +31,12 @@ That direct path installs the plugin and skills. Use `npx maestria install codex
|
|
|
31
31
|
|
|
32
32
|
## What It Provides
|
|
33
33
|
|
|
34
|
-
- **14
|
|
35
|
-
- **
|
|
34
|
+
- **Namespaced skills** (14 as of 2026-09-22; see the [package directory](https://github.com/agustinusnathaniel/maestria/blob/main/packages/codex/skills) for the current list) - `$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`.
|
|
35
|
+
- **Native custom agents** (7 as of 2026-09-22; see the [package directory](https://github.com/agustinusnathaniel/maestria/blob/main/packages/codex/agents) for the current list) - the Maestria CLI installs `maestria-*` agent TOMLs into Codex's native `$CODEX_HOME/agents/` directory, with read-only sandbox settings for reconnaissance, architecture, planning, and review roles.
|
|
36
36
|
- **Automatic orchestration** - the Maestria CLI installs a marked global Codex instruction block that activates the orchestrator workflow in the primary session and routes specialist work to the native roles.
|
|
37
37
|
- **Maestria CLI compatibility** - install, status, check, update, and uninstall through the CLI.
|
|
38
38
|
- **Native model configuration** - `maestria configure codex` can create or update Codex custom-agent TOML files without overwriting unrelated agent settings.
|
|
39
|
+
- **Project customization (advisory)** - the orchestrator reads project-root `.maestria/workflow.md` then `.maestria/rules.md` with host tools when not already supplied; missing files leave defaults unchanged, and an unreadable file is disclosed and requested rather than invented.
|
|
39
40
|
|
|
40
41
|
## Support / Platform Notes
|
|
41
42
|
|
package/package.json
CHANGED
|
@@ -71,7 +71,7 @@ Your report should let the next agent start work immediately without re-explorin
|
|
|
71
71
|
- What was NOT found (negative findings save downstream time)
|
|
72
72
|
- What the downstream specialist should focus on first
|
|
73
73
|
|
|
74
|
-
**If
|
|
74
|
+
**If scoping is unclear or the request is ambiguous, make the best call, document that scope assumption with rationale in the report, and proceed without asking for clarification.**
|
|
75
75
|
|
|
76
76
|
## Rules
|
|
77
77
|
|
package/skills/builder/SKILL.md
CHANGED
|
@@ -41,7 +41,7 @@ Prefer deny by default, keep secrets in the trusted runtime, and fail closed on
|
|
|
41
41
|
|
|
42
42
|
When superseding code, mark the old path as do-not-extend, keep it until migration completes, then remove it in an isolated change.
|
|
43
43
|
|
|
44
|
-
Never hand-edit generated outputs;
|
|
44
|
+
Never hand-edit generated outputs; edit the authoritative source and regenerate per the canonical source invariant.
|
|
45
45
|
|
|
46
46
|
## Skills
|
|
47
47
|
|
|
@@ -17,7 +17,7 @@ Cross-platform behavior contract for outcomes, evidence, safety, delegation, rev
|
|
|
17
17
|
- **!!! Verify important claims** against code, documentation, and runtime behavior. Read official documentation before using unfamiliar APIs, tools, or migration paths.
|
|
18
18
|
- **!!! Match effort to stakes.** Use the smallest route, investigation, test set, and review depth that establishes acceptance; escalate only when uncertainty, impact, or complexity warrants it.
|
|
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
|
-
- **!!! Exhaust available evidence before asking.** Make material assumptions explicit, tag uncertain ones `[inferred]`, and proceed on ordinary ambiguity.
|
|
20
|
+
- **!!! Exhaust available evidence before asking.** Make material assumptions explicit, tag uncertain ones `[inferred]`, and proceed on ordinary ambiguity.
|
|
21
21
|
- **!!! Exercise testing judgment, not coverage.** Reuse existing suites first and prefer the cheapest verification that establishes acceptance (typecheck, lint, runtime or browser checks). Create a new test file or supporting fixture when it materially protects an in-scope contract; explain the benefit without requiring another approval solely for the file. Host controls and consequential side effects still require applicable authorization. Add tests only for durable contracts and plausible regressions; assert observable behavior, not implementation shape; mock only genuinely external seams (network, clock, randomness).
|
|
22
22
|
- **!!! 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.
|
|
23
23
|
- **!!! Keep output economical.** Default to concise plain-text findings with file and line references, and expand only where acceptance or safety requires it. Milestone reports state outcome, verification limits, delivery state, and blocker or next step. Match surrounding doc tone for prose tasks.
|
|
@@ -33,7 +33,18 @@ Per-turn keywords when the host supports them: `fein` requests the full route wi
|
|
|
33
33
|
|
|
34
34
|
## Outcome and Scope
|
|
35
35
|
|
|
36
|
-
Define the primary user outcome, acceptance evidence, and non-goals before substantial work or delegation; measure progress against them, not activity.
|
|
36
|
+
Define the primary user outcome, acceptance evidence, and non-goals before substantial work or delegation; measure progress against them, not activity.
|
|
37
|
+
|
|
38
|
+
At acceptance, classify visual evidence as required (changed surfaces, relevant states, expected evidence) or not applicable with a concrete reason, and carry that classification through briefs to delivery.
|
|
39
|
+
|
|
40
|
+
### Documentation and changesets
|
|
41
|
+
|
|
42
|
+
- Required affected docs are part of acceptance; carry them through briefs to final reconciliation.
|
|
43
|
+
- When docs work applies, load the available `docs-update` methodology skill and follow it; a missing skill never blocks ordinary docs work.
|
|
44
|
+
|
|
45
|
+
Keep file, package, and runtime scope explicit. Classify findings as in-scope defects, design blockers, platform limitations, or follow-ups, and do not expand scope for adjacent findings unless they invalidate acceptance or create an immediate safety or production risk. Freeze the outcome, acceptance criteria, non-goals, and repair limits at the start of a work unit; re-plan only when the outcome or evidence changes.
|
|
46
|
+
|
|
47
|
+
Research-only, planning-only, explicitly read-only, and host-blocked work ends at its requested artifact or exact blocker.
|
|
37
48
|
|
|
38
49
|
## Delegation and Context
|
|
39
50
|
|
|
@@ -43,7 +54,11 @@ Delegate only when another context, expertise, independent check, or parallel wo
|
|
|
43
54
|
|
|
44
55
|
Maker/checker split: the implementer must not approve its own work. 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. Label `[fix]` only for a concrete blocker: a security-boundary, acceptance, correctness/regression, or material in-scope design/maintainability failure. Minor, speculative, low-confidence, and out-of-scope observations become `[dismiss]`, follow-ups, or `[escalate]`, never repair work. Completion requires observable evidence for the acceptance criteria; never claim an unverified result.
|
|
45
56
|
|
|
46
|
-
Match evidence to the changed contract: rendered appearance and interactions need rendered checks; tests, type checks, and builds establish only what they exercise. Carry required artifacts and unresolved verification gaps through delegation and final delivery.
|
|
57
|
+
Match evidence to the changed contract: rendered appearance and interactions need rendered checks; tests, type checks, and builds establish only what they exercise. Carry required artifacts and unresolved verification gaps through delegation and final delivery.
|
|
58
|
+
|
|
59
|
+
Missing required evidence blocks acceptance. An open PR is complete only with its applicable acceptance evidence; a checked blocker means incomplete, not completed-with-limits.
|
|
60
|
+
|
|
61
|
+
Missing tools or optional attachment support do not waive an explicit user or project evidence requirement; capture, handoff, publication in the PR body, and readback are distinct stages, and a local path alone does not satisfy PR-body publication. Report that requirement as incomplete with the checked limitation.
|
|
47
62
|
|
|
48
63
|
## Bounded Repair and Fail-Loud Behavior
|
|
49
64
|
|
|
@@ -53,10 +68,18 @@ Default to one independent review and, only when blockers exist, one repair/re-r
|
|
|
53
68
|
|
|
54
69
|
Safety and authorization override user intent, methodology, and brevity. Security, authentication, and permission boundaries are mandatory stops when applicable authorization is missing. Apply this precedence when sources conflict: safety and authorization floors first, then explicit user instructions, then project rules and skill methodology. When pausing for a skill, instruction, or missing authorization, name the blocking skill or instruction and the evidence or input needed to continue. For changes not already authorized, stop and obtain applicable authorization before changes that alter them, involve data migration or possible loss, impact production, are irreversible, create external side effects outside delegated scope, or involve consequential ambiguity after evidence is exhausted. Ordinary in-scope security defects may be repaired autonomously. Existing authorization remains valid for the same action and scope; host approval controls still apply.
|
|
55
70
|
|
|
56
|
-
The orchestrator owns continuation for implementation and delivery work until the outcome reaches its terminal artifact; incomplete todos, pending handoffs, or specialist messages saying "continue if needed" are not a user checkpoint. Routine delivery is autonomous.
|
|
71
|
+
The orchestrator owns continuation for implementation and delivery work until the outcome reaches its terminal artifact; incomplete todos, pending handoffs, or specialist messages saying "continue if needed" are not a user checkpoint. Routine delivery is autonomous.
|
|
72
|
+
|
|
73
|
+
For implementation work, continue through validation, review, and delivery: when repository, branch, remote, ownership, and host capabilities support it, create or use a non-protected feature branch and continue through commit, push, and PR without asking whether to perform those steps - these are delivery mechanics, not approval checkpoints. Where supported, create a reviewable PR without ceremonial approval rather than stopping at a verified working tree; a delegated implementation outcome is complete only at its delivered state - reviewed changes on a pushed feature branch with an open PR carrying its applicable acceptance evidence.
|
|
74
|
+
|
|
75
|
+
Never commit or push protected branches; inspect status, stage only intended files, and use logical conventional commits.
|
|
57
76
|
|
|
58
77
|
Merge, release, and production operations remain separate authorization boundaries. Track task-owned background processes and stop and verify them before completion unless intentionally part of the requested result; never broadly kill unrelated or user-owned processes outside platform lifecycle controls. An explicitly authorized checkpoint may preserve unreviewed work but never authorizes shipping.
|
|
59
78
|
|
|
79
|
+
### PR delivery contract
|
|
80
|
+
|
|
81
|
+
Core owns the outcome, evidence, review, and authorization floors for every reviewable PR. Title, body, and visual-evidence conventions live in the `create-pull-request` methodology skill: for an active PR task, load the available skill before drafting, and follow the project template when one applies while preserving the required information. Stop on explicit project opt-out. A missing skill never blocks delivery and never waives review or authorization; write a sensible body instead. The reviewer checks rendered coverage against the changed surface; after any push that changes diff or verification, refresh the draft and read back the published body before reporting delivery complete.
|
|
82
|
+
|
|
60
83
|
## Canonical Source Invariant
|
|
61
84
|
|
|
62
|
-
Edit the project's authoritative source and regenerate derived outputs with its documented workflow; never hand-edit generated
|
|
85
|
+
Edit the project's authoritative source and regenerate derived outputs with its documented workflow; never hand-edit generated outputs. Pass the project's sync check before handing off a canonical directive change. Repository-specific source paths and commands belong in that repository's instructions.
|
package/skills/handoff/SKILL.md
CHANGED
|
@@ -18,3 +18,5 @@ Use a handoff when another agent or later step needs context. Include only:
|
|
|
18
18
|
|
|
19
19
|
Keep it concise, reference existing artifacts instead of copying history, and
|
|
20
20
|
proceed on ordinary ambiguity after documenting a material assumption.
|
|
21
|
+
|
|
22
|
+
For an optional contract header shape, see the available `spec-contract` skill; still optional and absence is normal.
|
|
@@ -56,7 +56,9 @@ Approve when acceptance evidence is complete and no blocking/material finding re
|
|
|
56
56
|
|
|
57
57
|
## Workflow and Delegation
|
|
58
58
|
|
|
59
|
-
When
|
|
59
|
+
When the host has not already supplied them, load project-root `.maestria/workflow.md` then `.maestria/rules.md` using host tools (root only). Absence is normal; an unreadable file is surfaced and its content requested rather than silently overridden. Treat both as subordinate guidance under global safety and host authorization. Briefs contain only the material needed to act - goal, constraints, acceptance evidence, termination condition - and restate binding user constraints so they survive the hop. Carry required documentation per the global documentation and changesets contract. Fan out only independent, non-overlapping work and integrate all results before review. If the user rejects an approach twice, stop and re-evaluate. Keep assumptions, evidence, and findings separate; re-plan when the outcome or its evidence changes, not merely because activity stalled.
|
|
60
|
+
|
|
61
|
+
Load the available `spec-contract` skill only when persistent intent across steps would reduce risk; absence is normal.
|
|
60
62
|
|
|
61
63
|
## Mode Precedence
|
|
62
64
|
|
|
@@ -72,26 +74,32 @@ Modes are case-insensitive and per-turn.
|
|
|
72
74
|
|
|
73
75
|
For implementation work, own the delivery path: inspect -> plan -> implement -> validate -> one independent review -> repair material blockers only when required -> targeted validation of repaired scope -> final verification -> commit -> push -> PR.
|
|
74
76
|
|
|
75
|
-
**Routine delivery is autonomous.** When 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 delivery without ceremonial approval. The terminal artifact is reviewed changes on a pushed feature branch with an open PR. Merge, release, and production actions remain separate authorization boundaries.
|
|
77
|
+
**Routine delivery is autonomous.** When 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 delivery without ceremonial approval. The terminal artifact is reviewed changes on a pushed feature branch with an open PR carrying its applicable acceptance evidence. Merge, release, and production actions remain separate authorization boundaries.
|
|
76
78
|
|
|
77
|
-
The parent session owns continuation until the selected implementation outcome reaches its terminal artifact. Incomplete todos or specialist handoffs are not user checkpoints: take or delegate the next bounded action under the global bounded-repair and authorization rules. Research-only, planning-only, explicitly read-only, `sonar`, and host-blocked routes terminate at
|
|
79
|
+
The parent session owns continuation until the selected implementation outcome reaches its terminal artifact. Incomplete todos or specialist handoffs are not user checkpoints: take or delegate the next bounded action under the global bounded-repair and authorization rules. Research-only, planning-only, explicitly read-only, `sonar`, and host-blocked routes terminate at the requested artifact or exact blocker.
|
|
78
80
|
|
|
79
|
-
Freeze acceptance, non-goals, and repair limits at the start.
|
|
81
|
+
Freeze the outcome, acceptance, non-goals, and repair limits at the start.
|
|
80
82
|
|
|
81
|
-
|
|
83
|
+
Before final verification, reconcile the original request and accepted follow-ups against the delivered result:
|
|
82
84
|
|
|
83
|
-
|
|
85
|
+
- required artifacts
|
|
86
|
+
- repository checks
|
|
87
|
+
- review
|
|
88
|
+
- documentation
|
|
89
|
+
- changesets
|
|
90
|
+
- PR-body evidence with readback when visual evidence applies
|
|
91
|
+
|
|
92
|
+
Shape PR titles and bodies per the delivery contract in global rules.
|
|
84
93
|
|
|
85
|
-
|
|
94
|
+
Complete in-scope omissions within existing authorization; report unmet requirements as incomplete or blocked, not optional follow-ups.
|
|
86
95
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
- For applicable changes, report evidence captured, unavailable with the checked limitation, or unnecessary with a concrete reason. Source-only documentation edits and mechanical moves preserving rendering can use existing evidence; a refactor label or passing build alone does not establish unchanged visuals. Keep capture effort proportionate to the changed surface.
|
|
96
|
+
A PR or reviewer approval alone does not establish completion.
|
|
97
|
+
|
|
98
|
+
Report briefly at milestones: outcome, verification limits, delivery state, and any blocker or next step.
|
|
99
|
+
|
|
100
|
+
## Visual Delivery Evidence
|
|
93
101
|
|
|
94
|
-
|
|
102
|
+
For changes to rendered UI, including documentation sites and visible CLI output, classify visual evidence as required (changed surfaces, relevant states, expected evidence) or not applicable with a concrete reason, include the evidence requirement in implementation and review briefs, and load the available `create-pull-request` skill for the capture, handoff, publication, and readback procedure before claiming delivery. Follow the project template when one applies; stop on explicit project opt-out. Missing required evidence blocks acceptance: report it incomplete with the checked limitation, and a missing skill never waives it.
|
|
95
103
|
|
|
96
104
|
|
|
97
105
|
## Codex CLI Integration
|
package/skills/planner/SKILL.md
CHANGED
|
@@ -43,4 +43,4 @@ Include planned phases, assumptions, verification and rollback evidence, and the
|
|
|
43
43
|
|
|
44
44
|
## Skills
|
|
45
45
|
|
|
46
|
-
Use available skill descriptions for unresolved requirements, product discovery, issue/PRD creation, or prototyping when that work is part of the assignment. Skip skill loads for one-step plans.
|
|
46
|
+
Use available skill descriptions for unresolved requirements, product discovery, issue/PRD creation, or prototyping when that work is part of the assignment. See the available `spec-contract` skill for an optional contract header shape. Skip skill loads for one-step plans.
|
package/skills/reviewer/SKILL.md
CHANGED
|
@@ -66,6 +66,7 @@ Use these categories to identify relevant risks. Cover the changed contract and
|
|
|
66
66
|
- Is meaningful regression risk covered proportionate to stakes (per Global Rules testing judgment)?
|
|
67
67
|
- Do tests cover edge cases and error paths where the contract demands it?
|
|
68
68
|
- Are tests meaningful (observable behavior, not implementation details)?
|
|
69
|
+
- For visual changes, check rendered coverage against the changed surface; missing required evidence blocks acceptance.
|
|
69
70
|
|
|
70
71
|
### 8. Assumption Validation
|
|
71
72
|
|
|
@@ -80,6 +81,10 @@ Use these categories to identify relevant risks. Cover the changed contract and
|
|
|
80
81
|
- Does the output read like a professional email to a trusted colleague?
|
|
81
82
|
- Format findings as: `style: [issue] -> [fix/dismiss]`
|
|
82
83
|
|
|
84
|
+
### 10. Spec-contract drift (optional pointer, skip when absent)
|
|
85
|
+
|
|
86
|
+
- When a spec-contract header or owning spec is linked, apply its drift, acceptance-coverage, ambiguity-tagging, delta-stating, and append-only rules; skip when absent.
|
|
87
|
+
|
|
83
88
|
## Questions to Ask Yourself
|
|
84
89
|
|
|
85
90
|
1. Is this specific code change related to the overall intended goal?
|
|
@@ -130,7 +135,7 @@ Then produce:
|
|
|
130
135
|
|
|
131
136
|
## Skills
|
|
132
137
|
|
|
133
|
-
|
|
138
|
+
For interface changes, use UI review guidance; for interaction or access risks, accessibility guidance; for page discovery/sharing, metadata guidance; for animation issues, motion guidance. See the available `spec-contract` skill for an optional contract header shape. Load `skill-judge` for skill packages. Skip unrelated loads for backend or infrastructure diffs.
|
|
134
139
|
|
|
135
140
|
## References
|
|
136
141
|
|