LICENSE
MANIFEST.in
NOTICE
README.md
pyproject.toml
cognitive_firm.egg-info/PKG-INFO
cognitive_firm.egg-info/SOURCES.txt
cognitive_firm.egg-info/dependency_links.txt
cognitive_firm.egg-info/entry_points.txt
cognitive_firm.egg-info/requires.txt
cognitive_firm.egg-info/top_level.txt
distro/README.md
distro/__init__.py
distro/starter-firm/DEPLOY.md
distro/starter-firm/package.yaml
distro/starter-firm/files/mandates/analyst_mandate.md
distro/starter-firm/files/mandates/lead_mandate.md
distro/starter-firm/files/mandates/reviewer_mandate.md
distro/starter-firm/files/operating_units/operating_units.json
distro/starter-firm/files/preferences/principal.yaml
distro/starter-firm/files/projects/first-project/project_charter.md
distro/starter-firm/files/roles/analyst.yaml
distro/starter-firm/files/roles/lead.yaml
distro/starter-firm/files/roles/principal.yaml
distro/starter-firm/files/roles/reviewer.yaml
src/cognitive_firm/__init__.py
src/cognitive_firm/cli.py
src/cognitive_firm/identity_providers.py
src/cognitive_firm/identity_provisioning.py
src/cognitive_firm/kernel_service.py
src/cognitive_firm/py.typed
src/cognitive_firm/common/__init__.py
src/cognitive_firm/common/llm_runtime.py
src/cognitive_firm/common/paths.py
src/cognitive_firm/distribution/__init__.py
src/cognitive_firm/distribution/authority_diff.py
src/cognitive_firm/distribution/boot.py
src/cognitive_firm/distribution/cli.py
src/cognitive_firm/distribution/gitops.py
src/cognitive_firm/distribution/governed_install.py
src/cognitive_firm/distribution/installer.py
src/cognitive_firm/distribution/lockfile.py
src/cognitive_firm/distribution/manifest.py
src/cognitive_firm/distribution/registry.py
src/cognitive_firm/distribution/remote_registry.py
src/cognitive_firm/distribution/rollback.py
src/cognitive_firm/distribution/signing.py
src/cognitive_firm/notifications/__init__.py
src/cognitive_firm/notifications/channels.py
src/cognitive_firm/notifications/push.py
src/cognitive_firm/notifications/telegram.py
src/cognitive_firm/orchestration/__init__.py
src/cognitive_firm/orchestration/a2a_projection.py
src/cognitive_firm/orchestration/accountability.py
src/cognitive_firm/orchestration/accountability_cases.py
src/cognitive_firm/orchestration/action_attestation.py
src/cognitive_firm/orchestration/action_impact.py
src/cognitive_firm/orchestration/actor_identity.py
src/cognitive_firm/orchestration/actor_membership.py
src/cognitive_firm/orchestration/adapter_conformance.py
src/cognitive_firm/orchestration/agent_channels.py
src/cognitive_firm/orchestration/app_integrations.py
src/cognitive_firm/orchestration/app_intents.py
src/cognitive_firm/orchestration/arbiter.py
src/cognitive_firm/orchestration/artifact_bundle.py
src/cognitive_firm/orchestration/artifact_dependencies.py
src/cognitive_firm/orchestration/audit_integrity.py
src/cognitive_firm/orchestration/chat_handler.py
src/cognitive_firm/orchestration/cli.py
src/cognitive_firm/orchestration/command_surface.py
src/cognitive_firm/orchestration/config_parser.py
src/cognitive_firm/orchestration/connector_families.py
src/cognitive_firm/orchestration/core.py
src/cognitive_firm/orchestration/daemon_continuity.py
src/cognitive_firm/orchestration/debate_orchestrator.py
src/cognitive_firm/orchestration/decision_rights.py
src/cognitive_firm/orchestration/eu_ai_act_deploy_gate.py
src/cognitive_firm/orchestration/evidence_gaps.py
src/cognitive_firm/orchestration/execution_routing.py
src/cognitive_firm/orchestration/extension_schemas.py
src/cognitive_firm/orchestration/external_run_kernel_gap_tracker.py
src/cognitive_firm/orchestration/external_runs.py
src/cognitive_firm/orchestration/forecast_market.py
src/cognitive_firm/orchestration/gate_escalation.py
src/cognitive_firm/orchestration/goals_inbox.py
src/cognitive_firm/orchestration/goals_inbox_cli.py
src/cognitive_firm/orchestration/governance_changes.py
src/cognitive_firm/orchestration/human_work.py
src/cognitive_firm/orchestration/inbound_events.py
src/cognitive_firm/orchestration/inbound_provider_adapters.py
src/cognitive_firm/orchestration/intelligence_sources.py
src/cognitive_firm/orchestration/kernel_events.py
src/cognitive_firm/orchestration/learning_events.py
src/cognitive_firm/orchestration/learning_transition_compiler.py
src/cognitive_firm/orchestration/leases.py
src/cognitive_firm/orchestration/migrations.py
src/cognitive_firm/orchestration/operating_unit_surface.py
src/cognitive_firm/orchestration/operating_units.py
src/cognitive_firm/orchestration/org_surface.py
src/cognitive_firm/orchestration/otel_export.py
src/cognitive_firm/orchestration/outcome_links.py
src/cognitive_firm/orchestration/persistence.py
src/cognitive_firm/orchestration/policy_decisions.py
src/cognitive_firm/orchestration/predicates.py
src/cognitive_firm/orchestration/project_charter.py
src/cognitive_firm/orchestration/resource_allocation.py
src/cognitive_firm/orchestration/resource_envelope.py
src/cognitive_firm/orchestration/routine_reviews.py
src/cognitive_firm/orchestration/run_checkpoints.py
src/cognitive_firm/orchestration/runtime_adapters.py
src/cognitive_firm/orchestration/saga_compensation.py
src/cognitive_firm/orchestration/state_backends.py
src/cognitive_firm/orchestration/state_surface_inventory.py
src/cognitive_firm/orchestration/strategy_office.py
src/cognitive_firm/orchestration/task_authorization.py
src/cognitive_firm/orchestration/tenant_isolation.py
src/cognitive_firm/orchestration/transition_log.py
src/cognitive_firm/orchestration/work_discovery.py
src/cognitive_firm/orchestration/work_items.py
src/cognitive_firm/orchestration/adapters/__init__.py
src/cognitive_firm/orchestration/adapters/dispatch.py
src/cognitive_firm/orchestration/modules/__init__.py
src/cognitive_firm/orchestration/modules/test_module.py
src/cognitive_firm/role_extensions/__init__.py
src/cognitive_firm/role_extensions/frontier_runner.py
src/cognitive_firm/role_extensions/frontier_state.py
src/cognitive_firm/role_extensions/iter_action_executor.py
src/cognitive_firm/role_extensions/iter_action_policy.py
src/cognitive_firm/role_extensions/research_director.py
src/cognitive_firm/role_extensions/mcp_bridge/__init__.py
src/cognitive_firm/role_extensions/mcp_bridge/capabilities.py
src/cognitive_firm/role_extensions/mcp_bridge/outbox_relay.py
src/cognitive_firm/role_extensions/mcp_bridge/projections.py
src/cognitive_firm/role_extensions/mcp_bridge/transport.py
src/cognitive_firm/role_extensions/mcp_bridge/servers/__init__.py
src/cognitive_firm/role_extensions/mcp_bridge/servers/linear.py
src/cognitive_firm/sessions/__init__.py
src/cognitive_firm/sessions/claims.py
src/cognitive_firm/sessions/enforce.py
src/cognitive_firm/signals/__init__.py
src/cognitive_firm/signals/autoemit.py
src/cognitive_firm/signals/damage.py
src/cognitive_firm/userland/__init__.py
src/cognitive_firm/userland/attention_router.py
src/cognitive_firm/userland/cli.py
src/cognitive_firm/userland/enrollment.py
src/cognitive_firm/userland/needs_me.py
src/cognitive_firm/userland/push_router.py
src/cognitive_firm/userland/signal_classes.py
src/cognitive_firm/userland/surface_policy.py
src/cognitive_firm/userland/vocabulary.json
src/cognitive_firm/userland/vocabulary.py
src/cognitive_firm/userland/work_inbox.py
tests/test_accountability.py
tests/test_accountability_cases.py
tests/test_action_attestation.py
tests/test_action_impact_interface.py
tests/test_actor_identity.py
tests/test_actor_membership.py
tests/test_adapter_conformance.py
tests/test_app_integrations.py
tests/test_artifact_dependencies.py
tests/test_attention_router.py
tests/test_audit_integrity.py
tests/test_authoring_loop.py
tests/test_authority_diff.py
tests/test_cross_primitive_integration.py
tests/test_daemon_bug_audit.py
tests/test_decision_rights.py
tests/test_distribution.py
tests/test_distro_content.py
tests/test_enrollment.py
tests/test_eu_ai_act_deploy_gate.py
tests/test_evidence_gaps.py
tests/test_extension_schemas.py
tests/test_forecast_market_interface.py
tests/test_governance_changes.py
tests/test_governed_install.py
tests/test_human_work.py
tests/test_identity_providers.py
tests/test_identity_provisioning.py
tests/test_inbound_events.py
tests/test_install_resolution.py
tests/test_intelligence_sources.py
tests/test_invariants_property_based.py
tests/test_kernel_events.py
tests/test_kernel_service.py
tests/test_kernel_service_userland.py
tests/test_learning_events.py
tests/test_learning_transition_compiler.py
tests/test_leases.py
tests/test_mcp_capabilities.py
tests/test_mcp_linear_server.py
tests/test_mcp_outbox_relay.py
tests/test_mcp_transport.py
tests/test_migrations.py
tests/test_needs_me.py
tests/test_notification_channels.py
tests/test_obligation_lifecycle.py
tests/test_operating_unit_surface.py
tests/test_operating_units.py
tests/test_org_surface.py
tests/test_otel_export.py
tests/test_outcome_links.py
tests/test_overlay_composition.py
tests/test_policy_decisions.py
tests/test_project_charter.py
tests/test_push_router.py
tests/test_remote_registry.py
tests/test_resource_allocation.py
tests/test_resource_envelope.py
tests/test_rollback.py
tests/test_routine_reviews.py
tests/test_run_checkpoints.py
tests/test_runtime_adapter_conformance.py
tests/test_runtime_adapters.py
tests/test_saga_compensation.py
tests/test_signing.py
tests/test_state_backends.py
tests/test_state_surface_inventory.py
tests/test_strategy_office.py
tests/test_surface_policy.py
tests/test_telegram_callback_flow.py
tests/test_tenant_isolation.py
tests/test_userland_cli.py
tests/test_vocabulary.py
tests/test_work_discovery_learning_carriers.py
tests/test_work_inbox.py
tests/test_work_items.py