Part of epic #3602.
Scope
Add a commented-out [[llm.providers]] template for the GonkaGate gateway to config/default.toml so users discover the option when reading the file.
Files to modify
Acceptance
fy validate config/default.toml — well-formed TOML.
cargo nextest run -p zeph-config --features full -- providers — tests parse the file without warnings.
- Spec table renders correctly.
CHANGELOG.md [Unreleased] updated.
Depends on
None.
Size
S (~1h)
Part of epic #3602.
Scope
Add a commented-out
[[llm.providers]]template for the GonkaGate gateway toconfig/default.tomlso users discover the option when reading the file.Files to modify
config/default.toml:117— append after the existing compatible-provider example:Update
specs/003-llm-providers/spec.mdimplementations table with a new rowGonka (gateway).Acceptance
fy validate config/default.toml— well-formed TOML.cargo nextest run -p zeph-config --features full -- providers— tests parse the file without warnings.CHANGELOG.md[Unreleased]updated.Depends on
None.
Size
S (~1h)