Commit graph

2 commits

Author SHA1 Message Date
8928a60423 chore: drop oh-my-zsh from box provisioning
oh-my-zsh installs from raw.githubusercontent.com, which some networks/DNS can't
resolve — that made `claudebox new` fail (and it's a purely cosmetic dep on a
trust-less throwaway box). Keep plain zsh; ensure the rc files are claude-owned.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10 16:54:59 +00:00
0c9971ecf8 Import claudebox: creds-free, trust-less Claude Code VMs
A CLI that mints trust-less, network-isolated Incus VMs with Claude Code
installed. Boxes are strictly creds-free — the operator logs into Claude
interactively inside; authenticated state is reused via snapshots. The tool
knows nothing about projects; a repo ships an optional agent-facing .claudebox/
runbook that Claude reads.

- bin/claudebox: new/shell/exec/snapshot/restore/down/start/rm/status; creds-free
  'new' (fresh launch or clone via --from <src>[/<snap>]).
- cloud-init: global ~/.claude/CLAUDE.md self-describing the box + .claudebox/ runbook.
- install.sh: curl-pipe-bash installer.
- host/: Incus isolation stack (claudenet + claude-isolate ACL + claude-dev
  profile + firewall).
- docs/: design + .claudebox/ convention.

Initial canonical import (prototyped separately; re-homed onto the heavy-duty fork).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-10 15:00:36 +00:00