Git-native task and workflow ledger · v0.1.0rc2

Make the plan legible to people and agents.

YYLO Ledger is a local, dependency-aware source of truth for work status, blockers, responses, receipts, archives, and commits.

Install / first run

From package to a bounded task.

Install the release candidate, then begin with an outcome small enough to verify.

Install
pip install yylo-ledger==0.1.0rc1
First run
yy ledger create "Verify the release" --status todo

Capabilities / mechanisms

Control is visible, not implied.

01

Durable task truth

Store task bodies, statuses, responses, tags, and commit evidence in the repository workflow.

02

Dependency awareness

Model blockers, find ready work, and topologically order tasks before dispatch.

03

Agent-friendly output

Use JSON, NDJSON, XML, or tables for scripts, agents, and human operators.

04

Lossless migration

Preserve existing state and protocol versions while adopting the new product identity.

Next step

Use this product inside a YYLO workflow.

Explore YYLO