loopgen 0.6.1 → 0.6.2
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.js +1 -1
- package/package.json +7 -3
package/dist/cli.js
CHANGED
|
@@ -36,7 +36,7 @@ const { version } = require("../package.json");
|
|
|
36
36
|
const program = new Command();
|
|
37
37
|
program
|
|
38
38
|
.name("loopgen")
|
|
39
|
-
.description("
|
|
39
|
+
.description("Run your AI's coding loop and prove its work actually passed — real verification, a tamper-evident audit, and a CI gate.")
|
|
40
40
|
.version(version);
|
|
41
41
|
program
|
|
42
42
|
.command("init")
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loopgen",
|
|
3
|
-
"version": "0.6.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.6.2",
|
|
4
|
+
"description": "Run your AI's coding loop and prove its work actually passed — real verification, a tamper-evident audit, and a CI gate. Local-first.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18"
|
|
@@ -26,8 +26,12 @@
|
|
|
26
26
|
"prepublishOnly": "npm run build"
|
|
27
27
|
},
|
|
28
28
|
"keywords": [
|
|
29
|
-
"loop-engineering",
|
|
30
29
|
"ai-agents",
|
|
30
|
+
"verification",
|
|
31
|
+
"audit",
|
|
32
|
+
"ci",
|
|
33
|
+
"governance",
|
|
34
|
+
"loop-engineering",
|
|
31
35
|
"agents-md",
|
|
32
36
|
"codex",
|
|
33
37
|
"claude-code",
|