LICENSE
README.md
pyproject.toml
src/company_os/__init__.py
src/company_os/assets_loader.py
src/company_os/briefs.py
src/company_os/compiler.py
src/company_os/config.py
src/company_os/manifest.py
src/company_os/migrate.py
src/company_os/paths.py
src/company_os/registry.py
src/company_os/sources.py
src/company_os/version.py
src/company_os.egg-info/PKG-INFO
src/company_os.egg-info/SOURCES.txt
src/company_os.egg-info/dependency_links.txt
src/company_os.egg-info/entry_points.txt
src/company_os.egg-info/requires.txt
src/company_os.egg-info/top_level.txt
src/company_os/assets/company.defaults.yaml
src/company_os/assets/mcp.example.json
src/company_os/assets/processes.yaml
src/company_os/assets/remote.example.yaml
src/company_os/assets/agent-template/agent.md
src/company_os/assets/agent-template/automation.md
src/company_os/assets/agent-template/meta.json
src/company_os/assets/agent-template/metric.md
src/company_os/assets/agent-template/playbook.md
src/company_os/assets/agent-template/rules.md
src/company_os/assets/agents-base/ceo.md
src/company_os/assets/agents-base/developer.md
src/company_os/assets/agents-base/documentation.md
src/company_os/assets/agents-base/product.md
src/company_os/assets/agents-base/qa.md
src/company_os/assets/agents-base/research.md
src/company_os/assets/agents-base/uiux.md
src/company_os/assets/rules/agent-company.md
src/company_os/assets/rules/company-workflow.md
src/company_os/assets/rules/sprint-phase-gates.md
src/company_os/assets/rules/sprint-sync-dev.md
src/company_os/assets/skills/code-review/SKILL.md
src/company_os/assets/skills/company-approve/SKILL.md
src/company_os/assets/skills/company-sprint/SKILL.md
src/company_os/assets/skills/company-work/SKILL.md
src/company_os/cli/__init__.py
src/company_os/cli/agent_cli.py
src/company_os/cli/docs_cli.py
src/company_os/cli/linear_cli.py
src/company_os/cli/main.py
src/company_os/cli/qa_cli.py
src/company_os/cli/release_cli.py
src/company_os/engine/__init__.py
src/company_os/engine/agentspec.py
src/company_os/engine/companyconfig.py
src/company_os/engine/dashboard.py
src/company_os/engine/flows.py
src/company_os/engine/linear_backend.py
src/company_os/engine/linear_links.py
src/company_os/engine/metrics.py
src/company_os/engine/miniyaml.py
src/company_os/engine/sprint.py
src/company_os/engine/storeio.py
src/company_os/engine/task_ref.py
src/company_os/engine/taskmeta.py
src/company_os/engine/todos.py
src/company_os/engine/transitions.py
src/company_os/engine/visual_tools.py
src/company_os/hosts/__init__.py
src/company_os/hosts/base.py
src/company_os/hosts/claude.py
src/company_os/hosts/codex.py
src/company_os/hosts/cursor.py
src/company_os/hosts/hooks_emit.py
src/company_os/hosts/mcp_emit.py
src/company_os/hosts/memory.py
src/company_os/integrations/__init__.py
src/company_os/integrations/slack.py
src/company_os/integrations/sprint_calendar.py
src/company_os/integrations/aws/__init__.py
src/company_os/integrations/aws/s3.py
src/company_os/integrations/linear/__init__.py
src/company_os/integrations/linear/attach.py
src/company_os/integrations/linear/backfill_markers.py
src/company_os/integrations/linear/client.py
src/company_os/integrations/linear/consolidate_states.py
src/company_os/integrations/linear/dedupe.py
src/company_os/integrations/linear/labels.py
src/company_os/integrations/linear/migrate_once.py
src/company_os/integrations/linear/provision.py
src/company_os/integrations/linear/reconcile_cycles.py
src/company_os/integrations/linear/store.py
src/company_os/integrations/linear/task_sync.py
src/company_os/observability/__init__.py
src/company_os/observability/activity.py
src/company_os/observability/budget.py
src/company_os/observability/budget_cli.py
src/company_os/observability/config_view.py
src/company_os/observability/dashboard_data.py
src/company_os/observability/health.py
src/company_os/observability/hook_handler.py
src/company_os/observability/hub.py
src/company_os/observability/memory_view.py
src/company_os/observability/remote.py
src/company_os/observability/remote_cli.py
src/company_os/observability/remote_config.py
src/company_os/observability/runs.py
src/company_os/observability/transcript_stream.py
src/company_os/plugins/__init__.py
src/company_os/plugins/agents_loader.py
src/company_os/plugins/cli.py
src/company_os/plugins/flows_merge.py
src/company_os/plugins/registry.py
src/company_os/plugins/runtime.py
src/company_os/plugins/__pycache__/__init__.cpython-313.pyc
src/company_os/plugins/__pycache__/agents_loader.cpython-313.pyc
src/company_os/plugins/__pycache__/cli.cpython-313.pyc
src/company_os/plugins/__pycache__/flows_merge.cpython-313.pyc
src/company_os/plugins/__pycache__/registry.cpython-313.pyc
src/company_os/plugins/media/__init__.py
src/company_os/plugins/media/config.example.yaml
src/company_os/plugins/media/flows.fragment.yaml
src/company_os/plugins/media/plugin.yaml
src/company_os/plugins/media/agents/creator/MEMORIES.md
src/company_os/plugins/media/agents/creator/agent.md
src/company_os/plugins/media/agents/media-producer/agent.md
src/company_os/plugins/media/scripts/__init__.py
src/company_os/plugins/media/scripts/media.py
src/company_os/plugins/media/scripts/media_config.py
src/company_os/plugins/media/scripts/media_lib.py
src/company_os/plugins/media/scripts/openai_images.py
src/company_os/plugins/media/scripts/pixverse.py
src/company_os/plugins/sales/__init__.py
src/company_os/plugins/sales/config.example.yaml
src/company_os/plugins/sales/flows.fragment.yaml
src/company_os/plugins/sales/plugin.yaml
src/company_os/plugins/sales/agents/sales/MEMORIES.md
src/company_os/plugins/sales/agents/sales/agent.md
src/company_os/plugins/sales/agents/sales/retrospectives.md
src/company_os/plugins/sales/agents/sales-deal-closer/agent.md
src/company_os/plugins/sales/agents/sales-fit-analyst/agent.md
src/company_os/plugins/sales/agents/sales-lead-research/MEMORIES.md
src/company_os/plugins/sales/agents/sales-lead-research/agent.md
src/company_os/plugins/sales/scripts/__init__.py
src/company_os/plugins/sales/scripts/company_enrich.py
src/company_os/plugins/sales/scripts/contact_enrich.py
src/company_os/plugins/sales/scripts/fit_analyst.py
src/company_os/plugins/sales/scripts/lead_research.py
src/company_os/plugins/sales/scripts/outreach_compose.py
src/company_os/plugins/sales/scripts/outreach_send.py
src/company_os/plugins/sales/scripts/pipeline.py
src/company_os/plugins/sales/scripts/sales_common.py
src/company_os/plugins/seo/__init__.py
src/company_os/plugins/seo/config.example.yaml
src/company_os/plugins/seo/flows.fragment.yaml
src/company_os/plugins/seo/plugin.yaml
src/company_os/plugins/seo/agents/seo-geo/MEMORIES.md
src/company_os/plugins/seo/agents/seo-geo/agent.md
src/company_os/plugins/seo/scripts/__init__.py
src/company_os/plugins/seo/scripts/competitor_intel.py
src/company_os/plugins/seo/scripts/geo_citation.py
src/company_os/plugins/seo/scripts/geo_common.py
src/company_os/plugins/seo/scripts/gsc_report.py
src/company_os/plugins/social/__init__.py
src/company_os/plugins/social/config.example.yaml
src/company_os/plugins/social/flows.fragment.yaml
src/company_os/plugins/social/plugin.yaml
src/company_os/plugins/social/agents/social-analytics/MEMORIES.md
src/company_os/plugins/social/agents/social-analytics/agent.md
src/company_os/plugins/social/agents/social-marketing/MEMORIES.md
src/company_os/plugins/social/agents/social-marketing/agent.md
src/company_os/plugins/social/agents/social-publisher/MEMORIES.md
src/company_os/plugins/social/agents/social-publisher/agent.md
src/company_os/plugins/social/agents/social-trends/MEMORIES.md
src/company_os/plugins/social/agents/social-trends/agent.md
src/company_os/plugins/social/scripts/__init__.py
src/company_os/plugins/social/scripts/analytics_pull.py
src/company_os/plugins/social/scripts/content_compose.py
src/company_os/plugins/social/scripts/pipeline.py
src/company_os/plugins/social/scripts/platform_api.py
src/company_os/plugins/social/scripts/publisher.py
src/company_os/plugins/social/scripts/social_common.py
src/company_os/plugins/social/scripts/trend_research.py
src/company_os/tools/__init__.py
src/company_os/tools/gen_docs.py
src/company_os/tools/new_agent.py
src/company_os/tools/qa_run.py
src/company_os/tools/release_check.py
tests/test_assets.py
tests/test_briefs.py
tests/test_budget.py
tests/test_claude_codex_adapters.py
tests/test_cli.py
tests/test_compiler.py
tests/test_config.py
tests/test_cos_cli.py
tests/test_cursor_adapter.py
tests/test_engine_agentspec.py
tests/test_engine_flows.py
tests/test_engine_metrics.py
tests/test_engine_miniyaml.py
tests/test_engine_sprint.py
tests/test_engine_task_ref.py
tests/test_engine_transitions.py
tests/test_engine_visual_tools.py
tests/test_hook_handler.py
tests/test_init_company_os.py
tests/test_manifest.py
tests/test_migrate.py
tests/test_observability_memory.py
tests/test_observability_runs.py
tests/test_paths.py
tests/test_paths_phase2.py
tests/test_phase10_tools.py
tests/test_phase11_tools.py
tests/test_phase13_cleanup.py
tests/test_phase15_legacy_retirement.py
tests/test_phase16_linear.py
tests/test_phase17_social.py
tests/test_phase19_second_consumer.py
tests/test_phase20_config.py
tests/test_phase3.py
tests/test_phase7_deferred.py
tests/test_phase7_polish.py
tests/test_plugins.py
tests/test_pypi_install_smoke.py
tests/test_registry.py
tests/test_release_check.py
tests/test_second_consumer_smoke.py
tests/test_social_phase2.py
tests/test_social_phase3.py
tests/test_sources.py
tests/test_version.py