Skip to content

Commit c1d53d5

Browse files
chore: bump to v0.9.3 — F-013 + F-014 + F-017 polish bundle
Three plugin-family-review follow-ups bundled: - F-017 (#15) — jq declared as a documented runtime dependency. Strategy A: honest qualifier in README/CONTRIBUTING/PRD/marketplace.json, new docs/runtime-dependencies.md with per-OS install matrix, CI guard preventing the bare claim from regressing. - F-013 (#16) — telemetry per-skill reference sweep. Closes Swarm F's M3-deferred sweep via Path A (PR #6's references: frontmatter mechanism, now live). All 27 SKILL.md files now declare rules/telemetry.md; coverage test gates against future drift. - F-014 (#17) — executable secrets scanner. Closes the v0.9.0 declarative-gate gap. New core/lib/scan-secrets.sh + JSON pattern catalog + .secretsignore + override-trailer + advisory PreToolUse hook. Hard-block deferred to v0.10 pending F-012 hook-feedback semantics. Plus: cross-OS portability fixes in scan-secrets.sh caught by the new guardrails CI matrix (set -e + `[ ] && X` short-circuits firing on Linux bash 5+ but not macOS bash 3.2; ${#ARRAY[@]:-0} malformed default operator). Documented in commit messages on the feature branch. 122 tests across 12 fixture suites — all green at v0.9.3. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 722d5a6 commit c1d53d5

64 files changed

Lines changed: 123 additions & 117 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.2",
3+
"version": "0.9.3",
44
"project": {
55
"name": "ADD",
66
"description": "Agent Driven Development \u2014 Claude Code plugin implementing an AI-native SDLC methodology",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ Hotfix. Fixes three findings from the plugin-family release-hardening review bef
2525

2626
## [Unreleased]
2727

28+
_(Nothing yet — tracking items go here between releases.)_
29+
30+
## [0.9.3] — 2026-04-26
31+
32+
**v0.9.x polish bundle.** Closes the three plugin-family-review follow-ups that landed as drafts on 2026-04-26 (F-013, F-014, F-017) plus the lessons from a cross-OS portability bug caught in the secrets-scanner CI gate. All three features ship in one signed release rather than three back-to-back tags.
33+
2834
### Changed
2935

3036
- **`jq` declared as a documented runtime dependency (F-017).** The "zero runtime dependencies" claim in `README.md`, `CONTRIBUTING.md`, `docs/prd.md`, and `.claude-plugin/marketplace.json` was technically inaccurate — runtime hook scripts shipped since v0.7 invoke `jq`. Each of those four prose sites is now qualified ("zero agent-side runtime dependencies; `jq` required for hook scripts") and links to a new canonical reference doc. Hook code is unchanged — Strategy A from [`specs/jq-dependency-declaration.md`](specs/jq-dependency-declaration.md). Historical text in `docs/milestones/`, prior `CHANGELOG.md` entries, and earlier specs is preserved untouched.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<br>
1111
<br>
1212
<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>
13-
<a href="#"><img src="https://img.shields.io/badge/version-0.9.2-brightgreen.svg" alt="Version"></a>
13+
<a href="#"><img src="https://img.shields.io/badge/version-0.9.3-brightgreen.svg" alt="Version"></a>
1414
<a href="#"><img src="https://img.shields.io/badge/Claude_Code-plugin-blueviolet.svg" alt="Claude Code Plugin"></a>
1515
</p>
1616

core/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.9.3

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

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

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

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

6-
# ADD Brand Command v0.9.2
6+
# ADD Brand Command v0.9.3
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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: add-changelog
3-
description: "[ADD v0.9.2] Generate or refresh CHANGELOG.md from conventional commits"
3+
description: "[ADD v0.9.3] Generate or refresh CHANGELOG.md from conventional commits"
44
argument-hint: "[--from-scratch]"
55
---
66

7-
# ADD Changelog Command v0.9.2
7+
# ADD Changelog Command v0.9.3
88

99
Generate or refresh the project's CHANGELOG.md from git history using conventional commit parsing. Follows the [Keep a Changelog](https://keepachangelog.com/) format.
1010

0 commit comments

Comments
 (0)