Skip to content

Commit 75deed4

Browse files
release: v0.11.0 — promote changelog, migration hops 0.10.1→0.10.2→0.11.0, uninstall docs
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d4bdfdc commit 75deed4

73 files changed

Lines changed: 177 additions & 135 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.add/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://github.com/MountainUnicorn/add/config.schema.json",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"project": {
55
"name": "ADD",
66
"description": "Agent Driven Development \u2014 Claude Code plugin implementing an AI-native SDLC methodology",

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@ For commit-level detail see `git log`.
66

77
## [Unreleased]
88

9+
## [0.11.0] — 2026-07-19
10+
911
### Changed
1012

11-
- **Codex sub-agent names prefixed `add-*` (#28)**`explorer`/`implementer`/`reviewer`/`test-writer`/`verify` registrations become `add-explorer` etc., ending collision risk with user or built-in agents in the global `~/.codex/agents/` namespace. The installer removes ADD-owned legacy-named TOMLs (prior-manifest sha or `# ADD sub-agent` marker) and warns-but-preserves user-owned files (16-case suite). The explorer role no longer misappropriates the docs skill as its role definition. Claude-side role vocabulary is unchanged. Codex users: re-run the installer; a migration hop will accompany the v0.11.0 release.
13+
- **Codex sub-agent names prefixed `add-*` (#28)**`explorer`/`implementer`/`reviewer`/`test-writer`/`verify` registrations become `add-explorer` etc., ending collision risk with user or built-in agents in the global `~/.codex/agents/` namespace. The installer removes ADD-owned legacy-named TOMLs (prior-manifest sha or `# ADD sub-agent` marker) and warns-but-preserves user-owned files (16-case suite). The explorer role no longer misappropriates the docs skill as its role definition. Claude-side role vocabulary is unchanged. Codex users: re-run the installer (migration hop 0.10.2→0.11.0 records this).
14+
15+
## [0.10.2] — 2026-07-19
1216

1317
### Added
1418

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<br>
1414
<br>
1515
<a href="https://github.com/MountainUnicorn/add/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="License: MIT"></a>
16-
<a href="#"><img src="https://img.shields.io/badge/version-0.10.1-brightgreen.svg" alt="Version"></a>
16+
<a href="#"><img src="https://img.shields.io/badge/version-0.11.0-brightgreen.svg" alt="Version"></a>
1717
<a href="#"><img src="https://img.shields.io/badge/Claude_Code-plugin-blueviolet.svg" alt="Claude Code Plugin"></a>
1818
<a href="https://github.com/MountainUnicorn/add/discussions"><img src="https://img.shields.io/badge/community-discussions-b00149.svg" alt="Community Discussions"></a>
1919
</p>

core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.11.0

core/templates/migrations.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0.0",
3-
"plugin_version": "0.10.1",
3+
"plugin_version": "0.11.0",
44
"migrations": [
55
{
66
"from": "0.1.0",
@@ -347,6 +347,18 @@
347347
"to": "0.10.1",
348348
"steps": [],
349349
"description": "Codex \u22650.14x schema fixes (#24): sub-agent TOMLs use developer_instructions (prompt_skill removed upstream); hooks.json uses the nested hooks/matcher/type schema with ~ paths. Codex users should re-run the installer to refresh ~/.codex/agents/ and ~/.codex/hooks.json. No Claude-side changes."
350+
},
351+
{
352+
"from": "0.10.1",
353+
"to": "0.10.2",
354+
"steps": [],
355+
"description": "Adds /add:doctor, /add:init --defaults, and the Codex install manifest. Codex users should re-run the installer to get install-manifest.json + the generated uninstaller and the doctor skill. min_codex_version floor raised to 0.140.0 (#26). No config migration steps."
356+
},
357+
{
358+
"from": "0.10.2",
359+
"to": "0.11.0",
360+
"steps": [],
361+
"description": "Codex sub-agent registrations renamed add-explorer/add-implementer/add-reviewer/add-test-writer/add-verify (#28). Codex users MUST re-run the installer \u2014 it removes the ADD-owned legacy-named TOMLs and installs the prefixed set. User-authored agents with those generic names are preserved with a warning. No Claude-side changes, no config migration steps."
350362
}
351363
]
352364
}

dist/codex/.agents/skills/add-agents-md/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: add-agents-md
3-
description: "[ADD v0.10.1] Generate or sync a portable AGENTS.md from ADD project state — writes, checks drift, or merges with hand-curated content"
3+
description: "[ADD v0.11.0] Generate or sync a portable AGENTS.md from ADD project state — writes, checks drift, or merges with hand-curated content"
44
argument-hint: "[--write|--check|--merge|--import] [--dry-run]"
55
---
66

7-
# ADD AGENTS.md Skill v0.10.1
7+
# ADD AGENTS.md Skill v0.11.0
88

99
Generate a portable [`AGENTS.md`](https://agents.md) at project root from the project's `.add/` state. `AGENTS.md` is the cross-tool open standard for project-level agent instructions — any agent (Claude Code, Cursor, Codex CLI, Windsurf, Amp, Devin, Copilot) will read it on session start. Publishing one lets mixed-toolchain teams respect the same invariants without installing ADD.
1010

dist/codex/.agents/skills/add-away/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: add-away
3-
description: "[ADD v0.10.1] Declare absence — get autonomous work plan for the duration"
3+
description: "[ADD v0.11.0] Declare absence — get autonomous work plan for the duration"
44
argument-hint: "[duration, e.g. '4 hours', '30 minutes', 'end of day']"
55
---
66

@@ -26,7 +26,7 @@ argument-hint: "[duration, e.g. '4 hours', '30 minutes', 'end of day']"
2626
2727
---
2828

29-
# ADD Away Command v0.10.1
29+
# ADD Away Command v0.11.0
3030

3131
The human is stepping away. Establish what work can proceed autonomously and what must wait.
3232

dist/codex/.agents/skills/add-back/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: add-back
3-
description: "[ADD v0.10.1] Return from absence — get briefing on autonomous work"
3+
description: "[ADD v0.11.0] Return from absence — get briefing on autonomous work"
44
---
55

6-
# ADD Back Command v0.10.1
6+
# ADD Back Command v0.11.0
77

88
The human has returned. Provide a concise briefing on what happened during their absence.
99

dist/codex/.agents/skills/add-brand-update/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: add-brand-update
3-
description: "[ADD v0.10.1] Update project branding — new colors, fonts, tone, audit artifacts"
3+
description: "[ADD v0.11.0] Update project branding — new colors, fonts, tone, audit artifacts"
44
---
55

66
<!-- ADD AskUserQuestion shim (Codex) -->
@@ -25,7 +25,7 @@ description: "[ADD v0.10.1] Update project branding — new colors, fonts, tone,
2525
2626
---
2727

28-
# ADD Brand Update Command v0.10.1
28+
# ADD Brand Update Command v0.11.0
2929

3030
Update the project's branding configuration with new materials and audit existing generated artifacts for brand consistency. Optionally apply fixes to bring artifacts in line with the new brand.
3131

dist/codex/.agents/skills/add-brand/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
name: add-brand
3-
description: "[ADD v0.10.1] View project branding — accent color, palette, drift detection, image gen status"
3+
description: "[ADD v0.11.0] View project branding — accent color, palette, drift detection, image gen status"
44
---
55

6-
# ADD Brand Command v0.10.1
6+
# ADD Brand Command v0.11.0
77

88
Display the current branding configuration for this ADD-managed project. Shows accent color, palette, fonts, tone, where branding is applied, detects brand drift in generated artifacts, and reports image generation capability status.
99

0 commit comments

Comments
 (0)