1
0
This repository has been archived on 2026-03-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Timmy-time-dashboard/src/self_coding/__init__.py

8 lines
268 B
Python
Raw Normal View History

"""Self-coding package — Timmy's self-modification capability.
Provides the branchedittestcommit/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``
"""