LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
tapps_agents/__init__.py
tapps_agents/agents/__init__.py
tapps_agents/agents/analyst/SKILL.md
tapps_agents/agents/analyst/__init__.py
tapps_agents/agents/analyst/agent.py
tapps_agents/agents/architect/SKILL.md
tapps_agents/agents/architect/__init__.py
tapps_agents/agents/architect/agent.py
tapps_agents/agents/architect/pattern_detector.py
tapps_agents/agents/cleanup/__init__.py
tapps_agents/agents/cleanup/agent.py
tapps_agents/agents/debugger/SKILL.md
tapps_agents/agents/debugger/__init__.py
tapps_agents/agents/debugger/agent.py
tapps_agents/agents/debugger/error_analyzer.py
tapps_agents/agents/designer/SKILL.md
tapps_agents/agents/designer/__init__.py
tapps_agents/agents/designer/agent.py
tapps_agents/agents/designer/visual_designer.py
tapps_agents/agents/documenter/SKILL.md
tapps_agents/agents/documenter/__init__.py
tapps_agents/agents/documenter/agent.py
tapps_agents/agents/documenter/doc_generator.py
tapps_agents/agents/documenter/doc_validator.py
tapps_agents/agents/documenter/framework_doc_updater.py
tapps_agents/agents/enhancer/SKILL.md
tapps_agents/agents/enhancer/__init__.py
tapps_agents/agents/enhancer/agent.py
tapps_agents/agents/evaluator/__init__.py
tapps_agents/agents/evaluator/agent.py
tapps_agents/agents/evaluator/priority_evaluator.py
tapps_agents/agents/evaluator/quality_analyzer.py
tapps_agents/agents/evaluator/report_generator.py
tapps_agents/agents/evaluator/usage_analyzer.py
tapps_agents/agents/evaluator/workflow_analyzer.py
tapps_agents/agents/implementer/SKILL.md
tapps_agents/agents/implementer/__init__.py
tapps_agents/agents/implementer/agent.py
tapps_agents/agents/implementer/auto_fix.py
tapps_agents/agents/implementer/code_generator.py
tapps_agents/agents/improver/SKILL.md
tapps_agents/agents/improver/__init__.py
tapps_agents/agents/improver/agent.py
tapps_agents/agents/ops/SKILL.md
tapps_agents/agents/ops/__init__.py
tapps_agents/agents/ops/agent.py
tapps_agents/agents/ops/dependency_analyzer.py
tapps_agents/agents/orchestrator/SKILL.md
tapps_agents/agents/orchestrator/__init__.py
tapps_agents/agents/orchestrator/agent.py
tapps_agents/agents/planner/__init__.py
tapps_agents/agents/planner/agent.py
tapps_agents/agents/planner/story_template.md
tapps_agents/agents/reviewer/__init__.py
tapps_agents/agents/reviewer/adaptive_scorer.py
tapps_agents/agents/reviewer/agent.py
tapps_agents/agents/reviewer/aggregator.py
tapps_agents/agents/reviewer/batch_review.py
tapps_agents/agents/reviewer/cache.py
tapps_agents/agents/reviewer/context7_enhancer.py
tapps_agents/agents/reviewer/context_detector.py
tapps_agents/agents/reviewer/docker_compose_validator.py
tapps_agents/agents/reviewer/dockerfile_validator.py
tapps_agents/agents/reviewer/error_handling.py
tapps_agents/agents/reviewer/feedback_generator.py
tapps_agents/agents/reviewer/influxdb_validator.py
tapps_agents/agents/reviewer/issue_tracking.py
tapps_agents/agents/reviewer/library_detector.py
tapps_agents/agents/reviewer/library_patterns.py
tapps_agents/agents/reviewer/maintainability_scorer.py
tapps_agents/agents/reviewer/metric_strategies.py
tapps_agents/agents/reviewer/mqtt_validator.py
tapps_agents/agents/reviewer/output_enhancer.py
tapps_agents/agents/reviewer/pattern_detector.py
tapps_agents/agents/reviewer/performance_scorer.py
tapps_agents/agents/reviewer/phased_review.py
tapps_agents/agents/reviewer/progressive_review.py
tapps_agents/agents/reviewer/react_scorer.py
tapps_agents/agents/reviewer/report_generator.py
tapps_agents/agents/reviewer/score_constants.py
tapps_agents/agents/reviewer/score_validator.py
tapps_agents/agents/reviewer/scorer_registry.py
tapps_agents/agents/reviewer/scoring.py
tapps_agents/agents/reviewer/service_discovery.py
tapps_agents/agents/reviewer/typescript_scorer.py
tapps_agents/agents/reviewer/validation.py
tapps_agents/agents/reviewer/websocket_validator.py
tapps_agents/agents/reviewer/templates/quality-dashboard.html.j2
tapps_agents/agents/reviewer/tools/__init__.py
tapps_agents/agents/reviewer/tools/parallel_executor.py
tapps_agents/agents/tester/SKILL.md
tapps_agents/agents/tester/__init__.py
tapps_agents/agents/tester/accessibility_auditor.py
tapps_agents/agents/tester/agent.py
tapps_agents/agents/tester/batch_generator.py
tapps_agents/agents/tester/context_learner.py
tapps_agents/agents/tester/coverage_analyzer.py
tapps_agents/agents/tester/coverage_test_generator.py
tapps_agents/agents/tester/debug_enhancer.py
tapps_agents/agents/tester/device_emulator.py
tapps_agents/agents/tester/integration_generator.py
tapps_agents/agents/tester/network_recorder.py
tapps_agents/agents/tester/performance_monitor.py
tapps_agents/agents/tester/test_fixer.py
tapps_agents/agents/tester/test_generator.py
tapps_agents/agents/tester/trace_manager.py
tapps_agents/agents/tester/visual_regression.py
tapps_agents/analysis/pattern_detector.py
tapps_agents/beads/__init__.py
tapps_agents/beads/client.py
tapps_agents/beads/parse.py
tapps_agents/cli/__init__.py
tapps_agents/cli/__main__.py
tapps_agents/cli/base.py
tapps_agents/cli/command_classifier.py
tapps_agents/cli/feedback.py
tapps_agents/cli/formatters.py
tapps_agents/cli/main.py
tapps_agents/cli/network_detection.py
tapps_agents/cli/output_compactor.py
tapps_agents/cli/progress_heartbeat.py
tapps_agents/cli/streaming_progress.py
tapps_agents/cli/commands/__init__.py
tapps_agents/cli/commands/analyst.py
tapps_agents/cli/commands/architect.py
tapps_agents/cli/commands/cleanup_agent.py
tapps_agents/cli/commands/common.py
tapps_agents/cli/commands/debugger.py
tapps_agents/cli/commands/designer.py
tapps_agents/cli/commands/documenter.py
tapps_agents/cli/commands/enhancer.py
tapps_agents/cli/commands/evaluator.py
tapps_agents/cli/commands/health.py
tapps_agents/cli/commands/implementer.py
tapps_agents/cli/commands/improver.py
tapps_agents/cli/commands/knowledge.py
tapps_agents/cli/commands/learning.py
tapps_agents/cli/commands/observability.py
tapps_agents/cli/commands/ops.py
tapps_agents/cli/commands/orchestrator.py
tapps_agents/cli/commands/planner.py
tapps_agents/cli/commands/reviewer.py
tapps_agents/cli/commands/simple_mode.py
tapps_agents/cli/commands/status.py
tapps_agents/cli/commands/tester.py
tapps_agents/cli/commands/top_level.py
tapps_agents/cli/help/__init__.py
tapps_agents/cli/help/static_help.py
tapps_agents/cli/parsers/__init__.py
tapps_agents/cli/parsers/analyst.py
tapps_agents/cli/parsers/architect.py
tapps_agents/cli/parsers/cleanup_agent.py
tapps_agents/cli/parsers/debugger.py
tapps_agents/cli/parsers/designer.py
tapps_agents/cli/parsers/documenter.py
tapps_agents/cli/parsers/enhancer.py
tapps_agents/cli/parsers/evaluator.py
tapps_agents/cli/parsers/implementer.py
tapps_agents/cli/parsers/improver.py
tapps_agents/cli/parsers/ops.py
tapps_agents/cli/parsers/orchestrator.py
tapps_agents/cli/parsers/planner.py
tapps_agents/cli/parsers/reviewer.py
tapps_agents/cli/parsers/tester.py
tapps_agents/cli/parsers/top_level.py
tapps_agents/cli/utils/__init__.py
tapps_agents/cli/utils/agent_lifecycle.py
tapps_agents/cli/utils/error_formatter.py
tapps_agents/cli/utils/error_recovery.py
tapps_agents/cli/utils/output_handler.py
tapps_agents/cli/utils/prompt_enhancer.py
tapps_agents/cli/utils/status_reporter.py
tapps_agents/cli/validators/__init__.py
tapps_agents/cli/validators/command_validator.py
tapps_agents/context7/__init__.py
tapps_agents/context7/agent_integration.py
tapps_agents/context7/analytics.py
tapps_agents/context7/analytics_dashboard.py
tapps_agents/context7/async_cache.py
tapps_agents/context7/backup_client.py
tapps_agents/context7/cache_locking.py
tapps_agents/context7/cache_metadata.py
tapps_agents/context7/cache_prewarm.py
tapps_agents/context7/cache_structure.py
tapps_agents/context7/cache_warming.py
tapps_agents/context7/circuit_breaker.py
tapps_agents/context7/cleanup.py
tapps_agents/context7/commands.py
tapps_agents/context7/credential_validation.py
tapps_agents/context7/cross_reference_resolver.py
tapps_agents/context7/cross_references.py
tapps_agents/context7/doc_manager.py
tapps_agents/context7/fuzzy_matcher.py
tapps_agents/context7/kb_cache.py
tapps_agents/context7/language_detector.py
tapps_agents/context7/library_detector.py
tapps_agents/context7/lookup.py
tapps_agents/context7/metadata.py
tapps_agents/context7/refresh_queue.py
tapps_agents/context7/security.py
tapps_agents/context7/staleness_policies.py
tapps_agents/context7/tiles_integration.py
tapps_agents/continuous_bug_fix/__init__.py
tapps_agents/continuous_bug_fix/bug_finder.py
tapps_agents/continuous_bug_fix/bug_fix_coordinator.py
tapps_agents/continuous_bug_fix/commit_manager.py
tapps_agents/continuous_bug_fix/continuous_bug_fixer.py
tapps_agents/continuous_bug_fix/proactive_bug_finder.py
tapps_agents/core/__init__.py
tapps_agents/core/adaptive_cache_config.py
tapps_agents/core/adaptive_scoring.py
tapps_agents/core/agent_base.py
tapps_agents/core/agent_cache.py
tapps_agents/core/agent_learning.py
tapps_agents/core/analytics_dashboard.py
tapps_agents/core/analytics_enhancements.py
tapps_agents/core/anonymization.py
tapps_agents/core/ast_parser.py
tapps_agents/core/async_file_ops.py
tapps_agents/core/best_practice_consultant.py
tapps_agents/core/brownfield_analyzer.py
tapps_agents/core/brownfield_review.py
tapps_agents/core/browser_controller.py
tapps_agents/core/cache_router.py
tapps_agents/core/capability_registry.py
tapps_agents/core/change_impact_analyzer.py
tapps_agents/core/checkpoint_manager.py
tapps_agents/core/cleanup_tool.py
tapps_agents/core/code_generator.py
tapps_agents/core/code_validator.py
tapps_agents/core/command_registry.py
tapps_agents/core/config.py
tapps_agents/core/context_manager.py
tapps_agents/core/cursor_feedback_monitor.py
tapps_agents/core/cursor_verification.py
tapps_agents/core/customization_loader.py
tapps_agents/core/customization_schema.py
tapps_agents/core/customization_template.py
tapps_agents/core/debug_logger.py
tapps_agents/core/design_validator.py
tapps_agents/core/diagram_generator.py
tapps_agents/core/docker_utils.py
tapps_agents/core/doctor.py
tapps_agents/core/document_generator.py
tapps_agents/core/domain_detector.py
tapps_agents/core/error_envelope.py
tapps_agents/core/error_handler.py
tapps_agents/core/estimation_tracker.py
tapps_agents/core/eval_prompt_engine.py
tapps_agents/core/evaluation_base.py
tapps_agents/core/evaluation_models.py
tapps_agents/core/evaluation_orchestrator.py
tapps_agents/core/exceptions.py
tapps_agents/core/expert_config_generator.py
tapps_agents/core/export_schema.py
tapps_agents/core/external_feedback_models.py
tapps_agents/core/external_feedback_storage.py
tapps_agents/core/fallback_strategy.py
tapps_agents/core/feedback_analyzer.py
tapps_agents/core/feedback_collector.py
tapps_agents/core/git_operations.py
tapps_agents/core/hardware_profiler.py
tapps_agents/core/init_project.py
tapps_agents/core/instructions.py
tapps_agents/core/io_guardrails.py
tapps_agents/core/issue_manifest.py
tapps_agents/core/issue_schema.py
tapps_agents/core/iteration_reducer.py
tapps_agents/core/json_utils.py
tapps_agents/core/knowledge_graph.py
tapps_agents/core/language_detector.py
tapps_agents/core/learning_confidence.py
tapps_agents/core/learning_dashboard.py
tapps_agents/core/learning_decision.py
tapps_agents/core/learning_explainability.py
tapps_agents/core/learning_export.py
tapps_agents/core/learning_integration.py
tapps_agents/core/llm_behavior.py
tapps_agents/core/llm_communicator.py
tapps_agents/core/long_duration_support.py
tapps_agents/core/mcp_setup.py
tapps_agents/core/memory_integration.py
tapps_agents/core/meta_learning.py
tapps_agents/core/module_path_sanitizer.py
tapps_agents/core/multi_agent_orchestrator.py
tapps_agents/core/network_errors.py
tapps_agents/core/nfr_validator.py
tapps_agents/core/offline_mode.py
tapps_agents/core/outcome_tracker.py
tapps_agents/core/output_contracts.py
tapps_agents/core/output_formatter.py
tapps_agents/core/path_normalizer.py
tapps_agents/core/path_validator.py
tapps_agents/core/pattern_library.py
tapps_agents/core/performance_benchmark.py
tapps_agents/core/performance_monitor.py
tapps_agents/core/playwright_mcp_controller.py
tapps_agents/core/policy_loader.py
tapps_agents/core/predictive_gates.py
tapps_agents/core/progress.py
tapps_agents/core/project_profile.py
tapps_agents/core/project_type_detector.py
tapps_agents/core/prompt_base.py
tapps_agents/core/prompt_quality.py
tapps_agents/core/requirements_evaluator.py
tapps_agents/core/resource_aware_executor.py
tapps_agents/core/resource_monitor.py
tapps_agents/core/resume_handler.py
tapps_agents/core/retry_handler.py
tapps_agents/core/review_checklists.py
tapps_agents/core/role_loader.py
tapps_agents/core/role_template_loader.py
tapps_agents/core/runtime_mode.py
tapps_agents/core/security_scanner.py
tapps_agents/core/session_manager.py
tapps_agents/core/skill_agent_registry.py
tapps_agents/core/skill_integration.py
tapps_agents/core/skill_loader.py
tapps_agents/core/skill_template.py
tapps_agents/core/skill_validator.py
tapps_agents/core/stack_analyzer.py
tapps_agents/core/startup.py
tapps_agents/core/storage_manager.py
tapps_agents/core/storage_models.py
tapps_agents/core/story_evaluator.py
tapps_agents/core/subprocess_utils.py
tapps_agents/core/task_duration.py
tapps_agents/core/task_memory.py
tapps_agents/core/task_state.py
tapps_agents/core/tech_stack_priorities.py
tapps_agents/core/temp_directory.py
tapps_agents/core/template_merger.py
tapps_agents/core/template_selector.py
tapps_agents/core/test_generator.py
tapps_agents/core/tiered_context.py
tapps_agents/core/token_monitor.py
tapps_agents/core/traceability.py
tapps_agents/core/trajectory_tracker.py
tapps_agents/core/unicode_safe.py
tapps_agents/core/unified_cache.py
tapps_agents/core/unified_cache_config.py
tapps_agents/core/unified_state.py
tapps_agents/core/validate_cursor_setup.py
tapps_agents/core/validation_registry.py
tapps_agents/core/verification_agent.py
tapps_agents/core/visual_feedback.py
tapps_agents/core/workflow_validator.py
tapps_agents/core/worktree.py
tapps_agents/core/context_gathering/__init__.py
tapps_agents/core/context_gathering/repository_explorer.py
tapps_agents/core/context_intelligence/__init__.py
tapps_agents/core/context_intelligence/relevance_scorer.py
tapps_agents/core/context_intelligence/token_budget_manager.py
tapps_agents/core/evaluators/__init__.py
tapps_agents/core/evaluators/architectural_evaluator.py
tapps_agents/core/evaluators/behavioral_evaluator.py
tapps_agents/core/evaluators/performance_profile_evaluator.py
tapps_agents/core/evaluators/security_posture_evaluator.py
tapps_agents/core/evaluators/spec_compliance_evaluator.py
tapps_agents/core/prompt_learning/__init__.py
tapps_agents/core/prompt_learning/learning_loop.py
tapps_agents/core/prompt_learning/project_prompt_store.py
tapps_agents/core/prompt_learning/skills_prompt_analyzer.py
tapps_agents/core/prompt_optimization/__init__.py
tapps_agents/core/prompt_optimization/ab_tester.py
tapps_agents/core/prompt_optimization/correlation_analyzer.py
tapps_agents/core/prompt_optimization/progressive_refiner.py
tapps_agents/core/prompt_optimization/prompt_library.py
tapps_agents/core/validators/__init__.py
tapps_agents/core/validators/python_validator.py
tapps_agents/docker/__init__.py
tapps_agents/docker/analyzer.py
tapps_agents/docker/debugger.py
tapps_agents/docker/error_patterns.py
tapps_agents/epic/__init__.py
tapps_agents/epic/beads_sync.py
tapps_agents/epic/models.py
tapps_agents/epic/orchestrator.py
tapps_agents/epic/parser.py
tapps_agents/experts/__init__.py
tapps_agents/experts/adaptive_domain_detector.py
tapps_agents/experts/adaptive_voting.py
tapps_agents/experts/agent_integration.py
tapps_agents/experts/auto_generator.py
tapps_agents/experts/base_expert.py
tapps_agents/experts/builtin_registry.py
tapps_agents/experts/business_metrics.py
tapps_agents/experts/cache.py
tapps_agents/experts/confidence_breakdown.py
tapps_agents/experts/confidence_calculator.py
tapps_agents/experts/confidence_metrics.py
tapps_agents/experts/domain_config.py
tapps_agents/experts/domain_detector.py
tapps_agents/experts/domain_utils.py
tapps_agents/experts/expert_config.py
tapps_agents/experts/expert_engine.py
tapps_agents/experts/expert_registry.py
tapps_agents/experts/expert_suggester.py
tapps_agents/experts/expert_synthesizer.py
tapps_agents/experts/governance.py
tapps_agents/experts/history_logger.py
tapps_agents/experts/knowledge_enhancer.py
tapps_agents/experts/knowledge_freshness.py
tapps_agents/experts/knowledge_ingestion.py
tapps_agents/experts/knowledge_need_detector.py
tapps_agents/experts/knowledge_validator.py
tapps_agents/experts/observability.py
tapps_agents/experts/passive_notifier.py
tapps_agents/experts/performance_tracker.py
tapps_agents/experts/proactive_orchestrator.py
tapps_agents/experts/rag_chunker.py
tapps_agents/experts/rag_embedder.py
tapps_agents/experts/rag_evaluation.py
tapps_agents/experts/rag_index.py
tapps_agents/experts/rag_metrics.py
tapps_agents/experts/rag_safety.py
tapps_agents/experts/report_generator.py
tapps_agents/experts/setup_wizard.py
tapps_agents/experts/simple_rag.py
tapps_agents/experts/vector_rag.py
tapps_agents/experts/weight_distributor.py
tapps_agents/experts/knowledge/README.md
tapps_agents/experts/knowledge/accessibility/accessible-forms.md
tapps_agents/experts/knowledge/accessibility/aria-patterns.md
tapps_agents/experts/knowledge/accessibility/color-contrast.md
tapps_agents/experts/knowledge/accessibility/keyboard-navigation.md
tapps_agents/experts/knowledge/accessibility/screen-readers.md
tapps_agents/experts/knowledge/accessibility/semantic-html.md
tapps_agents/experts/knowledge/accessibility/testing-accessibility.md
tapps_agents/experts/knowledge/accessibility/wcag-2.1.md
tapps_agents/experts/knowledge/accessibility/wcag-2.2.md
tapps_agents/experts/knowledge/agent-learning/adaptive-learning-patterns.md
tapps_agents/experts/knowledge/agent-learning/best-practices.md
tapps_agents/experts/knowledge/agent-learning/pattern-extraction.md
tapps_agents/experts/knowledge/agent-learning/prompt-optimization.md
tapps_agents/experts/knowledge/ai-frameworks/agent-orchestration-patterns.md
tapps_agents/experts/knowledge/ai-frameworks/model-optimization.md
tapps_agents/experts/knowledge/ai-frameworks/openvino-patterns.md
tapps_agents/experts/knowledge/api-design-integration/api-gateway-patterns.md
tapps_agents/experts/knowledge/api-design-integration/api-security-patterns.md
tapps_agents/experts/knowledge/api-design-integration/api-versioning.md
tapps_agents/experts/knowledge/api-design-integration/async-protocol-patterns.md
tapps_agents/experts/knowledge/api-design-integration/contract-testing.md
tapps_agents/experts/knowledge/api-design-integration/external-api-integration.md
tapps_agents/experts/knowledge/api-design-integration/fastapi-patterns.md
tapps_agents/experts/knowledge/api-design-integration/fastapi-testing.md
tapps_agents/experts/knowledge/api-design-integration/graphql-patterns.md
tapps_agents/experts/knowledge/api-design-integration/grpc-best-practices.md
tapps_agents/experts/knowledge/api-design-integration/mqtt-patterns.md
tapps_agents/experts/knowledge/api-design-integration/rate-limiting.md
tapps_agents/experts/knowledge/api-design-integration/restful-api-design.md
tapps_agents/experts/knowledge/api-design-integration/websocket-patterns.md
tapps_agents/experts/knowledge/cloud-infrastructure/cloud-native-patterns.md
tapps_agents/experts/knowledge/cloud-infrastructure/container-health-checks.md
tapps_agents/experts/knowledge/cloud-infrastructure/containerization.md
tapps_agents/experts/knowledge/cloud-infrastructure/cost-optimization.md
tapps_agents/experts/knowledge/cloud-infrastructure/disaster-recovery.md
tapps_agents/experts/knowledge/cloud-infrastructure/dockerfile-patterns.md
tapps_agents/experts/knowledge/cloud-infrastructure/infrastructure-as-code.md
tapps_agents/experts/knowledge/cloud-infrastructure/kubernetes-patterns.md
tapps_agents/experts/knowledge/cloud-infrastructure/multi-cloud-strategies.md
tapps_agents/experts/knowledge/cloud-infrastructure/serverless-architecture.md
tapps_agents/experts/knowledge/code-quality-analysis/README.md
tapps_agents/experts/knowledge/code-quality-analysis/code-metrics.md
tapps_agents/experts/knowledge/code-quality-analysis/complexity-analysis.md
tapps_agents/experts/knowledge/code-quality-analysis/quality-gates.md
tapps_agents/experts/knowledge/code-quality-analysis/static-analysis-patterns.md
tapps_agents/experts/knowledge/code-quality-analysis/technical-debt-patterns.md
tapps_agents/experts/knowledge/data-privacy-compliance/anonymization.md
tapps_agents/experts/knowledge/data-privacy-compliance/ccpa.md
tapps_agents/experts/knowledge/data-privacy-compliance/consent-management.md
tapps_agents/experts/knowledge/data-privacy-compliance/data-minimization.md
tapps_agents/experts/knowledge/data-privacy-compliance/data-retention.md
tapps_agents/experts/knowledge/data-privacy-compliance/data-subject-rights.md
tapps_agents/experts/knowledge/data-privacy-compliance/encryption-privacy.md
tapps_agents/experts/knowledge/data-privacy-compliance/gdpr.md
tapps_agents/experts/knowledge/data-privacy-compliance/hipaa.md
tapps_agents/experts/knowledge/data-privacy-compliance/privacy-by-design.md
tapps_agents/experts/knowledge/database-data-management/acid-vs-cap.md
tapps_agents/experts/knowledge/database-data-management/backup-and-recovery.md
tapps_agents/experts/knowledge/database-data-management/data-modeling.md
tapps_agents/experts/knowledge/database-data-management/database-design.md
tapps_agents/experts/knowledge/database-data-management/flux-query-optimization.md
tapps_agents/experts/knowledge/database-data-management/influxdb-connection-patterns.md
tapps_agents/experts/knowledge/database-data-management/influxdb-patterns.md
tapps_agents/experts/knowledge/database-data-management/migration-strategies.md
tapps_agents/experts/knowledge/database-data-management/nosql-patterns.md
tapps_agents/experts/knowledge/database-data-management/scalability-patterns.md
tapps_agents/experts/knowledge/database-data-management/sql-optimization.md
tapps_agents/experts/knowledge/database-data-management/time-series-modeling.md
tapps_agents/experts/knowledge/development-workflow/README.md
tapps_agents/experts/knowledge/development-workflow/automation-best-practices.md
tapps_agents/experts/knowledge/development-workflow/build-strategies.md
tapps_agents/experts/knowledge/development-workflow/ci-cd-patterns.md
tapps_agents/experts/knowledge/development-workflow/deployment-patterns.md
tapps_agents/experts/knowledge/development-workflow/git-workflows.md
tapps_agents/experts/knowledge/documentation-knowledge-management/README.md
tapps_agents/experts/knowledge/documentation-knowledge-management/api-documentation-patterns.md
tapps_agents/experts/knowledge/documentation-knowledge-management/documentation-standards.md
tapps_agents/experts/knowledge/documentation-knowledge-management/knowledge-management.md
tapps_agents/experts/knowledge/documentation-knowledge-management/technical-writing-guide.md
tapps_agents/experts/knowledge/observability-monitoring/alerting-patterns.md
tapps_agents/experts/knowledge/observability-monitoring/apm-tools.md
tapps_agents/experts/knowledge/observability-monitoring/distributed-tracing.md
tapps_agents/experts/knowledge/observability-monitoring/logging-strategies.md
tapps_agents/experts/knowledge/observability-monitoring/metrics-and-monitoring.md
tapps_agents/experts/knowledge/observability-monitoring/observability-best-practices.md
tapps_agents/experts/knowledge/observability-monitoring/open-telemetry.md
tapps_agents/experts/knowledge/observability-monitoring/slo-sli-sla.md
tapps_agents/experts/knowledge/performance/anti-patterns.md
tapps_agents/experts/knowledge/performance/api-performance.md
tapps_agents/experts/knowledge/performance/caching.md
tapps_agents/experts/knowledge/performance/database-performance.md
tapps_agents/experts/knowledge/performance/optimization-patterns.md
tapps_agents/experts/knowledge/performance/profiling.md
tapps_agents/experts/knowledge/performance/resource-management.md
tapps_agents/experts/knowledge/performance/scalability.md
tapps_agents/experts/knowledge/security/owasp-top10.md
tapps_agents/experts/knowledge/security/secure-coding-practices.md
tapps_agents/experts/knowledge/security/threat-modeling.md
tapps_agents/experts/knowledge/security/vulnerability-patterns.md
tapps_agents/experts/knowledge/software-architecture/docker-compose-patterns.md
tapps_agents/experts/knowledge/software-architecture/microservices-patterns.md
tapps_agents/experts/knowledge/software-architecture/service-communication.md
tapps_agents/experts/knowledge/testing/best-practices.md
tapps_agents/experts/knowledge/testing/coverage-analysis.md
tapps_agents/experts/knowledge/testing/mocking.md
tapps_agents/experts/knowledge/testing/test-automation.md
tapps_agents/experts/knowledge/testing/test-data.md
tapps_agents/experts/knowledge/testing/test-design-patterns.md
tapps_agents/experts/knowledge/testing/test-maintenance.md
tapps_agents/experts/knowledge/testing/test-strategies.md
tapps_agents/experts/knowledge/user-experience/information-architecture.md
tapps_agents/experts/knowledge/user-experience/interaction-design.md
tapps_agents/experts/knowledge/user-experience/prototyping.md
tapps_agents/experts/knowledge/user-experience/usability-heuristics.md
tapps_agents/experts/knowledge/user-experience/usability-testing.md
tapps_agents/experts/knowledge/user-experience/user-journeys.md
tapps_agents/experts/knowledge/user-experience/user-research.md
tapps_agents/experts/knowledge/user-experience/ux-principles.md
tapps_agents/health/__init__.py
tapps_agents/health/base.py
tapps_agents/health/collector.py
tapps_agents/health/dashboard.py
tapps_agents/health/metrics.py
tapps_agents/health/orchestrator.py
tapps_agents/health/registry.py
tapps_agents/health/checks/__init__.py
tapps_agents/health/checks/automation.py
tapps_agents/health/checks/context7_cache.py
tapps_agents/health/checks/environment.py
tapps_agents/health/checks/execution.py
tapps_agents/health/checks/knowledge_base.py
tapps_agents/health/checks/outcomes.py
tapps_agents/integration/__init__.py
tapps_agents/integration/service_integrator.py
tapps_agents/integrations/__init__.py
tapps_agents/integrations/clawdbot.py
tapps_agents/integrations/memory_bridge.py
tapps_agents/mcp/__init__.py
tapps_agents/mcp/gateway.py
tapps_agents/mcp/tool_registry.py
tapps_agents/mcp/servers/__init__.py
tapps_agents/mcp/servers/analysis.py
tapps_agents/mcp/servers/context7.py
tapps_agents/mcp/servers/filesystem.py
tapps_agents/mcp/servers/git.py
tapps_agents/quality/__init__.py
tapps_agents/quality/coverage_analyzer.py
tapps_agents/quality/enforcement.py
tapps_agents/quality/quality_gates.py
tapps_agents/quality/secret_scanner.py
tapps_agents/quality/gates/__init__.py
tapps_agents/quality/gates/approval_gate.py
tapps_agents/quality/gates/base.py
tapps_agents/quality/gates/exceptions.py
tapps_agents/quality/gates/policy_gate.py
tapps_agents/quality/gates/registry.py
tapps_agents/quality/gates/security_gate.py
tapps_agents/simple_mode/__init__.py
tapps_agents/simple_mode/agent_contracts.py
tapps_agents/simple_mode/beads_hooks.py
tapps_agents/simple_mode/checkpoint_manager.py
tapps_agents/simple_mode/documentation_manager.py
tapps_agents/simple_mode/documentation_reader.py
tapps_agents/simple_mode/error_handling.py
tapps_agents/simple_mode/file_inference.py
tapps_agents/simple_mode/framework_change_detector.py
tapps_agents/simple_mode/intent_parser.py
tapps_agents/simple_mode/learning_progression.py
tapps_agents/simple_mode/nl_handler.py
tapps_agents/simple_mode/onboarding.py
tapps_agents/simple_mode/output_aggregator.py
tapps_agents/simple_mode/prompt_analyzer.py
tapps_agents/simple_mode/result_formatters.py
tapps_agents/simple_mode/step_dependencies.py
tapps_agents/simple_mode/step_results.py
tapps_agents/simple_mode/streaming.py
tapps_agents/simple_mode/variations.py
tapps_agents/simple_mode/visual_feedback.py
tapps_agents/simple_mode/workflow_selector.py
tapps_agents/simple_mode/workflow_suggester.py
tapps_agents/simple_mode/zero_config.py
tapps_agents/simple_mode/formatters/__init__.py
tapps_agents/simple_mode/formatters/optimization_report_formatter.py
tapps_agents/simple_mode/metrics/__init__.py
tapps_agents/simple_mode/metrics/workflow_metrics_tracker.py
tapps_agents/simple_mode/orchestrators/__init__.py
tapps_agents/simple_mode/orchestrators/base.py
tapps_agents/simple_mode/orchestrators/breakdown_orchestrator.py
tapps_agents/simple_mode/orchestrators/brownfield_orchestrator.py
tapps_agents/simple_mode/orchestrators/build_orchestrator.py
tapps_agents/simple_mode/orchestrators/deliverable_checklist.py
tapps_agents/simple_mode/orchestrators/enhance_orchestrator.py
tapps_agents/simple_mode/orchestrators/epic_orchestrator.py
tapps_agents/simple_mode/orchestrators/explore_orchestrator.py
tapps_agents/simple_mode/orchestrators/fix_orchestrator.py
tapps_agents/simple_mode/orchestrators/plan_analysis_orchestrator.py
tapps_agents/simple_mode/orchestrators/pr_orchestrator.py
tapps_agents/simple_mode/orchestrators/refactor_orchestrator.py
tapps_agents/simple_mode/orchestrators/requirements_tracer.py
tapps_agents/simple_mode/orchestrators/resume_orchestrator.py
tapps_agents/simple_mode/orchestrators/review_orchestrator.py
tapps_agents/simple_mode/orchestrators/test_orchestrator.py
tapps_agents/simple_mode/orchestrators/todo_orchestrator.py
tapps_agents/simple_mode/orchestrators/validate_orchestrator.py
tapps_agents/simple_mode/workflows/__init__.py
tapps_agents/simple_mode/workflows/quick_wins_workflow.py
tapps_agents/simple_mode/workflows/validation_workflow.py
tapps_agents/suggestions/__init__.py
tapps_agents/suggestions/inline_suggester.py
tapps_agents/templates/__init__.py
tapps_agents/templates/microservice_generator.py
tapps_agents/utils/env_validator.py
tapps_agents/utils/project_cleanup_agent.py
tapps_agents/workflow/__init__.py
tapps_agents/workflow/acceptance_verifier.py
tapps_agents/workflow/analytics_accessor.py
tapps_agents/workflow/analytics_alerts.py
tapps_agents/workflow/analytics_dashboard_cursor.py
tapps_agents/workflow/analytics_dual_write.py
tapps_agents/workflow/analytics_integration.py
tapps_agents/workflow/analytics_query_parser.py
tapps_agents/workflow/analytics_visualizer.py
tapps_agents/workflow/artifact_helper.py
tapps_agents/workflow/audit_logger.py
tapps_agents/workflow/auto_execution_config.py
tapps_agents/workflow/auto_progression.py
tapps_agents/workflow/branch_cleanup.py
tapps_agents/workflow/checkpoint.py
tapps_agents/workflow/checkpoint_manager.py
tapps_agents/workflow/code_artifact.py
tapps_agents/workflow/common_enums.py
tapps_agents/workflow/confirmation_handler.py
tapps_agents/workflow/context_analyzer.py
tapps_agents/workflow/context_artifact.py
tapps_agents/workflow/cursor_chat.py
tapps_agents/workflow/cursor_executor.py
tapps_agents/workflow/cursor_skill_helper.py
tapps_agents/workflow/dependency_resolver.py
tapps_agents/workflow/design_artifact.py
tapps_agents/workflow/detector.py
tapps_agents/workflow/direct_execution_fallback.py
tapps_agents/workflow/docs_artifact.py
tapps_agents/workflow/durable_state.py
tapps_agents/workflow/enforcer.py
tapps_agents/workflow/enhancement_artifact.py
tapps_agents/workflow/error_recovery.py
tapps_agents/workflow/event_bus.py
tapps_agents/workflow/event_log.py
tapps_agents/workflow/events.py
tapps_agents/workflow/exceptions.py
tapps_agents/workflow/execution_graph.py
tapps_agents/workflow/execution_metrics.py
tapps_agents/workflow/execution_plan.py
tapps_agents/workflow/executor.py
tapps_agents/workflow/file_utils.py
tapps_agents/workflow/gate_evaluator.py
tapps_agents/workflow/gate_integration.py
tapps_agents/workflow/graph_visualizer.py
tapps_agents/workflow/health_checker.py
tapps_agents/workflow/intent_detector.py
tapps_agents/workflow/logging_helper.py
tapps_agents/workflow/manifest.py
tapps_agents/workflow/marker_writer.py
tapps_agents/workflow/message_formatter.py
tapps_agents/workflow/messaging.py
tapps_agents/workflow/metadata_models.py
tapps_agents/workflow/metrics_enhancements.py
tapps_agents/workflow/metrics_integration.py
tapps_agents/workflow/migration_utils.py
tapps_agents/workflow/models.py
tapps_agents/workflow/nlp_config.py
tapps_agents/workflow/nlp_error_handler.py
tapps_agents/workflow/nlp_executor.py
tapps_agents/workflow/nlp_parser.py
tapps_agents/workflow/observability_dashboard.py
tapps_agents/workflow/observer.py
tapps_agents/workflow/ops_artifact.py
tapps_agents/workflow/output_passing.py
tapps_agents/workflow/parallel_executor.py
tapps_agents/workflow/parser.py
tapps_agents/workflow/planning_artifact.py
tapps_agents/workflow/preset_loader.py
tapps_agents/workflow/preset_recommender.py
tapps_agents/workflow/progress_logger.py
tapps_agents/workflow/progress_manager.py
tapps_agents/workflow/progress_monitor.py
tapps_agents/workflow/progress_updates.py
tapps_agents/workflow/quality_artifact.py
tapps_agents/workflow/quality_loopback.py
tapps_agents/workflow/recommender.py
tapps_agents/workflow/remediation_loop.py
tapps_agents/workflow/result_aggregator.py
tapps_agents/workflow/review_artifact.py
tapps_agents/workflow/rules_generator.py
tapps_agents/workflow/schema_validator.py
tapps_agents/workflow/session_handoff.py
tapps_agents/workflow/skill_invoker.py
tapps_agents/workflow/state_manager.py
tapps_agents/workflow/state_persistence_config.py
tapps_agents/workflow/status_monitor.py
tapps_agents/workflow/step_checkpoint.py
tapps_agents/workflow/step_details.py
tapps_agents/workflow/story_models.py
tapps_agents/workflow/streaming.py
tapps_agents/workflow/suggestion_engine.py
tapps_agents/workflow/testing_artifact.py
tapps_agents/workflow/timeline.py
tapps_agents/workflow/token_integration.py
tapps_agents/workflow/validation.py
tapps_agents/workflow/visual_feedback.py
tapps_agents/workflow/workflow_chain.py
tapps_agents/workflow/workflow_summary.py
tapps_agents/workflow/worktree_manager.py
tapps_agents/workflow/agent_handlers/__init__.py
tapps_agents/workflow/agent_handlers/analyst_handler.py
tapps_agents/workflow/agent_handlers/architect_handler.py
tapps_agents/workflow/agent_handlers/base.py
tapps_agents/workflow/agent_handlers/debugger_handler.py
tapps_agents/workflow/agent_handlers/designer_handler.py
tapps_agents/workflow/agent_handlers/documenter_handler.py
tapps_agents/workflow/agent_handlers/enhancer_handler.py
tapps_agents/workflow/agent_handlers/implementer_handler.py
tapps_agents/workflow/agent_handlers/ops_handler.py
tapps_agents/workflow/agent_handlers/orchestrator_handler.py
tapps_agents/workflow/agent_handlers/planner_handler.py
tapps_agents/workflow/agent_handlers/registry.py
tapps_agents/workflow/agent_handlers/reviewer_handler.py
tapps_agents/workflow/agent_handlers/tester_handler.py