Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ that together provide a management dashboard for Rust game servers.
## Documentation expectations

When you add or modify modules, consult `docs/module-architecture-guide.md` for placement rules and update it if you introduce a
new pattern. Keep `docs/module-usage-report.md` aligned with the current code so that unused files are easy to spot.
new pattern. Keep `docs/module-usage-report.md` aligned with the current code so that unused files are easy to spot. Note that the
Rust server status surface lives exclusively under the **Server workspace → Settings** view, while the Discord ticketing and
authentication tools remain anchored to the main dashboard's **Discord** tab—documentation should reflect those established UI
locations.

## Coding conventions

Expand Down
5 changes: 4 additions & 1 deletion docs/module-usage-report.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Module usage report

This document summarises how the major backend and frontend modules are referenced so we can spot redundant code paths.
This document summarises how the major backend and frontend modules are referenced so we can spot redundant code paths. Remember
that the Rust server status interface is intentionally scoped to the **Server workspace → Settings** view, and the Discord ticket
queue plus linked-account authentication tools are concentrated in the main dashboard's **Discord** tab; keep those placements in
mind when reviewing module wiring.

## Backend modules

Expand Down