docs: update CHANGELOG and version for v0.5.0

This commit is contained in:
2026-04-04 08:40:45 +02:00
parent c5174e88eb
commit c3f5df8161
6 changed files with 16 additions and 6 deletions

View File

@@ -89,12 +89,12 @@ Only show if the user explicitly asks or if `progress.dag_on_complete: true` in
When ArcheFlow activates at session start (via the `using-archeflow` skill), show ONE line:
```
archeflow v0.3.0 · 24 skills · writing domain detected
archeflow v0.5.0 · 24 skills · writing domain detected
```
Or for code projects:
```
archeflow v0.3.0 · 24 skills · code domain
archeflow v0.5.0 · 24 skills · code domain
```
If ArcheFlow decides NOT to activate (simple task, single file):

View File

@@ -11,7 +11,7 @@ Multi-agent orchestration using archetypal roles and PDCA quality cycles.
On activation, print ONE line:
```
archeflow v0.3.0 · 25 skills · <domain> domain
archeflow v0.5.0 · 25 skills · <domain> domain
```
Where `<domain>` is auto-detected: `writing` if `colette.yaml` exists, `research` if paper/thesis files exist, `code` otherwise. Then proceed silently — no further announcement unless `archeflow:run` is invoked.