Enables task management through natural language with full CRUD operations including add, list, update, complete, and delete tasks with JSON persistence.
A task management and productivity tool that enables creating, updating, filtering, and organizing todos with tags, priorities, and due dates, all stored locally in JSON format.
Enables to manage tasks stored locally in a JSON file, including adding, completing, and querying pending tasks, as well as generating daily summaries.
Enables managing a minimal task backlog with operations to create, list, update, and retrieve tasks with different statuses (open, in progress, blocked, done, cancelled). Tasks are stored in a local JSON file with atomic writes.
Enables users to manage tasks through a simple JSON file interface. Provides basic task management functionality by reading and writing to a configurable tasks.json file.