Initial InfraPulse scaffold

This commit is contained in:
Keith Smith
2026-05-22 17:36:40 -06:00
commit a707186a5e
92 changed files with 6918 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# InfraPulse Agent Notes
InfraPulse should be built incrementally. Keep the first release focused on a secure monitoring appliance with guided setup, website monitoring, alerts, and notifications.
## Product Guardrails
- Do not show raw SNMP OIDs in the normal UI.
- Keep monitoring separate from alerting.
- Use friendly names, profiles, and guided setup instead of raw configuration.
- Do not include LANCache in product scope.
- Avoid building full NMS features before the v0.1 vertical slice is stable.
## Engineering Guardrails
- Python backend: FastAPI, SQLAlchemy, Alembic, Pydantic.
- Frontend: React, TypeScript, Vite, Tailwind.
- Deployment: Docker Compose first.
- Authentication must exist from the beginning.
- Store secrets encrypted at rest before real credential storage is enabled.
- Never log secrets or return saved secret values after creation.