fix(workplans): portable key-cape path in NK-WP-0003-T08; add /creds-init skill

- NK-WP-0003 T08: replace hardcoded /home/worsch/key-cape with
  $(git rev-parse --show-toplevel)/../key-cape so acceptance tests
  run correctly on any machine
- NK-WP-0005 T04: create .claude/commands/creds-init.md — the
  autonomous credential bootstrap skill (reads creds-state.yaml,
  resumes from current phase, honours emergency bundle gate)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 10:01:14 +01:00
parent 0670e17b42
commit bcae4bc6dd
2 changed files with 49 additions and 1 deletions

View File

@@ -256,7 +256,7 @@ Prove the full auth flow works:
Use the KeyCape acceptance test suite:
```bash
cd /home/worsch/key-cape
cd "$(git rev-parse --show-toplevel)/../key-cape"
go test ./tests/... -run TestProfileBaseline -v
```