chore: update Clix Flutter llms.txt index#8
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1bb0e4b67f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| ## lib/src/core | ||
| - [Clix Config.g](https://raw.githubusercontent.com/clix-so/clix-flutter-sdk/main/lib/src/core/clix_config.g.dart): Generated `json_serializable` helpers for `ClixConfig`, providing `_$ClixConfigFromJson`/`_$ClixConfigToJson` for JSON mapping, default endpoint/log level handling, extraHeaders map conversion, and enum–string mapping via `_$ClixLogLevelEnumMap`. | ||
| - [Clix Config.g](https://raw.githubusercontent.com/clix-so/clix-flutter-sdk/main/lib/src/core/clix_config.g.dart): Generated json_serializable helpers for ClixConfig: _$ClixConfigFromJson/_$ClixConfigToJson and enum map, performing Map↔ClixConfig conversion, casting fields, applying defaults (endpoint 'https://api.clix. |
There was a problem hiding this comment.
Keep ClixConfig entry from truncating default endpoint
This regenerated line is truncated mid-sentence at https://api.clix. (with an unclosed parenthetical), so the index no longer communicates the actual default endpoint (https://api.clix.so) and full config behavior. Because llms.txt is intended as machine-consumable documentation, this introduces inaccurate metadata for ClixConfig consumers and regresses the previous complete description.
Useful? React with 👍 / 👎.
This PR updates the generated Clix Flutter SDK llms.txt index.