removed path, moved init to skeleton folder
This commit is contained in:
12
README.md
12
README.md
@ -28,13 +28,15 @@ safeclaude # launch Claude in this project's container
|
||||
|
||||
| Command | What it does |
|
||||
| --- | --- |
|
||||
| `safeclaude [PATH] [claude-args...]` | Launch Claude for a project (default: current dir). Anything extra is passed straight to `claude`. |
|
||||
| `safeclaude build [PATH]` | Rebuild the project's container from scratch. |
|
||||
| `safeclaude init [PATH]` | Create a starter `.safeclaude/` folder. |
|
||||
| `safeclaude [claude-args...]` | Launch Claude for the project here. Anything extra is passed straight to `claude`. |
|
||||
| `safeclaude build` | Rebuild the project's container from scratch. |
|
||||
| `safeclaude init` | Create a starter `.safeclaude/` in the current directory. |
|
||||
| `safeclaude envs` | List the containers and stored data safeclaude has created. |
|
||||
| `safeclaude version` | Print the safeclaude version. |
|
||||
|
||||
A "project" is any folder (or a parent of it) that has a `.safeclaude/` folder,
|
||||
so you can launch from a subdirectory and it'll still find the right one.
|
||||
safeclaude always works on the project you're in — the current directory, or the
|
||||
nearest parent that has a `.safeclaude/` folder, so launching from a
|
||||
subdirectory still finds the right one.
|
||||
|
||||
## What goes in `.safeclaude/`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user