Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Taskgraph 0.1.0

Latest

Choose a tag to compare

@beremaran beremaran released this 04 Aug 08:38
· 3 commits to main since this release

Changelog

All notable changes to this project are documented in this file. Entries are listed in reverse chronological order.

[0.1.0] - 2026-08-04

Initial open-source release.

  • local-first SQLite workspace;
  • hierarchy (projects/milestones/tasks/subtasks), stable UUIDv7 IDs, human-readable paths, moves and aliases;
  • typed dependency edges with cycle prevention;
  • deterministic readiness and scheduling;
  • lease-based claims for concurrent agents (peek/claim/renew/release, heartbeat);
  • web UI with tree, table, detail, search, queue, activity, and claims views;
  • HTTP JSON API with SSE stream (OpenAPI contract in docs/openapi.yaml);
  • MCP server over stdio;
  • backup and restore;
  • Markdown, JSON, and CSV import/export;
  • Codex plugin and Electron desktop packaging.