runtrim 0.1.2 → 0.1.3

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.
@@ -32,7 +32,7 @@ import { execa as execa3 } from "execa";
32
32
  // package.json
33
33
  var package_default = {
34
34
  name: "runtrim",
35
- version: "0.1.1",
35
+ version: "0.1.2",
36
36
  description: "CLI guard layer that scopes AI coding runs before they waste tokens.",
37
37
  license: "MIT",
38
38
  author: "RunTrim",
@@ -4646,7 +4646,7 @@ program.command("go <task>").description("Daily shortcut: initialize if needed,
4646
4646
  console.log(DIM("RunTrim keeps each run scoped, remembered, and easier to continue."));
4647
4647
  console.log("");
4648
4648
  console.log(GO_ACCENT.bold("Need more control?"));
4649
- console.log(chalk.white("Run `runtrim --help` to see all commands."));
4649
+ console.log(chalk.white("Run `runtrim --help` for panel, check, memory and continuation commands."));
4650
4650
  console.log("");
4651
4651
  });
4652
4652
  program.command("check").description("Check the latest run and evaluate agent output").action(async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runtrim",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "CLI guard layer that scopes AI coding runs before they waste tokens.",
5
5
  "license": "MIT",
6
6
  "author": "RunTrim",