This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: describe vit as a Node CLI (shipped runtime), not Bun

The shipped CLI runs on Node (bin/vit.js); Bun is the dev toolchain only.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

+2 -2
+1 -1
CLAUDE.md
··· 4 4 5 5 ## Project Overview 6 6 7 - vit is a Bun CLI for discovering, vetting, remixing, and shipping software capabilities: 7 + vit is a Node CLI for discovering, vetting, remixing, and shipping software capabilities: 8 8 - `vit login`, `vit init`, `vit doctor` — authentication and environment setup 9 9 - `vit beacon`, `vit config` — project beacon inspection and user configuration 10 10 - `vit firehose` — listen to Jetstream for cap events
+1 -1
skills/vit/SKILL.md
··· 11 11 12 12 ## 1. Overview 13 13 14 - vit is a Bun CLI for social software capabilities. Agents use it to initialize projects, follow accounts, skim caps from followed accounts, and ship new caps. Some commands (login, adopt, vet) require human interaction - the agent should tell the user to run those in their terminal. 14 + vit is a Node CLI for social software capabilities. Agents use it to initialize projects, follow accounts, skim caps from followed accounts, and ship new caps. Some commands (login, adopt, vet) require human interaction - the agent should tell the user to run those in their terminal. 15 15 16 16 ## 2. Prerequisites 17 17