Update src/everything/AGENTS.md

Co-authored-by: adam jones <domdomegg+git@gmail.com>
This commit is contained in:
Cliff Hall
2025-12-18 15:03:44 -05:00
committed by GitHub
parent 5fb7a71083
commit 53cc385d4e

View File

@@ -30,7 +30,7 @@
## Extending the Server
The Everything Server is designed to be extended at well-defined points.
See [Extension Points](docs/extension.md) and [Project Structure](docsstructure.md).
See [Extension Points](docs/extension.md) and [Project Structure](docs/structure.md).
The server factory is `src/everything/server/index.ts` and registers all features during startup as well as handling post-connection setup.
### High-level