Thanks for helping improve v0-cli.
v0-cli is built on cligentic foundation blocks.
Those blocks are pulled into src/cli/ from the registry with:
bunx shadcn@latest add <block>The registry is the upstream source for those files. If a foundation primitive is broken or missing, fix it in Railly/cligentic first, then re-pull the updated block here. Do not hand-edit those files in this repository.
src/cli/foundation/src/cli/agent/src/cli/safety/src/cli/platform/
src/commands/src/lib/src/types/skill/- Documentation and tests
Requirements: Bun.
bun install
bun run dev --helpTo use the local binary as v0:
bun linkBefore opening a pull request:
bun run typecheck
bun test
bun run lintKeep PRs focused. If a change touches a cligentic block, explain the upstream fix and the re-pull instead of modifying the block inline.