name: environment-setup description: Project-specific environment setup. Use after checking out a repo to initialize dependencies and toolchains.
Environment Setup (Vive)
Goal
リポジトリをチェックアウトした後に必要な プロジェクト環境の初期化 を行う。 ワークツリーの有無は問わない。
Inputs
- リポジトリのルートパス
Procedure (must follow in order)
Check Rust Toolchain
- Run:
cd <repo-root> && cargo check - 依存関係の取得とビルド確認を行う
- Run:
Output next steps
- Print:
- Repo path
- Command to start session:
cd <repo-root> && claude
- Print:
Safety constraints
- Do not remove worktrees unless explicitly asked.
- Keep changes scoped to the requested repo.