You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The agent briefing was stale — listed only M0.5–M6 work, missed
the new `dpub-meta` crate, ACE integration, the new CLI verbs
(`a11y`, `batch`), and the new convert flags (`--cover`,
`--auto-cover`, `--rights`, `--a11y`, `--json`,
`--no-text-cleanup`).
Updated:
- Layout block lists `dpub-meta` and notes per-crate state changes
(cover-image in epub3-writer, ACE in dpub-validate, stateful
Transcriber in dpub-whisper, etc.).
- Quickstart shows the full verb set and flag matrix a producer
would actually run.
- External tools table gains an `ace` row.
- Opt-in env vars table gains `DPUB_TEST_OPENLIBRARY=1`.
- Roadmap-status paragraph names the Tier 1 polish that landed
and points at `.claude/plans/can-you-look-at-quirky-allen.md`
for the post-1.0 strategic bet (daemon + batch v2).
No code changes.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
DPUB_TEST_OPUS=1 # full-book Opus encode test (slow — ~minute on M-series with parallel ffmpeg)
59
+
DPUB_TEST_WHISPER_MODEL=/path/to/ggml-tiny.bin # whisper smoke test (dpub-whisper)
60
+
DPUB_TEST_AUDIO=/path/to/some.mp3 # ↑ paired with this
61
+
DPUB_TEST_OPENLIBRARY=1 # live cover lookup against Open Library (dpub-meta)
55
62
```
56
63
57
64
## Test fixtures
@@ -62,7 +69,7 @@ DPUB_TEST_AUDIO=/path/to/some.mp3 # ↑ paired with this
62
69
63
70
## Roadmap status
64
71
65
-
See `README.md` for the canonical table. As of this writing: **M0.5–M6 done** (everything in `main`); **M7 (WASM)** and **M8 (1.0 release)** remain.
72
+
See `README.md` for the canonical table. As of this writing: **M0.5–M6 done plus the Tier 1 1.0-readiness items** (Whisper model caching, cover lookup `--cover` + `--auto-cover`, ACE integration `dpub a11y` / `--a11y`, parallel `dpub batch`, stable `--json` output, `--rights` flag, ffmpeg metadata preservation). All on `main`. **M7 (WASM)** and **M8 (1.0 release)** remain. The post-1.0 strategic bet per `.claude/plans/can-you-look-at-quirky-allen.md` is **daemon mode + batch v2**.
0 commit comments