.bandit
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
LICENSE_CHANGE_ANNOUNCEMENT.md
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
requirements.txt
agents/code_inspection/patterns/inspection/recurring_B112.json
agents/code_inspection/patterns/inspection/recurring_F541.json
agents/code_inspection/patterns/inspection/recurring_FORMAT.json
agents/code_inspection/patterns/inspection/recurring_bug_20250822_def456.json
agents/code_inspection/patterns/inspection/recurring_bug_20250915_abc123.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_3c5b9951.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_97c0f72f.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_a0871d53.json
agents/code_inspection/patterns/inspection/recurring_bug_20251212_a9b6ec41.json
agents/code_inspection/patterns/inspection/recurring_bug_null_001.json
agents/code_inspection/patterns/inspection/recurring_builtin.json
attune_ai.egg-info/PKG-INFO
attune_ai.egg-info/SOURCES.txt
attune_ai.egg-info/dependency_links.txt
attune_ai.egg-info/entry_points.txt
attune_ai.egg-info/requires.txt
attune_ai.egg-info/top_level.txt
attune_healthcare/__init__.py
attune_healthcare/monitors/__init__.py
attune_healthcare/monitors/clinical_protocol_monitor.py
attune_healthcare/monitors/monitoring/__init__.py
attune_healthcare/monitors/monitoring/protocol_checker.py
attune_healthcare/monitors/monitoring/protocol_loader.py
attune_healthcare/monitors/monitoring/sensor_parsers.py
attune_healthcare/monitors/monitoring/trajectory_analyzer.py
attune_llm/README.md
attune_llm/__init__.py
attune_llm/claude_memory.py
attune_llm/code_health.py
attune_llm/contextual_patterns.py
attune_llm/core.py
attune_llm/git_pattern_extractor.py
attune_llm/levels.py
attune_llm/pattern_confidence.py
attune_llm/pattern_resolver.py
attune_llm/pattern_summary.py
attune_llm/providers.py
attune_llm/session_status.py
attune_llm/state.py
attune_llm/agent_factory/__init__.py
attune_llm/agent_factory/base.py
attune_llm/agent_factory/decorators.py
attune_llm/agent_factory/factory.py
attune_llm/agent_factory/framework.py
attune_llm/agent_factory/memory_integration.py
attune_llm/agent_factory/resilient.py
attune_llm/agent_factory/adapters/__init__.py
attune_llm/agent_factory/adapters/autogen_adapter.py
attune_llm/agent_factory/adapters/crewai_adapter.py
attune_llm/agent_factory/adapters/haystack_adapter.py
attune_llm/agent_factory/adapters/langchain_adapter.py
attune_llm/agent_factory/adapters/langgraph_adapter.py
attune_llm/agent_factory/adapters/native.py
attune_llm/agent_factory/adapters/wizard_adapter.py
attune_llm/agent_factory/crews/__init__.py
attune_llm/agent_factory/crews/code_review.py
attune_llm/agent_factory/crews/health_check.py
attune_llm/agent_factory/crews/refactoring.py
attune_llm/agent_factory/crews/security_audit.py
attune_llm/agents_md/__init__.py
attune_llm/agents_md/loader.py
attune_llm/agents_md/parser.py
attune_llm/agents_md/registry.py
attune_llm/cli/__init__.py
attune_llm/cli/sync_claude.py
attune_llm/commands/__init__.py
attune_llm/commands/context.py
attune_llm/commands/loader.py
attune_llm/commands/models.py
attune_llm/commands/parser.py
attune_llm/commands/registry.py
attune_llm/config/__init__.py
attune_llm/config/unified.py
attune_llm/context/__init__.py
attune_llm/context/compaction.py
attune_llm/context/manager.py
attune_llm/hooks/__init__.py
attune_llm/hooks/config.py
attune_llm/hooks/executor.py
attune_llm/hooks/registry.py
attune_llm/hooks/scripts/__init__.py
attune_llm/hooks/scripts/evaluate_session.py
attune_llm/hooks/scripts/first_time_init.py
attune_llm/hooks/scripts/pre_compact.py
attune_llm/hooks/scripts/session_end.py
attune_llm/hooks/scripts/session_start.py
attune_llm/hooks/scripts/suggest_compact.py
attune_llm/learning/__init__.py
attune_llm/learning/evaluator.py
attune_llm/learning/extractor.py
attune_llm/learning/storage.py
attune_llm/routing/__init__.py
attune_llm/routing/model_router.py
attune_llm/security/IMPLEMENTATION_SUMMARY.md
attune_llm/security/PHASE2_COMPLETE.md
attune_llm/security/PHASE2_SECRETS_DETECTOR_COMPLETE.md
attune_llm/security/QUICK_REFERENCE.md
attune_llm/security/README.md
attune_llm/security/__init__.py
attune_llm/security/audit_logger.py
attune_llm/security/audit_logger_example.py
attune_llm/security/pii_scrubber.py
attune_llm/security/secrets_detector.py
attune_llm/security/secrets_detector_example.py
attune_llm/security/secure_memdocs.py
attune_llm/security/secure_memdocs_example.py
attune_llm/utils/__init__.py
attune_llm/utils/tokens.py
attune_software/SOFTWARE_PLUGIN_README.md
attune_software/__init__.py
attune_software/cli.py
attune_software/plugin.py
attune_software/cli/__init__.py
attune_software/cli/inspect.py
docs/index.md
docs/api-reference/README.md
docs/api-reference/config.md
docs/api-reference/core.md
docs/api-reference/empathy-os.md
docs/api-reference/index.md
docs/api-reference/llm-toolkit.md
docs/api-reference/memory.md
docs/api-reference/meta-orchestration.md
docs/api-reference/multi-agent.md
docs/api-reference/pattern-library.md
docs/api-reference/persistence.md
docs/api-reference/security-scanner.md
docs/api-reference/software-wizards.md
docs/api-reference/wizards.md
docs/api-reference/workflows.md
docs/examples/adaptive-learning-system.md
docs/examples/generated-plan-release-prep.md
docs/examples/multi-agent-team-coordination.md
docs/examples/sbar-clinical-handoff.md
docs/examples/simple-chatbot.md
docs/examples/webhook-event-integration.md
docs/getting-started/choose-your-path.md
docs/getting-started/first-steps.md
docs/getting-started/index.md
docs/getting-started/installation.md
docs/getting-started/mcp-integration.md
docs/getting-started/redis-setup.md
docs/guides/DISTRIBUTION_POLICY.md
docs/guides/MCP_PUBLISH_INSTRUCTIONS.md
docs/guides/MKDOCS_TUTORIAL.md
docs/guides/PUBLISHING.md
docs/guides/RELEASE_PREPARATION.md
docs/guides/WORKFLOW_PATTERNS.md
docs/guides/claude-memory-integration.md
docs/guides/five-levels-of-empathy.md
docs/guides/foreword.md
docs/guides/healthcare-wizards.md
docs/guides/how-to-read-this-book.md
docs/guides/multi-model-workflows.md
docs/guides/pattern-catalog.md
docs/guides/preface.md
docs/guides/signoz-integration.md
docs/guides/teaching-ai-your-standards.md
docs/guides/trust-circuit-breaker.md
docs/guides/xml-enhanced-prompts.md
examples/README.md
examples/WIZARD_DASHBOARD_IMPLEMENTATION.md
examples/WIZARD_DASHBOARD_STATE_MANAGEMENT.md
examples/WIZARD_DASHBOARD_WIREFRAMES.md
examples/adaptive_routing_demo.py
examples/adaptive_routing_workflow_demo.py
examples/agent_coordination_demo.py
examples/agent_tracking_demo.py
examples/anthropic_patterns_demo.py
examples/anthropic_patterns_simple_demo.py
examples/approval_gates_demo.py
examples/coordinated_workflow_demo.py
examples/dashboard_demo.py
examples/event_streaming_demo.py
examples/feedback_loop_demo.py
examples/hybrid_cli_demo.py
examples/interactive_team_creation.py
examples/llm_toolkit_demo.py
examples/meta_orchestrator_demo.py
examples/multi_llm_usage.py
examples/progressive_test_gen_demo.py
examples/quickstart.py
examples/redis_exploration.py
examples/scanner_usage.py
examples/security_integration_example.py
examples/simple_usage.py
examples/smart_team_quickstart.py
examples/sonnet_opus_fallback_example.py
examples/suggest_adaptive_routing.py
examples/test_approval_gates.py
examples/test_debugging_wizard.py
examples/workflow_chaining_demo.py
examples/claude_memory/README-SECURITY.md
examples/claude_memory/enterprise-CLAUDE-secure.md
examples/claude_memory/example-with-imports.md
examples/claude_memory/project-CLAUDE.md
examples/claude_memory/user-CLAUDE.md
examples/complete-workflow/README.md
examples/complete-workflow/workflow_example.py
examples/config/empathy.config.example.yml
examples/demos/demo_end_to_end_workflow.py
examples/demos/demo_memory_integration.py
examples/demos/demo_meta_workflows.py
examples/demos/demo_progressive_demo.py
examples/demos/demo_security_complete.py
examples/demos/demo_test_workflow.py
examples/domain_wizards/all_domain_wizards_demo.py
examples/domain_wizards/healthcare_example.py
examples/domain_wizards/tests/test_healthcare_wizard.py
examples/level_5_transformative/BLOG_POST.md
examples/level_5_transformative/README.md
examples/level_5_transformative/data/deployment_pipeline.py
examples/level_5_transformative/data/healthcare_handoff_code.py
examples/orchestration/advanced_composition.py
examples/orchestration/basic_usage.py
examples/orchestration/custom_workflow.py
examples/quickstart/README.md
examples/seo_optimization/README.md
examples/seo_optimization/SOCRATIC_DEMO.md
examples/seo_optimization/complete_demo.py
examples/seo_optimization/config.yaml
examples/seo_optimization/dashboard_demo.py
examples/seo_optimization/demo.py
examples/seo_optimization/live_demo.py
examples/seo_optimization/seo_agent.py
examples/seo_optimization/utils.py
examples/seo_optimization/with_memory_backend.py
examples/workflows/README.md
examples/workflows/code_review_example.py
examples/workflows/doc_gen_example.py
examples/workflows/multi_model_example.py
examples/workflows/research_example.py
src/attune/__init__.py
src/attune/agent_monitoring.py
src/attune/cache_monitor.py
src/attune/cache_stats.py
src/attune/cli_minimal.py
src/attune/cli_router.py
src/attune/cli_unified.py
src/attune/config.py
src/attune/coordination.py
src/attune/core.py
src/attune/cost_tracker.py
src/attune/discovery.py
src/attune/emergence.py
src/attune/exceptions.py
src/attune/feedback_loops.py
src/attune/levels.py
src/attune/leverage_points.py
src/attune/logging_config.py
src/attune/pattern_cache.py
src/attune/pattern_library.py
src/attune/persistence.py
src/attune/platform_utils.py
src/attune/redis_config.py
src/attune/redis_memory.py
src/attune/socratic_router.py
src/attune/templates.py
src/attune/tier_recommender.py
src/attune/tools.py
src/attune/trust_building.py
src/attune/vscode_bridge.py
src/attune/workflow_commands.py
src/attune/adaptive/__init__.py
src/attune/adaptive/task_complexity.py
src/attune/cache/__init__.py
src/attune/cache/base.py
src/attune/cache/dependency_manager.py
src/attune/cache/hash_only.py
src/attune/cache/hybrid.py
src/attune/cache/storage.py
src/attune/cli/__init__.py
src/attune/cli/__main__.py
src/attune/cli/core.py
src/attune/cli/commands/__init__.py
src/attune/cli/commands/batch.py
src/attune/cli/commands/cache.py
src/attune/cli/commands/help.py
src/attune/cli/commands/info.py
src/attune/cli/commands/inspect.py
src/attune/cli/commands/inspection.py
src/attune/cli/commands/memory.py
src/attune/cli/commands/metrics.py
src/attune/cli/commands/orchestrate.py
src/attune/cli/commands/patterns.py
src/attune/cli/commands/profiling.py
src/attune/cli/commands/provider.py
src/attune/cli/commands/routing.py
src/attune/cli/commands/setup.py
src/attune/cli/commands/status.py
src/attune/cli/commands/sync.py
src/attune/cli/commands/tier.py
src/attune/cli/commands/utilities.py
src/attune/cli/commands/workflow.py
src/attune/cli/parsers/__init__.py
src/attune/cli/parsers/batch.py
src/attune/cli/parsers/cache.py
src/attune/cli/parsers/help.py
src/attune/cli/parsers/info.py
src/attune/cli/parsers/inspect.py
src/attune/cli/parsers/metrics.py
src/attune/cli/parsers/orchestrate.py
src/attune/cli/parsers/patterns.py
src/attune/cli/parsers/provider.py
src/attune/cli/parsers/routing.py
src/attune/cli/parsers/setup.py
src/attune/cli/parsers/status.py
src/attune/cli/parsers/sync.py
src/attune/cli/parsers/tier.py
src/attune/cli/parsers/workflow.py
src/attune/cli/utils/__init__.py
src/attune/cli/utils/data.py
src/attune/cli/utils/helpers.py
src/attune/config/__init__.py
src/attune/config/xml_config.py
src/attune/core_modules/__init__.py
src/attune/dashboard/__init__.py
src/attune/dashboard/app.py
src/attune/dashboard/simple_server.py
src/attune/dashboard/standalone_server.py
src/attune/hot_reload/README.md
src/attune/hot_reload/__init__.py
src/attune/hot_reload/config.py
src/attune/hot_reload/integration.py
src/attune/hot_reload/reloader.py
src/attune/hot_reload/watcher.py
src/attune/hot_reload/websocket.py
src/attune/mcp/__init__.py
src/attune/mcp/server.py
src/attune/memory/__init__.py
src/attune/memory/claude_memory.py
src/attune/memory/config.py
src/attune/memory/control_panel.py
src/attune/memory/control_panel_support.py
src/attune/memory/cross_session.py
src/attune/memory/edges.py
src/attune/memory/encryption.py
src/attune/memory/file_session.py
src/attune/memory/graph.py
src/attune/memory/long_term.py
src/attune/memory/long_term_types.py
src/attune/memory/nodes.py
src/attune/memory/redis_bootstrap.py
src/attune/memory/simple_storage.py
src/attune/memory/storage_backend.py
src/attune/memory/summary_index.py
src/attune/memory/types.py
src/attune/memory/unified.py
src/attune/memory/mixins/__init__.py
src/attune/memory/mixins/backend_init_mixin.py
src/attune/memory/mixins/capabilities_mixin.py
src/attune/memory/mixins/handoff_mixin.py
src/attune/memory/mixins/lifecycle_mixin.py
src/attune/memory/mixins/long_term_mixin.py
src/attune/memory/mixins/promotion_mixin.py
src/attune/memory/mixins/short_term_mixin.py
src/attune/memory/security/__init__.py
src/attune/memory/security/audit_logger.py
src/attune/memory/security/pii_scrubber.py
src/attune/memory/security/secrets_detector.py
src/attune/memory/short_term/__init__.py
src/attune/memory/short_term/base.py
src/attune/memory/short_term/batch.py
src/attune/memory/short_term/caching.py
src/attune/memory/short_term/conflicts.py
src/attune/memory/short_term/cross_session.py
src/attune/memory/short_term/facade.py
src/attune/memory/short_term/pagination.py
src/attune/memory/short_term/patterns.py
src/attune/memory/short_term/pubsub.py
src/attune/memory/short_term/queues.py
src/attune/memory/short_term/security.py
src/attune/memory/short_term/sessions.py
src/attune/memory/short_term/streams.py
src/attune/memory/short_term/timelines.py
src/attune/memory/short_term/transactions.py
src/attune/memory/short_term/working.py
src/attune/memory/storage/__init__.py
src/attune/meta_workflows/__init__.py
src/attune/meta_workflows/agent_creator.py
src/attune/meta_workflows/builtin_templates.py
src/attune/meta_workflows/cli_meta_workflows.py
src/attune/meta_workflows/form_engine.py
src/attune/meta_workflows/intent_detector.py
src/attune/meta_workflows/models.py
src/attune/meta_workflows/pattern_learner.py
src/attune/meta_workflows/plan_generator.py
src/attune/meta_workflows/session_context.py
src/attune/meta_workflows/template_registry.py
src/attune/meta_workflows/workflow.py
src/attune/meta_workflows/cli_commands/__init__.py
src/attune/meta_workflows/cli_commands/agent_commands.py
src/attune/meta_workflows/cli_commands/analytics_commands.py
src/attune/meta_workflows/cli_commands/config_commands.py
src/attune/meta_workflows/cli_commands/memory_commands.py
src/attune/meta_workflows/cli_commands/template_commands.py
src/attune/meta_workflows/cli_commands/workflow_commands.py
src/attune/metrics/__init__.py
src/attune/metrics/collector.py
src/attune/metrics/prompt_metrics.py
src/attune/models/__init__.py
src/attune/models/__main__.py
src/attune/models/adaptive_routing.py
src/attune/models/auth_cli.py
src/attune/models/auth_strategy.py
src/attune/models/cli.py
src/attune/models/empathy_executor.py
src/attune/models/executor.py
src/attune/models/fallback.py
src/attune/models/provider_config.py
src/attune/models/registry.py
src/attune/models/tasks.py
src/attune/models/token_estimator.py
src/attune/models/validation.py
src/attune/models/telemetry/__init__.py
src/attune/models/telemetry/analytics.py
src/attune/models/telemetry/backend.py
src/attune/models/telemetry/data_models.py
src/attune/models/telemetry/storage.py
src/attune/monitoring/__init__.py
src/attune/monitoring/alerts.py
src/attune/monitoring/alerts_cli.py
src/attune/monitoring/multi_backend.py
src/attune/monitoring/otel_backend.py
src/attune/optimization/__init__.py
src/attune/optimization/context_optimizer.py
src/attune/orchestration/__init__.py
src/attune/orchestration/agent_templates.py
src/attune/orchestration/config_store.py
src/attune/orchestration/execution_strategies.py
src/attune/orchestration/meta_orchestrator.py
src/attune/orchestration/pattern_learner.py
src/attune/orchestration/real_tools.py
src/attune/orchestration/_strategies/__init__.py
src/attune/orchestration/_strategies/base.py
src/attune/orchestration/_strategies/conditional_strategies.py
src/attune/orchestration/_strategies/conditions.py
src/attune/orchestration/_strategies/core_strategies.py
src/attune/orchestration/_strategies/data_classes.py
src/attune/orchestration/_strategies/nesting.py
src/attune/patterns/refactoring_memory.json
src/attune/patterns/debugging/all_patterns.json
src/attune/patterns/debugging/workflow_20260107_1770825e.json
src/attune/plugins/__init__.py
src/attune/plugins/base.py
src/attune/plugins/registry.py
src/attune/project_index/__init__.py
src/attune/project_index/cli.py
src/attune/project_index/index.py
src/attune/project_index/models.py
src/attune/project_index/reports.py
src/attune/project_index/scanner.py
src/attune/project_index/scanner_parallel.py
src/attune/prompts/__init__.py
src/attune/prompts/config.py
src/attune/prompts/context.py
src/attune/prompts/parser.py
src/attune/prompts/registry.py
src/attune/prompts/templates.py
src/attune/resilience/__init__.py
src/attune/resilience/circuit_breaker.py
src/attune/resilience/fallback.py
src/attune/resilience/health.py
src/attune/resilience/retry.py
src/attune/resilience/timeout.py
src/attune/routing/__init__.py
src/attune/routing/chain_executor.py
src/attune/routing/classifier.py
src/attune/routing/smart_router.py
src/attune/routing/workflow_registry.py
src/attune/scaffolding/README.md
src/attune/scaffolding/__init__.py
src/attune/scaffolding/__main__.py
src/attune/scaffolding/cli.py
src/attune/scaffolding/templates/base_wizard.py.jinja2
src/attune/scaffolding/templates/coach_wizard.py.jinja2
src/attune/scaffolding/templates/domain_wizard.py.jinja2
src/attune/scaffolding/templates/linear_flow_wizard.py.jinja2
src/attune/socratic/__init__.py
src/attune/socratic/ab_testing.py
src/attune/socratic/blueprint.py
src/attune/socratic/cli.py
src/attune/socratic/collaboration.py
src/attune/socratic/domain_templates.py
src/attune/socratic/embeddings.py
src/attune/socratic/engine.py
src/attune/socratic/explainer.py
src/attune/socratic/feedback.py
src/attune/socratic/forms.py
src/attune/socratic/generator.py
src/attune/socratic/llm_analyzer.py
src/attune/socratic/mcp_server.py
src/attune/socratic/session.py
src/attune/socratic/storage.py
src/attune/socratic/success.py
src/attune/socratic/visual_editor.py
src/attune/socratic/web_ui.py
src/attune/telemetry/__init__.py
src/attune/telemetry/agent_coordination.py
src/attune/telemetry/agent_tracking.py
src/attune/telemetry/approval_gates.py
src/attune/telemetry/cli.py
src/attune/telemetry/event_streaming.py
src/attune/telemetry/feedback_loop.py
src/attune/telemetry/usage_tracker.py
src/attune/telemetry/commands/__init__.py
src/attune/telemetry/commands/dashboard_commands.py
src/attune/test_generator/__init__.py
src/attune/test_generator/__main__.py
src/attune/test_generator/cli.py
src/attune/test_generator/generator.py
src/attune/test_generator/risk_analyzer.py
src/attune/test_generator/templates/unit_test.py.jinja2
src/attune/trust/__init__.py
src/attune/trust/circuit_breaker.py
src/attune/validation/__init__.py
src/attune/validation/xml_validator.py
src/attune/workflow_patterns/__init__.py
src/attune/workflow_patterns/behavior.py
src/attune/workflow_patterns/core.py
src/attune/workflow_patterns/output.py
src/attune/workflow_patterns/registry.py
src/attune/workflow_patterns/structural.py
src/attune/workflows/__init__.py
src/attune/workflows/autonomous_test_gen.py
src/attune/workflows/base.py
src/attune/workflows/batch_processing.py
src/attune/workflows/bug_predict.py
src/attune/workflows/builder.py
src/attune/workflows/caching.py
src/attune/workflows/code_review.py
src/attune/workflows/code_review_adapters.py
src/attune/workflows/code_review_pipeline.py
src/attune/workflows/compat.py
src/attune/workflows/config.py
src/attune/workflows/cost_mixin.py
src/attune/workflows/data_classes.py
src/attune/workflows/dependency_check.py
src/attune/workflows/document_manager.py
src/attune/workflows/document_manager_README.md
src/attune/workflows/documentation_orchestrator.py
src/attune/workflows/history.py
src/attune/workflows/llm_base.py
src/attune/workflows/manage_docs_README.md
src/attune/workflows/manage_documentation.py
src/attune/workflows/migration.py
src/attune/workflows/new_sample_workflow1.py
src/attune/workflows/new_sample_workflow1_README.md
src/attune/workflows/orchestrated_health_check.py
src/attune/workflows/orchestrated_release_prep.py
src/attune/workflows/output.py
src/attune/workflows/parsing_mixin.py
src/attune/workflows/perf_audit.py
src/attune/workflows/pr_review.py
src/attune/workflows/progress.py
src/attune/workflows/progress_server.py
src/attune/workflows/refactor_plan.py
src/attune/workflows/release_prep.py
src/attune/workflows/release_prep_crew.py
src/attune/workflows/research_synthesis.py
src/attune/workflows/routing.py
src/attune/workflows/secure_release.py
src/attune/workflows/security_adapters.py
src/attune/workflows/security_audit.py
src/attune/workflows/security_audit_phase3.py
src/attune/workflows/seo_optimization.py
src/attune/workflows/step_config.py
src/attune/workflows/telemetry_mixin.py
src/attune/workflows/test5_README.md
src/attune/workflows/test_coverage_boost_crew.py
src/attune/workflows/test_gen.py
src/attune/workflows/test_gen_behavioral.py
src/attune/workflows/test_gen_parallel.py
src/attune/workflows/test_lifecycle.py
src/attune/workflows/test_maintenance.py
src/attune/workflows/test_maintenance_cli.py
src/attune/workflows/test_maintenance_crew.py
src/attune/workflows/test_runner.py
src/attune/workflows/tier_tracking.py
src/attune/workflows/xml_enhanced_crew.py
src/attune/workflows/document_gen/__init__.py
src/attune/workflows/document_gen/config.py
src/attune/workflows/document_gen/report_formatter.py
src/attune/workflows/document_gen/workflow.py
src/attune/workflows/keyboard_shortcuts/__init__.py
src/attune/workflows/keyboard_shortcuts/generators.py
src/attune/workflows/keyboard_shortcuts/parsers.py
src/attune/workflows/keyboard_shortcuts/prompts.py
src/attune/workflows/keyboard_shortcuts/schema.py
src/attune/workflows/keyboard_shortcuts/workflow.py
src/attune/workflows/progressive/README.md
src/attune/workflows/progressive/__init__.py
src/attune/workflows/progressive/cli.py
src/attune/workflows/progressive/core.py
src/attune/workflows/progressive/orchestrator.py
src/attune/workflows/progressive/reports.py
src/attune/workflows/progressive/telemetry.py
src/attune/workflows/progressive/test_gen.py
src/attune/workflows/progressive/workflow.py
src/attune/workflows/test_gen/__init__.py
src/attune/workflows/test_gen/ast_analyzer.py
src/attune/workflows/test_gen/config.py
src/attune/workflows/test_gen/data_models.py
src/attune/workflows/test_gen/report_formatter.py
src/attune/workflows/test_gen/test_templates.py
src/attune/workflows/test_gen/workflow.py
tests/test_agent_factory.py
tests/test_agent_factory_memory.py
tests/test_agent_factory_resilience.py
tests/test_audit_logger.py
tests/test_audit_logger_extended.py
tests/test_base.py
tests/test_baseline.py
tests/test_book_production_agents.py
tests/test_bug_predict_workflow.py
tests/test_claude_memory.py
tests/test_claude_memory_extended.py
tests/test_clinical_protocol_monitor.py
tests/test_code_health.py
tests/test_code_review.py
tests/test_code_review_crew_integration.py
tests/test_code_review_pipeline.py
tests/test_code_review_pipeline_workflow.py
tests/test_code_review_workflow.py
tests/test_config.py
tests/test_control_panel.py
tests/test_control_panel_security.py
tests/test_coordination.py
tests/test_core.py
tests/test_core_reliability.py
tests/test_cost_tracker.py
tests/test_dependency_check.py
tests/test_dependency_check_workflow.py
tests/test_discovery.py
tests/test_document_gen.py
tests/test_document_gen_workflow.py
tests/test_emergence.py
tests/test_empathy_llm_core.py
tests/test_empathy_llm_security.py
tests/test_empathy_os.py
tests/test_exceptions.py
tests/test_executor_integration.py
tests/test_fallback.py
tests/test_fallback_suite.py
tests/test_feedback_loops.py
tests/test_finding_extraction.py
tests/test_graph.py
tests/test_health_check.py
tests/test_healthcare_plugin.py
tests/test_intelligence_integration.py
tests/test_levels.py
tests/test_leverage_points.py
tests/test_llm_integration.py
tests/test_llm_toolkit_agents.py
tests/test_llm_toolkit_core.py
tests/test_llm_toolkit_decorators.py
tests/test_llm_toolkit_empathy_core.py
tests/test_llm_toolkit_langgraph_adapter.py
tests/test_llm_toolkit_levels.py
tests/test_llm_toolkit_memory.py
tests/test_llm_toolkit_patterns.py
tests/test_llm_toolkit_providers.py
tests/test_llm_toolkit_security.py
tests/test_llm_toolkit_session_status.py
tests/test_llm_toolkit_wizard_adapter.py
tests/test_logging_config.py
tests/test_long_term.py
tests/test_memory_graph.py
tests/test_model_registry.py
tests/test_model_router.py
tests/test_monitoring.py
tests/test_pattern_cache.py
tests/test_pattern_library.py
tests/test_perf_audit_workflow.py
tests/test_persistence.py
tests/test_pii_scrubber.py
tests/test_pii_scrubber_extended.py
tests/test_platform_compat_ci.py
tests/test_platform_utils.py
tests/test_plugin_base.py
tests/test_plugin_registry.py
tests/test_pr_review.py
tests/test_pr_review_workflow.py
tests/test_production_smoke.py
tests/test_progress.py
tests/test_protocol_checker.py
tests/test_protocol_loader.py
tests/test_provider_config.py
tests/test_providers.py
tests/test_redis_bootstrap.py
tests/test_redis_config.py
tests/test_redis_integration.py
tests/test_redis_memory.py
tests/test_redis_memory_errors.py
tests/test_refactor_golden.py
tests/test_refactor_plan_workflow.py
tests/test_refactoring.py
tests/test_refactoring_crew.py
tests/test_registry.py
tests/test_release_prep.py
tests/test_reporting.py
tests/test_reports.py
tests/test_resilience.py
tests/test_sbar_wizard.py
tests/test_scanner.py
tests/test_scanner_exceptions.py
tests/test_secrets_detector.py
tests/test_secure_memdocs.py
tests/test_secure_memdocs_extended.py
tests/test_secure_release.py
tests/test_secure_release_workflow.py
tests/test_security_audit.py
tests/test_security_audit_crew.py
tests/test_security_audit_workflow.py
tests/test_security_crew_integration.py
tests/test_security_integration.py
tests/test_security_negative_cases.py
tests/test_security_scan.py
tests/test_sensor_parsers.py
tests/test_session_status.py
tests/test_short_term.py
tests/test_smart_router.py
tests/test_smoke.py
tests/test_sonnet_opus_fallback.py
tests/test_state.py
tests/test_step_config.py
tests/test_summary_index.py
tests/test_sync_claude.py
tests/test_tech_debt_wizard.py
tests/test_telemetry.py
tests/test_templates.py
tests/test_timeout.py
tests/test_token_estimator.py
tests/test_trajectory_analyzer.py
tests/test_trust_building.py
tests/test_trust_circuit_breaker.py
tests/test_unified_memory.py
tests/test_validation.py
tests/test_wizard_outputs.py
tests/test_wizard_site_comprehensive.py
tests/test_workflow_base.py
tests/test_workflow_commands.py
tests/test_workflow_wizard_integration.py
tests/test_xml_prompts.py
tests/test_xml_spec_generation.py
workflow_scaffolding/__init__.py
workflow_scaffolding/__main__.py
workflow_scaffolding/cli.py
workflow_scaffolding/generator.py