strray-ai 1.15.0 → 1.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. package/.opencode/agents/backend-engineer.yml +76 -0
  2. package/.opencode/agents/content-creator.yml +75 -0
  3. package/.opencode/agents/database-engineer.yml +76 -0
  4. package/.opencode/agents/devops-engineer.yml +76 -0
  5. package/.opencode/agents/frontend-engineer.yml +76 -0
  6. package/.opencode/agents/frontend-ui-ux-engineer.yml +76 -0
  7. package/.opencode/agents/growth-strategist.yml +76 -0
  8. package/.opencode/agents/mobile-developer.yml +76 -0
  9. package/.opencode/agents/multimodal-looker.yml +75 -0
  10. package/.opencode/agents/performance-engineer.yml +76 -0
  11. package/.opencode/agents/seo-consultant.yml +76 -0
  12. package/.opencode/agents/strategist.yml +75 -0
  13. package/.opencode/agents/tech-writer.yml +76 -0
  14. package/.opencode/codex.codex +1 -1
  15. package/.opencode/commands/mode-switch.md +4 -4
  16. package/.opencode/enforcer-config.json +2 -2
  17. package/.opencode/package.json +1 -1
  18. package/.opencode/strray/agents_template.md +1 -1
  19. package/.opencode/strray/codex.json +1 -1
  20. package/.opencode/strray/config.json +1 -1
  21. package/.opencode/strray/features.json +1 -1
  22. package/.opencode/strray/integrations.json +3 -3
  23. package/README.md +136 -10
  24. package/dist/agents/code-reviewer.js +1 -1
  25. package/dist/analytics/routing-refiner.js +1 -1
  26. package/dist/core/boot-orchestrator.js +1 -1
  27. package/dist/core/features-config.js +1 -1
  28. package/dist/mcps/architect-tools.server.d.ts.map +1 -1
  29. package/dist/mcps/architect-tools.server.js +31 -12
  30. package/dist/mcps/architect-tools.server.js.map +1 -1
  31. package/dist/mcps/auto-format.server.d.ts.map +1 -1
  32. package/dist/mcps/auto-format.server.js +43 -20
  33. package/dist/mcps/auto-format.server.js.map +1 -1
  34. package/dist/mcps/boot-orchestrator.server.js +1 -1
  35. package/dist/mcps/enforcer-tools.server.d.ts +1 -0
  36. package/dist/mcps/enforcer-tools.server.d.ts.map +1 -1
  37. package/dist/mcps/enforcer-tools.server.js +28 -11
  38. package/dist/mcps/enforcer-tools.server.js.map +1 -1
  39. package/dist/mcps/estimation.server.d.ts.map +1 -1
  40. package/dist/mcps/estimation.server.js +27 -14
  41. package/dist/mcps/estimation.server.js.map +1 -1
  42. package/dist/mcps/framework-compliance-audit.server.js +1 -1
  43. package/dist/mcps/framework-help.server.d.ts.map +1 -1
  44. package/dist/mcps/framework-help.server.js +26 -21
  45. package/dist/mcps/framework-help.server.js.map +1 -1
  46. package/dist/mcps/knowledge-skills/api-design.server.js +1 -1
  47. package/dist/mcps/knowledge-skills/architecture-patterns.server.js +1 -1
  48. package/dist/mcps/knowledge-skills/bug-triage-specialist.server.js +1 -1
  49. package/dist/mcps/knowledge-skills/code-analyzer.server.js +1 -1
  50. package/dist/mcps/knowledge-skills/code-review.server.js +1 -1
  51. package/dist/mcps/knowledge-skills/content-creator.server.js +1 -1
  52. package/dist/mcps/knowledge-skills/database-design.server.js +1 -1
  53. package/dist/mcps/knowledge-skills/devops-deployment.server.js +1 -1
  54. package/dist/mcps/knowledge-skills/git-workflow.server.js +1 -1
  55. package/dist/mcps/knowledge-skills/growth-strategist.server.js +1 -1
  56. package/dist/mcps/knowledge-skills/log-monitor.server.js +1 -1
  57. package/dist/mcps/knowledge-skills/mobile-development.server.js +1 -1
  58. package/dist/mcps/knowledge-skills/multimodal-looker.server.js +1 -1
  59. package/dist/mcps/knowledge-skills/performance-optimization.server.js +1 -1
  60. package/dist/mcps/knowledge-skills/project-analysis.server.js +1 -1
  61. package/dist/mcps/knowledge-skills/refactoring-strategies.server.js +1 -1
  62. package/dist/mcps/knowledge-skills/security-audit.server.js +1 -1
  63. package/dist/mcps/knowledge-skills/seo-consultant.server.js +1 -1
  64. package/dist/mcps/knowledge-skills/session-management.server.js +1 -1
  65. package/dist/mcps/knowledge-skills/skill-invocation.server.js +1 -1
  66. package/dist/mcps/knowledge-skills/strategist.server.js +1 -1
  67. package/dist/mcps/knowledge-skills/tech-writer.server.js +2 -2
  68. package/dist/mcps/knowledge-skills/testing-best-practices.server.js +1 -1
  69. package/dist/mcps/knowledge-skills/testing-strategy.server.js +1 -1
  70. package/dist/mcps/knowledge-skills/ui-ux-design.server.js +1 -1
  71. package/dist/mcps/lint.server.d.ts.map +1 -1
  72. package/dist/mcps/lint.server.js +92 -44
  73. package/dist/mcps/lint.server.js.map +1 -1
  74. package/dist/mcps/model-health-check.server.js +1 -1
  75. package/dist/mcps/orchestrator/server.d.ts.map +1 -1
  76. package/dist/mcps/orchestrator/server.js +28 -17
  77. package/dist/mcps/orchestrator/server.js.map +1 -1
  78. package/dist/mcps/performance-analysis.server.js +1 -1
  79. package/dist/mcps/processor-pipeline.server.js +1 -1
  80. package/dist/mcps/researcher.server.d.ts +3 -0
  81. package/dist/mcps/researcher.server.d.ts.map +1 -1
  82. package/dist/mcps/researcher.server.js +78 -23
  83. package/dist/mcps/researcher.server.js.map +1 -1
  84. package/dist/mcps/security-scan.server.d.ts +1 -0
  85. package/dist/mcps/security-scan.server.d.ts.map +1 -1
  86. package/dist/mcps/security-scan.server.js +184 -64
  87. package/dist/mcps/security-scan.server.js.map +1 -1
  88. package/dist/mcps/simulation/server-simulations.js +1 -1
  89. package/dist/mcps/state-manager.server.d.ts.map +1 -1
  90. package/dist/mcps/state-manager.server.js +35 -22
  91. package/dist/mcps/state-manager.server.js.map +1 -1
  92. package/dist/orchestrator/universal-registry-bridge.js +1 -1
  93. package/dist/reporting/framework-reporting-system.js +1 -1
  94. package/package.json +3 -3
  95. package/scripts/node/install.cjs +53 -16
  96. package/scripts/node/postinstall.cjs +29 -1
  97. package/scripts/node/universal-version-manager.js +42 -83
  98. package/src/skills/hermes-agent/SKILL.md +255 -0
  99. package/src/skills/registry.json +1 -1
  100. package/.opencode/agents/document-writer.yml +0 -133
@@ -0,0 +1,76 @@
1
+ name: backend-engineer
2
+ description: "Expert in REST/GraphQL APIs, microservices, authentication, server architecture, and backend performance"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - api-design
29
+ - microservices
30
+ - authentication
31
+ - server-optimization
32
+ - caching-strategies
33
+ - message-queues
34
+ - api-security
35
+ - graphql-design
36
+
37
+ # Error Handling Configuration
38
+ error_handling:
39
+ retry_attempts: 3
40
+ circuit_breaker:
41
+ enabled: true
42
+ failure_threshold: 3
43
+ recovery_timeout_ms: 30000
44
+ fallback_strategy: graceful
45
+ alert_on_failure: true
46
+
47
+ # Performance Configuration
48
+ performance:
49
+ timeout_ms: 25000
50
+ concurrency_limit: 5
51
+ memory_limit_mb: 128
52
+ cpu_limit_percent: 30
53
+
54
+ # Integration Hooks
55
+ integration:
56
+ pre_commit: false
57
+ post_commit: false
58
+ daily_scan: false
59
+ deployment_validation: false
60
+
61
+ # Security Configuration
62
+ security:
63
+ sandboxed_execution: true
64
+ permission_level: standard
65
+ data_classification: internal
66
+ encryption_required: false
67
+
68
+ # Monitoring Configuration
69
+ monitoring:
70
+ metrics_collection: true
71
+ health_checks: true
72
+ performance_tracking: true
73
+ alert_thresholds:
74
+ response_time_ms: 20000
75
+ error_rate_percent: 5
76
+ memory_usage_mb: 100
@@ -0,0 +1,75 @@
1
+ name: content-creator
2
+ description: "Expert in creating marketing copy, technical documentation, blog posts, and social media content"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - copywriting
29
+ - content-strategy
30
+ - seo-writing
31
+ - technical-writing
32
+ - social-media
33
+ - email-marketing
34
+ - content-calendar
35
+
36
+ # Error Handling Configuration
37
+ error_handling:
38
+ retry_attempts: 3
39
+ circuit_breaker:
40
+ enabled: true
41
+ failure_threshold: 3
42
+ recovery_timeout_ms: 30000
43
+ fallback_strategy: graceful
44
+ alert_on_failure: true
45
+
46
+ # Performance Configuration
47
+ performance:
48
+ timeout_ms: 25000
49
+ concurrency_limit: 5
50
+ memory_limit_mb: 128
51
+ cpu_limit_percent: 30
52
+
53
+ # Integration Hooks
54
+ integration:
55
+ pre_commit: false
56
+ post_commit: false
57
+ daily_scan: false
58
+ deployment_validation: false
59
+
60
+ # Security Configuration
61
+ security:
62
+ sandboxed_execution: true
63
+ permission_level: standard
64
+ data_classification: internal
65
+ encryption_required: false
66
+
67
+ # Monitoring Configuration
68
+ monitoring:
69
+ metrics_collection: true
70
+ health_checks: true
71
+ performance_tracking: true
72
+ alert_thresholds:
73
+ response_time_ms: 20000
74
+ error_rate_percent: 5
75
+ memory_usage_mb: 100
@@ -0,0 +1,76 @@
1
+ name: database-engineer
2
+ description: "Expert in SQL/NoSQL databases, query optimization, data modeling, and database performance"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - sql
29
+ - nosql
30
+ - data-modeling
31
+ - query-optimization
32
+ - migrations
33
+ - replication
34
+ - sharding
35
+ - caching
36
+
37
+ # Error Handling Configuration
38
+ error_handling:
39
+ retry_attempts: 3
40
+ circuit_breaker:
41
+ enabled: true
42
+ failure_threshold: 3
43
+ recovery_timeout_ms: 30000
44
+ fallback_strategy: graceful
45
+ alert_on_failure: true
46
+
47
+ # Performance Configuration
48
+ performance:
49
+ timeout_ms: 25000
50
+ concurrency_limit: 5
51
+ memory_limit_mb: 128
52
+ cpu_limit_percent: 30
53
+
54
+ # Integration Hooks
55
+ integration:
56
+ pre_commit: false
57
+ post_commit: false
58
+ daily_scan: false
59
+ deployment_validation: false
60
+
61
+ # Security Configuration
62
+ security:
63
+ sandboxed_execution: true
64
+ permission_level: standard
65
+ data_classification: internal
66
+ encryption_required: false
67
+
68
+ # Monitoring Configuration
69
+ monitoring:
70
+ metrics_collection: true
71
+ health_checks: true
72
+ performance_tracking: true
73
+ alert_thresholds:
74
+ response_time_ms: 20000
75
+ error_rate_percent: 5
76
+ memory_usage_mb: 100
@@ -0,0 +1,76 @@
1
+ name: devops-engineer
2
+ description: "Expert in CI/CD pipelines, infrastructure as code, containerization, and deployment automation"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - ci-cd
29
+ - infrastructure-as-code
30
+ - kubernetes
31
+ - docker
32
+ - monitoring
33
+ - logging
34
+ - security
35
+ - cloud-deployment
36
+
37
+ # Error Handling Configuration
38
+ error_handling:
39
+ retry_attempts: 3
40
+ circuit_breaker:
41
+ enabled: true
42
+ failure_threshold: 3
43
+ recovery_timeout_ms: 30000
44
+ fallback_strategy: graceful
45
+ alert_on_failure: true
46
+
47
+ # Performance Configuration
48
+ performance:
49
+ timeout_ms: 25000
50
+ concurrency_limit: 5
51
+ memory_limit_mb: 128
52
+ cpu_limit_percent: 30
53
+
54
+ # Integration Hooks
55
+ integration:
56
+ pre_commit: false
57
+ post_commit: false
58
+ daily_scan: false
59
+ deployment_validation: false
60
+
61
+ # Security Configuration
62
+ security:
63
+ sandboxed_execution: true
64
+ permission_level: standard
65
+ data_classification: internal
66
+ encryption_required: false
67
+
68
+ # Monitoring Configuration
69
+ monitoring:
70
+ metrics_collection: true
71
+ health_checks: true
72
+ performance_tracking: true
73
+ alert_thresholds:
74
+ response_time_ms: 20000
75
+ error_rate_percent: 5
76
+ memory_usage_mb: 100
@@ -0,0 +1,76 @@
1
+ name: frontend-engineer
2
+ description: "Expert in React, Vue, Angular, responsive design, and frontend performance"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - react
29
+ - vue
30
+ - angular
31
+ - responsive-design
32
+ - web-performance
33
+ - accessibility
34
+ - cross-browser-testing
35
+ - web-components
36
+
37
+ # Error Handling Configuration
38
+ error_handling:
39
+ retry_attempts: 3
40
+ circuit_breaker:
41
+ enabled: true
42
+ failure_threshold: 3
43
+ recovery_timeout_ms: 30000
44
+ fallback_strategy: graceful
45
+ alert_on_failure: true
46
+
47
+ # Performance Configuration
48
+ performance:
49
+ timeout_ms: 25000
50
+ concurrency_limit: 5
51
+ memory_limit_mb: 128
52
+ cpu_limit_percent: 30
53
+
54
+ # Integration Hooks
55
+ integration:
56
+ pre_commit: false
57
+ post_commit: false
58
+ daily_scan: false
59
+ deployment_validation: false
60
+
61
+ # Security Configuration
62
+ security:
63
+ sandboxed_execution: true
64
+ permission_level: standard
65
+ data_classification: internal
66
+ encryption_required: false
67
+
68
+ # Monitoring Configuration
69
+ monitoring:
70
+ metrics_collection: true
71
+ health_checks: true
72
+ performance_tracking: true
73
+ alert_thresholds:
74
+ response_time_ms: 20000
75
+ error_rate_percent: 5
76
+ memory_usage_mb: 100
@@ -0,0 +1,76 @@
1
+ name: frontend-ui-ux-engineer
2
+ description: "Expert in visual design, CSS systems, accessibility, and user experience"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - visual-design
29
+ - css-systems
30
+ - accessibility
31
+ - user-experience
32
+ - design-systems
33
+ - responsive-ui
34
+ - motion-design
35
+ - wcag-compliance
36
+
37
+ # Error Handling Configuration
38
+ error_handling:
39
+ retry_attempts: 3
40
+ circuit_breaker:
41
+ enabled: true
42
+ failure_threshold: 3
43
+ recovery_timeout_ms: 30000
44
+ fallback_strategy: graceful
45
+ alert_on_failure: true
46
+
47
+ # Performance Configuration
48
+ performance:
49
+ timeout_ms: 25000
50
+ concurrency_limit: 5
51
+ memory_limit_mb: 128
52
+ cpu_limit_percent: 30
53
+
54
+ # Integration Hooks
55
+ integration:
56
+ pre_commit: false
57
+ post_commit: false
58
+ daily_scan: false
59
+ deployment_validation: false
60
+
61
+ # Security Configuration
62
+ security:
63
+ sandboxed_execution: true
64
+ permission_level: standard
65
+ data_classification: internal
66
+ encryption_required: false
67
+
68
+ # Monitoring Configuration
69
+ monitoring:
70
+ metrics_collection: true
71
+ health_checks: true
72
+ performance_tracking: true
73
+ alert_thresholds:
74
+ response_time_ms: 20000
75
+ error_rate_percent: 5
76
+ memory_usage_mb: 100
@@ -0,0 +1,76 @@
1
+ name: growth-strategist
2
+ description: "Expert in growth hacking, user acquisition, conversion optimization, and analytics"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - growth-hacking
29
+ - user-acquisition
30
+ - conversion-optimization
31
+ - analytics
32
+ - funnel-analysis
33
+ - ab-testing
34
+ - viral-loops
35
+ - retention
36
+
37
+ # Error Handling Configuration
38
+ error_handling:
39
+ retry_attempts: 3
40
+ circuit_breaker:
41
+ enabled: true
42
+ failure_threshold: 3
43
+ recovery_timeout_ms: 30000
44
+ fallback_strategy: graceful
45
+ alert_on_failure: true
46
+
47
+ # Performance Configuration
48
+ performance:
49
+ timeout_ms: 25000
50
+ concurrency_limit: 5
51
+ memory_limit_mb: 128
52
+ cpu_limit_percent: 30
53
+
54
+ # Integration Hooks
55
+ integration:
56
+ pre_commit: false
57
+ post_commit: false
58
+ daily_scan: false
59
+ deployment_validation: false
60
+
61
+ # Security Configuration
62
+ security:
63
+ sandboxed_execution: true
64
+ permission_level: standard
65
+ data_classification: internal
66
+ encryption_required: false
67
+
68
+ # Monitoring Configuration
69
+ monitoring:
70
+ metrics_collection: true
71
+ health_checks: true
72
+ performance_tracking: true
73
+ alert_thresholds:
74
+ response_time_ms: 20000
75
+ error_rate_percent: 5
76
+ memory_usage_mb: 100
@@ -0,0 +1,76 @@
1
+ name: mobile-developer
2
+ description: "Expert in iOS, Android, React Native, and Flutter development"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - ios
29
+ - android
30
+ - react-native
31
+ - flutter
32
+ - mobile-ui
33
+ - mobile-performance
34
+ - app-store
35
+ - platform-specific
36
+
37
+ # Error Handling Configuration
38
+ error_handling:
39
+ retry_attempts: 3
40
+ circuit_breaker:
41
+ enabled: true
42
+ failure_threshold: 3
43
+ recovery_timeout_ms: 30000
44
+ fallback_strategy: graceful
45
+ alert_on_failure: true
46
+
47
+ # Performance Configuration
48
+ performance:
49
+ timeout_ms: 25000
50
+ concurrency_limit: 5
51
+ memory_limit_mb: 128
52
+ cpu_limit_percent: 30
53
+
54
+ # Integration Hooks
55
+ integration:
56
+ pre_commit: false
57
+ post_commit: false
58
+ daily_scan: false
59
+ deployment_validation: false
60
+
61
+ # Security Configuration
62
+ security:
63
+ sandboxed_execution: true
64
+ permission_level: standard
65
+ data_classification: internal
66
+ encryption_required: false
67
+
68
+ # Monitoring Configuration
69
+ monitoring:
70
+ metrics_collection: true
71
+ health_checks: true
72
+ performance_tracking: true
73
+ alert_thresholds:
74
+ response_time_ms: 20000
75
+ error_rate_percent: 5
76
+ memory_usage_mb: 100
@@ -0,0 +1,75 @@
1
+ name: multimodal-looker
2
+ description: "Expert in analyzing diagrams, screenshots, UI mockups, and visual content"
3
+ version: "1.0.0"
4
+
5
+ mode: subagent
6
+
7
+ # Logging Configuration
8
+ logging:
9
+ level: warn
10
+ format: json
11
+ destinations:
12
+ - console
13
+ - file
14
+ retention_days: 90
15
+ sensitive_data_filtering: true
16
+ audit_trail: true
17
+
18
+ # Processor Pipeline Configuration
19
+ processor_pipeline:
20
+ - name: codex-validation
21
+ type: validation
22
+ priority: high
23
+ timeout_ms: 10000
24
+ retry_attempts: 3
25
+
26
+ # Agent Capabilities
27
+ capabilities:
28
+ - diagram-analysis
29
+ - screenshot-analysis
30
+ - ui-mockup-review
31
+ - visual-content
32
+ - chart-interpretation
33
+ - image-recognition
34
+ - design-feedback
35
+
36
+ # Error Handling Configuration
37
+ error_handling:
38
+ retry_attempts: 3
39
+ circuit_breaker:
40
+ enabled: true
41
+ failure_threshold: 3
42
+ recovery_timeout_ms: 30000
43
+ fallback_strategy: graceful
44
+ alert_on_failure: true
45
+
46
+ # Performance Configuration
47
+ performance:
48
+ timeout_ms: 25000
49
+ concurrency_limit: 5
50
+ memory_limit_mb: 128
51
+ cpu_limit_percent: 30
52
+
53
+ # Integration Hooks
54
+ integration:
55
+ pre_commit: false
56
+ post_commit: false
57
+ daily_scan: false
58
+ deployment_validation: false
59
+
60
+ # Security Configuration
61
+ security:
62
+ sandboxed_execution: true
63
+ permission_level: standard
64
+ data_classification: internal
65
+ encryption_required: false
66
+
67
+ # Monitoring Configuration
68
+ monitoring:
69
+ metrics_collection: true
70
+ health_checks: true
71
+ performance_tracking: true
72
+ alert_thresholds:
73
+ response_time_ms: 20000
74
+ error_rate_percent: 5
75
+ memory_usage_mb: 100