## Summary
- Move Dagger module from `.dagger/` to repo root (`src/blumeops/`), rename `blumeops-ci` → `blumeops`
- Replace opaque `docker_build()` with native Dagger pipelines that surface full build errors per step
- Migrate navidrome as the first container (`containers/navidrome/container.py`)
- Upgrade navidrome from v0.60.3 to v0.61.1 (major artwork overhaul, SQLite FTS5 search, server-managed transcoding)
- Add `dagger call container-version` for CI version extraction without Dockerfile parsing
- All mise tasks (`container-list`, `container-version-check`, `container-build-and-release`) updated for hybrid mode
- Legacy `docker_build()` fallback preserved for all other containers
## Motivation
When navidrome v0.61.0 added a new Go build tag (`sqlite_fts5`), `docker_build()` showed only "exit code: 1". We had to run `docker build --progress=plain` manually to find `undefined: buildtags.SQLITE_FTS5`. Native Dagger pipelines show the full error inline.
## Container build dispatch needed
After merge, dispatch container build for navidrome:
```
mise run container-build-and-release navidrome --ref
|
||
|---|---|---|
| .. | ||
| 1password-connect | ||
| alloy-k8s | ||
| alloy-ringtail | ||
| alloy-tracing-ringtail | ||
| argocd | ||
| authentik | ||
| cloudnative-pg | ||
| cv | ||
| databases | ||
| devpi | ||
| docs | ||
| external-secrets | ||
| forgejo-runner | ||
| frigate | ||
| grafana | ||
| grafana-config | ||
| homepage | ||
| immich | ||
| kingfisher | ||
| kiwix | ||
| kube-state-metrics | ||
| kube-state-metrics-ringtail | ||
| loki | ||
| mealie | ||
| miniflux | ||
| navidrome | ||
| ntfy | ||
| nvidia-device-plugin | ||
| ollama | ||
| paperless | ||
| prometheus | ||
| prowler | ||
| tailscale-operator | ||
| tailscale-operator-base | ||
| tailscale-operator-ringtail | ||
| tempo | ||
| teslamate | ||
| torrent | ||
| unpoller | ||