feat: initial commit

This commit is contained in:
nikola
2026-05-19 14:53:36 +02:00
commit 7d34caf1a2
19 changed files with 1114 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Project AGENTS
## Scope
- Build an internal-only network topology and live device presence tool for DevOps.
- Keep setup simple for local laptop test and later VM deployment.
## Stack
- Backend: FastAPI (Python 3.11+)
- Storage: in-memory for MVP (optional Redis/Postgres later)
- Frontend: lightweight static UI served by backend
## Local Rules
- Do not expose this app publicly.
- Prefer host networking in Linux when testing discovery against local LAN.
- Keep MikroTik and switch credentials out of git; use `.env`.