2 Commits

Author SHA1 Message Date
gavindiaz 3c3899a115 Add pitfall #7 (recommendation format bug) + diagnostic script reference
After 8 hours of silent signal swallowing, document:
- Root cause: watcher expected "ENTER:" prefix but bot writes "side:phase:strength"
- Discovery method: analyze.sh recommendation distribution shows signals vs pushes
- Fix commit reference: 08560d0
- Three concrete lessons for cross-process data contracts

Also:
- Reference analyze.sh in cheat sheet (信号诊断 command)
- Fix manual test format in cheat sheet (no more ENTER: prefix)
- Add file structure entry for analyze.sh
- Add security checklist item: check real field formats before editing parsers
2026-07-22 02:21:02 +08:00
gavindiaz 5cafbfa775 Add DEPLOYMENT.md: full cloud deployment guide
11 sections covering architecture, prerequisites, one-time deploy,
day-to-day ops, code updates, 6 real-world pitfalls with root cause +
fix commits, file layout, checklists, and cheat sheet.
2026-07-21 18:42:52 +08:00