Skip to content

Commit df5970f

Browse files
authored
Merge pull request #102 from randlee/sc/announce-v0.8.0
site: announce synaptic-canvas v0.8.0
2 parents 46b33f4 + c3e68d4 commit df5970f

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

site/announcements/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<h1>Announcements</h1>
1515
<p>Press releases and release announcements for synaptic-canvas.</p>
1616
<ul>
17-
<!-- one <li> per release, added by the press-release workflow -->
17+
<li><a href="synaptic-canvas-v0.8.0.md">synaptic-canvas v0.8.0</a> — Synchronized Platform Release, Simplified Versioning, Validation Framework</li>
1818
</ul>
1919
</body>
2020
</html>
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# synaptic-canvas v0.8.0 — Synchronized Platform Release with Simplified Versioning
2+
3+
**Released:** January 20, 2026 · **Install:** `/plugin marketplace add randlee/synaptic-canvas`, then `/plugin install <package>@synaptic-canvas`
4+
5+
[Release notes](https://github.com/randlee/synaptic-canvas/releases/tag/v0.8.0) · [Marketplace registry](https://github.com/randlee/synaptic-canvas/blob/main/docs/registries/nuget/registry.json)
6+
7+
---
8+
9+
## Agent Orchestrator
10+
11+
**As an agent orchestrator, I want a marketplace of reusable orchestration skills (Claude Code skills/agents/commands), so that I can compose my agent's capabilities instead of building each from scratch.**
12+
13+
v0.8.0 is a synchronized platform release: all ten marketplace packages — sc-ci-automation, sc-codex, sc-delay-tasks, sc-git-worktree, sc-github-issue, sc-kanban, sc-manage, sc-repomix-nuget, sc-roslyn-diff, and sc-startup — move to 0.8.0 alongside the marketplace platform itself, with every registry file regenerated. Install or upgrade through the same `/plugin` surface and every package advances together.
14+
15+
The versioning story is the headline for anyone publishing into the marketplace: `scripts/set-package-version.py` becomes the single source of truth, updating package manifests, `plugin.json`, artifact frontmatter, and the registry in one pass — with version-decrement protection and a dry-run mode. `RELEASING.md` documents the whole flow end-to-end, so a release is now a checklist instead of a research project.
16+
17+
Under the hood, the marketplace gains a validation framework: frontmatter schema validators, script-reference and cross-reference validators, and marketplace-sync/registry automation keep a package from shipping with dangling references or a broken manifest. sc-codex also lands in the registry — a packaged Codex runner (Task Tool-compatible, with hook emulation and background execution) that extends the marketplace's reach beyond Claude Code.
18+
19+
---
20+
21+
## What's Next
22+
23+
Version management is now single-sourced for the next bump; the marketplace's test-harness and HTML-reporting work continues to mature package QA.

0 commit comments

Comments
 (0)