Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Specorator — Agentic Development Workflow

![Version](https://img.shields.io/badge/version-v0.8.0-rc.1-blue) ![License](https://img.shields.io/badge/license-MIT-green)
![Version](https://img.shields.io/badge/version-v0.8.0-blue) ![License](https://img.shields.io/badge/license-MIT-green)

[![Verify](https://github.com/Luis85/agentic-workflow/actions/workflows/verify.yml/badge.svg?branch=main)](https://github.com/Luis85/agentic-workflow/actions/workflows/verify.yml) [![gitleaks](https://github.com/Luis85/agentic-workflow/actions/workflows/gitleaks.yml/badge.svg?branch=main)](https://github.com/Luis85/agentic-workflow/actions/workflows/gitleaks.yml) [![typos](https://github.com/Luis85/agentic-workflow/actions/workflows/typos.yml/badge.svg?branch=main)](https://github.com/Luis85/agentic-workflow/actions/workflows/typos.yml) [![zizmor](https://github.com/Luis85/agentic-workflow/actions/workflows/zizmor.yml/badge.svg?branch=main)](https://github.com/Luis85/agentic-workflow/actions/workflows/zizmor.yml)

**Build software the right way with AI.** Specorator is a spec-driven workflow template: humans decide what to build, specialist agents handle how, and every requirement, decision, task, test, and release note stays traceable.

> **Status:** v0.8.0-rc.1 — release-candidate dispatch for the v0.8.0 cycle. Smoke-tests the restored npmjs.com Trusted Publishing path ([ADR-0044](docs/adr/0044-restore-npmjs-trusted-publishing.md), supersedes ADR-0041) before the v0.8.0 final dispatch; surface content matches v0.8.0 (orphan `dist/claude-plugin` branch + `git-subdir` marketplace source per [ADR-0043](docs/adr/0043-distribute-claude-plugin-bundle-from-orphan-dist-branch.md), `/issue:tackle`, `/specorator:onboard`, GitHub remote MCP server in the project default, conductor-driven model-tier injection, `specorator --version` flag). v0.7.0 migrated the npm CLI from GitHub Packages to npmjs.com as `specorator` (unscoped, public, no `.npmrc`); v0.7.x shipped via the ADR-0041 NPM_TOKEN fallback. v0.8.x publishes via OIDC + `npm publish --provenance`. Claude Code is first-class; Codex, Cursor, Aider, Copilot, and Gemini have Markdown-based walkthroughs.
> **Status:** v0.8.0 — Claude Code plugin bundle moves to a long-lived orphan branch (`dist/claude-plugin`) rebuilt by CI on every push to `main`; the marketplace entry now uses a `git-subdir` source pinned to that ref ([ADR-0043](docs/adr/0043-distribute-claude-plugin-bundle-from-orphan-dist-branch.md)). Bundle is gitignored on `develop`/`main`, so PR diffs stop carrying generated-artifact churn. New `/issue:tackle` conductor skill, `/specorator:onboard` guided issue series, GitHub remote MCP server in the project default, conductor-driven model-tier injection for subagents, and `specorator --version` flag. npmjs.com Trusted Publishing restored ([ADR-0044](docs/adr/0044-restore-npmjs-trusted-publishing.md), supersedes ADR-0041); every v0.8.x release ships with a sigstore provenance attestation visible on the npmjs.com package page. v0.7.0 migrated the npm CLI from GitHub Packages to npmjs.com as `specorator` (unscoped, public, no `.npmrc`). Claude Code is first-class; Codex, Cursor, Aider, Copilot, and Gemini have Markdown-based walkthroughs.

Product page: <https://luis85.github.io/agentic-workflow/>

Expand Down
2 changes: 1 addition & 1 deletion docs/specorator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Specorator — Quality-Driven, Agentic Development Workflow

**Version:** 0.8.0-rc.1 · **Status:** Release candidatesmoke-tests npmjs.com Trusted Publishing (ADR-0044) ahead of the v0.8.0 final dispatch. Surface content matches v0.8.0: orphan-dist plugin distribution (ADR-0043), `/issue:tackle`, `/specorator:onboard`, GitHub MCP, conductor-driven model tiers, `--version` flag · **Purpose:** Spec-driven, agentic workflow template
**Version:** 0.8.0 · **Status:** Minor releaseClaude Code plugin bundle moves to orphan dist branch + `git-subdir` marketplace source (ADR-0043); npmjs.com Trusted Publishing restored with sigstore provenance (ADR-0044, supersedes ADR-0041); plus `/issue:tackle`, `/specorator:onboard`, GitHub MCP, conductor-driven model tiers, `--version` flag · **Purpose:** Spec-driven, agentic workflow template

v0.8.0 moves the Claude Code plugin bundle to a long-lived orphan branch `dist/claude-plugin` rebuilt by CI on every push to `main`. The marketplace entry in `.claude-plugin/marketplace.json` switches to a `git-subdir` source pinned to that ref, so the bundle becomes gitignored on `develop`/`main` and PR diffs stop carrying generated-artifact churn. See [ADR-0043](adr/0043-distribute-claude-plugin-bundle-from-orphan-dist-branch.md). v0.8.0 also adds the `/issue:tackle` conductor skill (triage-first issue/PR resolution), `/specorator:onboard` (guided 5-step onboarding series), the GitHub remote MCP server in the project `.mcp.json` default, conductor-driven model-tier injection for subagents, and `specorator --version` / `-v`. v0.7.0 migrated the Specorator npm CLI from GitHub Packages (`@luis85/agentic-workflow`) to npmjs.com as `specorator` (unscoped, public). See [ADR-0040](adr/0040-migrate-npm-publication-to-npmjs-com.md). v0.6.2 was a patch release unblocking the v0.6.x dispatch path. v0.6.1 shipped Specorator as a Claude Code plugin. v0.6.0 introduced the Astro 6 product page. v0.5.0 introduced the release workflow, GitHub Release / Package distribution, and fresh-surface package contract; v0.5.1 was the recovery release for the [Immutable Releases incident](https://github.com/Luis85/agentic-workflow/issues/233).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "specorator",
"version": "0.8.0-rc.1",
"version": "0.8.0",
"description": "Specorator — template for spec-driven, agentic software development. The workflow is the deliverable.",
"keywords": [
"agents",
Expand Down
Loading