Add YYLO Ledger to Tools - #183
Open
InsightFactoryAPP wants to merge 2 commits 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.
What
Adds YYLO Ledger to the Tools section, appended at the bottom in the existing
* [Name](url) - description.format.YYLO Ledger is a git-native task ledger: it keeps Kanban boards, workflow state, task receipts and release archives as hash-chained Markdown inside the repository itself, with typed merge and release flows — project planning data lives in plain git history instead of a SaaS backend. It sits alongside the other daily-operations tools in this section (myrepos, multi-gitter, release-it) on the git-workflow angle.
Links
pipx install yylo-ledger(PyPI: https://pypi.org/project/yylo-ledger/)Note on the diff
This branch is stacked on top of #182 (
add-yylo, the YYLO CLI entry) because both entries append at the same spot at the bottom of Tools. The diff above therefore shows two added lines; it auto-reduces to just the YYLO Ledger line once #182 merges (happy to rebase then instead). One entry per PR, nothing else touched.Full disclosure: I maintain this project (same team as YYLO in #182). Happy to adjust the description or placement.