[t-002] Create config.py — Pydantic YAML loader #2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Implement the configuration loading system using Pydantic models backed by YAML.
References
Reference
~/.keryx/config.yamlstructure)Implementation Steps
Implementation Steps
1. Create
src/core/config.pyCreate a complete config module with:
2. Create a default config.yaml for development
Create
~/.keryx/config.yamlwith the exact values from DESIGN.md §4:Verification Gate
Verification Gate
Run:
STOP Conditions
STOP Conditions
Depends on: t-001