gurtcli 0.9.2 → 0.14.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/README.md CHANGED
@@ -58,4 +58,4 @@ That's the whole loop. No plugins. No MCP. No subagents.
58
58
  ---
59
59
 
60
60
  Built with [Bubble Tea](https://github.com/charmbracelet/bubbletea).
61
- [GitHub](https://github.com/gru/gurtcli) · [Issues](https://github.com/gru/gurtcli/issues)
61
+ [GitHub](https://github.com/sillygru/gurtcli) · [Issues](https://github.com/sillygru/gurtcli/issues)
package/bin/gurtcli CHANGED
File without changes
package/package.json CHANGED
@@ -1,13 +1,10 @@
1
1
  {
2
2
  "name": "gurtcli",
3
- "version": "0.9.2",
3
+ "version": "0.14.2",
4
4
  "description": "A coding agent in your terminal. Type what you want. It does the rest.",
5
5
  "bin": {
6
6
  "gurtcli": "cli.js"
7
7
  },
8
- "scripts": {
9
- "postinstall": "node install.js"
10
- },
11
8
  "license": "MIT",
12
9
  "repository": {
13
10
  "type": "git",
@@ -19,5 +16,8 @@
19
16
  },
20
17
  "engines": {
21
18
  "node": ">=18"
19
+ },
20
+ "scripts": {
21
+ "postinstall": "node install.js"
22
22
  }
23
- }
23
+ }