Minimal single-machine issue tracker for AI agents, backed by JSONL.
Dependencies
./scripts/install-macos.sh./scripts/install-linux.shmoonbead initpub(all) struct Issue {
id : String
title : String
description : String
status : String
priority : Int
created_at : UInt64
updated_at : UInt64
deps : Array[String]
notes : String
}pub struct Lock {
path : String
}pub struct Store {
beads_dir : String
issues_path : String
backup_path : String
tmp_path : String
lock_path : String
}Minimal single-machine issue tracker for AI agents, backed by JSONL.
Dependencies