436 B
436 B
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 devin/Users/buzzert/src/sybil-2/serverand 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.