LICENSE
README.md
pyproject.toml
src/sin_code_bundle/__init__.py
src/sin_code_bundle/agents_md.py
src/sin_code_bundle/ast_edit.py
src/sin_code_bundle/bench.py
src/sin_code_bundle/budget.py
src/sin_code_bundle/cache.py
src/sin_code_bundle/checkpoint.py
src/sin_code_bundle/cli.py
src/sin_code_bundle/codocs.py
src/sin_code_bundle/dap_bridge.py
src/sin_code_bundle/gitnexus.py
src/sin_code_bundle/hashline.py
src/sin_code_bundle/hooks.py
src/sin_code_bundle/immortal_commit.py
src/sin_code_bundle/interceptor.py
src/sin_code_bundle/lsp_backend.py
src/sin_code_bundle/lsp_bootstrap.py
src/sin_code_bundle/markitdown.py
src/sin_code_bundle/mcp_config.py
src/sin_code_bundle/mcp_server.py
src/sin_code_bundle/memory.py
src/sin_code_bundle/merge_safety.py
src/sin_code_bundle/orchestration_worktrees.py
src/sin_code_bundle/policy.py
src/sin_code_bundle/preflight.py
src/sin_code_bundle/programming_workflow.py
src/sin_code_bundle/rtk.py
src/sin_code_bundle/safety.py
src/sin_code_bundle/session_warmup.py
src/sin_code_bundle/skills.py
src/sin_code_bundle/symbol_resolve.py
src/sin_code_bundle/vfs.py
src/sin_code_bundle.egg-info/PKG-INFO
src/sin_code_bundle.egg-info/SOURCES.txt
src/sin_code_bundle.egg-info/dependency_links.txt
src/sin_code_bundle.egg-info/entry_points.txt
src/sin_code_bundle.egg-info/requires.txt
src/sin_code_bundle.egg-info/top_level.txt
src/sin_code_bundle/data/codocs/SKILL.md
src/sin_code_bundle/tools/__init__.py
src/sin_code_bundle/tools/pypi_setup.py
tests/test_agent_integration.py
tests/test_bench.py
tests/test_budget.py
tests/test_bundle.py
tests/test_codocs.py
tests/test_consistency.py
tests/test_gitnexus.py
tests/test_hooks.py
tests/test_lsp_backend.py
tests/test_markitdown.py
tests/test_mcp_integration.py
tests/test_memory.py
tests/test_policy.py
tests/test_pypi_setup.py
tests/test_rtk.py
tests/test_security_audit_bundle.py
tests/test_serve.py
tests/test_skills.py
tests/test_v2_features.py