Files
Sybil-2/AGENTS.md

10 lines
436 B
Markdown
Raw Normal View History

2026-02-13 23:15:12 -08:00
# AGENTS.md
## Server Change Verification
- Whenever you modify files under `/Users/buzzert/src/sybil-2/server`, you must verify startup locally before finalizing.
- Verification means running `npm run dev` in `/Users/buzzert/src/sybil-2/server` and confirming:
- migrations run (or report already up-to-date), and
- the server reaches a listening state without crashing.
- Include the verification result in your final response.