Skip to content

v0.20.0 — unified installer + launch-ready repo

Latest

Choose a tag to compare

@jqbit jqbit released this 30 Jun 21:02

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.md added with ethical launch assets, copy, demo script, and channel plan.
  • Package hygiene hardened: .npmignore, explicit package.json files, 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-shrink MCP spawn behavior fixed for Windows .cmd shim resolution.

Install

npx -y github:jqbit/TLDR -- --all

Prompt-only:

curl -fsSL https://raw.githubusercontent.com/jqbit/TLDR/main/install.sh | bash -s --

Verification

Local and GitHub CI passed:

  • python3 tests/verify_repo.py
  • python3 bench/check-doc-sync.py
  • python3 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