Three readers, three paths. Pick yours.
CLAUDE.md— project rules + current architecture.memory/handoff-node-tester.md— last session state.ARCH.md— module dependency graph.
Stop there. Open anything in docs/ only when the task needs it. docs/archive/ is historical — may contradict current code.
SETUP.md— install Node, WireGuard, V2Ray, .NET (for C# bridge)..env.example→.env— setMNEMONIC.npm install && npm start— opens dashboard at http://localhost:3001.- Stuck?
TROUBLESHOOTING.md.
WireGuard requires elevated privileges:
- Windows — launch via
cscript //nologo SentinelAudit.vbs(auto-elevates). - macOS / Linux —
sudo -E node server.js(orsudo -E npm start).
docs/BUILD-ON-ME.md— embed the audit engine in your app.docs/CONSUMER-VS-TESTING.md— which SDK functions to use.docs/EMBEDDING-GUIDE.md— Electron / WebView2 / native.
docs/CLI.md — every sentinel-audit command, JSON output schema.
docs/INDEX.md lists everything in docs/ with one-line descriptions.