LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/AUDIT_AND_FIXES_SUMMARY.md
docs/AUDIT_TODO.md
docs/COMMERCIAL_READINESS_CHECKLIST.md
docs/MCP_AUDIT_REPORT.md
docs/MCP_TOOLS_USAGE_GUIDE.md
docs/NORTHSTAR.md
docs/PLAN23_RETRIEVAL_HARDENING.md
docs/alice_context_continuity_guide.md
docs/alice_scenario.md
docs/architecture.md
docs/commercial_log.md
docs/dev_log.md
docs/hcr_engine_internals.md
docs/hcr_flow_diagram.md
docs/mcp_tool_audit_report.md
docs/mcp_tool_test_results_2026-05-04.md
docs/product_roadmap.md
docs/project_memory.md
docs/strategic_vision.md
docs/tasks.md
docs/archive/CODE_REVIEW_2026_04_28.md
docs/archive/COMPLETE_TRANSFORMATION_SUMMARY.md
docs/archive/HCR-Northstar-v2.md
docs/archive/HCR-Northstar-v3.md
docs/archive/HybridCognitiveRuntime-Northstar.md
docs/archive/PHASE1_DETAILED_CHANGELOG.md
docs/archive/PHASE1_FIXES_COMPLETED.md
docs/archive/PHASE2_DETAILED_CHANGELOG.md
docs/archive/PHASE2_IMPROVEMENTS.md
docs/archive/PHASE2_SUMMARY.md
docs/archive/PHASE3B_IMPLEMENTATION_ROADMAP.md
docs/archive/PHASE3D_COMPLETE.md
docs/archive/PHASE3_ARCHITECTURE.md
docs/archive/PHASE3_QUICK_REFERENCE.md
docs/archive/REALITY_CHECK_2026_05_01.md
docs/archive/WEEK1_COMPLETION.md
docs/archive/WEEK2_COMPLETION.md
docs/archive/phase2_plan.md
docs/research/causal_prefix_alignment.md
docs/research/market_positioning_2026.md
docs/research/mcp_server_hosting_requirements_2026.md
docs/research/token_benchmark_report.md
docs/superpowers/plans/2026-05-25-mcp-tool-commercial-grade-fixes.md
docs/superpowers/plans/2026-05-27-cpap-implementation.md
docs/superpowers/plans/2026-05-27-v1-unified-context-layer.md
docs/superpowers/plans/2026-05-30-hcr-core-loop-hardening.md
docs/superpowers/plans/2026-06-14-cross-surface-continuity.md
docs/superpowers/plans/2026-06-14-retrieval-quality-maximization.md
docs/superpowers/plans/2026-06-21-seed-docs.md
docs/superpowers/plans/2026-06-23-tool-api-tightening.md
docs/superpowers/plans/2026-06-25-ship-by-july-1.md
docs/superpowers/specs/2026-05-27-cpap-design.md
docs/superpowers/specs/2026-07-03-cli-rework-design.md
docs/superpowers/specs/2026-07-03-production-hardening-design.md
docs/system_prompts/chatgpt.md
docs/system_prompts/claude.md
docs/system_prompts/gemini.md
hcr/__init__.py
hcr/.hcr/cpap_epoch.json
hcr/engine/__init__.py
hcr/engine/engine_api.py
hcr/engine/causal/__init__.py
hcr/engine/causal/ast_extractor.py
hcr/engine/causal/co_change_miner.py
hcr/engine/causal/cso_impact.py
hcr/engine/causal/dependency_graph.py
hcr/engine/causal/event_store.py
hcr/engine/causal/impact_analyzer.py
hcr/engine/causal/metrics.py
hcr/engine/causal/temporal_correlator.py
hcr/engine/core/__init__.py
hcr/engine/cso/__init__.py
hcr/engine/cso/agent_registry.py
hcr/engine/cso/backend.py
hcr/engine/cso/cso_migrator.py
hcr/engine/cso/cso_model.py
hcr/engine/cso/cso_store.py
hcr/engine/inference/__init__.py
hcr/engine/inference/constraint_learner.py
hcr/engine/inference/narrator.py
hcr/engine/inference/predictor.py
hcr/engine/inference/tracer.py
hcr/engine/llm/__init__.py
hcr/engine/llm/llm_provider.py
hcr/engine/llm/providers/__init__.py
hcr/engine/llm/providers/anthropic.py
hcr/engine/llm/providers/google.py
hcr/engine/llm/providers/groq.py
hcr/engine/llm/providers/ollama.py
hcr/engine/llm/providers/openai.py
hcr/engine/memory/__init__.py
hcr/engine/memory/ccr_store.py
hcr/engine/memory/centrality.py
hcr/engine/memory/commit_extractor.py
hcr/engine/memory/constraint_propagation.py
hcr/engine/memory/context_export.py
hcr/engine/memory/cpap.py
hcr/engine/memory/dedup.py
hcr/engine/memory/embedding_store.py
hcr/engine/memory/feedback.py
hcr/engine/memory/fusion.py
hcr/engine/memory/git_ingestion.py
hcr/engine/memory/hyde.py
hcr/engine/memory/implicit_graph.py
hcr/engine/memory/merger.py
hcr/engine/memory/prefetch.py
hcr/engine/memory/projection.py
hcr/engine/memory/prospective.py
hcr/engine/memory/reranker.py
hcr/engine/memory/serializers.py
hcr/engine/memory/session_miner.py
hcr/engine/memory/sync.py
hcr/engine/state/__init__.py
hcr/engine/state/cognitive_state.py
hcr/engine/symbolic/__init__.py
hcr/engine/symbolic/friction_detector.py
hcr/engine/symbolic/profile_manager.py
hcr/engine/symbolic/rules.py
hcr/engine/symbolic/verifier.py
hcr/product/PRODUCT_SPEC.md
hcr/product/SYSTEM_DESIGN.md
hcr/product/__init__.py
hcr/product/__main__.py
hcr/product/auto_init.py
hcr/product/config.py
hcr/product/git_history_seeder.py
hcr/product/git_hook_trigger.py
hcr/product/api/__init__.py
hcr/product/api/apikeys.py
hcr/product/api/auth.py
hcr/product/api/circuit_breaker.py
hcr/product/api/cpap_store.py
hcr/product/api/csos.py
hcr/product/api/device.py
hcr/product/api/main.py
hcr/product/api/mcp_endpoint.py
hcr/product/api/memory.py
hcr/product/api/middleware.py
hcr/product/api/preflight.py
hcr/product/api/rate_limit.py
hcr/product/api/state.py
hcr/product/api/stream.py
hcr/product/api/supabase_client.py
hcr/product/api/teams.py
hcr/product/api/telemetry.py
hcr/product/auth/__init__.py
hcr/product/auth/jwt_handler.py
hcr/product/auth/refresh.py
hcr/product/auth/token_store.py
hcr/product/caching/__init__.py
hcr/product/caching/cache.py
hcr/product/cli/__init__.py
hcr/product/cli/auth_cmd.py
hcr/product/cli/banner.py
hcr/product/cli/commands.py
hcr/product/cli/doctor.py
hcr/product/cli/explain.py
hcr/product/cli/install.py
hcr/product/cli/main.py
hcr/product/cli/resume.py
hcr/product/cli/setup.py
hcr/product/cli/theme.py
hcr/product/cli/ui.py
hcr/product/cli/commands/__init__.py
hcr/product/cli/commands/auth.py
hcr/product/cli/commands/doctor.py
hcr/product/cli/commands/export_cmd.py
hcr/product/cli/commands/forget.py
hcr/product/cli/commands/init_cmd.py
hcr/product/cli/commands/remember.py
hcr/product/cli/commands/search.py
hcr/product/cli/commands/setup_cmd.py
hcr/product/cli/commands/status.py
hcr/product/cli/commands/sync.py
hcr/product/core/__init__.py
hcr/product/core/hook_health.py
hcr/product/daemon/__init__.py
hcr/product/daemon/__main__.py
hcr/product/daemon/git_hooks.py
hcr/product/daemon/terminal_logger.py
hcr/product/hooks/__init__.py
hcr/product/hooks/claude_code.py
hcr/product/hooks/installer.py
hcr/product/integrations/__init__.py
hcr/product/integrations/config.py
hcr/product/integrations/mcp_server.py
hcr/product/integrations/mcp_server_stdio.py
hcr/product/integrations/prometheus_metrics.py
hcr/product/integrations/request_context.py
hcr/product/integrations/telemetry_client.py
hcr/product/integrations/transport.py
hcr/product/integrations/tools/__init__.py
hcr/product/integrations/tools/agent_tools.py
hcr/product/integrations/tools/base_tool.py
hcr/product/integrations/tools/ccr_tool.py
hcr/product/integrations/tools/context_tools.py
hcr/product/integrations/tools/coverage_tool.py
hcr/product/integrations/tools/cso_tools.py
hcr/product/integrations/tools/decision_tools.py
hcr/product/integrations/tools/file_tools.py
hcr/product/integrations/tools/health_tools.py
hcr/product/integrations/tools/impact_tools.py
hcr/product/integrations/tools/operator_tools.py
hcr/product/integrations/tools/output_synthesizer.py
hcr/product/integrations/tools/recommendation_tools.py
hcr/product/integrations/tools/risk_tools.py
hcr/product/integrations/tools/search_tools.py
hcr/product/integrations/tools/session_tools.py
hcr/product/integrations/tools/shared_state_tools.py
hcr/product/integrations/tools/state_tools.py
hcr/product/integrations/tools/task_tools.py
hcr/product/integrations/tools/telemetry_tools.py
hcr/product/integrations/tools/trigger_tools.py
hcr/product/integrations/tools/version_tools.py
hcr/product/integrations/tools/why_tools.py
hcr/product/proxy/__init__.py
hcr/product/proxy/interceptor.py
hcr/product/security/__init__.py
hcr/product/security/policy_manager.py
hcr/product/server/__init__.py
hcr/product/state_capture/__init__.py
hcr/product/state_capture/file_watcher.py
hcr/product/state_capture/git_tracker.py
hcr/product/storage/__init__.py
hcr/product/storage/decisions_reader.py
hcr/product/storage/provenance.py
hcr/product/storage/semantic_decay.py
hcr/product/storage/state_persistence.py
hcr/product/storage/state_transaction.py
hcr/product/sync/__init__.py
hcr/product/sync/outbox.py
hcr_memory.egg-info/PKG-INFO
hcr_memory.egg-info/SOURCES.txt
hcr_memory.egg-info/dependency_links.txt
hcr_memory.egg-info/entry_points.txt
hcr_memory.egg-info/requires.txt
hcr_memory.egg-info/top_level.txt
tests/test_agent_governance.py
tests/test_agent_registry.py
tests/test_all_mcp_tools.py
tests/test_api_apikeys.py
tests/test_api_auth.py
tests/test_api_cpap_stats.py
tests/test_api_csos.py
tests/test_api_memory.py
tests/test_api_teams.py
tests/test_api_telemetry.py
tests/test_auth_bypass.py
tests/test_auto_init.py
tests/test_cache.py
tests/test_causal.py
tests/test_ccr.py
tests/test_centrality.py
tests/test_centrality_decay.py
tests/test_circuit_breaker.py
tests/test_claude_md_injection.py
tests/test_cli_team_sync.py
tests/test_co_change_miner.py
tests/test_cognitive_projection_wire.py
tests/test_commit_extractor.py
tests/test_config.py
tests/test_constraint_propagation.py
tests/test_coverage_signal.py
tests/test_cpap.py
tests/test_cso_impact.py
tests/test_cso_impact_semantic.py
tests/test_cso_migrator.py
tests/test_cso_model.py
tests/test_cso_serializers.py
tests/test_cso_store.py
tests/test_cso_tools.py
tests/test_daemon.py
tests/test_decision_tools.py
tests/test_decisions_reader.py
tests/test_dedup_supersedence.py
tests/test_e2e_core_promise.py
tests/test_embed_tiers.py
tests/test_embedding_store.py
tests/test_embedding_sync.py
tests/test_encoding_fix.py
tests/test_engine_api_extra.py
tests/test_engine_api_extract_task.py
tests/test_engine_init.py
tests/test_feedback.py
tests/test_feedback_reset.py
tests/test_fusion.py
tests/test_fusion_mmr_parity.py
tests/test_get_csos_by_scope.py
tests/test_git_history_seeder.py
tests/test_git_hooks.py
tests/test_git_ingestion.py
tests/test_groq_direct.py
tests/test_hcr_search_tool.py
tests/test_hooks_integration.py
tests/test_hyde.py
tests/test_implicit_graph.py
tests/test_inference.py
tests/test_inference_benchmark.py
tests/test_init_seeding.py
tests/test_install_command.py
tests/test_integration_cross_tool.py
tests/test_llm_provider.py
tests/test_llm_provider_comparison.py
tests/test_mcp_auth.py
tests/test_mcp_e2e_report.py
tests/test_mcp_init.py
tests/test_mcp_init2.py
tests/test_mcp_inject.py
tests/test_mcp_server_init.py
tests/test_mcp_stdio_auth.py
tests/test_mcp_stdio_e2e.py
tests/test_mcp_tools.py
tests/test_onboarding.py
tests/test_optimizations.py
tests/test_outbox.py
tests/test_plan21_critical.py
tests/test_policy_manager.py
tests/test_prefetch.py
tests/test_preflight.py
tests/test_preflight_centrality.py
tests/test_preflight_cpap_channel_ranks.py
tests/test_project_id_unification.py
tests/test_projection.py
tests/test_projection_priority.py
tests/test_prospective.py
tests/test_provenance.py
tests/test_proxy_interceptor.py
tests/test_rate_limit.py
tests/test_rehearsal_decay.py
tests/test_reranker.py
tests/test_resolve_tool.py
tests/test_resume_decisions.py
tests/test_rollback_cso.py
tests/test_save_state.py
tests/test_scrutiny_adversarial.py
tests/test_scrutiny_continuity.py
tests/test_scrutiny_cross_project.py
tests/test_scrutiny_retrieval.py
tests/test_seed_docs_cli.py
tests/test_semantic_decay.py
tests/test_session_miner.py
tests/test_sse_notify.py
tests/test_sse_stream.py
tests/test_state.py
tests/test_state_api.py
tests/test_state_merger.py
tests/test_state_tools_enrichment.py
tests/test_symbolic.py
tests/test_symbolic_verifier.py
tests/test_sync.py
tests/test_sync_pull.py
tests/test_synthesizer.py
tests/test_telemetry_client.py
tests/test_temporal_channel.py
tests/test_temporal_correlator.py
tests/test_token_store.py
tests/test_token_store_apikey.py
tests/test_tool_input_validation.py
tests/test_transport.py
tests/test_verbosity.py
tests/test_write_batch.py