Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 869 Bytes

File metadata and controls

38 lines (26 loc) · 869 Bytes

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Development Commands

# Run ALL checks for ALL packages (REQUIRED before creating PR)
pnpm run check:all

# Run checks for core package only
pnpm run check:core

# Run checks for docs package only
pnpm run check:docs

# Run checks for video package only
pnpm run check:video

# Run in development mode
pnpm run dev <command>

# Run tests
pnpm run test

# Run a single test file
pnpm run test packages/core/src/path/to/test.ts

# Enable vibe shell function
source .vibedev

Architecture

  • Runtime: Bun-based CLI tool
  • Purpose: Git worktree management (start, clean, trust, untrust, verify, config, upgrade)
  • CoW Optimization: Copy-on-Write support for APFS, Btrfs, XFS filesystems
  • Package Manager: pnpm (monorepo)