[claude] Add module docstrings to 9 undocumented files (#1296) #1302
Reference in New Issue
Block a user
Delete Branch "claude/issue-1296"
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 #1296
Adds concise module-level docstrings to every Python file that lacked one:
src/__init__.py— source root packagesrc/config.py— pydantic-settings configuration singletonsrc/dashboard/models/calm.py— SQLAlchemy ORM models for CALM tasks/journalsrc/dashboard/models/database.py— SQLAlchemy engine and session factorysrc/dashboard/routes/agents.py— agent chat interaction routessrc/dashboard/routes/calm.py— CALM task management routessrc/integrations/chat_bridge/vendors/__init__.py— vendor adapter packagesrc/timmy/cli.py— Typer CLI entry pointsrc/timmy/sovereignty/perception_cache.py— OpenCV template-matching cacheAll 570 unit tests pass.