Skip to content

Commit 1b7bd9c

Browse files
committed
fix(site): add v0.3.5 changelog entry and use /latest release link
Replace hardcoded version banner with GitHub /latest link so the changelog page doesn't diverge from the actual latest release.
1 parent 791c68b commit 1b7bd9c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

site/changelog.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ outline: deep
44

55
# Changelog
66

7-
Current version: **v0.3.4**[Download](https://github.com/mostlydev/clawdapus/releases/tag/v0.3.4) | [All releases](https://github.com/mostlydev/clawdapus/releases)
7+
[Latest release](https://github.com/mostlydev/clawdapus/releases/latest) | [All releases](https://github.com/mostlydev/clawdapus/releases)
88

99
## Roadmap
1010

@@ -26,7 +26,22 @@ Current version: **v0.3.4** — [Download](https://github.com/mostlydev/clawdapu
2626
| Phase 5 -- Fleet governance: Master Claw, telemetry, context feeds | Design (ADRs 012-015) |
2727
| Phase 6 -- Recipe promotion + worker mode | Planned |
2828

29-
## v0.3.4 <Badge type="tip" text="Latest" /> {#v0-3-4}
29+
## v0.3.5 <Badge type="tip" text="Latest" /> {#v0-3-5}
30+
31+
*2026-03-22*
32+
33+
- **ADR-017: Pod defaults, service self-description & unified CLAWDAPUS.md**`claw.describe` service descriptors, pod-level defaults with spread expansion, feed registry, and unified per-agent CLAWDAPUS.md generation
34+
- **Master Claw API access**`CLAW_API_TOKEN` injected automatically; feed auth via bearer tokens in `feeds.json`
35+
- **`claw compose` passthrough**`claw compose <subcommand>` passes through to `docker compose -f compose.generated.yml`
36+
- **Stale guard** — lifecycle commands refuse to run if `claw-pod.yml` is newer than `compose.generated.yml`
37+
- **Hermes SOUL.md** — default SOUL.md overrides runner identity with contracted agent identity; titlecased names
38+
- **Hermes env passthrough**`CLAW_API_URL` and `CLAW_API_TOKEN` added for master claw
39+
- **Audit feed events** — feed fetch events surfaced with `feed_name` and `feed_url` fields
40+
- **Configurable alert thresholds**`CLAW_ALERT_*` env vars for error rate, cost, feeds, interventions; wired into `/fleet/alerts`
41+
- **Documentation site**[clawdapus.dev](https://clawdapus.dev) with full guide, reference, manifesto, and changelog
42+
- OG social cards, favicons, web manifest, and complete meta tags
43+
44+
## v0.3.4 {#v0-3-4}
3045

3146
*2026-03-22*
3247

0 commit comments

Comments
 (0)