rightmodeler 0.2.0 → 0.3.0

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.