.gitignore
LICENSE
README.md
pyproject.toml
setup.py
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/cut-release.yml
.github/workflows/finalize.yml
.github/workflows/merge-release.yml
.github/workflows/post-merge.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/CallContext.md
docs/ChangeDetection.md
docs/FrameAttachment.md
docs/README.ko.md
docs/ScopeResolution.md
docs/StatusModel.md
docs/contributing-gitflow.md
docs/assets/oscilo-banner-dark.png
docs/assets/oscilo-banner-dark@2x.png
docs/assets/oscilo-banner-light.png
docs/assets/oscilo-banner-light@2x.png
docs/assets/oscilo_logo_final.png
docs/assets/ChangeDetection/image_1.png
docs/assets/ChangeDetection/image_2.png
docs/assets/ChangeDetection/image_3.png
src/oscilo/CallContext.py
src/oscilo/FileWriter.py
src/oscilo/HistoryBuffer.py
src/oscilo/ScopeResolver.py
src/oscilo/TraceDispatcher.py
src/oscilo/VariableTracker.py
src/oscilo/__init__.py
src/oscilo/_core.py
src/oscilo/_version.py
src/oscilo/oscilo_engine.c
src/oscilo.egg-info/PKG-INFO
src/oscilo.egg-info/SOURCES.txt
src/oscilo.egg-info/dependency_links.txt
src/oscilo.egg-info/not-zip-safe
src/oscilo.egg-info/scm_file_list.json
src/oscilo.egg-info/scm_version.json
src/oscilo.egg-info/top_level.txt
tests/test.py
tests/test_call_context.py
tests/test_log_register.py
tests/test_oscilo_behavior.py
tests/test_oscilo_components.py
tests/test_oscilo_edge_cases.py
tests/test_oscilo_engine.py
tests/test_oscilo_process_lifecycle.py
tests/test_scope_resolver_legb.py
tests/test_trace_dispatcher.py
tests/test_trace_dispatcher_enclosing.py
tests/test_tracker_selection.py
tests/test_variable_tracker.py