TLDR v0.20.0
Verdict first. Filler never.
What's new
- Unified repo launch surface for the prompt + 30+ agent installer.
- GitHub Pages landing page enabled: https://jqbit.github.io/TLDR/
- Root clutter reduced: install/community/legal docs moved under
docs/and.github/. docs/LAUNCH.mdadded with ethical launch assets, copy, demo script, and channel plan.- Package hygiene hardened:
.npmignore, explicitpackage.jsonfiles, and bytecode exclusion checks. - CI hardened: Node 20/22/24 matrix, Markdown link checks, npm pack hygiene, and secret-pattern smoke scan.
- opencode install hardened with a subagent frontmatter sanitizer.
tldr-shrinkMCP spawn behavior fixed for Windows.cmdshim resolution.
Install
npx -y github:jqbit/TLDR -- --allPrompt-only:
curl -fsSL https://raw.githubusercontent.com/jqbit/TLDR/main/install.sh | bash -s --Verification
Local and GitHub CI passed:
python3 tests/verify_repo.pypython3 bench/check-doc-sync.pypython3 bench/check-md-links.py- Python safety/hook/validate suites
node --test tests/installer/*.test.mjs- standalone JS suites
- npm pack hygiene
- secret-pattern smoke scan