Skip to content

Commit d12dcca

Browse files
chore: bump version to v0.10.0 — install-path-confirmed GA release candidate
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 37af9b6 commit d12dcca

69 files changed

Lines changed: 151 additions & 129 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.9.11",
3+
"version": "0.10.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
@@ -138,7 +138,11 @@ Hotfix. Fixes three findings from the plugin-family release-hardening review bef
138138

139139
## [Unreleased]
140140

141-
**Pending for v0.10.0 — "install path confirmed" GA release candidate** (spec: `specs/install-path-confirmation.md`; sequencing: smoke green → marketplace submission → v1.0.0 promotion tag on approval).
141+
_(Nothing yet — tracking items go here between releases.)_
142+
143+
## [0.10.0] — 2026-07-18
144+
145+
**"Install path confirmed" — GA release candidate** (spec: `specs/install-path-confirmation.md`; sequencing: smoke green → marketplace submission → v1.0.0 promotion tag on approval).
142146

143147
### Added
144148

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.9.11-brightgreen.svg" alt="Version"></a>
16+
<a href="#"><img src="https://img.shields.io/badge/version-0.10.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.9.11
1+
0.10.0

core/templates/migrations.json

Lines changed: 7 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.9.11",
3+
"plugin_version": "0.10.0",
44
"migrations": [
55
{
66
"from": "0.1.0",
@@ -335,6 +335,12 @@
335335
}
336336
],
337337
"description": "v0.9.11 \u2014 retire rule copying (closes the stale-rules gap reported by @tdmitruk). /add:init no longer writes ADD rules into .claude/rules/ (Phase 2.5 now only detects and offers to remove leftovers); load-rules.sh warns each session while stale copies remain; this migration hop offers a one-time confirmed cleanup. User-authored rules are never touched."
338+
},
339+
{
340+
"from": "0.9.11",
341+
"to": "0.10.0",
342+
"steps": [],
343+
"description": "Install-path confirmation RC \u2014 CI install smoke both runtimes, Codex CLI re-pin 0.144.5, release-blocking CI, capability matrix, release-evidence bundle. No consumer config changes."
338344
}
339345
]
340346
}

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.9.11] Generate or sync a portable AGENTS.md from ADD project state — writes, checks drift, or merges with hand-curated content"
3+
description: "[ADD v0.10.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.9.11
7+
# ADD AGENTS.md Skill v0.10.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.9.11] Declare absence — get autonomous work plan for the duration"
3+
description: "[ADD v0.10.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.9.11
29+
# ADD Away Command v0.10.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.9.11] Return from absence — get briefing on autonomous work"
3+
description: "[ADD v0.10.0] Return from absence — get briefing on autonomous work"
44
---
55

6-
# ADD Back Command v0.9.11
6+
# ADD Back Command v0.10.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.9.11] Update project branding — new colors, fonts, tone, audit artifacts"
3+
description: "[ADD v0.10.0] Update project branding — new colors, fonts, tone, audit artifacts"
44
---
55

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

28-
# ADD Brand Update Command v0.9.11
28+
# ADD Brand Update Command v0.10.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.9.11] View project branding — accent color, palette, drift detection, image gen status"
3+
description: "[ADD v0.10.0] View project branding — accent color, palette, drift detection, image gen status"
44
---
55

6-
# ADD Brand Command v0.9.11
6+
# ADD Brand Command v0.10.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)