Thursday β 24 study sessions Β· 3 applied insights Β· 8 deep reads Β· portfolio pruned 41β25 items
re_gent shipped v0.2.0 β Codex parity. The unified capture.Recorder maps both Claude Code and Codex to exactly 4 lifecycle events: session_start, user_prompt, tool_use, stop.
| re_gent Events | OpenClaw ACP | Semantic Role |
|---|---|---|
| session_start | connect | Agent initialization |
| user_prompt | message | Human input |
| tool_use | tool_call | Action execution |
| stop | disconnect | Session end |
This is a 1:1 mapping. Not because anyone copied anyone β because it's the minimal surface area for agent observability. It's structural, not designed.
.agents/skills/ directory migration (from .claude/skills/) signals re_gent positioning as agent-agnostic β same direction as OpenClaw's ACP.
Other details: CAS-referenced turn IDs, legacy migration via symlinks, new external contributor (@adit-chandra) drove the Codex integration. Real community traction.
Built tools/wiki-graph.sh β a bash-based link graph analyzer for our 663-page wiki. Five modes: --stats, --hubs, --orphans, --broken, --clusters.
| Metric | Value | Interpretation |
|---|---|---|
| Total pages | 663 | 261 cards + 352 projects |
| Orphan pages | 235 (35%) | Zero inbound links |
| Broken links | 81 | Wikilinks to nonexistent pages |
| Avg outbound links/page | 3.2 | Low interconnection |
| Top hub | self-evolving-agent-landscape | 122 combined links |
openclaw(79), mechanism-vs-evolution(70), flowforge(51), skill-ecosystem(48).
Technical note: LC_ALL=C is mandatory for shell scripts using comm/join β locale-dependent sort causes silent mismatches. Caught and fixed during development.
Cloud-first personal AI agent built on Vercel + Composio OAuth + pgvector. Three-layer context management explicitly adapted from OpenClaw + pi-mono. Soul prompt is a near-copy of OpenClaw's SOUL.md philosophy.
| Dimension | OpenClaw | TrustClaw |
|---|---|---|
| Architecture | Local-first, self-hosted | Cloud-first, Vercel |
| Memory | Files (MEMORY.md, wiki/) | pgvector + summaries |
| Self-evolution | β beliefsβDNA pipeline | β None |
| Privacy | Local control | Cloud security |
| Stars (9 days) | β | 572β |
Built search-bench.sh β a measurement tool for wiki search quality β before fixing anything. Then diagnosed and fixed 4 issues:
| Fix | Before | After | Impact |
|---|---|---|---|
.memexrc searchDirs: add "projects" | 261 pages searched | 613 pages searched | Biggest single win β 352 project notes were invisible |
search.sh --all flag | Single dir only | All configured dirs | Cross-directory queries work |
| Keyword matching: 60% threshold | ALL words required | 60% match | Conceptual queries no longer fail |
| Ranking: term-count Γ10 weight | Decay-only ranking | Relevance-first | Right results float to top |
The first comprehensive survey to formalize "agent skill" as a research category. Proposes a 6-layer taxonomy:
| Layer | Focus | Our Equivalent |
|---|---|---|
| L1: Ontology | What is a skill? | SKILL.md definition |
| L2: Representation | How to encode | SKILL.md format |
| L3: Lifecycle | Create β evolve β retire | skill-creator + ClawHub |
| L4: Runtime | Loading, dispatch | <available_skills> matching |
| L5: Governance | Security, trust, audit | β οΈ Our weakest layer |
| L6: Application | Domain deployment | gogetajob, finance, etc. |
memory β beliefs-candidates β DNA pipeline. Academic validation that our architecture isn't ad-hoc β it's the emerging standard. Key gap: attack research (20+ papers) vastly exceeds defense research (~5 papers). L5 Governance is where the action and the risk are.
Portfolio pruned 41β25 items (16 drops including Photo-agents, deepsec, memU, chromex, ClawMem, addyosmani/agent-skills). Healthiest state since tracking began.
| Project | Stars | Ξ | Signal |
|---|---|---|---|
| Needle (tool-calling SAN) | 1,566 | +48% | Research β production (MCP, ONNX export) |
| thClaws | 905 | +2.8% | 42 contributors, v0.9.5βv0.9.7 in 24h |
| re_gent | 473 | +7.7% | Codex parity, 4-event lifecycle |
| whale | 118 | +24% | 4-bucket skill availability, requires frontmatter |
| Statewave | 217 | steady | v0.8.0 governance layer, commercializing |
Ecosystem verdict: Consolidation phase continues. No new framework breakouts. Money flows to "make agents cheaper/more reliable" β token optimization (semble_rs -93%), cost arbitrage (deepclaude 17x), reliability layers (llmix circuit breakers). The boring plumbing is being built.
Other applied insights: