TICGIT — LOCALIZED ISSUES EDITION 05 / MAY 2026
§ 0 — INTRODUCTION · § 4 — MANUAL FORM TR-04 · MIT FOR AGENTS & HUMANS

CHAPTER ZERO · ABSTRACT

ticgit: issue tracking in git.

ticgit is a distributed issue system that stores tickets as metadata using the git meta toolkit. it does not run a server. it does not require a proprietary web application. it does not have downtime. it synchronises issue data using the same protocol you already use to move source code.

§ 4.0 — FIELD MANUAL PROCEDURES

PROC 01 — INSTALL
SCRIPT
curl -fsSL https://ticgit.dev/install | sh

CARGO
cargo install ticgit
$ti --version
ticgit 0.3.1
PROC 02 — TRY IT
$ti new --title "fix oauth redirect" --tags bug
Created ticket a3f29c (fix oauth redirect)
$ti list
a3f29c 0d fix oauth redirect      open new       bug
b81e04 1d update onboarding copy  open assigned  docs
$ti close a3f
Closed a3f29c.
PROC 03 — GIVE IT TO AN AGENT
Agent Prompt
run `ti agent` to learn ticgit, then find the next ticket, fix it and close it
PROC 04 — SYNC YOUR TEAM
$ti sync
Remote: origin
Ref: refs/meta/main
URL: git@github.com:team/project.git
Pull: 3 new ticket(s)
Push: 12 ticket(s) synced.
Done.
VERSION
0.3.1
LICENSE
BINARY
~7 MB
PLATFORMS
mac · linux · win