[kimi] Add matrix config loader utility (#680) #742
Reference in New Issue
Block a user
Delete Branch "kimi/issue-680"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #680
Summary
Added a matrix config loader utility that provides typed configuration for the Matrix frontend.
Changes
src/infrastructure/matrix_config.py: New module with:
MatrixConfigdataclass with sections: lighting, environment, features, agentsload_from_yaml(path)function that loads config/matrix.yaml with sensible defaultsconfig/matrix.yaml: Updated with correct lighting defaults (warm amber ambient)
tests/unit/test_matrix_config.py: Comprehensive unit tests covering:
Testing