Thanks for your interest in improving Super CLI.
npm ci
npm run checkKeep changes focused and covered by tests. Third-party marks must come from an authoritative public
source, remain limited to product identification, and be recorded in
media/agents/ATTRIBUTION.md and TRADEMARKS.md.
Package only static, safe SVGs without scripts, embedded images, or external references.
See docs/BRAND.md before changing Super CLI's own logo or interface marks.
- Keep user-facing behavior documented in
README.md. - Add or update tests for launcher behavior, agent presets, and package metadata.
- Run
npm run checkbefore submitting changes.
- Choose the next semantic version and update
package.json,package-lock.json,CHANGELOG.md, andCITATION.cfftogether. - Run
npm ci,npm audit, andnpm run check. - Run
npm run packageand inspect the file list reported byvsce. - Install the generated VSIX in a clean Extension Development Host and verify the sidebar, launcher, settings, toolbar icon, and one terminal launch.
- Commit and push the reviewed files, then create the matching
v<version>tag and publish the same VSIX to the intended registries.