Files
Will Pfleger e44a0cdc1a feat: add JSON Schema for config.yaml with typed config accessors
Goose has no machine-readable schema for config.yaml and config keys were accessed via untyped string literals across the codebase. This adds a JSON Schema for IDE autocomplete and validation, with GooseConfigSchema as the authoritative registry for user-facing config keys.

Typed accessors replace raw string-key reads across user-facing config call sites while compile-time assertions keep accessor declarations tied to schema membership. Raw get_param and set_param remain available for dynamic and internal config storage.

Signed-off-by: Will Pfleger <wpfleger@block.xyz>
2026-05-06 16:02:54 -04:00
..