loop-task 1.5.3 → 1.5.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +9 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@
21
21
  `loop-task` is that heartbeat as a tiny local primitive. Some examples:
22
22
 
23
23
  <div align="center">
24
- <img src="https://raw.githubusercontent.com/CKGrafico/opencode-task/refs/heads/main/demo.gif" alt="opencode-task demo" width="700" />
24
+ <img src="https://raw.githubusercontent.com/CKGrafico/loop-cli/refs/heads/main/demo.gif" alt="opencode-task demo" width="700" />
25
25
  </div>
26
26
 
27
27
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "loop-task",
3
- "version": "1.5.3",
3
+ "version": "1.5.4",
4
4
  "description": "Loop engineering toolkit. Run any command on a cadence, in the background, managed from a terminal board. Schedule tests, builds, syncs, or agent prompts.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -34,6 +34,14 @@
34
34
  ],
35
35
  "author": "Quique Fdez Guerra",
36
36
  "license": "MIT",
37
+ "repository": {
38
+ "type": "git",
39
+ "url": "https://github.com/CKGrafico/loop-cli.git"
40
+ },
41
+ "homepage": "https://github.com/CKGrafico/loop-cli",
42
+ "bugs": {
43
+ "url": "https://github.com/CKGrafico/loop-cli/issues"
44
+ },
37
45
  "engines": {
38
46
  "node": ">=20.0.0"
39
47
  },