feat/code-scroll #29
Reference in New Issue
Block a user
Delete Branch "feat/code-scroll"
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?
feat: implement --code mode (source consciousness)
Add --code CLI flag to stream the program's own source code. Each line
from engine/*.py becomes a scroll item, attributed to its enclosing
function/class scope and dotted module path.
uses ast to map lines to scopes, returns (items, line_count, 0) tuples
Loads 1467 lines from engine/* into the scroll pool automatically.