fix(installer): preserve credentials dir and seed STANDARDS.md #452

Merged
jason.woltje merged 1 commits from fix/installer-idempotent-creds into main 2026-04-08 00:40:50 +00:00

1 Commits

Author SHA1 Message Date
6a58c51872 fix(installer): preserve credentials dir and seed STANDARDS.md on install
All checks were successful
ci/woodpecker/pr/ci Pipeline was successful
ci/woodpecker/push/ci Pipeline was successful
- Add credentials/ to PRESERVE_PATHS so rsync --delete doesn't wipe
  user credential stores on framework upgrades
- Add AGENTS.md and STANDARDS.md to PRESERVE_PATHS to protect
  user-customized copies from being deleted during sync
- Seed AGENTS.md and STANDARDS.md from defaults/ on first install
  (previously only existed in defaults/ but never copied to framework root)
- Create credentials/ directory during install (alongside memory/)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 19:40:13 -05:00