task-pigeon
Version:
Small local task queue CLI backed by SQLite.
41 lines (29 loc) • 2.28 kB
Markdown
# Changelog
## Unreleased
- Add a visible monitor control bar with context-aware detail/composer shortcuts and clearer help text.
- Clarify monitor back navigation with explicit exit controls in detail mode and a clearer footer.
- Add JSON snapshot export/import commands for backing up or moving a local queue between machines.
- Add message reply flow that targets the original author in CLI and monitor.
- Fold the snapshot flow into the README roadmap and fresh-machine guidance.
## 0.2.46
- Ship a full Ink-based interactive monitor dashboard in TTY with task/message action support and section visibility toggles.
- Keep monitor usable in scripts via `--once` and keep responsive status/task/message output for local mode.
- Continue hardening local/remote behavior and support messaging/monitor workflows for multi-agent coordination.
- Add production-readiness roadmap refresh in README (release checklist, launch gates, and fresh-machine verification guidance).
## 0.2.43
- Default monitor to interactive behavior in TTY sessions with task/message actions (`c/d/r/a/z`) and section toggles.
- Add robust interactive monitor refresh/error handling so transient failures don't terminate the session.
- Document monitor keyboard shortcuts and clarify `--once` for non-interactive monitoring.
## 0.2.42
- Publish runtime hardening pass for cleaner CLI/packaging behavior.
- Add package-level `task-pigeon` binary alias so `bunx` and global installs are aligned.
- Add stricter policy + code-quality checks for magic numbers/strings, direct utility imports, and command signatures.
- Preserve URLs robustly in responsive task output and avoid brittle regex-based ANSI handling.
- Make remote error handling clearer, with a dedicated local-only fallback path in diagnostics.
- Add additional test coverage for policy gates and command/format behavior.
## 0.2.36
- Add local-only execution mode handling (`PIGEON_LOCAL_ONLY`) with clear `whoami`/`doctor` diagnostics.
- Improve responsive output behavior for links and long fields.
- Add message mentions, per-reader unread flow, and monitor composition.
- Add stronger config merge validation and version handling.
- Add CI policy checks, lint/format/typecheck gates, and a stronger release validation workflow.