Skip to content

Commit 1047459

Browse files
chore(deps): update ⬆️ mise-packages to v1 (#693)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [npm:@fission-ai/openspec](https://redirect.github.com/Fission-AI/OpenSpec) | `0.23.0` → `1.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/npm/@fission-ai%2fopenspec/1.0.1?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fission-ai%2fopenspec/1.0.1?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fission-ai%2fopenspec/0.23.0/1.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fission-ai%2fopenspec/0.23.0/1.0.1?slim=true) | --- ### Release Notes <details> <summary>Fission-AI/OpenSpec (npm:@&#8203;fission-ai/openspec)</summary> ### [`v1.0.1`](https://redirect.github.com/Fission-AI/OpenSpec/blob/HEAD/CHANGELOG.md#101) [Compare Source](https://redirect.github.com/Fission-AI/OpenSpec/compare/v1.0.0...v1.0.1) ##### Patch Changes - [#&#8203;587](https://redirect.github.com/Fission-AI/OpenSpec/pull/587) [`943e0d4`](https://redirect.github.com/Fission-AI/OpenSpec/commit/943e0d41026d034de66b9442d1276c01b293eb2b) Thanks [@&#8203;TabishB](https://redirect.github.com/TabishB)! - ### Bug Fixes - Fixed incorrect archive path in onboarding documentation — the template now shows the correct path `openspec/changes/archive/YYYY-MM-DD-<name>/` instead of the incorrect `openspec/archive/YYYY-MM-DD--<name>/` ### [`v1.0.0`](https://redirect.github.com/Fission-AI/OpenSpec/blob/HEAD/CHANGELOG.md#100) [Compare Source](https://redirect.github.com/Fission-AI/OpenSpec/compare/v0.23.0...v1.0.0) ##### Major Changes - [#&#8203;578](https://redirect.github.com/Fission-AI/OpenSpec/pull/578) [`0cc9d90`](https://redirect.github.com/Fission-AI/OpenSpec/commit/0cc9d9025af367faa1688a7b2606a2549053cd3f) Thanks [@&#8203;TabishB](https://redirect.github.com/TabishB)! - ## OpenSpec 1.0 — The OPSX Release The workflow has been rebuilt from the ground up. OPSX replaces the old phase-locked `/openspec:*` commands with an action-based system where AI understands what artifacts exist, what's ready to create, and what each action unlocks. ##### Breaking Changes - **Old commands removed** — `/openspec:proposal`, `/openspec:apply`, and `/openspec:archive` no longer exist - **Config files removed** — Tool-specific instruction files (`CLAUDE.md`, `.cursorrules`, `AGENTS.md`, `project.md`) are no longer generated - **Migration** — Run `openspec init` to upgrade. Legacy artifacts are detected and cleaned up with confirmation. ##### From Static Prompts to Dynamic Instructions **Before:** AI received the same static instructions every time, regardless of project state. **Now:** Instructions are dynamically assembled from three layers: 1. **Context** — Project background from `config.yaml` (tech stack, conventions) 2. **Rules** — Artifact-specific constraints (e.g., "propose spike tasks for unknowns") 3. **Template** — The actual structure for the output file AI queries the CLI for real-time state: which artifacts exist, what's ready to create, what dependencies are satisfied, and what each action unlocks. ##### From Phase-Locked to Action-Based **Before:** Linear workflow — proposal → apply → archive. Couldn't easily go back or iterate. **Now:** Flexible actions on a change. Edit any artifact anytime. The artifact graph tracks state automatically. | Command | What it does | | -------------------- | ---------------------------------------------------- | | `/opsx:explore` | Think through ideas before committing to a change | | `/opsx:new` | Start a new change | | `/opsx:continue` | Create one artifact at a time (step-through) | | `/opsx:ff` | Create all planning artifacts at once (fast-forward) | | `/opsx:apply` | Implement tasks | | `/opsx:verify` | Validate implementation matches artifacts | | `/opsx:sync` | Sync delta specs to main specs | | `/opsx:archive` | Archive completed change | | `/opsx:bulk-archive` | Archive multiple changes with conflict detection | | `/opsx:onboard` | Guided 15-minute walkthrough of complete workflow | ##### From Text Merging to Semantic Spec Syncing **Before:** Spec updates required manual merging or wholesale file replacement. **Now:** Delta specs use semantic markers that AI understands: - `## ADDED Requirements` — New requirements to add - `## MODIFIED Requirements` — Partial updates (add scenario without copying existing ones) - `## REMOVED Requirements` — Delete with reason and migration notes - `## RENAMED Requirements` — Rename preserving content Archive parses these at the requirement level, not brittle header matching. ##### From Scattered Files to Agent Skills **Before:** 8+ config files at project root + slash commands scattered across 21 tool-specific locations with different formats. **Now:** Single `.claude/skills/` directory with YAML-fronted markdown files. Auto-detected by Claude Code, Cursor, Windsurf. Cross-editor compatible. ##### New Features - **Onboarding skill** — `/opsx:onboard` walks new users through their first complete change with codebase-aware task suggestions and step-by-step narration (11 phases, \~15 minutes) - **21 AI tools supported** — Claude Code, Cursor, Windsurf, Continue, Gemini CLI, GitHub Copilot, Amazon Q, Cline, RooCode, Kilo Code, Auggie, CodeBuddy, Qoder, Qwen, CoStrict, Crush, Factory, OpenCode, Antigravity, iFlow, and Codex - **Interactive setup** — `openspec init` shows animated welcome screen and searchable multi-select for choosing tools. Pre-selects already-configured tools for easy refresh. - **Customizable schemas** — Define custom artifact workflows in `openspec/schemas/` without touching package code. Teams can share workflows via version control. ##### Bug Fixes - Fixed Claude Code YAML parsing failure when command names contained colons - Fixed task file parsing to handle trailing whitespace on checkbox lines - Fixed JSON instruction output to separate context/rules from template — AI was copying constraint blocks into artifact files ##### Documentation - New getting-started guide, CLI reference, concepts documentation - Removed misleading "edit mid-flight and continue" claims that weren't implemented - Added migration guide for upgrading from pre-OPSX versions </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 05:00 AM and 07:59 AM ( * 5-7 * * * ) in timezone America/Los_Angeles, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/scottames/dots). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: scottames-github-bot[bot] <162828115+scottames-github-bot[bot]@users.noreply.github.com>
1 parent de30174 commit 1047459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mise/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ rust = "1.93.0"
2727
"aqua:int128/ghcp" = "1.15.1"
2828
"npm:@anthropic-ai/claude-code" = "2.1.18"
2929
"npm:@google/gemini-cli" = "0.25.1"
30-
"npm:@fission-ai/openspec" = "0.23.0"
30+
"npm:@fission-ai/openspec" = "1.0.1"
3131
"npm:opkg" = "0.7.7"

mise/mise.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ version = "2.1.18"
3939
backend = "npm:@anthropic-ai/claude-code"
4040

4141
[[tools."npm:@fission-ai/openspec"]]
42-
version = "0.23.0"
42+
version = "1.0.1"
4343
backend = "npm:@fission-ai/openspec"
4444

4545
[[tools."npm:@google/gemini-cli"]]

0 commit comments

Comments
 (0)