Commit graph

19 commits

Author SHA1 Message Date
f19fd74bc3
docs: mark phase 1 complete
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 15:00:14 +02:00
613d015cc1
fix: SHELL path, PATH isolation, --shell flag, nix-claude-code input
- Resolve SHELL to nix store bash path (was /bin/bash which doesn't exist in sandbox)
- Inject clean SANDBOX_PATH via makeBinPath (was leaking entire host PATH)
- Add --shell flag to drop into sandboxed bash for manual verification
- Use nix-claude-code flake for claude-code binary instead of host PATH discovery

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 14:59:43 +02:00
dd6742abef
docs: plant seed — agent-agnostic sandbox support
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 13:03:55 +02:00
e385f414ca
docs(01-02): complete build verification plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 11:15:53 +02:00
9296453be3
fix(01-02): resolve claude and env paths through symlinks
readlink -f ensures CLAUDE_BIN and env point to real nix store
paths accessible inside the bwrap sandbox.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 11:14:50 +02:00
14642eb32e
docs(01-01): complete nix flake and sandbox script plan 2026-04-09 11:13:09 +02:00
26bdf368b5
chore(01-01): add flake.lock with pinned nixpkgs and nix-index-database 2026-04-09 11:11:55 +02:00
51dba047f3
feat(01-01): add claudebox.sh with bwrap sandbox, env allowlist, and secret hiding 2026-04-09 11:11:44 +02:00
0ed2d33117
feat(01-01): add flake.nix with writeShellApplication and all runtimeInputs 2026-04-09 11:11:11 +02:00
7b1220bdf1
docs(01): resolve open research questions 2026-04-09 11:05:02 +02:00
71790d714b
docs(01): create phase plan
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 11:02:11 +02:00
da29430168
docs(phase-1): research minimal viable sandbox
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 10:55:45 +02:00
6015593272
docs(state): record phase 1 context session 2026-04-09 10:46:48 +02:00
527ed51e6a
docs(01): capture phase context 2026-04-09 10:46:40 +02:00
bbb8299591
docs: create roadmap (3 phases) 2026-04-09 10:32:35 +02:00
018382fc3b
docs: define v1 requirements 2026-04-09 10:13:30 +02:00
a6f8ea95d3
docs: complete project research
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-09 10:05:35 +02:00
e711ed1548
chore: add project config 2026-04-09 09:57:13 +02:00
454be67d57
docs: initialize project 2026-04-09 09:52:14 +02:00