v2.1.1 — scope rename, docs rewrite, and project setup
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/cliAdded
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, andCHANGELOG.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
thumbnailsdomain, which the CLI has always shipped but never described. - npm version and license badges in the README.
Changed
- Rewrote
README.mdfor 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 toCLI-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