@automagik/genie 4.260325.7 → 4.260325.9
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/.claude-plugin/marketplace.json +1 -1
- package/.genie/agents/metrics-updater/runs.jsonl +1 -0
- package/.genie/agents/metrics-updater/state.json +6 -10
- package/README.md +4 -4
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/plugins/genie/.claude-plugin/plugin.json +1 -1
- package/plugins/genie/package.json +1 -1
- package/src/term-commands/team.test.ts +2 -2
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "genie",
|
|
13
|
-
"version": "4.260325.
|
|
13
|
+
"version": "4.260325.9",
|
|
14
14
|
"source": "./plugins/genie",
|
|
15
15
|
"description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, wish them into plans, make with parallel agents, ship as one team. A coding genie that grows with your project."
|
|
16
16
|
}
|
|
@@ -8,3 +8,4 @@
|
|
|
8
8
|
{"timestamp": "2026-03-24T22:57:37Z", "duration_ms": 4374, "api_calls": 2, "tools_generated": 0, "tools_available": 10, "errors": [], "status": "no_changes", "fallback": false, "slowest_step": "fetch_releases", "steps": [{"name": "load_state", "duration_ms": 34}, {"name": "fetch_releases", "duration_ms": 2985}, {"name": "fetch_prs", "duration_ms": 1063}, {"name": "count_agents", "duration_ms": 53}, {"name": "parse_metrics", "duration_ms": 131}, {"name": "update_readme", "duration_ms": 47}, {"name": "update_state", "duration_ms": 34}, {"name": "commit", "duration_ms": 3}], "metrics": {"releases_per_day": 0, "avg_bugfix_time_hours": 1.9, "ship_rate_pct": 100.0, "parallel_agents": 3, "updated": "2026-03-24"}}
|
|
9
9
|
{"timestamp": "2026-03-24T22:57:43Z", "duration_ms": 4201, "api_calls": 2, "tools_generated": 0, "tools_available": 10, "errors": [], "status": "no_changes", "fallback": false, "slowest_step": "fetch_releases", "steps": [{"name": "load_state", "duration_ms": 32}, {"name": "fetch_releases", "duration_ms": 2704}, {"name": "fetch_prs", "duration_ms": 1172}, {"name": "count_agents", "duration_ms": 65}, {"name": "parse_metrics", "duration_ms": 122}, {"name": "update_readme", "duration_ms": 43}, {"name": "update_state", "duration_ms": 35}, {"name": "commit", "duration_ms": 3}], "metrics": {"releases_per_day": 0, "avg_bugfix_time_hours": 1.9, "ship_rate_pct": 100.0, "parallel_agents": 3, "updated": "2026-03-24"}}
|
|
10
10
|
{"timestamp": "2026-03-25T00:03:05Z", "duration_ms": 5882, "api_calls": 2, "tools_generated": 0, "tools_available": 10, "errors": [], "status": "success", "fallback": false, "slowest_step": "fetch_releases", "steps": [{"name": "load_state", "duration_ms": 33}, {"name": "fetch_releases", "duration_ms": 3458}, {"name": "fetch_prs", "duration_ms": 1046}, {"name": "count_agents", "duration_ms": 53}, {"name": "parse_metrics", "duration_ms": 1191}, {"name": "update_readme", "duration_ms": 45}, {"name": "update_state", "duration_ms": 30}, {"name": "commit", "duration_ms": 4}], "metrics": {"releases_per_day": 0, "avg_bugfix_time_hours": 1.7, "ship_rate_pct": 100.0, "loc_changed_24h": 7418, "commits_24h": 66, "prs_24h": 28, "parallel_agents": 3, "updated": "2026-03-25T00:03:04Z"}}
|
|
11
|
+
{"timestamp":"2026-03-25T00:00:00Z","duration_ms":31579683120,"api_calls":3,"tools_generated":1,"errors":0,"metrics":{"releases_24h":0,"avg_merge_time_hours":0.7,"ship_rate_pct":96,"merged_prs_7d":48}}
|
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
+
"last_run": "2026-03-25T00:00:00Z",
|
|
2
3
|
"last_metrics": {
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"ship_rate_pct":
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
},
|
|
9
|
-
"last_refined_at": null,
|
|
10
|
-
"last_run_at": "2026-03-24T22:57:43Z",
|
|
11
|
-
"run_count": 8,
|
|
12
|
-
"agent_version": 1
|
|
4
|
+
"releases_24h": 0,
|
|
5
|
+
"avg_merge_time_hours": 0.7,
|
|
6
|
+
"ship_rate_pct": 96,
|
|
7
|
+
"merged_prs_7d": 48
|
|
8
|
+
}
|
|
13
9
|
}
|
package/README.md
CHANGED
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
|
|
18
18
|
| Metric | Value | Updated |
|
|
19
19
|
|--------|-------|---------|
|
|
20
|
-
| Releases/day | **0** | 2026-03-
|
|
21
|
-
| Avg
|
|
22
|
-
| SHIP rate | **
|
|
23
|
-
|
|
|
20
|
+
| Releases/day | **0** | 2026-03-25 |
|
|
21
|
+
| Avg merge time | **0.7h** | 2026-03-25 |
|
|
22
|
+
| SHIP rate | **96%** | 2026-03-25 |
|
|
23
|
+
| Merged PRs (7d) | **48** | 2026-03-25 |
|
|
24
24
|
|
|
25
25
|
<!-- METRICS:END -->
|
|
26
26
|
|
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "genie",
|
|
3
|
-
"version": "4.260325.
|
|
3
|
+
"version": "4.260325.9",
|
|
4
4
|
"description": "Human-AI partnership for Claude Code. Share a terminal, orchestrate workers, evolve together. Brainstorm ideas, turn them into wishes, execute with /work, validate with /review, and ship as one team.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Namastex Labs"
|
|
@@ -193,7 +193,7 @@ describe('genie team CLI', () => {
|
|
|
193
193
|
// Verify wish was copied to repo
|
|
194
194
|
const repoWishPath = join(TEST_REPO, '.genie', 'wishes', wishSlug, 'WISH.md');
|
|
195
195
|
expect(existsSync(repoWishPath)).toBe(true);
|
|
196
|
-
});
|
|
196
|
+
}, 15_000);
|
|
197
197
|
|
|
198
198
|
test('team create --wish uses existing wish in repo without copying', async () => {
|
|
199
199
|
// Create a wish directly in the repo
|
|
@@ -214,5 +214,5 @@ describe('genie team CLI', () => {
|
|
|
214
214
|
|
|
215
215
|
// Wish should still be there
|
|
216
216
|
expect(existsSync(join(wishDir, 'WISH.md'))).toBe(true);
|
|
217
|
-
});
|
|
217
|
+
}, 15_000);
|
|
218
218
|
});
|