LICENSE
README.md
pyproject.toml
tests/test_action_executor.py
tests/test_action_planner.py
tests/test_ai_codespeak.py
tests/test_ai_codespeak_prompt.py
tests/test_ai_explain_prompt.py
tests/test_anchor_alias_index.py
tests/test_anchor_parser_bugs.py
tests/test_anchor_suggestions.py
tests/test_anchor_tools_v2.py
tests/test_bench_patch_command.py
tests/test_change_explainer_project_map.py
tests/test_checkpoint_cmd_wrapper.py
tests/test_checkpoint_engine_router.py
tests/test_checkpoint_rust_engine.py
tests/test_codespeak.py
tests/test_context_chunk.py
tests/test_core_model_exports.py
tests/test_cross_platform_paths.py
tests/test_distribution_metadata.py
tests/test_doc_sources.py
tests/test_doc_sources_cmd.py
tests/test_docs_ai_enhance.py
tests/test_docs_build_cmd.py
tests/test_docs_enhance_heuristics.py
tests/test_docs_visualizer.py
tests/test_doctor_cmd_wrapper.py
tests/test_doctor_fix_anchors.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_feature_flags.py
tests/test_git_hooks.py
tests/test_git_hooks_post_commit.py
tests/test_guard_planning.py
tests/test_gui_cli_contracts.py
tests/test_handoff_auto_capture.py
tests/test_hook_setup.py
tests/test_http_retry.py
tests/test_import_resolver.py
tests/test_keys_store.py
tests/test_layer_routing.py
tests/test_local_checkpoints.py
tests/test_main_entrypoint.py
tests/test_manual_anchor_doctor_flags.py
tests/test_mcp_anchor_handlers.py
tests/test_mcp_checkpoint_handlers.py
tests/test_mcp_denied_capabilities.py
tests/test_mcp_dispatch_capture.py
tests/test_mcp_doctor_handlers.py
tests/test_mcp_health_handlers.py
tests/test_mcp_memory_handlers.py
tests/test_mcp_misc_handlers.py
tests/test_mcp_patch_apply.py
tests/test_mcp_patch_get.py
tests/test_mcp_patch_session.py
tests/test_mcp_protect_handlers.py
tests/test_mcp_recovery_handlers.py
tests/test_mcp_runtime.py
tests/test_mcp_state_store.py
tests/test_mcp_tool_loader.py
tests/test_mcp_tool_snapshot.py
tests/test_mcp_transfer_handlers.py
tests/test_memory_agent.py
tests/test_memory_aggregator.py
tests/test_memory_audit.py
tests/test_memory_capability_grants.py
tests/test_memory_freshness.py
tests/test_memory_handoff_review.py
tests/test_memory_handoff_summary_minimal.py
tests/test_memory_recovery_schemas.py
tests/test_memory_redaction.py
tests/test_memory_retention.py
tests/test_memory_review.py
tests/test_meta_paths.py
tests/test_patch_accuracy_scenarios.py
tests/test_patch_anchor_priority.py
tests/test_patch_cmd_wrapper.py
tests/test_patch_contract_gate.py
tests/test_patch_import_expansion.py
tests/test_patch_project_map_fallback.py
tests/test_patch_suggested_anchor.py
tests/test_patch_suggester_score_candidates.py
tests/test_patch_targeting_regressions.py
tests/test_patch_validation_strict.py
tests/test_patch_verb_cluster.py
tests/test_phase2_entry_detection.py
tests/test_plain_doctor_guard_render.py
tests/test_plan_lifecycle_cmds.py
tests/test_project_root_resolution.py
tests/test_project_scan.py
tests/test_recovery_agent.py
tests/test_recovery_apply_execution.py
tests/test_recovery_apply_readiness.py
tests/test_recovery_apply_scaffold.py
tests/test_recovery_candidate_discovery.py
tests/test_recovery_intent_zone.py
tests/test_recovery_locks.py
tests/test_recovery_path_safety.py
tests/test_recovery_planner.py
tests/test_recovery_sandwich.py
tests/test_recovery_signals.py
tests/test_secret_scan.py
tests/test_structure_planner.py
tests/test_structure_policy.py
tests/test_terminal_render.py
tests/test_transfer_cli_docs.py
tests/test_transfer_git_context.py
tests/test_trigger_baseline.py
tests/test_ui_label_index.py
tests/test_vib_anchor_cli_flags.py
tests/test_vib_checkpoint_rust_cli.py
tests/test_vib_cli_completion.py
tests/test_vib_cli_runtime.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_mcp_grant_cmd.py
tests/test_vib_memory_cmd.py
tests/test_vib_patch_contract_v0.py
tests/test_vib_patch_render.py
tests/test_vib_precheck.py
tests/test_vib_recover_cmd.py
tests/test_vib_secrets_cmd.py
tests/test_vib_start.py
tests/test_vib_start_hooks.py
tests/test_vib_transfer_handoff.py
tests/test_watch_engine.py
tests/test_watch_rules.py
tests/test_windows_subprocess_safety.py
tests/test_work_memory.py
tests/test_work_memory_freshness.py
tests/test_work_memory_migration.py
tests/test_work_memory_record_commit.py
tests/test_work_memory_relevant_api.py
tests/test_wrapper_anchor_penalty.py
vibelign/__init__.py
vibelign/__main__.py
vibelign/_vib_entry.py
vibelign/terminal_render.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/action_engine/__init__.py
vibelign/action_engine/action_planner.py
vibelign/action_engine/executors/__init__.py
vibelign/action_engine/executors/action_executor.py
vibelign/action_engine/executors/checkpoint_bridge.py
vibelign/action_engine/generators/__init__.py
vibelign/action_engine/generators/patch_generator.py
vibelign/action_engine/models/__init__.py
vibelign/action_engine/models/action.py
vibelign/action_engine/models/issue.py
vibelign/action_engine/models/plan.py
vibelign/cli/__init__.py
vibelign/cli/cli_base.py
vibelign/cli/cli_command_groups.py
vibelign/cli/cli_completion.py
vibelign/cli/cli_core_commands.py
vibelign/cli/cli_runtime.py
vibelign/cli/vib_cli.py
vibelign/commands/__init__.py
vibelign/commands/anchor_cmd.py
vibelign/commands/ask_cmd.py
vibelign/commands/bench_fixtures.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/init_cmd.py
vibelign/commands/install_guide_cmd.py
vibelign/commands/internal_post_commit_cmd.py
vibelign/commands/internal_record_commit_cmd.py
vibelign/commands/patch_cmd.py
vibelign/commands/protect_cmd.py
vibelign/commands/transfer_git_context.py
vibelign/commands/vib_anchor_cmd.py
vibelign/commands/vib_backup_db_maintenance_cmd.py
vibelign/commands/vib_backup_db_viewer_cmd.py
vibelign/commands/vib_bench_cmd.py
vibelign/commands/vib_checkpoint_cmd.py
vibelign/commands/vib_claude_hook_cmd.py
vibelign/commands/vib_doc_sources_cmd.py
vibelign/commands/vib_docs_build_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_mcp_cmd.py
vibelign/commands/vib_memory_cmd.py
vibelign/commands/vib_patch_cmd.py
vibelign/commands/vib_plan_close_cmd.py
vibelign/commands/vib_plan_override_cmd.py
vibelign/commands/vib_plan_structure_cmd.py
vibelign/commands/vib_precheck_cmd.py
vibelign/commands/vib_recover_cmd.py
vibelign/commands/vib_scan_cmd.py
vibelign/commands/vib_secrets_cmd.py
vibelign/commands/vib_show_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/analysis_cache.py
vibelign/core/anchor_tools.py
vibelign/core/auto_install.py
vibelign/core/change_explainer.py
vibelign/core/codespeak.py
vibelign/core/context_chunk.py
vibelign/core/doc_sources.py
vibelign/core/docs_ai_enhance.py
vibelign/core/docs_cache.py
vibelign/core/docs_index_cache.py
vibelign/core/docs_scan.py
vibelign/core/docs_visualizer.py
vibelign/core/doctor_v2.py
vibelign/core/fast_tools.py
vibelign/core/feature_flags.py
vibelign/core/git_hooks.py
vibelign/core/guard_report.py
vibelign/core/hook_setup.py
vibelign/core/http_retry.py
vibelign/core/import_resolver.py
vibelign/core/intent_ir.py
vibelign/core/keys_store.py
vibelign/core/local_checkpoints.py
vibelign/core/meta_paths.py
vibelign/core/patch_contract.py
vibelign/core/patch_plan.py
vibelign/core/patch_suggester.py
vibelign/core/patch_validation.py
vibelign/core/project_map.py
vibelign/core/project_root.py
vibelign/core/project_scan.py
vibelign/core/protected_files.py
vibelign/core/request_normalizer.py
vibelign/core/risk_analyzer.py
vibelign/core/scan_cache.py
vibelign/core/schema_contracts.py
vibelign/core/secret_scan.py
vibelign/core/strict_patch.py
vibelign/core/structure_planner.py
vibelign/core/structure_policy.py
vibelign/core/target_resolution.py
vibelign/core/ui_label_index.py
vibelign/core/watch_engine.py
vibelign/core/watch_reporter.py
vibelign/core/watch_rules.py
vibelign/core/watch_state.py
vibelign/core/work_memory.py
vibelign/core/checkpoint_engine/__init__.py
vibelign/core/checkpoint_engine/auto_backup.py
vibelign/core/checkpoint_engine/contracts.py
vibelign/core/checkpoint_engine/python_engine.py
vibelign/core/checkpoint_engine/requests.py
vibelign/core/checkpoint_engine/responses.py
vibelign/core/checkpoint_engine/router.py
vibelign/core/checkpoint_engine/rust_checkpoint_engine.py
vibelign/core/checkpoint_engine/rust_engine.py
vibelign/core/checkpoint_engine/shadow_runner.py
vibelign/core/memory/__init__.py
vibelign/core/memory/agent.py
vibelign/core/memory/aggregator.py
vibelign/core/memory/audit.py
vibelign/core/memory/capability_grants.py
vibelign/core/memory/capability_policy.py
vibelign/core/memory/freshness.py
vibelign/core/memory/handoff_review.py
vibelign/core/memory/memory_state.schema.json
vibelign/core/memory/models.py
vibelign/core/memory/redaction.py
vibelign/core/memory/retention.py
vibelign/core/memory/review.py
vibelign/core/memory/store.py
vibelign/core/recovery/__init__.py
vibelign/core/recovery/agent.py
vibelign/core/recovery/apply.py
vibelign/core/recovery/intent_zone.py
vibelign/core/recovery/locks.py
vibelign/core/recovery/models.py
vibelign/core/recovery/path.py
vibelign/core/recovery/planner.py
vibelign/core/recovery/recovery_plan.schema.json
vibelign/core/recovery/render.py
vibelign/core/recovery/sandwich.py
vibelign/core/recovery/signals.py
vibelign/core/recovery/trigger_baseline.py
vibelign/mcp/__init__.py
vibelign/mcp/mcp_anchor_handlers.py
vibelign/mcp/mcp_checkpoint_handlers.py
vibelign/mcp/mcp_denied_handlers.py
vibelign/mcp/mcp_dispatch.py
vibelign/mcp/mcp_doctor_handlers.py
vibelign/mcp/mcp_handler_registry.py
vibelign/mcp/mcp_health_handlers.py
vibelign/mcp/mcp_memory_handlers.py
vibelign/mcp/mcp_misc_handlers.py
vibelign/mcp/mcp_patch_handlers.py
vibelign/mcp/mcp_protect_handlers.py
vibelign/mcp/mcp_recovery_handlers.py
vibelign/mcp/mcp_runtime.py
vibelign/mcp/mcp_server.py
vibelign/mcp/mcp_state_store.py
vibelign/mcp/mcp_tool_loader.py
vibelign/mcp/mcp_tool_specs.py
vibelign/mcp/mcp_transfer_handlers.py
vibelign/patch/__init__.py
vibelign/patch/patch_builder.py
vibelign/patch/patch_contract_helpers.py
vibelign/patch/patch_fanout.py
vibelign/patch/patch_handoff.py
vibelign/patch/patch_output.py
vibelign/patch/patch_preview.py
vibelign/patch/patch_render.py
vibelign/patch/patch_steps.py
vibelign/patch/patch_targeting.py