@automagik/genie 4.260422.4 → 4.260423.10

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
@@ -25,7 +25,14 @@
25
25
  -->
26
26
 
27
27
  <!-- METRICS:START -->
28
- **🚀 114 commits** this week · **6 releases** · **+22.6K LoC** · **6 contributors**
28
+ **🚀 117 commits** this week · **6 releases** · **+22.7K LoC** · **6 contributors**
29
+
30
+ | Metric | Value (7d) |
31
+ |--------|-----------|
32
+ | PRs merged | 142 (20/day) |
33
+ | Avg merge time | 0.7h |
34
+ | SHIP rate | 99% |
35
+ | Releases (24h) | 0 |
29
36
 
30
37
  ![Commits per day (30d, all branches)](.genie/assets/commits-30d.svg)
31
38
 
@@ -80,7 +87,7 @@ curl -fsSL https://raw.githubusercontent.com/automagik-dev/genie/main/install.sh
80
87
 
81
88
  **Postgres-backed.** All state lives in PostgreSQL — agents, tasks, events, messages. Queryable. Durable. Real-time via LISTEN/NOTIFY.
82
89
 
83
- **Full observability.** Events, metrics, session replay, cost tracking. See everything your agents do.
90
+ **Full observability.** Events, metrics, session replay, cost tracking. See everything your genie-spawned agents do — OTel-derived tool, cost, and API-request rows only cover sessions launched via `genie spawn` / `genie team create`; user-initiated Claude Code sessions are captured only when they export the OTLP env themselves.
84
91
 
85
92
  **Portable context.** Identity, skills, memory — all markdown files in your repo, git-versioned. You own everything.
86
93