Engineering memory · 0.1.0rc2

YYLO Ledger documentation

The Git-native, dependency-aware source of truth for task intent, status, blockers, responses, history, archives, and commit evidence.

Install

shell
pip install yylo-ledger==0.1.0rc2
yy ledger --help

Use yylo ledger if you prefer the long launcher; behavior is equivalent.

Core workflow

shell
yy ledger create "Validate recovery" --status todo --tags auth
yy ledger ready --sort asc
yy ledger get TASK_ID --compact

Task truth today, broader memory over time

Ledger is the task-memory foundation of YYLO's System of Work. Today it owns task state, dependencies, responses, history, archives, and commit links. Decisions, agent attempts, deployment, and production outcomes are connected through other lifecycle evidence and the emerging Engineering Change direction; they are not all fields in the current task record.

Preserve existing state

YYLO Ledger migrations preserve existing state and protocol versions. Product identity changes do not reset persisted task truth.

Source

Review YYLO Ledger on GitHub.