rightmodeler 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Rightmodeler CLI
2
2
 
3
- Published on npm as `rightmodeler`; inside this repository the workspace package is named
4
- `@rightmodeler/cli` so it cannot collide with the repository root package.
3
+ Find and prove safe model substitutions from the agent traces you already have. It
4
+ replays each step through cheaper candidates, measures every output against the one
5
+ you accepted, reports the evidence and any abstentions, and ships approved swaps as a
6
+ pull request you can roll back byte for byte.
7
+
8
+ Documentation and guides: [rightmodeler.com](https://www.rightmodeler.com)
5
9
 
6
10
  Start with [the packaged getting-started guide](docs/getting-started.md).
11
+
12
+ Published on npm as `rightmodeler`; inside this repository the workspace package is named
13
+ `@rightmodeler/cli` so it cannot collide with the repository root package.
@@ -45613,7 +45613,7 @@ function rollbackSwaps(options) {
45613
45613
  }
45614
45614
 
45615
45615
  // src/version.ts
45616
- var version2 = "0.2.0";
45616
+ var version2 = "0.2.1";
45617
45617
 
45618
45618
  // src/cli.ts
45619
45619
  var processRuntime = {
package/package.json CHANGED
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "name": "rightmodeler",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
+ "description": "Find and prove safe model substitutions from the agent traces you already have.",
5
+ "homepage": "https://www.rightmodeler.com",
4
6
  "type": "module",
5
7
  "bin": {
6
8
  "rightmodeler": "./dist-bundle/cli.js"