LICENSE
README.md
pyproject.toml
src/socialseed_tasker/__init__.py
src/socialseed_tasker.egg-info/PKG-INFO
src/socialseed_tasker.egg-info/SOURCES.txt
src/socialseed_tasker.egg-info/dependency_links.txt
src/socialseed_tasker.egg-info/entry_points.txt
src/socialseed_tasker.egg-info/requires.txt
src/socialseed_tasker.egg-info/top_level.txt
src/socialseed_tasker/application/__init__.py
src/socialseed_tasker/application/actions.py
src/socialseed_tasker/application/analyzer.py
src/socialseed_tasker/application/cache_utils.py
src/socialseed_tasker/application/constraints.py
src/socialseed_tasker/application/container.py
src/socialseed_tasker/application/dtos.py
src/socialseed_tasker/application/exceptions.py
src/socialseed_tasker/application/integrity.py
src/socialseed_tasker/application/markdown_transformer.py
src/socialseed_tasker/application/policy.py
src/socialseed_tasker/application/ports.py
src/socialseed_tasker/application/repositories.py
src/socialseed_tasker/application/scaffolder.py
src/socialseed_tasker/application/secret_manager.py
src/socialseed_tasker/application/use_cases.py
src/socialseed_tasker/application/wiring.py
src/socialseed_tasker/assets/frontend/index.html
src/socialseed_tasker/assets/frontend/assets/BoardView-85y49C3b.js
src/socialseed_tasker/assets/frontend/assets/BoardView-Cb5hQT23.js
src/socialseed_tasker/assets/frontend/assets/ComponentsView-DhM1xFmq.js
src/socialseed_tasker/assets/frontend/assets/ComponentsView-DqfeZ3zP.js
src/socialseed_tasker/assets/frontend/assets/GraphView-CYkHQ_Qi.js
src/socialseed_tasker/assets/frontend/assets/GraphView-S6qY4Fr0.js
src/socialseed_tasker/assets/frontend/assets/IssueDetailView.vue_vue_type_script_setup_true_lang-CTVhrqHv.js
src/socialseed_tasker/assets/frontend/assets/IssueDetailView.vue_vue_type_script_setup_true_lang-jyUxeMVO.js
src/socialseed_tasker/assets/frontend/assets/LabelTag.vue_vue_type_script_setup_true_lang-BJ7zumHj.js
src/socialseed_tasker/assets/frontend/assets/LabelTag.vue_vue_type_script_setup_true_lang-D-yGXQIZ.js
src/socialseed_tasker/assets/frontend/assets/ListView-CXzpcnkM.js
src/socialseed_tasker/assets/frontend/assets/ListView-LEiaRkb_.js
src/socialseed_tasker/assets/frontend/assets/LoadingSpinner-TJ2RX4qk.js
src/socialseed_tasker/assets/frontend/assets/LoadingSpinner-ntprrDWr.js
src/socialseed_tasker/assets/frontend/assets/NotFoundView-CdHx5_95.js
src/socialseed_tasker/assets/frontend/assets/NotFoundView-DfzfthI9.js
src/socialseed_tasker/assets/frontend/assets/PoliciesView-Dp5fvw_R.js
src/socialseed_tasker/assets/frontend/assets/dependenciesApi-D74yrqGO.js
src/socialseed_tasker/assets/frontend/assets/dependenciesApi-DtLPOuGU.js
src/socialseed_tasker/assets/frontend/assets/index-4qwP8pHe.css
src/socialseed_tasker/assets/frontend/assets/index-D5p09CyQ.js
src/socialseed_tasker/assets/frontend/assets/index-D7B_THp4.js
src/socialseed_tasker/assets/frontend/assets/index-o894jRzr.css
src/socialseed_tasker/assets/frontend/assets/policiesApi-DGZEVmBS.js
src/socialseed_tasker/assets/templates/AGENT_GUIDE.md
src/socialseed_tasker/assets/templates/Dockerfile
src/socialseed_tasker/assets/templates/README.md
src/socialseed_tasker/assets/templates/ROADMAP.md
src/socialseed_tasker/assets/templates/VERSIONS.md
src/socialseed_tasker/assets/templates/docker-compose-minimal.yml
src/socialseed_tasker/assets/templates/docker-compose.yml
src/socialseed_tasker/assets/templates/policies.md
src/socialseed_tasker/assets/templates/project.json
src/socialseed_tasker/assets/templates/project.md
src/socialseed_tasker/assets/templates/project_readme.md
src/socialseed_tasker/assets/templates/tasker.constraints.yml
src/socialseed_tasker/assets/templates/configs/tasker.yml.example
src/socialseed_tasker/assets/templates/frontend/Dockerfile
src/socialseed_tasker/assets/templates/frontend/env.d.ts
src/socialseed_tasker/assets/templates/frontend/index.html
src/socialseed_tasker/assets/templates/frontend/nginx.conf
src/socialseed_tasker/assets/templates/skills/interactive-init.md
src/socialseed_tasker/assets/templates/skills/issue_quality_guide.json
src/socialseed_tasker/assets/templates/skills/skill_manifest.json
src/socialseed_tasker/assets/templates/skills/task_skill.py
src/socialseed_tasker/assets/templates/tasker/project.json
src/socialseed_tasker/assets/templates/workflows/implement-issue.md
src/socialseed_tasker/assets/templates/workflows/interactive-init.md
src/socialseed_tasker/assets/templates/workflows/project-centric-agent.md
src/socialseed_tasker/assets/templates/workflows/test-code.md
src/socialseed_tasker/assets/templates/workflows/update-documentation.md
src/socialseed_tasker/auth/__init__.py
src/socialseed_tasker/auth/auth.py
src/socialseed_tasker/auth/oauth.py
src/socialseed_tasker/auth/rbac.py
src/socialseed_tasker/backup/__init__.py
src/socialseed_tasker/backup/cli.py
src/socialseed_tasker/backup/core.py
src/socialseed_tasker/cli/__init__.py
src/socialseed_tasker/cli/app.py
src/socialseed_tasker/cli/cmd_storage.py
src/socialseed_tasker/cli/flags_cli.py
src/socialseed_tasker/cli/formatters.py
src/socialseed_tasker/cli/init_cli.py
src/socialseed_tasker/cli/init_command.py
src/socialseed_tasker/cli/main.py
src/socialseed_tasker/cli/rate_limit_cli.py
src/socialseed_tasker/cli/resolver.py
src/socialseed_tasker/cli/task_skill_template.py
src/socialseed_tasker/cli/utils.py
src/socialseed_tasker/cli/wiring.py
src/socialseed_tasker/cli/commands/__init__.py
src/socialseed_tasker/cli/commands/agent_commands.py
src/socialseed_tasker/cli/commands/analysis_commands.py
src/socialseed_tasker/cli/commands/code_graph_commands.py
src/socialseed_tasker/cli/commands/component_commands.py
src/socialseed_tasker/cli/commands/constraints_commands.py
src/socialseed_tasker/cli/commands/dependency_commands.py
src/socialseed_tasker/cli/commands/doc_sync_commands.py
src/socialseed_tasker/cli/commands/issue_commands.py
src/socialseed_tasker/cli/commands/project_commands.py
src/socialseed_tasker/cli/commands/rag_commands.py
src/socialseed_tasker/cli/commands/reasoning_commands.py
src/socialseed_tasker/cli/commands/seed_commands.py
src/socialseed_tasker/cli/commands/shared.py
src/socialseed_tasker/cli/commands/status_commands.py
src/socialseed_tasker/config/__init__.py
src/socialseed_tasker/config/flags.py
src/socialseed_tasker/config/mode_config.py
src/socialseed_tasker/config/runtime.py
src/socialseed_tasker/data_catalog/__init__.py
src/socialseed_tasker/data_catalog/api.py
src/socialseed_tasker/data_catalog/cli.py
src/socialseed_tasker/data_catalog/registry.py
src/socialseed_tasker/data_catalog/validation.py
src/socialseed_tasker/data_quality/__init__.py
src/socialseed_tasker/data_quality/api.py
src/socialseed_tasker/data_quality/pipeline.py
src/socialseed_tasker/data_quality/prometheus.py
src/socialseed_tasker/data_quality/rules.py
src/socialseed_tasker/data_quality/serializers.py
src/socialseed_tasker/domain/__init__.py
src/socialseed_tasker/domain/architectural_rules.py
src/socialseed_tasker/domain/code_analysis_entities.py
src/socialseed_tasker/domain/entities.py
src/socialseed_tasker/domain/exceptions.py
src/socialseed_tasker/domain/input_sanitizer.py
src/socialseed_tasker/domain/system_init_entities.py
src/socialseed_tasker/domain/validators.py
src/socialseed_tasker/domain/value_objects.py
src/socialseed_tasker/events/__init__.py
src/socialseed_tasker/events/bus.py
src/socialseed_tasker/events/delivery.py
src/socialseed_tasker/events/routes.py
src/socialseed_tasker/events/serializers.py
src/socialseed_tasker/events/webhooks.py
src/socialseed_tasker/graphql/__init__.py
src/socialseed_tasker/graphql/resolvers.py
src/socialseed_tasker/graphql/server.py
src/socialseed_tasker/graphviz/__init__.py
src/socialseed_tasker/graphviz/builder.py
src/socialseed_tasker/graphviz/cli.py
src/socialseed_tasker/graphviz/server.py
src/socialseed_tasker/infrastructure/__init__.py
src/socialseed_tasker/infrastructure/api_repository.py
src/socialseed_tasker/infrastructure/code_parser.py
src/socialseed_tasker/infrastructure/connectivity_manager.py
src/socialseed_tasker/infrastructure/embedding_service.py
src/socialseed_tasker/infrastructure/embeddings_adapter.py
src/socialseed_tasker/infrastructure/faiss_store.py
src/socialseed_tasker/infrastructure/github_adapter.py
src/socialseed_tasker/infrastructure/github_issue_mapper.py
src/socialseed_tasker/infrastructure/github_mirror.py
src/socialseed_tasker/infrastructure/memory_rate_limiter.py
src/socialseed_tasker/infrastructure/memory_storage.py
src/socialseed_tasker/infrastructure/neo4j_adapter.py
src/socialseed_tasker/infrastructure/neo4j_code_graph_repository.py
src/socialseed_tasker/infrastructure/neo4j_commit_repository.py
src/socialseed_tasker/infrastructure/neo4j_config.py
src/socialseed_tasker/infrastructure/neo4j_driver.py
src/socialseed_tasker/infrastructure/neo4j_graph_repository.py
src/socialseed_tasker/infrastructure/neo4j_issue_repository.py
src/socialseed_tasker/infrastructure/neo4j_policy_repository.py
src/socialseed_tasker/infrastructure/neo4j_queries.py
src/socialseed_tasker/infrastructure/neo4j_rag_repository.py
src/socialseed_tasker/infrastructure/neo4j_reasoning_repository.py
src/socialseed_tasker/infrastructure/neo4j_repository.py
src/socialseed_tasker/infrastructure/neo4j_user_repository.py
src/socialseed_tasker/infrastructure/parser_adapter.py
src/socialseed_tasker/infrastructure/parser_config.py
src/socialseed_tasker/infrastructure/redis_rate_limiter.py
src/socialseed_tasker/infrastructure/redis_storage.py
src/socialseed_tasker/infrastructure/sync_engine.py
src/socialseed_tasker/infrastructure/tenant_storage.py
src/socialseed_tasker/infrastructure/webhook_validator.py
src/socialseed_tasker/infrastructure/http/__init__.py
src/socialseed_tasker/infrastructure/http/api_client.py
src/socialseed_tasker/infrastructure/neo4j_impl/__init__.py
src/socialseed_tasker/infrastructure/neo4j_impl/component_mixin.py
src/socialseed_tasker/infrastructure/neo4j_impl/constraint_mixin.py
src/socialseed_tasker/infrastructure/neo4j_impl/cost_mixin.py
src/socialseed_tasker/infrastructure/neo4j_impl/deployment_mixin.py
src/socialseed_tasker/infrastructure/neo4j_impl/epic_mixin.py
src/socialseed_tasker/infrastructure/neo4j_impl/issue_mixin.py
src/socialseed_tasker/infrastructure/neo4j_impl/label_mixin.py
src/socialseed_tasker/infrastructure/neo4j_impl/shared.py
src/socialseed_tasker/infrastructure/neo4j_impl/vector_mixin.py
src/socialseed_tasker/infrastructure/neo4j_migrations/__init__.py
src/socialseed_tasker/infrastructure/neo4j_migrations/v090.py
src/socialseed_tasker/infrastructure/shims/__init__.py
src/socialseed_tasker/infrastructure/web_api/__init__.py
src/socialseed_tasker/infrastructure/web_api/__main__.py
src/socialseed_tasker/infrastructure/web_api/api.py
src/socialseed_tasker/infrastructure/web_api/api_neo4j.py
src/socialseed_tasker/infrastructure/web_api/app.py
src/socialseed_tasker/infrastructure/web_api/rate_limit.py
src/socialseed_tasker/infrastructure/web_api/routes.py
src/socialseed_tasker/infrastructure/web_api/schemas.py
src/socialseed_tasker/infrastructure/web_api/routers/__init__.py
src/socialseed_tasker/infrastructure/web_api/routers/admin.py
src/socialseed_tasker/infrastructure/web_api/routers/agent.py
src/socialseed_tasker/infrastructure/web_api/routers/ai_search.py
src/socialseed_tasker/infrastructure/web_api/routers/analysis.py
src/socialseed_tasker/infrastructure/web_api/routers/code_graph.py
src/socialseed_tasker/infrastructure/web_api/routers/commit.py
src/socialseed_tasker/infrastructure/web_api/routers/component_dependency.py
src/socialseed_tasker/infrastructure/web_api/routers/components.py
src/socialseed_tasker/infrastructure/web_api/routers/components_dependencies.py
src/socialseed_tasker/infrastructure/web_api/routers/constraints.py
src/socialseed_tasker/infrastructure/web_api/routers/cost_analytics.py
src/socialseed_tasker/infrastructure/web_api/routers/dependencies.py
src/socialseed_tasker/infrastructure/web_api/routers/epic.py
src/socialseed_tasker/infrastructure/web_api/routers/helpers.py
src/socialseed_tasker/infrastructure/web_api/routers/issues.py
src/socialseed_tasker/infrastructure/web_api/routers/labels.py
src/socialseed_tasker/infrastructure/web_api/routers/objective.py
src/socialseed_tasker/infrastructure/web_api/routers/policy.py
src/socialseed_tasker/infrastructure/web_api/routers/policy_relationships.py
src/socialseed_tasker/infrastructure/web_api/routers/project.py
src/socialseed_tasker/infrastructure/web_api/routers/rag.py
src/socialseed_tasker/infrastructure/web_api/routers/reasoning.py
src/socialseed_tasker/infrastructure/web_api/routers/secrets.py
src/socialseed_tasker/infrastructure/web_api/routers/sync.py
src/socialseed_tasker/infrastructure/web_api/routers/tenants.py
src/socialseed_tasker/infrastructure/web_api/routers/user.py
src/socialseed_tasker/infrastructure/web_api/routers/webhook.py
src/socialseed_tasker/ml/__init__.py
src/socialseed_tasker/ml/batch_worker.py
src/socialseed_tasker/ml/feature_store.py
src/socialseed_tasker/ml/runner.py
src/socialseed_tasker/ml/schemas.py
src/socialseed_tasker/ml/server.py
src/socialseed_tasker/observability/__init__.py
src/socialseed_tasker/observability/exporter.py
src/socialseed_tasker/observability/logging.py
src/socialseed_tasker/observability/metrics.py
src/socialseed_tasker/observability/test_exporter.py
src/socialseed_tasker/observability/tracing.py
src/socialseed_tasker/privacy/__init__.py
src/socialseed_tasker/privacy/handlers.py
src/socialseed_tasker/privacy/policy.py
src/socialseed_tasker/privacy/retention_worker.py
src/socialseed_tasker/secrets/__init__.py
src/socialseed_tasker/secrets/core.py
src/socialseed_tasker/secrets/crypto.py
src/socialseed_tasker/secrets/rotator.py
src/socialseed_tasker/tenancy/__init__.py
src/socialseed_tasker/tenancy/context.py
src/socialseed_tasker/tenancy/middleware.py
src/socialseed_tasker/tenancy/migrations.py
src/socialseed_tasker/tenancy/store.py
src/socialseed_tasker/workers/__init__.py
src/socialseed_tasker/workers/app.py
src/socialseed_tasker/workers/tasks.py
src/socialseed_tasker/workers/worker.py