What Happened
- Refactor the InsForge backend startup flow so importing `backend/src/server.ts` no longer starts the service; app creation is moved to `backend/src/app.ts` and `initializeServer()` in `server.ts` only runs when the module is the process entrypoint, with a regression test added for import-safe behavior.
- Refactor the InsForge backend startup flow so importing `backend/src/server.ts` no longer starts the service; app creation is moved to `backend/src/app.ts` and `initializeServer()` in `server.ts` only runs when the module is the process entrypoint, with a regression test added for import-safe behavior.
- 1 evidence item attached for review.