docs(phase-03): evolve PROJECT.md after phase completion
This commit is contained in:
parent
f5b77428a5
commit
d4cfa7a537
1 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ Secrets never enter the Claude Code environment. If a secret is accessible insid
|
||||||
|
|
||||||
### Validated
|
### Validated
|
||||||
|
|
||||||
(None yet — ship to validate)
|
- [x] Default prompt/instructions injected so Claude knows how to use nix/comma to get dev tools — Validated in Phase 3: Sandbox-Aware Prompting
|
||||||
|
|
||||||
### Active
|
### Active
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ Secrets never enter the Claude Code environment. If a secret is accessible insid
|
||||||
- [ ] Secret paths hidden: `~/.ssh`, `~/.gnupg`, `~/.config/gcloud`, `~/.aws`, Tailscale state, age keys — none of these visible inside the sandbox
|
- [ ] Secret paths hidden: `~/.ssh`, `~/.gnupg`, `~/.config/gcloud`, `~/.aws`, Tailscale state, age keys — none of these visible inside the sandbox
|
||||||
- [ ] Minimal PATH: Nix store paths only — coreutils, git, curl, jq, ripgrep, fd, nix, comma
|
- [ ] Minimal PATH: Nix store paths only — coreutils, git, curl, jq, ripgrep, fd, nix, comma
|
||||||
- [ ] Claude can self-install tools via `nix shell` or `, <tool>` (comma) inside the sandbox
|
- [ ] Claude can self-install tools via `nix shell` or `, <tool>` (comma) inside the sandbox
|
||||||
- [ ] Default prompt/instructions injected so Claude knows how to use nix/comma to get dev tools
|
- [x] Default prompt/instructions injected so Claude knows how to use nix/comma to get dev tools — Validated in Phase 3
|
||||||
- [ ] Works on endurance (NixOS desktop)
|
- [ ] Works on endurance (NixOS desktop)
|
||||||
|
|
||||||
### Out of Scope
|
### Out of Scope
|
||||||
|
|
@ -77,4 +77,4 @@ This document evolves at phase transitions and milestone boundaries.
|
||||||
4. Update Context with current state
|
4. Update Context with current state
|
||||||
|
|
||||||
---
|
---
|
||||||
*Last updated: 2026-04-09 after initialization*
|
*Last updated: 2026-04-09 after Phase 3 completion*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue