docs: add gateway-config/v1.md spec and close G-17#6
Merged
Conversation
- Create gateway-config/v1.md documenting all gateway.yaml config keys, types, defaults, and validation rules across all five top-level sections: gateway, provider, reporting, sim, fleet. - Explicit separation between provider (Tier 3 reasoning) and reporting.provider (advisory/product) with key invariants documented. - fleet section noted as stub/deferred. - Add gateway-config/v1.md to README contracts table. - Move G-17 from open.md to resolved.md. - Add issue links to G-15 (ori-gateway#41) and G-16 (ori-gateway#42). Closes #5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Creates
gateway-config/v1.md— the missing spec for the gateway'sgateway.yamlconfiguration surface. Closes gap G-17.What's covered
Five top-level sections derived directly from
internal/config/config.go:gatewaybroker_url(required),heartbeat_interval_s(default 30)providername,timeout_ms;llama_cpp.*;cloud_llm.*with all vendor constraintsreportingprovider,gemini.*,weekly_report.*(day/time/timezone validation),tier_c_enrichment.enabledsimenabled,modem_pathfleetenabled,cloud_url— marked stub/deferredKey design decisions made explicit in the spec:
provider(Tier 3 reasoning) andreporting.provider(advisory/product) are separate sections with separate credentials — failures in one must not affect the otherfleetsection is an inert stub, clearly notedgateway-api/v1.mdfor the MQTT contractOther changes
gaps/open.md: G-17 removed (resolved); G-15/G-16 tracking issue links addedgaps/resolved.md: G-17 resolution entry addedREADME.md: gateway-config/v1.md added to contracts tableRelated
ori-platform/ori-specs#5ori-platform/ori-gateway#41(Tier C enrichment wiring)ori-platform/ori-gateway#42(reasoning_log runtimeclient)