LICENSE
README.md
pyproject.toml
tests/test_ai_codespeak.py
tests/test_ai_explain_prompt.py
tests/test_anchor_suggestions.py
tests/test_anchor_tools_v2.py
tests/test_change_explainer_project_map.py
tests/test_codespeak.py
tests/test_distribution_metadata.py
tests/test_edge_anchor_tools.py
tests/test_edge_change_explainer.py
tests/test_edge_corrupt_metadata.py
tests/test_edge_empty_project.py
tests/test_edge_guard_none_fields.py
tests/test_edge_init_permissions.py
tests/test_edge_patch_codespeak.py
tests/test_fast_tools.py
tests/test_git_hooks.py
tests/test_local_checkpoints.py
tests/test_meta_paths.py
tests/test_patch_anchor_priority.py
tests/test_patch_project_map_fallback.py
tests/test_patch_suggested_anchor.py
tests/test_plain_doctor_guard_render.py
tests/test_secret_scan.py
tests/test_terminal_render.py
tests/test_vib_cli_surface.py
tests/test_vib_doctor_v2.py
tests/test_vib_explain_render.py
tests/test_vib_guard_render.py
tests/test_vib_init_files.py
tests/test_vib_init_gitignore.py
tests/test_vib_patch_contract_v0.py
tests/test_vib_patch_render.py
tests/test_vib_start.py
tests/test_vib_transfer_handoff.py
tests/test_windows_subprocess_safety.py
vibelign/__init__.py
vibelign/cli.py
vibelign/mcp_server.py
vibelign/terminal_render.py
vibelign/vib_cli.py
vibelign.egg-info/PKG-INFO
vibelign.egg-info/SOURCES.txt
vibelign.egg-info/dependency_links.txt
vibelign.egg-info/entry_points.txt
vibelign.egg-info/requires.txt
vibelign.egg-info/top_level.txt
vibelign/commands/__init__.py
vibelign/commands/anchor_cmd.py
vibelign/commands/ask_cmd.py
vibelign/commands/checkpoint_cmd.py
vibelign/commands/config_cmd.py
vibelign/commands/doctor_cmd.py
vibelign/commands/explain_cmd.py
vibelign/commands/export_cmd.py
vibelign/commands/guard_cmd.py
vibelign/commands/history_cmd.py
vibelign/commands/init_cmd.py
vibelign/commands/install_guide_cmd.py
vibelign/commands/patch_cmd.py
vibelign/commands/protect_cmd.py
vibelign/commands/undo_cmd.py
vibelign/commands/vib_anchor_cmd.py
vibelign/commands/vib_bench_cmd.py
vibelign/commands/vib_checkpoint_cmd.py
vibelign/commands/vib_doctor_cmd.py
vibelign/commands/vib_explain_cmd.py
vibelign/commands/vib_guard_cmd.py
vibelign/commands/vib_history_cmd.py
vibelign/commands/vib_init_cmd.py
vibelign/commands/vib_manual_cmd.py
vibelign/commands/vib_patch_cmd.py
vibelign/commands/vib_scan_cmd.py
vibelign/commands/vib_secrets_cmd.py
vibelign/commands/vib_start_cmd.py
vibelign/commands/vib_transfer_cmd.py
vibelign/commands/vib_undo_cmd.py
vibelign/commands/watch_cmd.py
vibelign/core/__init__.py
vibelign/core/ai_codespeak.py
vibelign/core/ai_dev_system.py
vibelign/core/ai_explain.py
vibelign/core/anchor_tools.py
vibelign/core/auto_install.py
vibelign/core/change_explainer.py
vibelign/core/codespeak.py
vibelign/core/doctor_v2.py
vibelign/core/fast_tools.py
vibelign/core/git_hooks.py
vibelign/core/guard_report.py
vibelign/core/hook_setup.py
vibelign/core/local_checkpoints.py
vibelign/core/meta_paths.py
vibelign/core/patch_suggester.py
vibelign/core/project_map.py
vibelign/core/project_scan.py
vibelign/core/protected_files.py
vibelign/core/risk_analyzer.py
vibelign/core/scan_cache.py
vibelign/core/secret_scan.py
vibelign/core/watch_engine.py
vibelign/core/watch_reporter.py
vibelign/core/watch_rules.py
vibelign/core/watch_state.py