LICENSE
README.md
pyproject.toml
ai/__init__.py
ai/content_engine.py
ai/context_fs.py
ai/daemon.py
ai/data_plane.py
ai/deliberation.py
ai/events.py
ai/founding_users.py
ai/governance.py
ai/key_resolver.py
ai/ledger_manager.py
ai/license.py
ai/license_core.py
ai/local_server.py
ai/release_sync.py
ai/secrets_broker.py
ai/server.py
ai/social.py
ai/supabase_sync.py
ai/tracing.py
ai/backends/__init__.py
ai/backends/async_utils.py
ai/backends/deploy_bridge.py
ai/backends/gateway_core.py
ai/backends/generate_bridge.py
ai/backends/governance_bridge.py
ai/backends/intel_bridge.py
ai/backends/memory_bridge.py
ai/backends/ops_bridge.py
ai/backends/os_bridge.py
ai/backends/repo_bridge.py
ai/backends/tools_data.py
ai/backends/tools_design.py
ai/backends/tools_infra.py
ai/backends/tools_real.py
ai/backends/ui_bridge.py
ai/backends/vault_bridge.py
ai/schemas/__init__.py
cli/__init__.py
cli/main.py
core/__init__.py
core/auto_baseline.py
core/ci_formatter.py
core/complexity_analyzer.py
core/contract_ledger.py
core/dependency_graph.py
core/dependency_manifest.py
core/diff_engine_v2.py
core/event_backbone.py
core/event_schema.py
core/explainer.py
core/gateway.py
core/gateway_v2.py
core/gateway_v3.py
core/impact_analyzer.py
core/policy_engine.py
core/registry.py
core/registry_v2.py
core/registry_v3.py
core/semver_classifier.py
core/spec_detector.py
core/surface_bridge.py
core/policies/default.yml
core/policies/relaxed.yml
core/policies/strict.yml
core/zero_spec/__init__.py
core/zero_spec/detector.py
core/zero_spec/express_extractor.py
core/zero_spec/fastapi_extractor.py
core/zero_spec/nestjs_extractor.py
delimit_mcp.egg-info/PKG-INFO
delimit_mcp.egg-info/SOURCES.txt
delimit_mcp.egg-info/dependency_links.txt
delimit_mcp.egg-info/entry_points.txt
delimit_mcp.egg-info/requires.txt
delimit_mcp.egg-info/top_level.txt
schemas/__init__.py
schemas/base.py
schemas/evidence.py
schemas/requests.py
schemas/requests_v2.py
tests/test_agent_identity.py
tests/test_agent_sdk.py
tests/test_auto_baseline.py
tests/test_breaking_changes.py
tests/test_ci_formatter.py
tests/test_cli.py
tests/test_codex_audit_fixes.py
tests/test_codex_audit_fixes_2.py
tests/test_codex_compat_regressions.py
tests/test_complete_v12.py
tests/test_content_engine.py
tests/test_context_fs.py
tests/test_contract_ledger.py
tests/test_daemon.py
tests/test_data_plane.py
tests/test_deliberation.py
tests/test_delimit_init.py
tests/test_dependency_graph.py
tests/test_dependency_manifest.py
tests/test_diff_engine_expanded.py
tests/test_event_backbone.py
tests/test_event_schema.py
tests/test_evidence_contract.py
tests/test_experimental_tools.py
tests/test_explainer.py
tests/test_express_extractor.py
tests/test_governance.py
tests/test_impact_analyzer.py
tests/test_imports.py
tests/test_input_sanitization.py
tests/test_integration.py
tests/test_key_resolver.py
tests/test_license.py
tests/test_local_server.py
tests/test_mcp_bridges.py
tests/test_next_steps.py
tests/test_openapi31.py
tests/test_parity.py
tests/test_policy_engine.py
tests/test_policy_kernel.py
tests/test_premium_gate.py
tests/test_ref_resolution.py
tests/test_ref_resolution_extended.py
tests/test_registry.py
tests/test_registry_v2.py
tests/test_registry_v3.py
tests/test_secrets_broker.py
tests/test_semver_classifier.py
tests/test_sensor_github_issue.py
tests/test_social.py
tests/test_spec_detector.py
tests/test_supabase_sync.py
tests/test_surface_bridge.py
tests/test_tasks.py
tests/test_tools_data.py
tests/test_tools_design.py
tests/test_tools_infra.py
tests/test_tools_real.py
tests/test_tracing.py
tests/test_zero_spec.py
tests/test_zero_spec_extended.py