fix: audit remediation — runtime split, CI repair, lint clean - #124
Merged
Merged
Conversation
- README 22->28 providers + 6 missing rows, Quick Start to engine facade - .env.example fill 28 provider keys - docs/ARCHITECTURE fix tree + endpoints /v1/chat/completions /rerank /ready + 8->28 - docs/README index add HOST-ENGINE-BOUNDARY + enterprise - engine/types.go add 6 aliases ChatOptions/ContinuationConfig/StreamResult/ResponseFormat/ImageURLPart/InputAudioPart
…racts and remediation plan CI was non-functional on this branch: three jobs invoked the deleted scripts/check-client-layering.sh and the fuzz job targeted the removed ./client package. Also format five files and add additive DTO fields (ProviderBlock, CallWarning, StreamErrorInfo, RawArguments, ProviderMetadata, route deployment id) that later work packages depend on. Adds docs/plans/audit-remediation.md.
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.
Branch fix/audit-remediation vs main (301 files): provider runtime split + instance-owned routing, version normalization, CI guard/fuzz repair, additive DTO contracts, remediation plan, plus golangci-lint fixes (De Morgan x2, drop dead test shims). Local gates green: vet, gofumpt/goimports, golangci-lint 0 issues, go test, -race -shuffle, coverage 65.6% (threshold 60%), fuzz smoke x4, cross-builds linux/darwin/windows.