Search answers

This commit is contained in:
2026-02-14 00:14:10 -08:00
parent 9a8e127ccc
commit 6f5787f923
8 changed files with 115 additions and 27 deletions

View File

@@ -1,9 +1,2 @@
# 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.