f0118047e5
Collect warnings during config loading instead of crashing when config files have invalid JSON, schema errors, or frontmatter issues. Warnings are exposed via a new GET /config/warnings pull-based endpoint. - Add Config.Warning schema and warnings collection in stateInit() - Wrap all loadFile/load calls with try/catch to collect warnings - Thread warnings through loadCommand/loadAgent/loadMode/invalid - Wrap well-known remote config block to prevent network/parse crashes - Add GET /config/warnings server route with OpenAPI spec - Regenerate SDK with config.warnings() method - TUI: fetch warnings in bootstrap non-blocking phase, show as toast - VS Code: fetch warnings on SSE connect, show as native notifications - Add 5 new tests for warning collection (JSON, schema, markdown)