What it is Locus stores each task as a Markdown file with YAML front matter, auto‑organized by repository at ~/locus/<user>/<repo>/. No server or DB—just plain files you can edit in VS Code, Obsidian, or any Markdown editor.
Key features – Git‑aware, offline‑first directory layout – Tags / status / priority managed from the CLI – JSON output for scripting or LLMs
Quick try (Deno)
deno install -q -A -n locus jsr:@tesso/locus
locus add "Write Show HN post" --tags writing,show-hn
locus list --detail
Feedback and PRs welcome!