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.
- package/dist-cli/runtrim.js +2 -2
- package/package.json +1 -1
package/dist-cli/runtrim.js
CHANGED
|
@@ -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.
|
|
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`
|
|
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 () => {
|