Document commit approval guardrail

This commit is contained in:
Keith Smith
2026-05-23 15:38:53 -06:00
parent a8c160bc05
commit 5c63eacbd0
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ OrbitalWard should be built incrementally. Keep the first release focused on a s
## Engineering Guardrails
- Never commit or push changes without explicit user approval for that specific commit/push.
- Python backend: FastAPI, SQLAlchemy, Alembic, Pydantic.
- Frontend: React, TypeScript, Vite, Tailwind.
- Deployment: Docker Compose first.
+1
View File
@@ -79,6 +79,7 @@ Current completed items include TLS expiry monitor support, HTTP/website checks,
## Guardrails
- Never commit or push changes without explicit user approval for that specific commit/push.
- Keep monitoring separate from alerting.
- Do not expose raw SNMP OIDs in the normal UI.
- Use friendly names, profiles, and guided setup instead of raw configuration.