Skip to content

v2.1.1 — scope rename, docs rewrite, and project setup

Choose a tag to compare

@giltotherescue giltotherescue released this 28 Aug 02:27
· 3 commits to main since this release
67209c5

The first release with a full public project setup. No behavior changed — the CLI, its commands, and its API surface are identical to 2.1.0.

npm install --global @subscribrai/cli

Added

  • AGENTS.md, so an AI agent working on this repository finds the test commands and the generated-file rule in the standard place.
  • CONTRIBUTING.md, SECURITY.md, and CHANGELOG.md.
  • CLI-REFERENCE.md, holding the request conventions, exit codes, retry and idempotency model, and the contract regeneration steps.
  • A Claude Code plugin manifest at .claude-plugin/. You can now install the skill with /plugin marketplace add https://github.com/SubscribrAI/cli, as an alternative to the npm path. A test keeps its version in step with the other manifests.
  • Documentation for the thumbnails domain, which the CLI has always shipped but never described.
  • npm version and license badges in the README.

Changed

  • Rewrote README.md for a reader who has never used Subscribr. It now explains the product first, lists what you can do with the CLI, and moves the deep technical material to CLI-REFERENCE.md.
  • Updated the positioning to match Subscribr today: one YouTube content engine covering research, ideas, thumbnails, scripts, and video, usable by a person or by an AI agent on the same plan.
  • Pointed the repository metadata at github.com/SubscribrAI/cli.

Full changelog: CHANGELOG.md