forked from Rockachopa/Timmy-time-dashboard
Co-authored-by: Claude (Opus 4.6) <claude@hermes.local> Co-committed-by: Claude (Opus 4.6) <claude@hermes.local>
8 lines
268 B
Python
8 lines
268 B
Python
"""Self-coding package — Timmy's self-modification capability.
|
|
|
|
Provides the branch→edit→test→commit/revert loop that allows Timmy
|
|
to propose and apply code changes autonomously, gated by the test suite.
|
|
|
|
Main entry point: ``self_coding.self_modify.loop``
|
|
"""
|