README.md
pyproject.toml
src/solly/__init__.py
src/solly/engine.py
src/solly.egg-info/PKG-INFO
src/solly.egg-info/SOURCES.txt
src/solly.egg-info/dependency_links.txt
src/solly.egg-info/entry_points.txt
src/solly.egg-info/requires.txt
src/solly.egg-info/top_level.txt
src/solly/brain/__init__.py
src/solly/brain/context_pack.py
src/solly/brain/db.py
src/solly/brain/ingest.py
src/solly/brain/labels.py
src/solly/brain/models.py
src/solly/brain/schema.py
src/solly/brain/store.py
src/solly/cli/__init__.py
src/solly/cli/_output.py
src/solly/cli/brain.py
src/solly/cli/company.py
src/solly/cli/dashboard.py
src/solly/cli/doctor.py
src/solly/cli/engine_upgrade.py
src/solly/cli/init.py
src/solly/cli/main.py
src/solly/cli/project.py
src/solly/cli/run.py
src/solly/cli/status.py
src/solly/cli/update.py
src/solly/cli/workspace_root.py
src/solly/company/__init__.py
src/solly/company/detect.py
src/solly/company/init.py
src/solly/company/resolver.py
src/solly/company/schema.py
src/solly/context/__init__.py
src/solly/context/change_scope.py
src/solly/context/diff.py
src/solly/context/manifest.py
src/solly/context/markdown_sections.py
src/solly/context/registry.py
src/solly/context/rename.py
src/solly/context/resolver.py
src/solly/context/unregister.py
src/solly/orchestration/__init__.py
src/solly/orchestration/build_finalize.py
src/solly/orchestration/build_prepare.py
src/solly/orchestration/build_repair_gate.py
src/solly/orchestration/build_task_finalize.py
src/solly/orchestration/plan_artifact.py
src/solly/orchestration/plan_finalize.py
src/solly/orchestration/plan_prepare.py
src/solly/orchestration/plan_resolver.py
src/solly/orchestration/repair_state.py
src/solly/orchestration/review_artifact.py
src/solly/orchestration/review_finalize.py
src/solly/orchestration/review_prepare.py
src/solly/orchestration/review_status.py
src/solly/orchestration/state_update.py
src/solly/orchestration/task_artifact.py
src/solly/orchestration/task_resolver.py
src/solly/routing/__init__.py
src/solly/routing/review_routing.py
src/solly/routing/risk_signals.py
src/solly/telemetry/__init__.py
src/solly/telemetry/api.py
src/solly/telemetry/record_intervention.py
src/solly/telemetry/schema.py
src/solly/telemetry/store.py
src/solly/verification/__init__.py
src/solly/verification/runner.py
src/solly/verification/verification_run.py
src/solly/web/__init__.py
src/solly/web/app.py
src/solly/web/context.py
src/solly/web/templating.py
src/solly/web/routes/__init__.py
src/solly/web/routes/ask.py
src/solly/web/routes/brain_add.py
src/solly/web/routes/dashboard.py
src/solly/web/routes/decisions.py
src/solly/web/routes/inbox.py
src/solly/web/routes/knowledge.py
src/solly/web/routes/projects.py
src/solly/web/static/style.css
src/solly/web/templates/add.html
src/solly/web/templates/ask.html
src/solly/web/templates/base.html
src/solly/web/templates/companies.html
src/solly/web/templates/decision_detail.html
src/solly/web/templates/decisions.html
src/solly/web/templates/inbox.html
src/solly/web/templates/knowledge.html
src/solly/web/templates/project_detail.html
src/solly/web/templates/projects.html
src/solly/web/templates/today.html
src/solly/workspace/__init__.py
src/solly/workspace/detect.py
src/solly/workspace/init.py
src/solly/workspace/marker.py
src/solly/workspace/schema.py
src/solly/workspace/validate.py
src/solly/workspace/migrations/__init__.py
src/solly/workspace/migrations/m0002_reserved_dirs.py
src/solly/workspace/migrations/registry.py
src/solly/workspace_root/__init__.py
src/solly/workspace_root/detect.py
src/solly/workspace_root/init.py
src/solly/workspace_root/resolver.py
src/solly/workspace_root/schema.py
tests/test_b2_acceptance.py
tests/test_brain_claims.py
tests/test_brain_context_pack.py
tests/test_brain_entities_and_followups.py
tests/test_brain_ingest.py
tests/test_brain_labels.py
tests/test_brain_people.py
tests/test_brain_schema.py
tests/test_brain_store.py
tests/test_build_cli.py
tests/test_change_scope.py
tests/test_cli.py
tests/test_cli_company_brain.py
tests/test_cli_packaging.py
tests/test_cli_project_unregister.py
tests/test_cli_workspace_root.py
tests/test_company_init.py
tests/test_company_resolver.py
tests/test_diff.py
tests/test_dogfood_e2e.py
tests/test_dogfood_review_e2e.py
tests/test_engine.py
tests/test_engine_upgrade.py
tests/test_manifest.py
tests/test_markdown_sections.py
tests/test_plan_artifact.py
tests/test_plan_cli.py
tests/test_plan_resolver.py
tests/test_project_rename.py
tests/test_project_unregister.py
tests/test_registry.py
tests/test_repair_state.py
tests/test_resolver.py
tests/test_review_artifact.py
tests/test_review_cli.py
tests/test_review_routing.py
tests/test_review_status.py
tests/test_risk_signals.py
tests/test_state_update.py
tests/test_task_artifact.py
tests/test_task_resolver.py
tests/test_telemetry_api.py
tests/test_telemetry_integration.py
tests/test_telemetry_schema.py
tests/test_telemetry_store.py
tests/test_verification_runner.py
tests/test_web_routes.py
tests/test_workspace_detect.py
tests/test_workspace_init.py
tests/test_workspace_marker.py
tests/test_workspace_migrations.py
tests/test_workspace_root_init.py
tests/test_workspace_root_resolver.py
tests/test_workspace_validate.py