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
Server and dashboard features now need shared models for bucketed storage, host bindings, storage tokens, and notification routing rules. Keeping these in the SDK prevents each repository from inventing local JSON shapes.
Constraint: lattice-server and lattice-dashboard consume these contracts from split repositories
Rejected: Keep duplicated local DTOs only | downstream repos would drift and standalone server builds would depend on unpublished shapes
Confidence: high
Scope-risk: moderate
Tested: go test ./...
0 commit comments