Commit Graph

4 Commits

Author SHA1 Message Date
d014878b39 fix CI fail
All checks were successful
CI/CD / build-deploy (pull_request) Successful in 18s
2026-01-19 18:06:39 +08:00
6b4a485ae5 add CI workflow
Some checks failed
CI/CD / build-deploy (pull_request) Failing after 9s
2026-01-19 18:01:50 +08:00
df0610c15f refactor: simplify ConfigLoader and enhance ConfigRepresenter
- Bump version to 0.0.2 and update timi-io dependency
- Refactor ConfigLoader with cleaner SnakeYAML integration
- Add LoaderOptions security settings (recursion limit, alias limit, size limit)
- Enhance ConfigRepresenter to skip null values and improve enum serialization
- Remove RawMapper inner class and rawMappingList in favor of direct field reflection
- Simplify converter mechanism with cleaner serialize/deserialize flow
- Update tests to match new simplified API
- Add .claude and temp files to .gitignore

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 18:19:31 +08:00
791cf9b770 Initial project 2025-07-13 17:58:12 +08:00