Skip to content

Commit 2765904

Browse files
savvidesclaude
andcommitted
chore(release): v3.2.0.0
Marketplace-based Claude Code install (fixes the broken bare-symlink installer), plus the idstack.org SEO + landing-page + AI-language work. See CHANGELOG.md for the full entry. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent dea7ebc commit 2765904

3 files changed

Lines changed: 28 additions & 2 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "idstack",
3-
"version": "3.1.0.0",
3+
"version": "3.2.0.0",
44
"description": "Evidence-based instructional design pipeline. 11 skills backed by peer-reviewed research across 11 domains. Analyze, design, build, review, and export courses with every recommendation citing its evidence tier.",
55
"author": {
66
"name": "Philippos Savvides",

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## v3.2.0.0 (2026-05-14)
4+
5+
### Fixed — Claude Code install uses the plugin marketplace flow
6+
7+
`./setup` registered the plugin by symlinking the repo into `~/.claude/plugins/idstack`. Current Claude Code (2.1.x) does not discover plugins from bare symlinks — it requires marketplace registration — so `claude plugin list` showed nothing and `/idstack:<skill>` never appeared in the slash-command picker. New Claude Code users could not install idstack.
8+
9+
- **`.claude-plugin/marketplace.json`** — new one-plugin marketplace manifest (`source: "./"`), the manifest the install flow requires.
10+
- **`setup`** — the Claude branch now runs `claude plugin marketplace add` + `claude plugin install --scope <user|project>` (both idempotent; `--local` maps to project scope). Detects a missing `claude` on `PATH` and prints manual steps. Removes the now-vestigial bare symlink from older installs (only ever a symlink, never a real directory). Codex install path unchanged.
11+
- **`bin/idstack-doctor`** — self-locates the repo and checks the real signal: `claude plugin list` for `idstack@idstack` installed and enabled, plus the plugin and marketplace manifests. Legacy-conflict detection retained.
12+
- **`templates/preamble.md`**`$_IDSTACK` detection no longer falls back to the removed bare symlink; the last-ditch branch resolves the marketplace cache directory. All 22 skill files regenerated.
13+
- **`test/smoke-test.sh`**`$IDSTACK_DIR` self-locates the repo instead of assuming `~/.claude/plugins/idstack`.
14+
15+
The install command in the README and on idstack.org changes from `git clone … ~/.claude/plugins/idstack && …` to `git clone … && cd idstack && ./setup`.
16+
17+
### Changed — idstack.org SEO and landing-page copy
18+
19+
- **Discoverability.** Added `docs/robots.txt` and `docs/sitemap.xml`; the `SoftwareApplication` JSON-LD gained `softwareVersion`, `datePublished`, and `dateModified`; the `<head>` announces the GitHub releases Atom feed.
20+
- **Evidence section redesign.** The per-domain bar graph that counted studies is replaced with eleven short descriptions of what each body of evidence claims, plus a compact tier legend.
21+
- **Branded OG share card.** `docs/og-image.png` regenerated against the current design system; `docs/og-template.html` added as the regenerable source.
22+
- **Language pass.** Evidence-card copy, four other landing-page lines, and AI-language tells across the repo's other Markdown were rewritten to drop negative parallelism, metaphor stacking, and marketing clichés.
23+
24+
### Notes
25+
26+
- No manifest schema, path, or API changes. Minor version bump: the installer mechanism changed and the landing page got substantive work, but nothing breaks existing course folders or downstream skills.
27+
- Claude Code copies marketplace plugins into a versioned cache; a re-run of `./setup` refreshes it on a version bump. For live plugin development, use `claude --plugin-dir <repo>`.
28+
329
## v3.1.0.0 (2026-05-13)
430

531
### Added — `DESIGN.md` and design-system reconciliation

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0.0
1+
3.2.0.0

0 commit comments

Comments
 (0)