You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@
6
6
7
7
Honua Server is a greenfield implementation of a geospatial feature server supporting multiple protocols (GeoServices REST, OGC API Features, OData v4, MVT). This is a **clean rewrite** — the legacy codebase exists as reference only.
8
8
9
+
## MVP Deferrals (Operational Simplicity)
10
+
11
+
The MVP intentionally defers enterprise/operational features to reduce complexity:
12
+
- No app-level rate limiting; enforce at the edge (nginx/ALB/WAF).
13
+
- No secure-connection allowlist or connection audit trail; secure connections are encrypted or secret references only.
14
+
- No security compliance framework, audit log storage, or compliance dashboards/monitoring.
Copy file name to clipboardExpand all lines: CODEX.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@
6
6
7
7
Honua Server is a greenfield implementation of a geospatial feature server supporting multiple protocols (GeoServices REST, OGC API Features, OData v4, MVT). This is a **clean rewrite** — the legacy codebase exists as reference only.
8
8
9
+
## MVP Deferrals (Operational Simplicity)
10
+
11
+
The MVP intentionally defers enterprise/operational features to reduce complexity:
12
+
- No app-level rate limiting; enforce at the edge (nginx/ALB/WAF).
13
+
- No secure-connection allowlist or connection audit trail; secure connections are encrypted or secret references only.
14
+
- No security compliance framework, audit log storage, or compliance dashboards/monitoring.
0 commit comments