agentgui 1.0.464 → 1.0.465

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/.prd +6 -19
  2. package/package.json +1 -1
package/.prd CHANGED
@@ -10,25 +10,7 @@
10
10
  "Race condition: binary checked before npm finishes fully writing files",
11
11
  "No fallback detection method if which/where command fails"
12
12
  ],
13
- "items": [
14
- {
15
- "id": "9",
16
- "subject": "Verify git commit and all work is pushed",
17
- "status": "pending",
18
- "description": "Ensure all changes are committed and pushed to remote repository.",
19
- "blocking": [],
20
- "blockedBy": [
21
- "8"
22
- ],
23
- "effort": "small",
24
- "category": "infra",
25
- "acceptance": [
26
- "git status shows no uncommitted changes",
27
- "All commits are pushed to remote",
28
- "CI/build passes if configured"
29
- ]
30
- }
31
- ],
13
+ "items": [],
32
14
  "completed": [
33
15
  {
34
16
  "id": "1",
@@ -69,6 +51,11 @@
69
51
  "id": "8",
70
52
  "subject": "Test upgrade path for each tool",
71
53
  "status": "completed"
54
+ },
55
+ {
56
+ "id": "9",
57
+ "subject": "Verify git commit and all work is pushed",
58
+ "status": "completed"
72
59
  }
73
60
  ]
74
61
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentgui",
3
- "version": "1.0.464",
3
+ "version": "1.0.465",
4
4
  "description": "Multi-agent ACP client with real-time communication",
5
5
  "type": "module",
6
6
  "main": "server.js",