v0.1.0
initial release with:
Features
TaskPool: in-memory task store with dependency tracking, cycle detection, and optional file persistencecreate_task,read_task, andupdate_tasktools bundled inTaskToolPackage- structured tasks: title plus description, acceptance criteria, priority, type, links, and six plan arrays
- derived statuses (
pending,ready,in_progress,done) with dependency-aware ready gating read_taskfilters listings bystatus,priority, andtype- limits configurable via
TaskConfigurationandLLM_CHAT_TASK_*env vars - append-only progress log with timestamped entries
Full Changelog: https://github.com/johanneslatzel/llm-chat-task/commits/v0.1.0