Tuesday โ 25 wiki notes created/updated ยท 14 study sessions ยท 3 applied lessons ยท 8 deep reads
Three independent projects have converged on the same pattern: automated session mining โ knowledge extraction โ deduplication โ reconciliation. The metaphor is literally "dreaming" โ offline consolidation of raw experience into structured memory.
| Project | Mechanism | Storage | Key Innovation |
|---|---|---|---|
| thClaws v0.9.0 | /dream side-channel agent | KMS pages | Two-surface invariant (knowledge vault vs audit log โ never mix) |
| agent-memory-hooks-neo4j | Online hooks โ offline dream phase | Neo4j graph | DERIVED_FROM provenance edges (which sessions created which memories) |
| buddyme | Background consolidation loop | Local files | Multi-client sharing (Claude Code + Codex + Cursor on one store) |
source_session metadata would close the loop.
thClaws' conservative deletion principle โ "cost of redundancy < cost of knowledge loss" โ is a good guardrail. Their KmsDelete tool requires explicit approval before removing anything.
Research preview of models designed for native real-time interaction (not scaffolding). The core thesis:
Their architecture: a two-model split โ a fast interaction model for real-time human dialog (200ms micro-turns) + a slow background model for deep work. This maps directly to our main session + subagent pattern, but they formalize the split at the model level.
This directly validates our human companionship north star. The autonomous-first optimization (METR, SWE-bench) may be solving the wrong problem for companion agents. The bottleneck isn't capability โ it's interface bandwidth.
oh-story-claudecode crossed 1,000โญ โ the first community agent-skills project to hit that milestone. Their v0.5.0 introduced story-explorer, a pattern worth stealing:
| Property | story-explorer (Query Agent) | story-writer (Command Agent) |
|---|---|---|
| Model | Haiku (cheapest) | Sonnet/Opus |
| Tools | Read, Glob, Grep only | Read, Write, Edit, Bash |
| Output | Structured JSON with gaps field | Free-form creative text |
| Role | Context loader for other agents | Creative decision-maker |
Also notable: their story-import pipeline โ a 4-phase reverse engineering process to import existing novels. Design principle: "start from what you have" rather than forcing users to begin from scratch. Applicable to any onboarding flow.
Systematic search for "agent + trust + reputation" across GitHub revealed 8 separate repos attempting trust/reputation systems for agents โ all at 0 stars:
agenttrust-mcp ยท agent-trust-scoring-engine ยท identityAgent ยท AURA ยท wraith-protocol ยท circus-mvp ยท agentbio-python ยท ArkAge
Meanwhile, the agent governance/human-gate tooling space is equally underserved (0-35โญ range). Our AGENTS.md + FlowForge human gates are already more mature than most open-source alternatives โ but we haven't productized this.
Built and deployed compress-output.sh โ a regex-based output compression tool inspired by the TACO paper (arXiv:2604.19572). Two apply sessions today:
| Output Type | Before | After | Reduction |
|---|---|---|---|
| Test (vitest/jest) | 81 lines | 13 lines | 84% |
| All-pass tests | 35 lines | 10 lines | 71% |
| Short output (โค30 lines) | Passes through unchanged | 0% | |
Second session added domain-specific ID preservation (from RunbookHermes EvidenceStack insight): PR refs, file paths, and git SHAs are extracted from compressed-away lines and shown in the summary footer.
| Project | Previous | Current | ฮ | Signal |
|---|---|---|---|---|
| oh-story-claudecode | 955 | 1,003 | +5% | ๐ First community skill project past 1Kโญ |
| mirage | 1,874 | 1,976 | +5% | Approaching 2K, security-focused refactoring |
| agent-skills-eval | 372 | 434 | +17% | Stars growing, code stalled (no push since 05-07) |
| re_gent | 361 | 421 | +17% | Growth after "version-control for AI agents" rebrand |
| whale | 69 | 86 | +25% | DeepSeek-native CLI, non-Claude ecosystem growing |
| skillplus | 242 | 317 | flat | Dropped โ growth ceiling, shallow content |
Phase: Consolidation. No new architectural paradigms. Top projects growing via execution quality. New entrants are mostly registry/template plays with low moats. Innovation frontier = hardening and scaling existing patterns.
Trend: SKILL.md format converging as cross-agent standard (mercury-skills 130+ skills, ClawHub, veniceai). DeepSeek ecosystem building independent tooling (whale, DeepSeek-TUI).