Skip to content

Commit c793837

Browse files
committed
chore(release): 3.0.0
1 parent 2b91d2f commit c793837

9 files changed

Lines changed: 27 additions & 9 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
`solverforge-cli` is the default entry point for new SolverForge applications. Treat the CLI as its own versioned product, distinct from the runtime crates and UI assets that generated projects target.
88

99
Current scaffold policy:
10-
- current CLI package version is `2.2.4`
10+
- current CLI package version is `3.0.0`
1111
- minimum supported Rust version is `1.95`, matching the current SolverForge runtime crates
1212
- generated projects currently target `solverforge 0.19.4`; the default web shell additionally targets `solverforge-ui 0.7.0` and `solverforge-maps 2.1.4`; the MCP shell additionally targets `rmcp 3.3.0`
1313
- `solverforge new <name>` is the only public scaffold path and produces a neutral app shell

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [3.0.0](https://github.com/SolverForge/solverforge-cli/compare/v2.2.4...v3.0.0) (2026-09-15)
6+
7+
8+
### Features
9+
10+
* add solverforge connect for MCP client setup e17a708
11+
* add the --shell mcp scaffold b6e3e7f
12+
* disclose the rmcp scaffold target in version output 779368e
13+
* expose schema-optional DTOs for MCP tool contracts 6ae5ea4
14+
* **skills:** add solverforge-modeling agent skill 48c923e
15+
* **skills:** document the MCP output shell 5723023
16+
17+
18+
### Bug Fixes
19+
20+
* **connect:** resolve Windows MCP executables 732681f
21+
* **mcp:** preserve task and HTTP lifecycle integrity 9f251e5
22+
523
## [2.2.4](///compare/v2.2.3...v2.2.4) (2026-08-14)
624

725
## [2.2.3](///compare/v2.2.2...v2.2.3) (2026-07-14)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solverforge-cli"
3-
version = "2.2.4"
3+
version = "3.0.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
repository = "https://github.com/solverforge/solverforge-cli"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Use this CLI to scaffold, grow, and validate SolverForge applications. The CLI
66
is its own versioned product: `solverforge --version` reports the CLI package
77
version and the scaffold dependency targets separately.
88

9-
Current CLI package version: `2.2.4`.
9+
Current CLI package version: `3.0.0`.
1010

1111
Required Rust version: `1.95` or later.
1212

WIREFRAME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ scaffolding. Shell choice is a delivery surface, not a model family. The
1515
current shell set is exactly `web`, `api`, `cli`, and `mcp`; Tauri is deferred
1616
and has no public scaffold selector in this release line.
1717

18-
Current CLI package version: `2.2.4`.
18+
Current CLI package version: `3.0.0`.
1919

2020
Required Rust version: `1.95` or later.
2121

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"devDependencies": {
1111
"@playwright/test": "^1.59.1"
1212
},
13-
"version": "2.2.4"
13+
"version": "3.0.0"
1414
}

skills/solverforge-modeling/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ required source/collector rules for the grouped patterns.
2525
`solverforge --version`, `solverforge new --help`,
2626
`solverforge generate variable --help`.
2727

28-
This skill describes CLI `2.2.4` (scaffold runtime target `solverforge 0.19.4`,
28+
This skill describes CLI `3.0.0` (scaffold runtime target `solverforge 0.19.4`,
2929
UI `solverforge-ui 0.7.0`, maps `solverforge-maps 2.1.4`, MCP `rmcp 3.3.0`).
3030
Re-derive specifics from the CLI if the version differs.
3131

0 commit comments

Comments
 (0)