Changelog
Roadmap
| Phase | Status |
|---|---|
| Phase 1 -- Clawfile parser + build | Done |
| Phase 2 -- Driver framework + pod runtime + OpenClaw + volume surfaces | Done |
| Phase 3 -- Surface manifests, service skills, CLAWDAPUS.md | Done |
| Phase 3.5 -- HANDLE directive + social topology (Discord, Telegram, Slack) | Done |
| Phase 3.6 -- INVOKE scheduling + Discord config wiring | Done |
| Phase 3.7 -- Social topology: mentionPatterns, allowBots, peer handle users | Done |
| Phase 3.8 -- Channel surface bindings | Done |
| Phase 4 -- Shared governance proxy integration + credential starvation | Done |
| Phase 4.5 -- Interactive claw init & claw agent add (canonical layout) | Done |
| Phase 4.7 -- Nanobot + PicoClaw + NullClaw + MicroClaw drivers | Done |
| Phase 4.8 -- Hermes driver + shared helper extraction | Done |
| Phase 4.9 -- Peer handles, mention safety, healthcheck passthrough | Done |
| Phase 4.6 -- Unified worker architecture (config, provision, diagnostic) | Design |
| Phase 5 -- Fleet governance: Master Claw, telemetry, context feeds | Design (ADRs 012-015) |
| Phase 6 -- Recipe promotion + worker mode | Planned |
v0.3.5 Latest
2026-03-22
- ADR-017: Pod defaults, service self-description & unified CLAWDAPUS.md —
claw.describeservice descriptors, pod-level defaults with spread expansion, feed registry, and unified per-agent CLAWDAPUS.md generation - Master Claw API access —
CLAW_API_TOKENinjected automatically; feed auth via bearer tokens infeeds.json claw composepassthrough —claw compose <subcommand>passes through todocker compose -f compose.generated.yml- Stale guard — lifecycle commands refuse to run if
claw-pod.ymlis newer thancompose.generated.yml - Hermes SOUL.md — default SOUL.md overrides runner identity with contracted agent identity; titlecased names
- Hermes env passthrough —
CLAW_API_URLandCLAW_API_TOKENadded for master claw - Audit feed events — feed fetch events surfaced with
feed_nameandfeed_urlfields - Configurable alert thresholds —
CLAW_ALERT_*env vars for error rate, cost, feeds, interventions; wired into/fleet/alerts - Documentation site — clawdapus.dev with full guide, reference, manifesto, and changelog
- OG social cards, favicons, web manifest, and complete meta tags
v0.3.4
2026-03-22
- cllama feed injection (ADR-013 Milestone 2) — the proxy now supports runtime feed injection into LLM requests with TTL caching
- Updated AGENTS.md with cross-driver operational gotchas
- Multi-arch cllama image (amd64 + arm64)
v0.3.3
2026-03-21
- Auto-resolve base images for all drivers — every driver now implements
BaseImageProvider, eliminating manualdocker pull - Hermes first-class scaffold support in
claw initandclaw agent add - README fully updated for v0.3.2+
v0.3.2
2026-03-21
- Discord bot setup guide added to quickstart
- cllama image now multi-arch (amd64 + arm64)
v0.3.1
2026-03-20
Bug fixes across all 7 drivers:
- Runtime directories use
0o777for uid portability mention_onlyfor Discord in all drivers (prevents feedback loops)- Explicit
HOMEenv var in all drivers - Peer handles in CLAWDAPUS.md
- Healthcheck passthrough from
claw-pod.yml - ADRs 012--016 for fleet governance
v0.3.0
2026-03-19
- Hermes driver added to trading-desk and rollcall examples
- Compose emitter preserves non-managed services/volumes/networks
- Published
ghcr.io/mostlydev/cllama:latestas public image CLAUDE.mdis now a symlink toAGENTS.md- ADR-012 (Master Claw), ADR-013 (Context Feeds)
v0.2.2
2026-03-08
- Docs: reorder driver matrix, clarify OpenClaw routing
v0.2.1
2026-03-08
- Fix runtime regeneration and Discord guild policy handling
- Fix
CLAW_PERSONA_DIRonly set when persona is configured - Review fixes (
dst.Closeerror,go mod tidy, no-persona test)
v0.2.0
2026-03-08
Major release bringing four new drivers, scheduling, channel surfaces, and the cllama proxy:
- Interactive scaffold:
claw init+claw agent addwith canonical layout - Persona materialization (local refs + OCI artifacts)
- x-claw include composition (
enforce,guide,reference) - Nanobot and PicoClaw drivers
- NullClaw driver with
CONFIGUREsupport - MicroClaw driver
- Roll-call spike test covering 6 drivers
- cllama sidecar wiring (Phase 4 complete)
- INVOKE scheduling + Discord config wiring
- Channel surface bindings (map-form)
- Social topology:
mentionPatterns,allowBots, peer handles - Service surface skills,
SKILLdirective, CLAWDAPUS.md generation - cllama dashboard (single-page with SSE live updates)
- Install script
- GoReleaser + release workflow
v0.1.0
2026-02-27
Foundation release establishing the core compilation model:
- Clawfile parser + build (Phase 1)
- OpenClaw driver + pod runtime (Phase 2)
- Volume surfaces, service surfaces, CLAWDAPUS.md context injection
SKILLdirectiveHANDLEdirective (Discord, Telegram, Slack)- NanoClaw driver (Claude Agent SDK)
- Health probes, compose subcommands
- Manifesto, architecture plan, ADRs 001--009
v0.0.1
2026-02-11
Initial pre-release tag. "Not quite ready, but tagging nonetheless."
