====== ANet BBS — Codebase Reference ====== This page documents the **current source layout** and future automation goals. ---- ===== Directory Structure ===== anet/ ├── server/ │ ├── telnet.py │ ├── session.py │ ├── terminal.py │ └── database.py ├── sysop/ │ └── main.py ├── data/ │ ├── bbstext.txt │ └── anet.db ├── config.py └── run_server.py ---- ===== Future Documentation Automation ===== Planned tooling: * Auto-generate command reference from source * Extract configuration documentation from config.py * Generate wiki skeleton pages from module docstrings * Build compatibility reports automatically This will allow the wiki to remain synchronized with the codebase as development progresses.