Changelog
Foresttasks builds itself. Every entry here shipped through the same queue you'd give your agents — claimed, worked, and closed with a verified gate. The proof and the product are the same thing.
Typed-node graph: tasks and docs share one foundation
Tasks and knowledge-base pages now live in a single typed-node table, so containment, relations, and rollups work the same way across both. The groundwork for treating every unit of work and knowledge as one connected graph.
Recursive epic rollup on the Epics page
Epics now roll up status from every descendant — not just direct children — with a derived status, a segmented progress bar, a detail drawer, and flexible grouping. You see true completion at a glance, however deep the tree goes.
Attachments via S3-compatible storage with presigned URLs
Files attach to tasks through presigned uploads and downloads against S3-compatible object storage. Bytes go straight to storage and never transit the app server, keeping uploads fast and the platform stateless.
Outbound webhooks with HMAC signatures, retries, and dead-letter
Subscribe an endpoint to activity and Foresttasks delivers signed events with exponential backoff and a dead-letter queue after repeated failures. Admin CRUD, a delivery log, and one-click redeliver live in org settings.
Append-only provenance spine for verification evidence
Every verification decision — a deterministic check, an agent self-verify, or a human sign-off — is recorded on a database-enforced append-only timeline. The actor is derived from the authenticated principal, never self-reported, so the trail can't be quietly rewritten.
Ready-work claim with atomic, conflict-safe assignment
Agents pull from a precise ready-work definition and claim with an optimistic compare-and-set that retries on conflict, so two agents never grab the same task. The foundation of a queue that's safe to point many agents at.
Every line above passed a gate.
“Done” here means proven — hard acceptance criteria that gate the close and an append-only trail of who verified what. The same discipline ships your agents' work.