A local-first Claude Code workspace with a full engineering layout, optional recovery entry, and built-in docs assets.
中文 · Merge Notes · Architecture
This repository combines the strengths of a runnable local setup and a larger engineering-oriented workspace:
- full
src/,packages/,scripts/, anddocs/layout - local launcher and recovery mode for fast debugging
- CLI, Ink TUI, tools, commands, MCP, plugins, and Skills support
- refreshed README visuals and screenshot assets for a cleaner GitHub landing page
- full CLI / Ink TUI workflow
--printnon-interactive mode- local launcher via
./bin/claude-local - recovery CLI fallback
- configurable API base URL and model mapping
- built-in docs, architecture notes, and runtime screenshots
Full-size reference screenshots are still available in docs/runtime-snapshots/, and docs/fusion-assets/ keeps both PNG display assets and SVG source files.
Install Bun:
curl -fsSL https://bun.sh/install | bash
bun --versionInstall dependencies:
bun installCreate your env file:
cp .env.example .envRun the full interface:
bun run devRun the default CLI path:
bun run startRun the local launcher:
./bin/claude-localRecovery mode:
CLAUDE_CODE_FORCE_RECOVERY_CLI=1 ./bin/claude-localbin/ # local launcher
docs/ # docs, diagrams, assets
docs/fusion-assets/ # landing images and SVG sources
docs/runtime-snapshots/ # runtime screenshots
packages/ # workspace packages
scripts/ # build and maintenance scripts
src/ # main application code
preload.ts # local launcher preload

