Commit Graph

2 Commits

Author SHA1 Message Date
copilot-swe-agent[bot] e6269b7753 fix(M-PALACE): address code review - secure encryption key, improve error handling
- Require PALACE_SAVE_KEY env var in production (fail-fast)
- Add try-catch to deleteSave for robustness

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 12:56:37 +00:00
copilot-swe-agent[bot] 331b50268b feat(M-PALACE): create complete palace-game module structure
- Data layer: palace-db.json, persona-dict.json, world templates (古代中国 + 架空王朝)
- Backend engines: persona-analyzer, background-gen, plot-engine, save-manager
- Backend routes: start.js, interact.js, save.js
- Backend server: Express on port 3003
- Frontend: index.html, game.html, save.html, game.js, save.js, style.css
- .gitignore: exclude save data files

Co-authored-by: qinfendebingshuo <207279273+qinfendebingshuo@users.noreply.github.com>
2026-03-11 12:52:31 +00:00