Add project: YYLO Ledger - #293
Open
InsightFactoryAPP wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds YYLO Ledger to
projects.yaml(+4 lines, single file):YYLO Ledger is a command-line, git-native task and workflow ledger for projects driven by coding agents: the Kanban board and task state are stored as hash-chained Markdown inside the repository, alongside receipts, archives, and typed merge/release flows across agent worktrees.
Why it fits
pip install yylo-ledger), MIT-licensed, with daily development activity (last push 2026-09-02).@yylo/cli). The ledger itself is the newest component (created 2026-08-17), so I've kept the entry minimal and factual — if it is still too new for the list, closing this is completely fine and I'll happily re-submit once it has more traction.othersfollowing the pre-commit precedent, since a task/workflow ledger does not match any of the classic Python-tooling categories; happy to re-file or drop the explicit category if you prefer.Validation
python3 -c "import yaml; yaml.safe_load(open('projects.yaml'))"passes — 270 projects, names unique.projects.yamlis touched; the README is left to the weekly update.Disclosure
I'm on the YYLO team, and this PR was prepared with an AI coding agent and reviewed by me. A sibling entry for the same project is also open on
lukasmasuch/best-of-python(#323) — both lists have distinct scopes, but I'm flagging it for transparency.