You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
4
4
5
5
## Project Overview
6
6
7
-
Clave is a Laravel Zero CLI that spins up ephemeral Ubuntu VMs via [Tart](https://tart.run/) for isolated Claude Code sessions against Laravel projects. Run `clave` from within a Laravel project's git repo — it handles worktree creation, VM lifecycle, networking, and teardown automatically. Multiple simultaneous sessions work naturally with unique worktrees, VMs, and ports.
7
+
Clave is a Laravel Zero CLI that spins up ephemeral Ubuntu VMs via [Tart](https://tart.run/) for isolated Claude Code sessions against Laravel projects. Run `clave` from within a Laravel project's git repo — it handles repo cloning, VM lifecycle, networking, and teardown automatically. Multiple simultaneous sessions work naturally with unique clones, VMs, and ports.
8
8
9
9
## Commands
10
10
@@ -36,7 +36,7 @@ php clave app:build
36
36
37
37
A `SessionContext` DTO flows through pipeline stages in `DefaultCommand`:
Each stage populates fields on `SessionContext` and calls `$next()`. Teardown runs via `SessionTeardown` in both a `finally` block and SIGINT/SIGTERM signal handler.
0 commit comments