0xray 2.0.0
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.
- package/.opencode/agents/api-design.yml +31 -0
- package/.opencode/agents/architect.yml +15 -0
- package/.opencode/agents/architecture-patterns.yml +14 -0
- package/.opencode/agents/auto-format.yml +14 -0
- package/.opencode/agents/backend-engineer.yml +12 -0
- package/.opencode/agents/boot-orchestrator.yml +14 -0
- package/.opencode/agents/bug-triage-specialist.yml +15 -0
- package/.opencode/agents/code-analyzer.yml +12 -0
- package/.opencode/agents/code-reviewer.yml +14 -0
- package/.opencode/agents/content-creator.yml +12 -0
- package/.opencode/agents/database-engineer.yml +12 -0
- package/.opencode/agents/devops-engineer.yml +12 -0
- package/.opencode/agents/framework-compliance-audit.yml +14 -0
- package/.opencode/agents/frontend-engineer.yml +12 -0
- package/.opencode/agents/frontend-ui-ux-engineer.yml +12 -0
- package/.opencode/agents/git-workflow.yml +15 -0
- package/.opencode/agents/growth-strategist.yml +12 -0
- package/.opencode/agents/hermes-agent.yml +12 -0
- package/.opencode/agents/inference-improve.yml +12 -0
- package/.opencode/agents/lint.yml +14 -0
- package/.opencode/agents/log-monitor.yml +12 -0
- package/.opencode/agents/mobile-developer.yml +12 -0
- package/.opencode/agents/model-health-check.yml +12 -0
- package/.opencode/agents/multimodal-looker.yml +12 -0
- package/.opencode/agents/performance-analysis.yml +12 -0
- package/.opencode/agents/performance-engineer.yml +12 -0
- package/.opencode/agents/performance-optimization.yml +12 -0
- package/.opencode/agents/processor-pipeline.yml +14 -0
- package/.opencode/agents/project-analysis.yml +12 -0
- package/.opencode/agents/refactorer.yml +12 -0
- package/.opencode/agents/researcher.yml +12 -0
- package/.opencode/agents/security-auditor.yml +12 -0
- package/.opencode/agents/security-scan.yml +12 -0
- package/.opencode/agents/seo-consultant.yml +12 -0
- package/.opencode/agents/session-management.yml +12 -0
- package/.opencode/agents/state-manager.yml +12 -0
- package/.opencode/agents/storyteller.yml +12 -0
- package/.opencode/agents/strategist.yml +12 -0
- package/.opencode/agents/tech-writer.yml +12 -0
- package/.opencode/agents/testing-best-practices.yml +12 -0
- package/.opencode/agents/testing-lead.yml +12 -0
- package/.opencode/agents/ui-ux-design.yml +12 -0
- package/.opencode/codex.codex +8 -0
- package/.opencode/commands/auto-format.md +99 -0
- package/.opencode/commands/auto-summary-capture.md +90 -0
- package/.opencode/commands/dependency-audit.md +184 -0
- package/.opencode/commands/enforcer-daily-scan.md +137 -0
- package/.opencode/commands/framework-compliance-audit.md +205 -0
- package/.opencode/commands/interactive-validator.md +75 -0
- package/.opencode/commands/job-summary-logger.md +68 -0
- package/.opencode/commands/lint.md +11 -0
- package/.opencode/commands/mode-switch.md +95 -0
- package/.opencode/commands/model-health-check.md +186 -0
- package/.opencode/commands/performance-analysis.md +144 -0
- package/.opencode/commands/pre-commit-introspection.md +185 -0
- package/.opencode/commands/pre-commit-introspection.sh +133 -0
- package/.opencode/commands/security-scan.md +157 -0
- package/.opencode/commands/sisyphus-validation.md +128 -0
- package/.opencode/commands/summary-logger.md +83 -0
- package/.opencode/enforcer-config.json +285 -0
- package/.opencode/hooks/hook-metrics.json +380 -0
- package/.opencode/hooks/post-commit +114 -0
- package/.opencode/hooks/post-push +34 -0
- package/.opencode/init.sh +151 -0
- package/.opencode/skills/api-design/SKILL.md +37 -0
- package/.opencode/skills/architect-tools/SKILL.md +37 -0
- package/.opencode/skills/architecture-patterns/SKILL.md +37 -0
- package/.opencode/skills/auto-format/SKILL.md +37 -0
- package/.opencode/skills/backend-engineer/SKILL.md +49 -0
- package/.opencode/skills/boot-orchestrator/SKILL.md +37 -0
- package/.opencode/skills/bug-triage/SKILL.md +43 -0
- package/.opencode/skills/code-analyzer/SKILL.md +45 -0
- package/.opencode/skills/code-review/SKILL.md +52 -0
- package/.opencode/skills/content-creator/SKILL.md +38 -0
- package/.opencode/skills/database-engineer/SKILL.md +46 -0
- package/.opencode/skills/devops-engineer/SKILL.md +49 -0
- package/.opencode/skills/enforcer/SKILL.md +37 -0
- package/.opencode/skills/framework-compliance-audit/SKILL.md +37 -0
- package/.opencode/skills/frontend-engineer/SKILL.md +49 -0
- package/.opencode/skills/frontend-ui-ux-engineer/SKILL.md +41 -0
- package/.opencode/skills/git-workflow/SKILL.md +37 -0
- package/.opencode/skills/growth-strategist/SKILL.md +48 -0
- package/.opencode/skills/hermes-agent/SKILL.md +212 -0
- package/.opencode/skills/inference-improve/SKILL.md +97 -0
- package/.opencode/skills/lint/SKILL.md +37 -0
- package/.opencode/skills/log-monitor/SKILL.md +44 -0
- package/.opencode/skills/mobile-developer/SKILL.md +42 -0
- package/.opencode/skills/model-health-check/SKILL.md +37 -0
- package/.opencode/skills/multimodal-looker/SKILL.md +45 -0
- package/.opencode/skills/orchestrator/SKILL.md +37 -0
- package/.opencode/skills/performance-analysis/SKILL.md +37 -0
- package/.opencode/skills/performance-engineer/SKILL.md +41 -0
- package/.opencode/skills/performance-optimization/SKILL.md +37 -0
- package/.opencode/skills/processor-pipeline/SKILL.md +37 -0
- package/.opencode/skills/project-analysis/SKILL.md +42 -0
- package/.opencode/skills/refactoring-strategies/SKILL.md +37 -0
- package/.opencode/skills/registry.json +66 -0
- package/.opencode/skills/researcher/SKILL.md +37 -0
- package/.opencode/skills/security-audit/SKILL.md +47 -0
- package/.opencode/skills/security-scan/SKILL.md +37 -0
- package/.opencode/skills/seo-consultant/SKILL.md +43 -0
- package/.opencode/skills/session-management/SKILL.md +36 -0
- package/.opencode/skills/state-manager/SKILL.md +37 -0
- package/.opencode/skills/storyteller/SKILL.md +130 -0
- package/.opencode/skills/strategist/SKILL.md +32 -0
- package/.opencode/skills/tech-writer/SKILL.md +37 -0
- package/.opencode/skills/testing-best-practices/SKILL.md +37 -0
- package/.opencode/skills/testing-strategy/SKILL.md +43 -0
- package/.opencode/skills/ui-ux-design/SKILL.md +603 -0
- package/.opencode/workflows/post-deployment-audit.yml +123 -0
- package/AGENTS.md +110 -0
- package/LICENSE +21 -0
- package/README.md +131 -0
- package/dist/AGENTS.md +110 -0
- package/dist/CHANGELOG.md +2182 -0
- package/dist/LICENSE +21 -0
- package/dist/README.md +131 -0
- package/dist/agents/architect.js +56 -0
- package/dist/agents/backend-engineer.js +81 -0
- package/dist/agents/bug-triage-specialist.js +74 -0
- package/dist/agents/code-analyzer.js +150 -0
- package/dist/agents/code-reviewer.js +69 -0
- package/dist/agents/content-creator.js +72 -0
- package/dist/agents/database-engineer.js +76 -0
- package/dist/agents/devops-engineer.js +84 -0
- package/dist/agents/frontend-engineer.js +78 -0
- package/dist/agents/frontend-ui-ux-engineer.js +64 -0
- package/dist/agents/growth-strategist.js +111 -0
- package/dist/agents/index.js +45 -0
- package/dist/agents/librarian-agents-updater.js +333 -0
- package/dist/agents/log-monitor.js +109 -0
- package/dist/agents/mobile-developer.js +102 -0
- package/dist/agents/multimodal-looker.js +93 -0
- package/dist/agents/performance-engineer.js +86 -0
- package/dist/agents/refactorer.js +80 -0
- package/dist/agents/registry.js +340 -0
- package/dist/agents/researcher.js +83 -0
- package/dist/agents/security-auditor.js +158 -0
- package/dist/agents/seo-consultant.js +53 -0
- package/dist/agents/strategist.js +47 -0
- package/dist/agents/tech-writer.js +84 -0
- package/dist/agents/testing-lead.js +95 -0
- package/dist/agents/types.js +1 -0
- package/dist/analytics/consent-manager.js +258 -0
- package/dist/analytics/emerging-pattern-detector.js +260 -0
- package/dist/analytics/pattern-learning-engine.js +278 -0
- package/dist/analytics/pattern-performance-tracker.js +336 -0
- package/dist/analytics/predictive-analytics.js +248 -0
- package/dist/analytics/prompt-pattern-analyzer.js +371 -0
- package/dist/analytics/routing-performance-analyzer.js +356 -0
- package/dist/analytics/routing-refiner.js +380 -0
- package/dist/analytics/simple-pattern-analyzer.js +297 -0
- package/dist/architect/architect-tools.js +437 -0
- package/dist/architect/architectural-integrity.js +78 -0
- package/dist/benchmark/performance-benchmark.js +372 -0
- package/dist/cli/commands/analytics-disable.js +72 -0
- package/dist/cli/commands/analytics-enable-action.js +82 -0
- package/dist/cli/commands/analytics-preview.js +106 -0
- package/dist/cli/commands/analytics-status.js +68 -0
- package/dist/cli/commands/antigravity-status.js +106 -0
- package/dist/cli/commands/archive-logs.js +161 -0
- package/dist/cli/commands/credible-init.js +82 -0
- package/dist/cli/commands/grok-install.js +16 -0
- package/dist/cli/commands/hermes-install.js +66 -0
- package/dist/cli/commands/mcp-install.js +253 -0
- package/dist/cli/commands/openclaw-install.js +44 -0
- package/dist/cli/commands/opencode-install.js +99 -0
- package/dist/cli/commands/plugin-commands.js +246 -0
- package/dist/cli/commands/publish-agent.js +184 -0
- package/dist/cli/commands/security-audit.js +219 -0
- package/dist/cli/commands/skill-install.js +481 -0
- package/dist/cli/commands/status.js +196 -0
- package/dist/cli/commands/storyteller.js +230 -0
- package/dist/cli/index.js +986 -0
- package/dist/cli/server.js +147 -0
- package/dist/config/default-agents.js +16 -0
- package/dist/core/activity-logger.js +260 -0
- package/dist/core/adaptive-kernel.js +192 -0
- package/dist/core/agent-spawn-gate.js +120 -0
- package/dist/core/boot-orchestrator.js +812 -0
- package/dist/core/bridge.mjs +945 -0
- package/dist/core/codex-formatter.js +220 -0
- package/dist/core/codex-injector.js +424 -0
- package/dist/core/config-loader.js +148 -0
- package/dist/core/config-paths.js +162 -0
- package/dist/core/context-loader.js +269 -0
- package/dist/core/context-validator.js +212 -0
- package/dist/core/features-config.js +457 -0
- package/dist/core/framework-logger.js +275 -0
- package/dist/core/index.js +6 -0
- package/dist/core/kernel-patterns.js +302 -0
- package/dist/core/logging-config.js +43 -0
- package/dist/core/model-router.js +175 -0
- package/dist/core/orchestrator.js +408 -0
- package/dist/core/system-prompt-generator.js +265 -0
- package/dist/core/trace-context.js +33 -0
- package/dist/core/xray-activation.js +134 -0
- package/dist/delegation/agent-delegator.js +769 -0
- package/dist/delegation/agent-expertise.js +156 -0
- package/dist/delegation/analytics/index.js +12 -0
- package/dist/delegation/analytics/learning-engine.js +277 -0
- package/dist/delegation/analytics/outcome-tracker.js +279 -0
- package/dist/delegation/analytics/routing-analytics.js +193 -0
- package/dist/delegation/ast-code-parser.js +878 -0
- package/dist/delegation/codebase-context-analyzer.js +1040 -0
- package/dist/delegation/complexity-analyzer.js +282 -0
- package/dist/delegation/complexity-core.js +219 -0
- package/dist/delegation/config/types.js +6 -0
- package/dist/delegation/dependency-graph-builder.js +409 -0
- package/dist/delegation/index.js +20 -0
- package/dist/delegation/metrics-aggregator.js +335 -0
- package/dist/delegation/session-coordinator.js +352 -0
- package/dist/delegation/strategy-selector.js +108 -0
- package/dist/delegation/voting-coordinator.js +375 -0
- package/dist/delegation/voting-types.js +10 -0
- package/dist/delegation/weighted-voting-aggregator.js +194 -0
- package/dist/enforcement/core/index.js +19 -0
- package/dist/enforcement/core/rule-executor.js +365 -0
- package/dist/enforcement/core/rule-hierarchy.js +259 -0
- package/dist/enforcement/core/rule-registry.js +240 -0
- package/dist/enforcement/core/violation-fixer.js +651 -0
- package/dist/enforcement/enforcer-tools.js +909 -0
- package/dist/enforcement/index.js +41 -0
- package/dist/enforcement/loaders/agent-triage-loader.js +222 -0
- package/dist/enforcement/loaders/agents-md-validation-loader.js +252 -0
- package/dist/enforcement/loaders/base-loader.js +86 -0
- package/dist/enforcement/loaders/codex-loader.js +396 -0
- package/dist/enforcement/loaders/index.js +40 -0
- package/dist/enforcement/loaders/loader-orchestrator.js +168 -0
- package/dist/enforcement/loaders/processor-loader.js +113 -0
- package/dist/enforcement/rule-enforcer.js +298 -0
- package/dist/enforcement/test-auto-healing.js +325 -0
- package/dist/enforcement/types.js +30 -0
- package/dist/enforcement/validators/architecture-validators.js +600 -0
- package/dist/enforcement/validators/base-validator.js +108 -0
- package/dist/enforcement/validators/code-quality-validators.js +336 -0
- package/dist/enforcement/validators/index.js +21 -0
- package/dist/enforcement/validators/security-validators.js +220 -0
- package/dist/enforcement/validators/testing-validators.js +253 -0
- package/dist/enforcement/validators/validator-registry.js +150 -0
- package/dist/execution/opencode-cli-invoker.js +173 -0
- package/dist/execution/proposal-applier.js +254 -0
- package/dist/governance/codex-policy.service.js +167 -0
- package/dist/governance/governance-core.js +152 -0
- package/dist/governance/governance-service.js +274 -0
- package/dist/governance/governance-types.js +6 -0
- package/dist/index.js +24 -0
- package/dist/inference/deploy-verifier.js +161 -0
- package/dist/inference/index.js +5 -0
- package/dist/inference/inference-accumulator.js +126 -0
- package/dist/inference/inference-cycle.js +1168 -0
- package/dist/inference/semantic-patterns.js +310 -0
- package/dist/inference/session-capture.js +308 -0
- package/dist/integrations/base/ExampleIntegration.js +181 -0
- package/dist/integrations/base/Integration.js +395 -0
- package/dist/integrations/base/README.md +446 -0
- package/dist/integrations/base/index.js +16 -0
- package/dist/integrations/base/registry.js +606 -0
- package/dist/integrations/base/types.js +118 -0
- package/dist/integrations/governance/governance-client.js +316 -0
- package/dist/integrations/governance/index.js +373 -0
- package/dist/integrations/governance/types.js +97 -0
- package/dist/integrations/grok/grok-cli.js +83 -0
- package/dist/integrations/grok/hooks/pre-tool-use.js +134 -0
- package/dist/integrations/grok/plugin/0xray/.mcp.json +15 -0
- package/dist/integrations/grok/plugin/0xray/hooks/hooks.json +30 -0
- package/dist/integrations/hermes-agent/__init__.py +718 -0
- package/dist/integrations/hermes-agent/after-install.md +71 -0
- package/dist/integrations/hermes-agent/bridge.mjs +861 -0
- package/dist/integrations/hermes-agent/conftest.py +14 -0
- package/dist/integrations/hermes-agent/plugin.yaml +12 -0
- package/dist/integrations/hermes-agent/schemas.py +100 -0
- package/dist/integrations/hermes-agent/test_plugin.py +1100 -0
- package/dist/integrations/hermes-agent/tools.py +253 -0
- package/dist/integrations/openclaw/README.md +134 -0
- package/dist/integrations/openclaw/api-server.js +389 -0
- package/dist/integrations/openclaw/client.js +492 -0
- package/dist/integrations/openclaw/config.js +374 -0
- package/dist/integrations/openclaw/hooks/strray-hooks.js +280 -0
- package/dist/integrations/openclaw/index.js +351 -0
- package/dist/integrations/openclaw/types.js +153 -0
- package/dist/integrations/plugins/index.js +10 -0
- package/dist/integrations/plugins/plugin-integration.js +606 -0
- package/dist/integrations/plugins/plugin-registry.js +580 -0
- package/dist/mcps/agent-resolver.js +106 -0
- package/dist/mcps/architect-tools.server.js +277 -0
- package/dist/mcps/auto-format.server.js +413 -0
- package/dist/mcps/boot-orchestrator.server.js +853 -0
- package/dist/mcps/config/config-loader.js +103 -0
- package/dist/mcps/config/config-validator.js +101 -0
- package/dist/mcps/config/index.js +30 -0
- package/dist/mcps/config/plugin-server-registry.js +223 -0
- package/dist/mcps/config/server-config-registry.js +348 -0
- package/dist/mcps/connection/connection-manager.js +79 -0
- package/dist/mcps/connection/connection-pool.js +164 -0
- package/dist/mcps/connection/mcp-connection.js +233 -0
- package/dist/mcps/connection/process-spawner.js +34 -0
- package/dist/mcps/enforcer-tools.server.js +778 -0
- package/dist/mcps/estimation.server.js +192 -0
- package/dist/mcps/framework-compliance-audit.server.js +500 -0
- package/dist/mcps/framework-help.server.js +400 -0
- package/dist/mcps/governance.server.js +464 -0
- package/dist/mcps/in-process-skill-registry.js +48 -0
- package/dist/mcps/knowledge-skills/api-design.server.js +123 -0
- package/dist/mcps/knowledge-skills/architecture-patterns.server.js +113 -0
- package/dist/mcps/knowledge-skills/bug-triage-specialist.server.js +474 -0
- package/dist/mcps/knowledge-skills/code-analyzer.server.js +605 -0
- package/dist/mcps/knowledge-skills/code-review.server.js +847 -0
- package/dist/mcps/knowledge-skills/content-creator.server.js +256 -0
- package/dist/mcps/knowledge-skills/database-design.server.js +822 -0
- package/dist/mcps/knowledge-skills/devops-deployment.server.js +1180 -0
- package/dist/mcps/knowledge-skills/git-workflow.server.js +115 -0
- package/dist/mcps/knowledge-skills/growth-strategist.server.js +361 -0
- package/dist/mcps/knowledge-skills/log-monitor.server.js +451 -0
- package/dist/mcps/knowledge-skills/mobile-development.server.js +525 -0
- package/dist/mcps/knowledge-skills/multimodal-looker.server.js +1063 -0
- package/dist/mcps/knowledge-skills/performance-optimization.server.js +1587 -0
- package/dist/mcps/knowledge-skills/project-analysis.server.js +811 -0
- package/dist/mcps/knowledge-skills/refactoring-strategies.server.js +796 -0
- package/dist/mcps/knowledge-skills/security-audit.server.js +846 -0
- package/dist/mcps/knowledge-skills/seo-consultant.server.js +937 -0
- package/dist/mcps/knowledge-skills/session-management.server.js +470 -0
- package/dist/mcps/knowledge-skills/skill-invocation.server.js +729 -0
- package/dist/mcps/knowledge-skills/strategist.server.js +217 -0
- package/dist/mcps/knowledge-skills/tech-writer.server.js +1191 -0
- package/dist/mcps/knowledge-skills/testing-best-practices.server.js +866 -0
- package/dist/mcps/knowledge-skills/testing-strategy.server.js +827 -0
- package/dist/mcps/knowledge-skills/ui-ux-design.server.js +1538 -0
- package/dist/mcps/lint.server.js +381 -0
- package/dist/mcps/mcp-client.js +574 -0
- package/dist/mcps/model-health-check.server.js +228 -0
- package/dist/mcps/orchestrator/config/agent-capabilities.js +87 -0
- package/dist/mcps/orchestrator/execution/execution-planner.js +279 -0
- package/dist/mcps/orchestrator/handlers/complexity-handler.js +94 -0
- package/dist/mcps/orchestrator/handlers/status-handler.js +232 -0
- package/dist/mcps/orchestrator/handlers/task-handler.js +197 -0
- package/dist/mcps/orchestrator/server.js +305 -0
- package/dist/mcps/orchestrator/types.js +6 -0
- package/dist/mcps/orchestrator.server.js +19 -0
- package/dist/mcps/performance-analysis.server.js +519 -0
- package/dist/mcps/processor-pipeline.server.js +561 -0
- package/dist/mcps/protocol/protocol-constants.js +46 -0
- package/dist/mcps/registry.json +110 -0
- package/dist/mcps/researcher.server.js +504 -0
- package/dist/mcps/security-scan.server.js +531 -0
- package/dist/mcps/simulation/index.js +12 -0
- package/dist/mcps/simulation/server-simulations.js +219 -0
- package/dist/mcps/simulation/simulation-engine.js +96 -0
- package/dist/mcps/state-manager.server.js +637 -0
- package/dist/mcps/tools/index.js +14 -0
- package/dist/mcps/tools/tool-cache.js +112 -0
- package/dist/mcps/tools/tool-discovery.js +65 -0
- package/dist/mcps/tools/tool-executor.js +75 -0
- package/dist/mcps/tools/tool-registry.js +67 -0
- package/dist/mcps/types/index.js +15 -0
- package/dist/mcps/types/json-rpc.types.js +7 -0
- package/dist/mcps/types/mcp.types.js +7 -0
- package/dist/metrics/agent-metrics.js +574 -0
- package/dist/metrics/index.js +6 -0
- package/dist/monitoring/advanced-profiler.js +232 -0
- package/dist/monitoring/memory-monitor.js +315 -0
- package/dist/monitoring/nudge-watchdog.js +356 -0
- package/dist/monitoring/test-auto-generation-monitor.js +157 -0
- package/dist/orchestrator/agent-spawn-governor.js +559 -0
- package/dist/orchestrator/enhanced-multi-agent-orchestrator.js +399 -0
- package/dist/orchestrator/intelligent-commit-batcher.js +353 -0
- package/dist/orchestrator/multi-agent-orchestration-coordinator.js +456 -0
- package/dist/orchestrator/orchestrator.js +657 -0
- package/dist/orchestrator/self-direction-activation.js +245 -0
- package/dist/orchestrator/universal-librarian-consultation.js +216 -0
- package/dist/orchestrator/universal-registry-bridge.js +247 -0
- package/dist/performance/performance-budget-enforcer.js +434 -0
- package/dist/performance/performance-regression-tester.js +342 -0
- package/dist/plugin/xray-codex-injection.js +857 -0
- package/dist/postprocessor/PostProcessor.js +1048 -0
- package/dist/postprocessor/analysis/FailureAnalysisEngine.js +245 -0
- package/dist/postprocessor/autofix/AutoFixEngine.js +254 -0
- package/dist/postprocessor/autofix/FixValidator.js +56 -0
- package/dist/postprocessor/config.js +65 -0
- package/dist/postprocessor/escalation/EscalationEngine.js +492 -0
- package/dist/postprocessor/monitoring/MonitoringEngine.js +125 -0
- package/dist/postprocessor/redeploy/RedeployCoordinator.js +342 -0
- package/dist/postprocessor/services/RegressionAnalysisService.js +131 -0
- package/dist/postprocessor/success/SuccessHandler.js +134 -0
- package/dist/postprocessor/triggers/APITrigger.js +115 -0
- package/dist/postprocessor/triggers/GitHookTrigger.js +551 -0
- package/dist/postprocessor/triggers/WebhookTrigger.js +211 -0
- package/dist/postprocessor/types.js +4 -0
- package/dist/processors/doc-write-guard.js +46 -0
- package/dist/processors/implementations/agents-md-validation-processor.js +286 -0
- package/dist/processors/implementations/async-pattern-processor.js +158 -0
- package/dist/processors/implementations/codex-compliance-processor.js +57 -0
- package/dist/processors/implementations/commit-batcher-processor.js +71 -0
- package/dist/processors/implementations/console-log-guard-processor.js +163 -0
- package/dist/processors/implementations/coverage-analysis-processor.js +138 -0
- package/dist/processors/implementations/error-boundary-processor.js +44 -0
- package/dist/processors/implementations/inference-improvement-processor.js +270 -0
- package/dist/processors/implementations/log-protection-processor.js +118 -0
- package/dist/processors/implementations/nudge-processor.js +130 -0
- package/dist/processors/implementations/performance-budget-processor.js +217 -0
- package/dist/processors/implementations/postprocessor-chain-validator.js +149 -0
- package/dist/processors/implementations/pre-validate-processor.js +18 -0
- package/dist/processors/implementations/publish-preflight-processor.js +249 -0
- package/dist/processors/implementations/refactoring-logging-processor-wrapper.js +33 -0
- package/dist/processors/implementations/refactoring-logging-processor.js +96 -0
- package/dist/processors/implementations/regression-testing-processor.js +59 -0
- package/dist/processors/implementations/session-capture-processor.js +37 -0
- package/dist/processors/implementations/session-summary-processor.js +130 -0
- package/dist/processors/implementations/spawn-governance-processor.js +219 -0
- package/dist/processors/implementations/state-validation-processor.js +15 -0
- package/dist/processors/implementations/storytelling-trigger-processor.js +589 -0
- package/dist/processors/implementations/test-auto-creation-processor.js +484 -0
- package/dist/processors/implementations/test-execution-processor.js +132 -0
- package/dist/processors/implementations/typescript-compilation-processor.js +87 -0
- package/dist/processors/implementations/version-compliance-processor.js +350 -0
- package/dist/processors/processor-interfaces.js +126 -0
- package/dist/processors/processor-manager.js +826 -0
- package/dist/processors/processor-types.js +12 -0
- package/dist/public/about.html +228 -0
- package/dist/public/enterprise.html +27 -0
- package/dist/public/features.html +102 -0
- package/dist/public/index.html +145 -0
- package/dist/reporting/framework-reporting-system.js +187 -0
- package/dist/reporting/log-parser.js +281 -0
- package/dist/reporting/metrics.js +202 -0
- package/dist/reporting/report-formatter.js +146 -0
- package/dist/reporting/types.js +1 -0
- package/dist/scripts/activate-kernel-pipeline.js +101 -0
- package/dist/scripts/integration.js +234 -0
- package/dist/scripts/pre-command +26 -0
- package/dist/scripts/pre-command.mjs +358 -0
- package/dist/security/comprehensive-security-audit.js +1005 -0
- package/dist/security/index.js +13 -0
- package/dist/security/prompt-security-validator.js +148 -0
- package/dist/security/security-agent-coordinator.js +204 -0
- package/dist/security/security-auditor.js +584 -0
- package/dist/security/security-hardener.js +170 -0
- package/dist/security/security-hardening-system.js +727 -0
- package/dist/security/security-headers.js +118 -0
- package/dist/security/security-orchestration-layer.js +496 -0
- package/dist/security/security-scanner.js +429 -0
- package/dist/services/inference-tuner.js +301 -0
- package/dist/session/index.js +3 -0
- package/dist/session/session-cleanup-manager.js +366 -0
- package/dist/session/session-monitor.js +503 -0
- package/dist/session/session-state-manager.js +522 -0
- package/dist/skills/api-design/SKILL.md +37 -0
- package/dist/skills/architect-tools/SKILL.md +37 -0
- package/dist/skills/architecture-patterns/SKILL.md +37 -0
- package/dist/skills/auto-format/SKILL.md +37 -0
- package/dist/skills/backend-engineer/SKILL.md +49 -0
- package/dist/skills/boot-orchestrator/SKILL.md +37 -0
- package/dist/skills/bug-triage/SKILL.md +43 -0
- package/dist/skills/code-analyzer/SKILL.md +45 -0
- package/dist/skills/code-review/SKILL.md +52 -0
- package/dist/skills/content-creator/SKILL.md +38 -0
- package/dist/skills/database-engineer/SKILL.md +46 -0
- package/dist/skills/devops-engineer/SKILL.md +49 -0
- package/dist/skills/enforcer/SKILL.md +37 -0
- package/dist/skills/framework-compliance-audit/SKILL.md +37 -0
- package/dist/skills/frontend-engineer/SKILL.md +49 -0
- package/dist/skills/frontend-ui-ux-engineer/SKILL.md +41 -0
- package/dist/skills/git-workflow/SKILL.md +37 -0
- package/dist/skills/growth-strategist/SKILL.md +48 -0
- package/dist/skills/hermes-agent/SKILL.md +212 -0
- package/dist/skills/inference-improve/SKILL.md +97 -0
- package/dist/skills/lint/SKILL.md +37 -0
- package/dist/skills/log-monitor/SKILL.md +44 -0
- package/dist/skills/mobile-developer/SKILL.md +42 -0
- package/dist/skills/model-health-check/SKILL.md +37 -0
- package/dist/skills/multimodal-looker/SKILL.md +45 -0
- package/dist/skills/orchestrator/SKILL.md +37 -0
- package/dist/skills/performance-analysis/SKILL.md +37 -0
- package/dist/skills/performance-engineer/SKILL.md +41 -0
- package/dist/skills/performance-optimization/SKILL.md +37 -0
- package/dist/skills/processor-pipeline/SKILL.md +37 -0
- package/dist/skills/project-analysis/SKILL.md +42 -0
- package/dist/skills/refactoring-strategies/SKILL.md +37 -0
- package/dist/skills/registry.json +66 -0
- package/dist/skills/researcher/SKILL.md +37 -0
- package/dist/skills/security-audit/SKILL.md +48 -0
- package/dist/skills/security-scan/SKILL.md +37 -0
- package/dist/skills/seo-consultant/SKILL.md +43 -0
- package/dist/skills/session-management/SKILL.md +36 -0
- package/dist/skills/state-manager/SKILL.md +37 -0
- package/dist/skills/storyteller/SKILL.md +130 -0
- package/dist/skills/strategist/SKILL.md +32 -0
- package/dist/skills/tech-writer/SKILL.md +37 -0
- package/dist/skills/testing-best-practices/SKILL.md +37 -0
- package/dist/skills/testing-strategy/SKILL.md +43 -0
- package/dist/skills/ui-ux-design/SKILL.md +603 -0
- package/dist/state/context-providers.js +1 -0
- package/dist/state/index.js +7 -0
- package/dist/state/state-manager.js +208 -0
- package/dist/state/state-types.js +1 -0
- package/dist/testing/memory-regression-suite.js +258 -0
- package/dist/utils/batch-operations.js +292 -0
- package/dist/utils/codex-parser.js +445 -0
- package/dist/utils/command-runner.js +96 -0
- package/dist/utils/import-resolver.js +189 -0
- package/dist/utils/language-detector.js +383 -0
- package/dist/utils/path-resolver.js +112 -0
- package/dist/utils/shutdown-handler.js +75 -0
- package/dist/utils/test-template-generator.js +178 -0
- package/dist/utils/token-manager.js +163 -0
- package/dist/validation/estimation-validator.js +241 -0
- package/dist/validation/report-content-validator.js +218 -0
- package/opencode.json +153 -0
- package/package.json +170 -0
- package/scripts/helpers/resolve-config-path.cjs +57 -0
- package/scripts/helpers/resolve-config-path.mjs +73 -0
- package/scripts/hooks/pre-command +26 -0
- package/scripts/hooks/pre-command.mjs +358 -0
- package/scripts/hooks/run-hook.js +570 -0
- package/scripts/mjs/test-consumer-readiness.mjs +273 -0
- package/scripts/mjs/test-mcp-functionality.mjs +507 -0
- package/scripts/mjs/validate-mcp-connectivity.cjs +75 -0
- package/scripts/mjs/validate-postinstall-config.mjs +308 -0
- package/scripts/node/auto-reflection-generator.mjs +496 -0
- package/scripts/node/basic-security-audit.cjs +338 -0
- package/scripts/node/ci-cd-auto-fix.cjs +263 -0
- package/scripts/node/ci-report-generator.mjs +227 -0
- package/scripts/node/enforce-agents-md.mjs +420 -0
- package/scripts/node/enforce-version-compliance.sh +22 -0
- package/scripts/node/enforce-version-compliance.ts +126 -0
- package/scripts/node/github-actions-monitor.cjs +23 -0
- package/scripts/node/govern-reflection.mjs +160 -0
- package/scripts/node/postinstall.cjs +78 -0
- package/scripts/node/pre-publish-guard.js +267 -0
- package/scripts/node/prepare-consumer.cjs +143 -0
- package/scripts/node/reflection-processor.cjs +213 -0
- package/scripts/node/reflection-validate.sh +194 -0
- package/scripts/node/release-tweet.mjs +39 -0
- package/scripts/node/release.js +159 -0
- package/scripts/node/release.mjs +213 -0
- package/scripts/node/setup-dev.cjs +83 -0
- package/scripts/node/setup.cjs +214 -0
- package/scripts/node/sync-versions.mjs +140 -0
- package/scripts/node/universal-version-manager.js +1025 -0
- package/scripts/node/validate-external-processes.js +265 -0
- package/scripts/node/validate-mcp-connectivity.js +258 -0
- package/scripts/node/version-manager.mjs +524 -0
- package/scripts/validate-stringray-comprehensive.js +636 -0
- package/src/integrations/grok/plugin/0xray/.mcp.json +15 -0
- package/src/integrations/grok/plugin/0xray/hooks/hooks.json +30 -0
- package/src/mcps/agent-resolver.ts +168 -0
- package/src/mcps/architect-tools.server.ts +343 -0
- package/src/mcps/auto-format.server.ts +529 -0
- package/src/mcps/boot-orchestrator.server.ts +1082 -0
- package/src/mcps/config/__tests__/config-loader.test.ts +338 -0
- package/src/mcps/config/__tests__/config-validator.test.ts +646 -0
- package/src/mcps/config/__tests__/server-config-registry.test.ts +257 -0
- package/src/mcps/config/config-loader.ts +127 -0
- package/src/mcps/config/config-validator.ts +127 -0
- package/src/mcps/config/index.ts +32 -0
- package/src/mcps/config/plugin-server-registry.ts +335 -0
- package/src/mcps/config/server-config-registry.ts +395 -0
- package/src/mcps/connection/connection-manager.ts +91 -0
- package/src/mcps/connection/connection-pool.ts +216 -0
- package/src/mcps/connection/mcp-connection.ts +327 -0
- package/src/mcps/connection/process-spawner.ts +47 -0
- package/src/mcps/enforcer-tools.server.ts +1106 -0
- package/src/mcps/estimation.server.ts +229 -0
- package/src/mcps/framework-compliance-audit.server.ts +635 -0
- package/src/mcps/framework-help.server.ts +467 -0
- package/src/mcps/governance.server.ts +551 -0
- package/src/mcps/in-process-skill-registry.ts +79 -0
- package/src/mcps/knowledge-skills/api-design.server.test.ts +41 -0
- package/src/mcps/knowledge-skills/api-design.server.ts +160 -0
- package/src/mcps/knowledge-skills/architecture-patterns.server.ts +152 -0
- package/src/mcps/knowledge-skills/bug-triage-specialist.server.ts +624 -0
- package/src/mcps/knowledge-skills/code-analyzer.server.test.ts +129 -0
- package/src/mcps/knowledge-skills/code-analyzer.server.ts +591 -0
- package/src/mcps/knowledge-skills/code-review.server.ts +1132 -0
- package/src/mcps/knowledge-skills/content-creator.server.ts +300 -0
- package/src/mcps/knowledge-skills/database-design.server.ts +1200 -0
- package/src/mcps/knowledge-skills/devops-deployment.server.ts +1622 -0
- package/src/mcps/knowledge-skills/git-workflow.server.ts +152 -0
- package/src/mcps/knowledge-skills/growth-strategist.server.ts +413 -0
- package/src/mcps/knowledge-skills/log-monitor.server.ts +619 -0
- package/src/mcps/knowledge-skills/mobile-development.server.ts +672 -0
- package/src/mcps/knowledge-skills/multimodal-looker.server.ts +1500 -0
- package/src/mcps/knowledge-skills/performance-optimization.server.ts +2065 -0
- package/src/mcps/knowledge-skills/project-analysis.server.ts +1111 -0
- package/src/mcps/knowledge-skills/refactoring-strategies.server.ts +1092 -0
- package/src/mcps/knowledge-skills/security-audit.server.test.ts +112 -0
- package/src/mcps/knowledge-skills/security-audit.server.ts +1193 -0
- package/src/mcps/knowledge-skills/seo-consultant.server.ts +1160 -0
- package/src/mcps/knowledge-skills/session-management.server.ts +576 -0
- package/src/mcps/knowledge-skills/skill-invocation.server.ts +941 -0
- package/src/mcps/knowledge-skills/strategist.server.ts +267 -0
- package/src/mcps/knowledge-skills/tech-writer.server.ts +1638 -0
- package/src/mcps/knowledge-skills/testing-best-practices.server.test.ts +136 -0
- package/src/mcps/knowledge-skills/testing-best-practices.server.ts +1232 -0
- package/src/mcps/knowledge-skills/testing-strategy.server.test.ts +100 -0
- package/src/mcps/knowledge-skills/testing-strategy.server.ts +1172 -0
- package/src/mcps/knowledge-skills/ui-ux-design.server.ts +2076 -0
- package/src/mcps/lint.server.ts +483 -0
- package/src/mcps/mcp-client.ts +706 -0
- package/src/mcps/model-health-check.server.ts +292 -0
- package/src/mcps/orchestrator/config/agent-capabilities.ts +108 -0
- package/src/mcps/orchestrator/execution/execution-planner.ts +353 -0
- package/src/mcps/orchestrator/handlers/complexity-handler.ts +125 -0
- package/src/mcps/orchestrator/handlers/status-handler.ts +295 -0
- package/src/mcps/orchestrator/handlers/task-handler.ts +268 -0
- package/src/mcps/orchestrator/server.ts +388 -0
- package/src/mcps/orchestrator/types.ts +81 -0
- package/src/mcps/orchestrator.server.ts +34 -0
- package/src/mcps/performance-analysis.server.ts +715 -0
- package/src/mcps/processor-pipeline.server.ts +778 -0
- package/src/mcps/protocol/protocol-constants.ts +51 -0
- package/src/mcps/registry.json +110 -0
- package/src/mcps/researcher.server.ts +595 -0
- package/src/mcps/security-scan.server.ts +651 -0
- package/src/mcps/simulation/__tests__/simulation-engine.test.ts +275 -0
- package/src/mcps/simulation/index.ts +23 -0
- package/src/mcps/simulation/server-simulations.ts +241 -0
- package/src/mcps/simulation/simulation-engine.ts +126 -0
- package/src/mcps/state-manager.server.ts +777 -0
- package/src/mcps/tools/__tests__/tool-cache.test.ts +205 -0
- package/src/mcps/tools/__tests__/tool-discovery.test.ts +189 -0
- package/src/mcps/tools/__tests__/tool-executor.test.ts +215 -0
- package/src/mcps/tools/__tests__/tool-registry.test.ts +230 -0
- package/src/mcps/tools/index.ts +15 -0
- package/src/mcps/tools/tool-cache.ts +145 -0
- package/src/mcps/tools/tool-discovery.ts +83 -0
- package/src/mcps/tools/tool-executor.ts +106 -0
- package/src/mcps/tools/tool-registry.ts +78 -0
- package/src/mcps/types/__tests__/types.test.ts +341 -0
- package/src/mcps/types/index.ts +17 -0
- package/src/mcps/types/json-rpc.types.ts +38 -0
- package/src/mcps/types/mcp.types.ts +115 -0
- package/src/opencode/agents/api-design.yml +31 -0
- package/src/opencode/agents/architect.yml +15 -0
- package/src/opencode/agents/architecture-patterns.yml +14 -0
- package/src/opencode/agents/auto-format.yml +14 -0
- package/src/opencode/agents/backend-engineer.yml +12 -0
- package/src/opencode/agents/boot-orchestrator.yml +14 -0
- package/src/opencode/agents/bug-triage-specialist.yml +15 -0
- package/src/opencode/agents/code-analyzer.yml +12 -0
- package/src/opencode/agents/code-reviewer.yml +14 -0
- package/src/opencode/agents/content-creator.yml +12 -0
- package/src/opencode/agents/database-engineer.yml +12 -0
- package/src/opencode/agents/devops-engineer.yml +12 -0
- package/src/opencode/agents/framework-compliance-audit.yml +14 -0
- package/src/opencode/agents/frontend-engineer.yml +12 -0
- package/src/opencode/agents/frontend-ui-ux-engineer.yml +12 -0
- package/src/opencode/agents/git-workflow.yml +15 -0
- package/src/opencode/agents/growth-strategist.yml +12 -0
- package/src/opencode/agents/hermes-agent.yml +12 -0
- package/src/opencode/agents/inference-improve.yml +12 -0
- package/src/opencode/agents/lint.yml +14 -0
- package/src/opencode/agents/log-monitor.yml +12 -0
- package/src/opencode/agents/mobile-developer.yml +12 -0
- package/src/opencode/agents/model-health-check.yml +12 -0
- package/src/opencode/agents/multimodal-looker.yml +12 -0
- package/src/opencode/agents/performance-analysis.yml +12 -0
- package/src/opencode/agents/performance-engineer.yml +12 -0
- package/src/opencode/agents/performance-optimization.yml +12 -0
- package/src/opencode/agents/processor-pipeline.yml +14 -0
- package/src/opencode/agents/project-analysis.yml +12 -0
- package/src/opencode/agents/refactorer.yml +12 -0
- package/src/opencode/agents/researcher.yml +12 -0
- package/src/opencode/agents/security-auditor.yml +12 -0
- package/src/opencode/agents/security-scan.yml +12 -0
- package/src/opencode/agents/seo-consultant.yml +12 -0
- package/src/opencode/agents/session-management.yml +12 -0
- package/src/opencode/agents/state-manager.yml +12 -0
- package/src/opencode/agents/storyteller.yml +12 -0
- package/src/opencode/agents/strategist.yml +12 -0
- package/src/opencode/agents/tech-writer.yml +12 -0
- package/src/opencode/agents/testing-best-practices.yml +12 -0
- package/src/opencode/agents/testing-lead.yml +12 -0
- package/src/opencode/agents/ui-ux-design.yml +12 -0
- package/src/opencode/codex.codex +8 -0
- package/src/opencode/commands/auto-format.md +99 -0
- package/src/opencode/commands/auto-summary-capture.md +90 -0
- package/src/opencode/commands/dependency-audit.md +184 -0
- package/src/opencode/commands/enforcer-daily-scan.md +137 -0
- package/src/opencode/commands/framework-compliance-audit.md +205 -0
- package/src/opencode/commands/interactive-validator.md +75 -0
- package/src/opencode/commands/job-summary-logger.md +68 -0
- package/src/opencode/commands/lint.md +11 -0
- package/src/opencode/commands/mode-switch.md +95 -0
- package/src/opencode/commands/model-health-check.md +186 -0
- package/src/opencode/commands/performance-analysis.md +144 -0
- package/src/opencode/commands/pre-commit-introspection.md +185 -0
- package/src/opencode/commands/pre-commit-introspection.sh +133 -0
- package/src/opencode/commands/security-scan.md +157 -0
- package/src/opencode/commands/sisyphus-validation.md +128 -0
- package/src/opencode/commands/summary-logger.md +83 -0
- package/src/opencode/enforcer-config.json +285 -0
- package/src/opencode/openclaw/config.json +25 -0
- package/src/opencode/workflows/post-deployment-audit.yml +123 -0
- package/src/skills/api-design/SKILL.md +37 -0
- package/src/skills/architect-tools/SKILL.md +37 -0
- package/src/skills/architecture-patterns/SKILL.md +37 -0
- package/src/skills/auto-format/SKILL.md +37 -0
- package/src/skills/backend-engineer/SKILL.md +49 -0
- package/src/skills/boot-orchestrator/SKILL.md +37 -0
- package/src/skills/bug-triage/SKILL.md +43 -0
- package/src/skills/code-analyzer/SKILL.md +45 -0
- package/src/skills/code-review/SKILL.md +52 -0
- package/src/skills/content-creator/SKILL.md +38 -0
- package/src/skills/database-engineer/SKILL.md +46 -0
- package/src/skills/devops-engineer/SKILL.md +49 -0
- package/src/skills/enforcer/SKILL.md +37 -0
- package/src/skills/framework-compliance-audit/SKILL.md +37 -0
- package/src/skills/frontend-engineer/SKILL.md +49 -0
- package/src/skills/frontend-ui-ux-engineer/SKILL.md +41 -0
- package/src/skills/git-workflow/SKILL.md +37 -0
- package/src/skills/growth-strategist/SKILL.md +48 -0
- package/src/skills/hermes-agent/SKILL.md +212 -0
- package/src/skills/inference-improve/SKILL.md +97 -0
- package/src/skills/lint/SKILL.md +37 -0
- package/src/skills/log-monitor/SKILL.md +44 -0
- package/src/skills/mobile-developer/SKILL.md +42 -0
- package/src/skills/model-health-check/SKILL.md +37 -0
- package/src/skills/multimodal-looker/SKILL.md +45 -0
- package/src/skills/orchestrator/SKILL.md +37 -0
- package/src/skills/performance-analysis/SKILL.md +37 -0
- package/src/skills/performance-engineer/SKILL.md +41 -0
- package/src/skills/performance-optimization/SKILL.md +37 -0
- package/src/skills/processor-pipeline/SKILL.md +37 -0
- package/src/skills/project-analysis/SKILL.md +42 -0
- package/src/skills/refactoring-strategies/SKILL.md +37 -0
- package/src/skills/registry.json +66 -0
- package/src/skills/researcher/SKILL.md +37 -0
- package/src/skills/security-audit/SKILL.md +48 -0
- package/src/skills/security-scan/SKILL.md +37 -0
- package/src/skills/seo-consultant/SKILL.md +43 -0
- package/src/skills/session-management/SKILL.md +36 -0
- package/src/skills/state-manager/SKILL.md +37 -0
- package/src/skills/storyteller/SKILL.md +130 -0
- package/src/skills/strategist/SKILL.md +32 -0
- package/src/skills/tech-writer/SKILL.md +37 -0
- package/src/skills/testing-best-practices/SKILL.md +37 -0
- package/src/skills/testing-strategy/SKILL.md +43 -0
- package/src/skills/ui-ux-design/SKILL.md +603 -0
|
@@ -0,0 +1,2182 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
|
|
5
|
+
The format is based on [Conventional Commits](https://www.conventionalcommits.org/).
|
|
6
|
+
|
|
7
|
+
## [2.0.0] - 2026-06-05
|
|
8
|
+
|
|
9
|
+
### ๐ Major Release โ Pure v2 Three-Subsystem Architecture
|
|
10
|
+
|
|
11
|
+
#### ๐ง Three-Subsystem Architecture (Wired & Complete)
|
|
12
|
+
- feat: extract and wire CodexPolicyService as Governance SSOT for codex reads (enforcer-tools.server.ts, governance.server.ts)
|
|
13
|
+
- feat: wire opencode-cli-invoker into inference-cycle as Autonomous Engine process spawner
|
|
14
|
+
- feat: wire ProposalApplier via callback pattern into inference-cycle (git/PR execution)
|
|
15
|
+
- feat: add handleGetActiveCodex MCP tool to governance server (delegates to CodexPolicyService)
|
|
16
|
+
- feat: add strray/codex.json to resolveCodexPath() fallback candidates
|
|
17
|
+
|
|
18
|
+
#### ๐ก๏ธ Governance Pipeline Hardening
|
|
19
|
+
- feat: add end-to-end timeout (default 90s) to govern() with AbortController
|
|
20
|
+
- feat: add configurable timeoutMs and maxAbstentionThreshold to GovernOptions
|
|
21
|
+
- feat: add 30s timeout wrapper for callInProcessSkill() (Vercel/serverless path)
|
|
22
|
+
|
|
23
|
+
#### ๐งน Cleanup
|
|
24
|
+
- chore: remove aside-context.ts (160 lines, zero consumers โ dead code)
|
|
25
|
+
- chore: update repo URLs to github.com/0xRayAI/xray
|
|
26
|
+
- chore: bump version to 2.0.0
|
|
27
|
+
|
|
28
|
+
#### โ
Test Coverage
|
|
29
|
+
- 158 test files passing, 2822 tests, 0 failures
|
|
30
|
+
- 20 new tests for three-subsystem wiring (enforcer-tools, cli-invoker, proposal-applier)
|
|
31
|
+
- Fixed 9 failing test files (codex-validators, governance-client, mcp-servers-integration, inference-governance-integration, session-capture, integrations-e2e, context-loader)
|
|
32
|
+
|
|
33
|
+
#### ๐ฆ Breaking Changes
|
|
34
|
+
- Version 2.0.0 under 0xRay org (not a merge to master)
|
|
35
|
+
- aside-context.ts removed (was unused)
|
|
36
|
+
- GovernOptions extended with timeoutMs and maxAbstentionThreshold
|
|
37
|
+
|
|
38
|
+
## [1.22.61] - 2026-05-19
|
|
39
|
+
|
|
40
|
+
### ๐ Changes
|
|
41
|
+
|
|
42
|
+
### โจ Features
|
|
43
|
+
- feat: Make Grok CLI a first-class citizen with full plugin + working governance hooks (#91) (635ff55d3)
|
|
44
|
+
- feat: wire govern_with_solar as the primary governance endpoint (72263a12c)
|
|
45
|
+
- feat: enable spawn gate monitoring mode + release reflection doc (5746fa8fc)
|
|
46
|
+
- feat: enable inference_governance + solar enhancement for monitoring (b4d782fa2)
|
|
47
|
+
- feat: wire govern_with_solar tool โ real-time NOAA solar context into governance decisions (4ba49d56f)
|
|
48
|
+
- feat: integrate chrono-warp-drive governance MCP for inference checking (a61cd6f02)
|
|
49
|
+
- feat: add auto-rotation to activity logger at 5MB threshold (ee6a4da4c)
|
|
50
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
51
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
52
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
53
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
54
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
55
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
56
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
57
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
58
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
59
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
60
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
61
|
+
|
|
62
|
+
### ๐ Bug Fixes
|
|
63
|
+
- fix: robust entry-point detection for Grok stdio MCP startup โ use fileURLToPath + path.resolve (9b3b42f79)
|
|
64
|
+
- fix: resolve tsc errors, duplicate KEEP, vortexVolume default, and consumer runner pack capture (f480905e4)
|
|
65
|
+
- fix: replace console.log with frameworkLogger in governance-client; propagate SolarGovernanceVoteResult through inference cycle (d1537bfae)
|
|
66
|
+
- fix: increase opencode spawn timeout from 60s to 300s to prevent premature timeouts during agent voting (31f0fe679)
|
|
67
|
+
- fix: initialize external governance in inference:run CLI command for two-oscillator governance (c187e0488)
|
|
68
|
+
- fix: two-oscillator governance โ trust endpoint decision, remove local confidence override (caa444f98)
|
|
69
|
+
- fix: singleton + state management to prevent recursive agent spawning (2b2a018e5)
|
|
70
|
+
- fix: add centralized OpenCode spawn gate to prevent all recursive agent spawning (b8ff0e7d8)
|
|
71
|
+
- fix: disable auto-spawning of opencode agents to prevent runaway processes (294870376)
|
|
72
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
73
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
74
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
75
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
76
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
77
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
78
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
79
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
80
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
81
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
82
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
83
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
84
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
85
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
86
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
87
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
88
|
+
|
|
89
|
+
### โป๏ธ Refactoring
|
|
90
|
+
- refactor: complete governance client refactor โ callTool proxy, evaluateGovernance route, remove dead code (770a131cf)
|
|
91
|
+
- refactor: use confidenceAdjustment numeric threshold instead of solarActivityLevel string for recommendation logic (470556aa3)
|
|
92
|
+
|
|
93
|
+
### ๐ Documentation
|
|
94
|
+
- docs: add deep reflection on Grok CLI first-class integration journey (2026-05-19) (1651246c0)
|
|
95
|
+
- docs: add apply phase design โ real code changes via MCP routing (8eab05057)
|
|
96
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
97
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
98
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
99
|
+
|
|
100
|
+
### ๐ท CI/CD
|
|
101
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
102
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
103
|
+
|
|
104
|
+
### ๐ง Maintenance
|
|
105
|
+
- chore: sync config files to v1.22.56, add inference_governance feature block (1584fd1a9)
|
|
106
|
+
- chore: update strray-ai to v1.22.55, add vote scripts and reflection (13280fd4c)
|
|
107
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
108
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
109
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
110
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
111
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
112
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
113
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
114
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
115
|
+
|
|
116
|
+
### โช Reverts
|
|
117
|
+
- revert: roll back apply phase marker system โ needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## [1.22.60] - 2026-05-19
|
|
122
|
+
|
|
123
|
+
### ๐ Changes
|
|
124
|
+
|
|
125
|
+
### โจ Features
|
|
126
|
+
- feat: Make Grok CLI a first-class citizen with full plugin + working governance hooks (#91) (635ff55d3)
|
|
127
|
+
- feat: wire govern_with_solar as the primary governance endpoint (72263a12c)
|
|
128
|
+
- feat: enable spawn gate monitoring mode + release reflection doc (5746fa8fc)
|
|
129
|
+
- feat: enable inference_governance + solar enhancement for monitoring (b4d782fa2)
|
|
130
|
+
- feat: wire govern_with_solar tool โ real-time NOAA solar context into governance decisions (4ba49d56f)
|
|
131
|
+
- feat: integrate chrono-warp-drive governance MCP for inference checking (a61cd6f02)
|
|
132
|
+
- feat: add auto-rotation to activity logger at 5MB threshold (ee6a4da4c)
|
|
133
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
134
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
135
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
136
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
137
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
138
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
139
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
140
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
141
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
142
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
143
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
144
|
+
|
|
145
|
+
### ๐ Bug Fixes
|
|
146
|
+
- fix: resolve tsc errors, duplicate KEEP, vortexVolume default, and consumer runner pack capture (f480905e4)
|
|
147
|
+
- fix: replace console.log with frameworkLogger in governance-client; propagate SolarGovernanceVoteResult through inference cycle (d1537bfae)
|
|
148
|
+
- fix: increase opencode spawn timeout from 60s to 300s to prevent premature timeouts during agent voting (31f0fe679)
|
|
149
|
+
- fix: initialize external governance in inference:run CLI command for two-oscillator governance (c187e0488)
|
|
150
|
+
- fix: two-oscillator governance โ trust endpoint decision, remove local confidence override (caa444f98)
|
|
151
|
+
- fix: singleton + state management to prevent recursive agent spawning (2b2a018e5)
|
|
152
|
+
- fix: add centralized OpenCode spawn gate to prevent all recursive agent spawning (b8ff0e7d8)
|
|
153
|
+
- fix: disable auto-spawning of opencode agents to prevent runaway processes (294870376)
|
|
154
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
155
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
156
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
157
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
158
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
159
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
160
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
161
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
162
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
163
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
164
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
165
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
166
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
167
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
168
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
169
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
170
|
+
|
|
171
|
+
### โป๏ธ Refactoring
|
|
172
|
+
- refactor: complete governance client refactor โ callTool proxy, evaluateGovernance route, remove dead code (770a131cf)
|
|
173
|
+
- refactor: use confidenceAdjustment numeric threshold instead of solarActivityLevel string for recommendation logic (470556aa3)
|
|
174
|
+
|
|
175
|
+
### ๐ Documentation
|
|
176
|
+
- docs: add apply phase design โ real code changes via MCP routing (8eab05057)
|
|
177
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
178
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
179
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
180
|
+
|
|
181
|
+
### ๐ท CI/CD
|
|
182
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
183
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
184
|
+
|
|
185
|
+
### ๐ง Maintenance
|
|
186
|
+
- chore: sync config files to v1.22.56, add inference_governance feature block (1584fd1a9)
|
|
187
|
+
- chore: update strray-ai to v1.22.55, add vote scripts and reflection (13280fd4c)
|
|
188
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
189
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
190
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
191
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
192
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
193
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
194
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
195
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
196
|
+
|
|
197
|
+
### โช Reverts
|
|
198
|
+
- revert: roll back apply phase marker system โ needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
199
|
+
|
|
200
|
+
---
|
|
201
|
+
|
|
202
|
+
## [1.22.59] - 2026-05-11
|
|
203
|
+
|
|
204
|
+
### ๐ Changes
|
|
205
|
+
|
|
206
|
+
### โจ Features
|
|
207
|
+
- feat: integrate chrono-warp-drive governance MCP for inference checking (a61cd6f02)
|
|
208
|
+
- feat: add auto-rotation to activity logger at 5MB threshold (ee6a4da4c)
|
|
209
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
210
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
211
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
212
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
213
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
214
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
215
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
216
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
217
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
218
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
219
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
220
|
+
|
|
221
|
+
### ๐ Bug Fixes
|
|
222
|
+
- fix: disable auto-spawning of opencode agents to prevent runaway processes (294870376)
|
|
223
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
224
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
225
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
226
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
227
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
228
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
229
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
230
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
231
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
232
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
233
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
234
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
235
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
236
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
237
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
238
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
239
|
+
|
|
240
|
+
### ๐ Documentation
|
|
241
|
+
- docs: add apply phase design โ real code changes via MCP routing (8eab05057)
|
|
242
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
243
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
244
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
245
|
+
|
|
246
|
+
### ๐ท CI/CD
|
|
247
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
248
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
249
|
+
|
|
250
|
+
### ๐ง Maintenance
|
|
251
|
+
- chore: sync config files to v1.22.56, add inference_governance feature block (1584fd1a9)
|
|
252
|
+
- chore: update strray-ai to v1.22.55, add vote scripts and reflection (13280fd4c)
|
|
253
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
254
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
255
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
256
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
257
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
258
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
259
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
260
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
261
|
+
|
|
262
|
+
### โช Reverts
|
|
263
|
+
- revert: roll back apply phase marker system โ needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
264
|
+
|
|
265
|
+
---
|
|
266
|
+
|
|
267
|
+
## [1.22.58] - 2026-05-11
|
|
268
|
+
|
|
269
|
+
### ๐ Changes
|
|
270
|
+
|
|
271
|
+
### โจ Features
|
|
272
|
+
- feat: integrate chrono-warp-drive governance MCP for inference checking (a61cd6f02)
|
|
273
|
+
- feat: add auto-rotation to activity logger at 5MB threshold (ee6a4da4c)
|
|
274
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
275
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
276
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
277
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
278
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
279
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
280
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
281
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
282
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
283
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
284
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
285
|
+
|
|
286
|
+
### ๐ Bug Fixes
|
|
287
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
288
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
289
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
290
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
291
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
292
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
293
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
294
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
295
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
296
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
297
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
298
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
299
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
300
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
301
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
302
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
303
|
+
|
|
304
|
+
### ๐ Documentation
|
|
305
|
+
- docs: add apply phase design โ real code changes via MCP routing (8eab05057)
|
|
306
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
307
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
308
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
309
|
+
|
|
310
|
+
### ๐ท CI/CD
|
|
311
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
312
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
313
|
+
|
|
314
|
+
### ๐ง Maintenance
|
|
315
|
+
- chore: sync config files to v1.22.56, add inference_governance feature block (1584fd1a9)
|
|
316
|
+
- chore: update strray-ai to v1.22.55, add vote scripts and reflection (13280fd4c)
|
|
317
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
318
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
319
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
320
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
321
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
322
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
323
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
324
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
325
|
+
|
|
326
|
+
### โช Reverts
|
|
327
|
+
- revert: roll back apply phase marker system โ needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
328
|
+
|
|
329
|
+
---
|
|
330
|
+
|
|
331
|
+
## [1.22.57] - 2026-05-11
|
|
332
|
+
|
|
333
|
+
### ๐ Changes
|
|
334
|
+
|
|
335
|
+
### โจ Features
|
|
336
|
+
- feat: integrate chrono-warp-drive governance MCP for inference checking (a61cd6f02)
|
|
337
|
+
- feat: add auto-rotation to activity logger at 5MB threshold (ee6a4da4c)
|
|
338
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
339
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
340
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
341
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
342
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
343
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
344
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
345
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
346
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
347
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
348
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
349
|
+
|
|
350
|
+
### ๐ Bug Fixes
|
|
351
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
352
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
353
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
354
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
355
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
356
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
357
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
358
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
359
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
360
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
361
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
362
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
363
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
364
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
365
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
366
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
367
|
+
|
|
368
|
+
### ๐ Documentation
|
|
369
|
+
- docs: add apply phase design โ real code changes via MCP routing (8eab05057)
|
|
370
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
371
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
372
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
373
|
+
|
|
374
|
+
### ๐ท CI/CD
|
|
375
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
376
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
377
|
+
|
|
378
|
+
### ๐ง Maintenance
|
|
379
|
+
- chore: update strray-ai to v1.22.55, add vote scripts and reflection (13280fd4c)
|
|
380
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
381
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
382
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
383
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
384
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
385
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
386
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
387
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
388
|
+
|
|
389
|
+
### โช Reverts
|
|
390
|
+
- revert: roll back apply phase marker system โ needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
391
|
+
|
|
392
|
+
### ๐ Other Changes
|
|
393
|
+
- Address: Bug: fix: increase timeout for processor auto-discovery tests to prevent flak... (112x) (02d8fa97f)
|
|
394
|
+
- v1.22.55 (c34376720)
|
|
395
|
+
- v1.22.53 (6ddf31de5)
|
|
396
|
+
- v1.22.51 (3d96823ff)
|
|
397
|
+
|
|
398
|
+
---
|
|
399
|
+
|
|
400
|
+
## [1.22.56] - 2026-05-11
|
|
401
|
+
|
|
402
|
+
### ๐ Changes
|
|
403
|
+
|
|
404
|
+
### โจ Features
|
|
405
|
+
- feat: integrate chrono-warp-drive governance MCP for inference checking (a61cd6f02)
|
|
406
|
+
- feat: add auto-rotation to activity logger at 5MB threshold (ee6a4da4c)
|
|
407
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
408
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
409
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
410
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
411
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
412
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
413
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
414
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
415
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
416
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
417
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
418
|
+
|
|
419
|
+
### ๐ Bug Fixes
|
|
420
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
421
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
422
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
423
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
424
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
425
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
426
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
427
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
428
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
429
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
430
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
431
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
432
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
433
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
434
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
435
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
436
|
+
|
|
437
|
+
### ๐ Documentation
|
|
438
|
+
- docs: add apply phase design โ real code changes via MCP routing (8eab05057)
|
|
439
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
440
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
441
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
442
|
+
|
|
443
|
+
### ๐ท CI/CD
|
|
444
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
445
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
446
|
+
|
|
447
|
+
### ๐ง Maintenance
|
|
448
|
+
- chore: update strray-ai to v1.22.55, add vote scripts and reflection (13280fd4c)
|
|
449
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
450
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
451
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
452
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
453
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
454
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
455
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
456
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
457
|
+
|
|
458
|
+
### โช Reverts
|
|
459
|
+
- revert: roll back apply phase marker system โ needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
460
|
+
|
|
461
|
+
### ๐ Other Changes
|
|
462
|
+
- Address: Bug: fix: increase timeout for processor auto-discovery tests to prevent flak... (112x) (02d8fa97f)
|
|
463
|
+
- v1.22.55 (c34376720)
|
|
464
|
+
- v1.22.53 (6ddf31de5)
|
|
465
|
+
- v1.22.51 (3d96823ff)
|
|
466
|
+
|
|
467
|
+
---
|
|
468
|
+
|
|
469
|
+
## [1.22.55] - 2026-05-08
|
|
470
|
+
|
|
471
|
+
### ๐ Changes
|
|
472
|
+
|
|
473
|
+
### โจ Features
|
|
474
|
+
- feat: wire 3 orphaned features + add tests + remove empty api-gateway (077b8dc33)
|
|
475
|
+
- feat: wire apply phase via MCP routing + fix e2e tests (41/41 PASS) (db8abef39)
|
|
476
|
+
- feat: wire apply phase for real code changes instead of markdown markers (f1903187f)
|
|
477
|
+
- feat: add centralized TraceContext + integrate Reflection Governance with ValidatorRegistry (1a79c8818)
|
|
478
|
+
- feat: implement governance-approved stagger + trace propagation, add reflection governance pipeline (27d6e29e3)
|
|
479
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
480
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
481
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
482
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
483
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
484
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
485
|
+
|
|
486
|
+
### ๐ Bug Fixes
|
|
487
|
+
- fix: remove unused imports and any type from processor-manager.interfaces.test.ts (processor-test-rules ESLint) (529d3d228)
|
|
488
|
+
- fix: address all open bugs (#29-32, #34) and prevent noise PRs from inference cycle (c32d711c3)
|
|
489
|
+
- fix: remove enforcer references from integration test, add fetch-depth:0 for e2e git tests (deb49f4dd)
|
|
490
|
+
- fix: triage and fix all GitHub workflow pipelines (097b48c7c)
|
|
491
|
+
- fix: restore package.json, mcp-install.ts, workflows, and govern-reflection.mjs gutted by 84dae31b1 (7417fd63c)
|
|
492
|
+
- fix: add npm audit fix to main CI workflow (84dae31b1)
|
|
493
|
+
- fix: run npm audit fix to resolve moderate vulnerabilities (314cc0619)
|
|
494
|
+
- fix: remove duplicate case undefined in mcp-install.ts (lint error) (9b713b93e)
|
|
495
|
+
- fix: make trace-context more robust + fix ESM issues in govern-reflection (e665442f4)
|
|
496
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
497
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
498
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
499
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
500
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
501
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
502
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
503
|
+
|
|
504
|
+
### ๐ Documentation
|
|
505
|
+
- docs: add apply phase design โ real code changes via MCP routing (8eab05057)
|
|
506
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
507
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
508
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
509
|
+
|
|
510
|
+
### ๐ท CI/CD
|
|
511
|
+
- ci: improve ci-cd-monitor.yml - better error handling + governance integration (a095f1701)
|
|
512
|
+
- ci: improve all workflows - add caching, coverage, security hardening, and new governance test step (05a8c08d4)
|
|
513
|
+
|
|
514
|
+
### ๐ง Maintenance
|
|
515
|
+
- chore: trigger ci-cd-monitor with force_fix=true (b36970ff1)
|
|
516
|
+
- chore: trigger monitoring script (0dddd302d)
|
|
517
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
518
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
519
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
520
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
521
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
522
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
523
|
+
|
|
524
|
+
### โช Reverts
|
|
525
|
+
- revert: roll back apply phase marker system โ needs real agent invocation via plugin/MCP routing (10309b23a)
|
|
526
|
+
|
|
527
|
+
### ๐ Other Changes
|
|
528
|
+
- v1.22.53 (6ddf31de5)
|
|
529
|
+
- v1.22.51 (3d96823ff)
|
|
530
|
+
|
|
531
|
+
---
|
|
532
|
+
|
|
533
|
+
## [1.22.53] - 2026-05-06
|
|
534
|
+
|
|
535
|
+
### ๐ Changes
|
|
536
|
+
|
|
537
|
+
### โจ Features
|
|
538
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
539
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
540
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
541
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
542
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
543
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
544
|
+
|
|
545
|
+
### ๐ Bug Fixes
|
|
546
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
547
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
548
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
549
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
550
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
551
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
552
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
553
|
+
|
|
554
|
+
### ๐ Documentation
|
|
555
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
556
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
557
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
558
|
+
|
|
559
|
+
### ๐ง Maintenance
|
|
560
|
+
- chore: UVM sync v1.22.52 โ all version references updated (ce3b70eba)
|
|
561
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
562
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
563
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
564
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
565
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
566
|
+
|
|
567
|
+
### ๐ Other Changes
|
|
568
|
+
- v1.22.51 (3d96823ff)
|
|
569
|
+
|
|
570
|
+
---
|
|
571
|
+
|
|
572
|
+
## [1.22.52] - 2026-05-06
|
|
573
|
+
|
|
574
|
+
### ๐ Changes
|
|
575
|
+
|
|
576
|
+
### โจ Features
|
|
577
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
578
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
579
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
580
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
581
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
582
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
583
|
+
|
|
584
|
+
### ๐ Bug Fixes
|
|
585
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
586
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
587
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
588
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
589
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
590
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
591
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
592
|
+
|
|
593
|
+
### ๐ Documentation
|
|
594
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
595
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
596
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
597
|
+
|
|
598
|
+
### ๐ง Maintenance
|
|
599
|
+
- chore: UVM sync to v1.22.51 (b53a5ac10)
|
|
600
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
601
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
602
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
603
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
604
|
+
|
|
605
|
+
### ๐ Other Changes
|
|
606
|
+
- v1.22.51 (3d96823ff)
|
|
607
|
+
|
|
608
|
+
---
|
|
609
|
+
|
|
610
|
+
## [1.22.51] - 2026-05-06
|
|
611
|
+
|
|
612
|
+
### ๐ Changes
|
|
613
|
+
|
|
614
|
+
### โจ Features
|
|
615
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
616
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
617
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
618
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
619
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
620
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
621
|
+
|
|
622
|
+
### ๐ Bug Fixes
|
|
623
|
+
- fix: agent registry cleanup โ remove skill-only entries, delete deprecated agents (1cafc3a68)
|
|
624
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
625
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
626
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
627
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
628
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
629
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
630
|
+
|
|
631
|
+
### ๐ Documentation
|
|
632
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
633
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
634
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
635
|
+
|
|
636
|
+
### ๐ง Maintenance
|
|
637
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
638
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
639
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
640
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
641
|
+
|
|
642
|
+
---
|
|
643
|
+
|
|
644
|
+
## [1.22.50] - 2026-05-06
|
|
645
|
+
|
|
646
|
+
### ๐ Changes
|
|
647
|
+
|
|
648
|
+
### โจ Features
|
|
649
|
+
- feat: wire apply phase + researcher double-check for PRs (7bfa4ca6e)
|
|
650
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (fca44e6ef)
|
|
651
|
+
- feat: unify governance โ wire WeightedVotingAggregator, expand agents, connect orchestrator (191536d9f)
|
|
652
|
+
- feat: lower inference thresholds to trigger on real data, keep raw problem text (c7c09a4d7)
|
|
653
|
+
- feat: production-ready inference governance โ CLI, real agents, DI, learning loop (501eb8d65)
|
|
654
|
+
- feat: inference layer โ semantic patterns, session capture, accumulator, governance cycle, deploy verifier (5963ce170)
|
|
655
|
+
|
|
656
|
+
### ๐ Bug Fixes
|
|
657
|
+
- fix: agent export naming + single-architect governance (b5c6100ec)
|
|
658
|
+
- fix: complete inference-cycle.ts โ all fixes applied. (cef1ecd12)
|
|
659
|
+
- fix: guard inference:run for StringRay internal use only (beefefb94)
|
|
660
|
+
- fix: governance pipeline โ force flag, skipDeployVerify default, deploy failure handling (40ae8ae4f)
|
|
661
|
+
- fix: increase timeout for processor auto-discovery tests to prevent flaky failures (baae75541)
|
|
662
|
+
- fix: inference processor double-joining absolute path created bogus Users/ dir (a795635f9)
|
|
663
|
+
|
|
664
|
+
### ๐ Documentation
|
|
665
|
+
- docs: deep reflection โ inference apply phase journey (honest assessment) (1a05086af)
|
|
666
|
+
- docs: governance unification saga โ deep reflection on wiring four systems into one loop (9cd5b8bc1)
|
|
667
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
668
|
+
|
|
669
|
+
### ๐ง Maintenance
|
|
670
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
671
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
672
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
673
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
674
|
+
|
|
675
|
+
---
|
|
676
|
+
|
|
677
|
+
## [1.22.49] - 2026-04-29
|
|
678
|
+
|
|
679
|
+
### ๐ Changes
|
|
680
|
+
|
|
681
|
+
### ๐ Documentation
|
|
682
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
683
|
+
|
|
684
|
+
### ๐ง Maintenance
|
|
685
|
+
- chore: v1.22.48, add prepublishOnly to strip source maps and declarations (112ef8977)
|
|
686
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
687
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
688
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
689
|
+
|
|
690
|
+
---
|
|
691
|
+
|
|
692
|
+
## [1.22.48] - 2026-04-29
|
|
693
|
+
|
|
694
|
+
### ๐ Changes
|
|
695
|
+
|
|
696
|
+
### ๐ Documentation
|
|
697
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
698
|
+
|
|
699
|
+
### ๐ง Maintenance
|
|
700
|
+
- chore: v1.22.47, add .npmignore to strip .d.ts and source maps from package (e2f722523)
|
|
701
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
702
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
703
|
+
|
|
704
|
+
---
|
|
705
|
+
|
|
706
|
+
## [1.22.47] - 2026-04-29
|
|
707
|
+
|
|
708
|
+
### ๐ Changes
|
|
709
|
+
|
|
710
|
+
### ๐ Documentation
|
|
711
|
+
- docs: the engine that built the engine โ deep reflection on the meta-system, consumer tweet, release reflection (522c28b9a)
|
|
712
|
+
|
|
713
|
+
### ๐ง Maintenance
|
|
714
|
+
- chore: remove 92 build artifacts (.d.ts, .d.ts.map) from .opencode git tracking, add to .gitignore (22f9ddfd9)
|
|
715
|
+
- chore: rebuild dist after path fix (4453c41c7)
|
|
716
|
+
|
|
717
|
+
---
|
|
718
|
+
|
|
719
|
+
## [1.22.44] - 2026-04-29
|
|
720
|
+
|
|
721
|
+
### ๐ Changes
|
|
722
|
+
|
|
723
|
+
### โจ Features
|
|
724
|
+
- feat: fortress build โ 96 processor tests, DI auto-discovery, DocWriteGuard, structural inference, processor consolidation (6fc30f8ca)
|
|
725
|
+
|
|
726
|
+
### ๐ Bug Fixes
|
|
727
|
+
- fix: remove circular self-dep, delete 375 lines dead code, append-only docs, version sync script, upgrade stubs (69ce59696)
|
|
728
|
+
|
|
729
|
+
### ๐ Documentation
|
|
730
|
+
- docs: deep reflection โ the day 0xray learned to talk (5400 words) (75e1a9389)
|
|
731
|
+
|
|
732
|
+
### ๐ง Maintenance
|
|
733
|
+
- chore: sync .strray (1b32155c2)
|
|
734
|
+
- chore: rebuild dist v1.22.37 (4d1035b7a)
|
|
735
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
736
|
+
|
|
737
|
+
---
|
|
738
|
+
|
|
739
|
+
## [1.22.43] - 2026-04-29
|
|
740
|
+
|
|
741
|
+
### ๐ Changes
|
|
742
|
+
|
|
743
|
+
### ๐ง Maintenance
|
|
744
|
+
- chore: sync .strray (1b32155c2)
|
|
745
|
+
- chore: rebuild dist v1.22.37 (4d1035b7a)
|
|
746
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
747
|
+
|
|
748
|
+
---
|
|
749
|
+
|
|
750
|
+
## [1.22.42] - 2026-04-29
|
|
751
|
+
|
|
752
|
+
### ๐ Changes
|
|
753
|
+
|
|
754
|
+
### ๐ง Maintenance
|
|
755
|
+
- chore: sync .strray (1b32155c2)
|
|
756
|
+
- chore: rebuild dist v1.22.37 (4d1035b7a)
|
|
757
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
758
|
+
|
|
759
|
+
---
|
|
760
|
+
|
|
761
|
+
## [1.22.41] - 2026-04-29
|
|
762
|
+
|
|
763
|
+
### ๐ Changes
|
|
764
|
+
|
|
765
|
+
### ๐ง Maintenance
|
|
766
|
+
- chore: sync .strray (1b32155c2)
|
|
767
|
+
- chore: rebuild dist v1.22.37 (4d1035b7a)
|
|
768
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
769
|
+
|
|
770
|
+
---
|
|
771
|
+
|
|
772
|
+
## [1.22.40] - 2026-04-29
|
|
773
|
+
|
|
774
|
+
### ๐ Changes
|
|
775
|
+
|
|
776
|
+
### ๐ง Maintenance
|
|
777
|
+
- chore: sync .strray (1b32155c2)
|
|
778
|
+
- chore: rebuild dist v1.22.37 (4d1035b7a)
|
|
779
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
780
|
+
|
|
781
|
+
---
|
|
782
|
+
|
|
783
|
+
## [1.22.39] - 2026-04-29
|
|
784
|
+
|
|
785
|
+
### ๐ Changes
|
|
786
|
+
|
|
787
|
+
### ๐ง Maintenance
|
|
788
|
+
- chore: sync .strray (1b32155c2)
|
|
789
|
+
- chore: rebuild dist v1.22.37 (4d1035b7a)
|
|
790
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
791
|
+
|
|
792
|
+
---
|
|
793
|
+
|
|
794
|
+
## [1.22.38] - 2026-04-29
|
|
795
|
+
|
|
796
|
+
### ๐ Changes
|
|
797
|
+
|
|
798
|
+
### ๐ง Maintenance
|
|
799
|
+
- chore: rebuild dist v1.22.37 (4d1035b7a)
|
|
800
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
801
|
+
|
|
802
|
+
---
|
|
803
|
+
|
|
804
|
+
## [1.22.37] - 2026-04-29
|
|
805
|
+
|
|
806
|
+
### ๐ Changes
|
|
807
|
+
|
|
808
|
+
### ๐ง Maintenance
|
|
809
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
810
|
+
|
|
811
|
+
### ๐ Other Changes
|
|
812
|
+
- v1.22.36: processor extraction complete, dist rebuilt (d27069c05)
|
|
813
|
+
- v1.22.35: rebuild dist, version sync (615b16d0b)
|
|
814
|
+
- v1.22.34: extract 24 inline execute methods from processor-manager into standalone BaseProcessor files (1836โ823 lines) (ce3893a40)
|
|
815
|
+
- v1.22.32: sync version for next development cycle (b90315d47)
|
|
816
|
+
- v1.22.31: processor registry pattern, auto-reflection generation, report formatter fixes, 36 new tests (2569 total) (2d71dbf67)
|
|
817
|
+
|
|
818
|
+
---
|
|
819
|
+
|
|
820
|
+
## [1.22.36] - 2026-04-29
|
|
821
|
+
|
|
822
|
+
### ๐ Changes
|
|
823
|
+
|
|
824
|
+
### ๐ง Maintenance
|
|
825
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
826
|
+
|
|
827
|
+
### ๐ Other Changes
|
|
828
|
+
- v1.22.35: rebuild dist, version sync (615b16d0b)
|
|
829
|
+
- v1.22.34: extract 24 inline execute methods from processor-manager into standalone BaseProcessor files (1836โ823 lines) (ce3893a40)
|
|
830
|
+
- v1.22.32: sync version for next development cycle (b90315d47)
|
|
831
|
+
- v1.22.31: processor registry pattern, auto-reflection generation, report formatter fixes, 36 new tests (2569 total) (2d71dbf67)
|
|
832
|
+
|
|
833
|
+
---
|
|
834
|
+
|
|
835
|
+
## [1.22.35] - 2026-04-29
|
|
836
|
+
|
|
837
|
+
### ๐ Changes
|
|
838
|
+
|
|
839
|
+
### ๐ง Maintenance
|
|
840
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
841
|
+
|
|
842
|
+
### ๐ Other Changes
|
|
843
|
+
- v1.22.34: extract 24 inline execute methods from processor-manager into standalone BaseProcessor files (1836โ823 lines) (ce3893a40)
|
|
844
|
+
- v1.22.32: sync version for next development cycle (b90315d47)
|
|
845
|
+
- v1.22.31: processor registry pattern, auto-reflection generation, report formatter fixes, 36 new tests (2569 total) (2d71dbf67)
|
|
846
|
+
|
|
847
|
+
---
|
|
848
|
+
|
|
849
|
+
## [1.22.34] - 2026-04-29
|
|
850
|
+
|
|
851
|
+
### ๐ Changes
|
|
852
|
+
|
|
853
|
+
### ๐ง Maintenance
|
|
854
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
855
|
+
|
|
856
|
+
### ๐ Other Changes
|
|
857
|
+
- v1.22.32: sync version for next development cycle (b90315d47)
|
|
858
|
+
- v1.22.31: processor registry pattern, auto-reflection generation, report formatter fixes, 36 new tests (2569 total) (2d71dbf67)
|
|
859
|
+
|
|
860
|
+
---
|
|
861
|
+
|
|
862
|
+
## [1.22.33] - 2026-04-28
|
|
863
|
+
|
|
864
|
+
### ๐ Changes
|
|
865
|
+
|
|
866
|
+
### ๐ง Maintenance
|
|
867
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
868
|
+
|
|
869
|
+
### ๐ Other Changes
|
|
870
|
+
- v1.22.32: sync version for next development cycle (b90315d47)
|
|
871
|
+
- v1.22.31: processor registry pattern, auto-reflection generation, report formatter fixes, 36 new tests (2569 total) (2d71dbf67)
|
|
872
|
+
|
|
873
|
+
---
|
|
874
|
+
|
|
875
|
+
## [1.22.32] - 2026-04-28
|
|
876
|
+
|
|
877
|
+
### ๐ Changes
|
|
878
|
+
|
|
879
|
+
### ๐ง Maintenance
|
|
880
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
881
|
+
|
|
882
|
+
### ๐ Other Changes
|
|
883
|
+
- v1.22.31: processor registry pattern, auto-reflection generation, report formatter fixes, 36 new tests (2569 total) (2d71dbf67)
|
|
884
|
+
|
|
885
|
+
---
|
|
886
|
+
|
|
887
|
+
## [1.22.31] - 2026-04-28
|
|
888
|
+
|
|
889
|
+
### ๐ Changes
|
|
890
|
+
|
|
891
|
+
### ๐ง Maintenance
|
|
892
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
893
|
+
|
|
894
|
+
---
|
|
895
|
+
|
|
896
|
+
## [1.22.30] - 2026-04-28
|
|
897
|
+
|
|
898
|
+
### ๐ Changes
|
|
899
|
+
|
|
900
|
+
### ๐ง Maintenance
|
|
901
|
+
- chore: update activity logs and test results (dcb5bf018)
|
|
902
|
+
|
|
903
|
+
---
|
|
904
|
+
|
|
905
|
+
## [1.22.25] - 2026-04-28
|
|
906
|
+
|
|
907
|
+
### ๐ Changes
|
|
908
|
+
|
|
909
|
+
### ๐ Other Changes
|
|
910
|
+
- release: v1.22.24 - OpenClaw compilation fix (f3cd8ccee)
|
|
911
|
+
- release: v1.22.23 (7c512366b)
|
|
912
|
+
- release: v1.22.22 - OpenClaw TypeScript compilation fix, integration test scripts (3bcbb8969)
|
|
913
|
+
|
|
914
|
+
---
|
|
915
|
+
|
|
916
|
+
## [1.22.24] - 2026-04-27
|
|
917
|
+
|
|
918
|
+
### ๐ Changes
|
|
919
|
+
|
|
920
|
+
### ๐ Other Changes
|
|
921
|
+
- release: v1.22.23 (7c512366b)
|
|
922
|
+
- release: v1.22.22 - OpenClaw TypeScript compilation fix, integration test scripts (3bcbb8969)
|
|
923
|
+
|
|
924
|
+
---
|
|
925
|
+
|
|
926
|
+
## [1.22.23] - 2026-04-27
|
|
927
|
+
|
|
928
|
+
### ๐ Changes
|
|
929
|
+
|
|
930
|
+
### ๐ Other Changes
|
|
931
|
+
- release: v1.22.22 - OpenClaw TypeScript compilation fix, integration test scripts (3bcbb8969)
|
|
932
|
+
|
|
933
|
+
---
|
|
934
|
+
|
|
935
|
+
## [1.22.22] - 2026-04-27
|
|
936
|
+
|
|
937
|
+
### ๐ Changes
|
|
938
|
+
|
|
939
|
+
- Version bump
|
|
940
|
+
|
|
941
|
+
---
|
|
942
|
+
|
|
943
|
+
## [1.22.20] - 2026-04-27
|
|
944
|
+
|
|
945
|
+
### ๐ Changes
|
|
946
|
+
|
|
947
|
+
- Version bump
|
|
948
|
+
|
|
949
|
+
---
|
|
950
|
+
|
|
951
|
+
## [1.22.19] - 2026-04-27
|
|
952
|
+
|
|
953
|
+
### ๐ Changes
|
|
954
|
+
|
|
955
|
+
- Version bump
|
|
956
|
+
|
|
957
|
+
---
|
|
958
|
+
|
|
959
|
+
## [1.22.18] - 2026-04-27
|
|
960
|
+
|
|
961
|
+
### ๐ Changes
|
|
962
|
+
|
|
963
|
+
### ๐ Bug Fixes
|
|
964
|
+
- fix: add validate script and hooks to dist/scripts, include mcps registry in build (fc059458e)
|
|
965
|
+
- fix: add mcps directory to build, fix MCP registry path resolution (c17ca67e9)
|
|
966
|
+
|
|
967
|
+
---
|
|
968
|
+
|
|
969
|
+
## [1.22.18] - 2026-04-27
|
|
970
|
+
|
|
971
|
+
### ๐ Changes
|
|
972
|
+
|
|
973
|
+
### ๐ Bug Fixes
|
|
974
|
+
- fix: add mcps directory to build, fix MCP registry path resolution (c17ca67e9)
|
|
975
|
+
|
|
976
|
+
---
|
|
977
|
+
|
|
978
|
+
## [1.22.17] - 2026-04-27
|
|
979
|
+
|
|
980
|
+
### ๐ Changes
|
|
981
|
+
|
|
982
|
+
- Version bump
|
|
983
|
+
|
|
984
|
+
---
|
|
985
|
+
|
|
986
|
+
## [1.22.16] - 2026-04-27
|
|
987
|
+
|
|
988
|
+
### ๐ Changes
|
|
989
|
+
|
|
990
|
+
- Version bump
|
|
991
|
+
|
|
992
|
+
---
|
|
993
|
+
|
|
994
|
+
## [1.22.15] - 2026-04-27
|
|
995
|
+
|
|
996
|
+
### ๐ Changes
|
|
997
|
+
|
|
998
|
+
### โจ Features
|
|
999
|
+
- feat: add Nudge Watchdog for stuck AI pattern detection (f923265a1)
|
|
1000
|
+
- feat: add community MCP registry and mcp:install command (d0f45a86b)
|
|
1001
|
+
- feat: comprehensive validation + context-aware reflection hook (194a0e6e9)
|
|
1002
|
+
|
|
1003
|
+
### ๐ Bug Fixes
|
|
1004
|
+
- fix: opencode.json now replaces 0xRay agents, keeps other settings (d9a969423)
|
|
1005
|
+
- fix: add smart merge for opencode.json on npm install (0f73ead02)
|
|
1006
|
+
|
|
1007
|
+
### ๐ Documentation
|
|
1008
|
+
- docs: update MCP commands with setup instructions (2b362d390)
|
|
1009
|
+
- docs: remove duplicate sections from system-design (b548bdf4d)
|
|
1010
|
+
- docs: consolidate duplicate 'What is 0xRay' sections (4afb17c32)
|
|
1011
|
+
- docs: add honest 'what is 0xRay' assessment (00c1fd4a8)
|
|
1012
|
+
- docs: add honest differentiation section to system-design (174afe0b3)
|
|
1013
|
+
- docs: update system-design with full diagram v1.22.14 (7ea1d3598)
|
|
1014
|
+
|
|
1015
|
+
### ๐ง Maintenance
|
|
1016
|
+
- chore: add mcp commands to CLI (3db119fbf)
|
|
1017
|
+
|
|
1018
|
+
---
|
|
1019
|
+
|
|
1020
|
+
## [1.22.13] - 2026-04-22
|
|
1021
|
+
|
|
1022
|
+
### ๐ Changes
|
|
1023
|
+
|
|
1024
|
+
### โจ Features
|
|
1025
|
+
- feat: deprecate enforcer/orchestrator, add voting/metrics/security systems (0a73bcda7)
|
|
1026
|
+
- feat: production-ready MCPs, complete documentation, fixed pipeline tests (6f62a5cda)
|
|
1027
|
+
|
|
1028
|
+
### ๐ Bug Fixes
|
|
1029
|
+
- fix: memory leaks, ES6 imports, production readiness (f0f87937a)
|
|
1030
|
+
- fix: kernel-routing pipeline test inputs, complete all 22 pipelines (6d0a7ced5)
|
|
1031
|
+
- fix: pipeline runner cwd, ESM require, missing processors, version config (44754822c)
|
|
1032
|
+
|
|
1033
|
+
### โป๏ธ Refactoring
|
|
1034
|
+
- refactor: cleanup dead modules, archive unused docs, update all docs to match code (3bb55c65e)
|
|
1035
|
+
- refactor: eliminate any types, add proper TypeScript interfaces (d88c37e10)
|
|
1036
|
+
|
|
1037
|
+
### ๐ Documentation
|
|
1038
|
+
- docs: clarify plugin execution path in code comments (b87c2a483)
|
|
1039
|
+
|
|
1040
|
+
### ๐ง Maintenance
|
|
1041
|
+
- chore: update .gitignore with temp files (9435b17e1)
|
|
1042
|
+
- chore: cleanup dead code and temp files (a3471683e)
|
|
1043
|
+
|
|
1044
|
+
---
|
|
1045
|
+
|
|
1046
|
+
## [1.22.2] - 2026-04-07
|
|
1047
|
+
|
|
1048
|
+
### ๐ Changes
|
|
1049
|
+
|
|
1050
|
+
Fix npm publish
|
|
1051
|
+
|
|
1052
|
+
---
|
|
1053
|
+
|
|
1054
|
+
## [1.22.1] - 2026-04-07
|
|
1055
|
+
|
|
1056
|
+
### ๐ Changes
|
|
1057
|
+
|
|
1058
|
+
Hotfix
|
|
1059
|
+
|
|
1060
|
+
---
|
|
1061
|
+
|
|
1062
|
+
## [1.22.0] - 2026-04-07
|
|
1063
|
+
|
|
1064
|
+
### ๐ Changes
|
|
1065
|
+
|
|
1066
|
+
Plugin system - hot-reload, npm install, auto-discovery, CLI, example plugin
|
|
1067
|
+
|
|
1068
|
+
---
|
|
1069
|
+
|
|
1070
|
+
## [1.21.0] - 2026-04-07
|
|
1071
|
+
|
|
1072
|
+
### ๐ Changes
|
|
1073
|
+
|
|
1074
|
+
Plugin system major release
|
|
1075
|
+
|
|
1076
|
+
---
|
|
1077
|
+
|
|
1078
|
+
## [1.20.0] - 2026-04-07
|
|
1079
|
+
|
|
1080
|
+
### ๐ Changes
|
|
1081
|
+
|
|
1082
|
+
Plugin system - hot-reload, npm install, auto-discovery, CLI, example plugin
|
|
1083
|
+
|
|
1084
|
+
---
|
|
1085
|
+
|
|
1086
|
+
## [1.19.1] - 2026-04-07
|
|
1087
|
+
|
|
1088
|
+
### ๐ Changes
|
|
1089
|
+
|
|
1090
|
+
Release patch - fix npm publish version conflict
|
|
1091
|
+
|
|
1092
|
+
---
|
|
1093
|
+
|
|
1094
|
+
## [1.19.0] - 2026-04-07
|
|
1095
|
+
|
|
1096
|
+
### ๐ Changes
|
|
1097
|
+
|
|
1098
|
+
Plugin system enhancements - hot-reload, npm install, example plugin
|
|
1099
|
+
|
|
1100
|
+
---
|
|
1101
|
+
|
|
1102
|
+
## [1.18.6] - 2026-04-01
|
|
1103
|
+
|
|
1104
|
+
### ๐ Changes
|
|
1105
|
+
|
|
1106
|
+
### โจ Features
|
|
1107
|
+
- feat: add storyteller CLI command and register processor (8d6f5123a)
|
|
1108
|
+
- feat: add storyteller enforcement for reflections/sagas (6198b74ab)
|
|
1109
|
+
- feat: add CI report generator script (732a94d83)
|
|
1110
|
+
- feat: add publish and commit_cycle config to features.json, update processors (f7948df70)
|
|
1111
|
+
- feat: add publish preflight processor - validates docs, reflections, pipelines before publish (f9402f624)
|
|
1112
|
+
|
|
1113
|
+
### ๐ Bug Fixes
|
|
1114
|
+
- fix: correct artifact prefix paths in pre-publish-guard.js (bb7fdd7f7)
|
|
1115
|
+
- fix: add storytelling config to .opencode/strray/features.json (2c38937b9)
|
|
1116
|
+
- fix: copy all src/skills and src/integrations non-TS files to dist for consumer mode (4259ea141)
|
|
1117
|
+
- fix: copy skills/registry.json and integrations configs to dist for consumer mode (19f583fc8)
|
|
1118
|
+
- fix: add readme field to package.json for npm (034891c18)
|
|
1119
|
+
- fix: copy README/docs to dist for npm publish (faa9e3af3)
|
|
1120
|
+
- fix: convert all pipeline tests to ESM imports - use readFileSync/existsSync instead of require('fs') (ffee9746b)
|
|
1121
|
+
- fix: JSON syntax error in features.json - duplicate require_reflection key (f70ebde01)
|
|
1122
|
+
- fix: commit_cycle config - remove max_files_per_commit, change reflection to count by commits (aacf0b924)
|
|
1123
|
+
- fix: pipeline test requirement now reads exact count from PIPELINE_INVENTORY.md (f900f7aa0)
|
|
1124
|
+
- fix: pipeline test count reads from PIPELINE_INVENTORY.md - counts all discoverable pipelines (45a282498)
|
|
1125
|
+
- fix: implement 8 placeholder validators - deployment safety, multi-agent, substrate, framework self-validation, emergent improvement, debug logs, performance regression, security vulnerability reporting (446f12d2b)
|
|
1126
|
+
- fix: activate dormant processors - spawnGovernance, performanceBudget, asyncPattern, consoleLogGuard; add CI enforcement gate (b08068b9a)
|
|
1127
|
+
- fix: add Node.js type declarations to tsconfig (40cdf34bb)
|
|
1128
|
+
- fix: implement keyword-based routing in getTaskRoutingRecommendation (0ca8a9ea1)
|
|
1129
|
+
|
|
1130
|
+
### ๐ Documentation
|
|
1131
|
+
- docs: enhance AGENTS.md storyteller section with enforcement details (cce78f12b)
|
|
1132
|
+
- docs: add plan for enforcing storyteller skill for reflections/sagas (47859dccd)
|
|
1133
|
+
- docs: add saga documenting journey from v1.15.40 to v1.18.2 (45b39e037)
|
|
1134
|
+
- docs: add versioned deep system reflection (4eb98cb41)
|
|
1135
|
+
- docs: add deep system reflection - the journey from plugin to agent OS (9a88868d4)
|
|
1136
|
+
|
|
1137
|
+
### ๐งช Tests
|
|
1138
|
+
- test: add 11 new pipeline tests - complete coverage of all discoverable pipelines (61dd11695)
|
|
1139
|
+
- test: add 3 new sub-pipeline tests - enforcement, MCP-server, inference; docs: update pipeline inventory, add sub-pipeline discovery guide (1b004586c)
|
|
1140
|
+
- test: add CLI and MCP-Server pipelines to test suite, fix removed install.cjs tests (71c2ba153)
|
|
1141
|
+
|
|
1142
|
+
### ๐ง Maintenance
|
|
1143
|
+
- chore: version sync v1.15.41 (cc549e2d0)
|
|
1144
|
+
- chore: version sync artifacts for v1.15.41 (1c6a3c5dc)
|
|
1145
|
+
- chore: bump UVM to 1.15.41 (21cfabc8e)
|
|
1146
|
+
- chore: version sync artifacts for v1.15.40 (505ac3140)
|
|
1147
|
+
- chore: bump UVM to 1.15.40 (3b07094f7)
|
|
1148
|
+
- chore: version sync artifacts for v1.15.39 (2a5b4d7cd)
|
|
1149
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
1150
|
+
|
|
1151
|
+
### ๐ Other Changes
|
|
1152
|
+
- release: v1.18.2 - fix consumer file copying, add readme field (c28617bad)
|
|
1153
|
+
- release: v1.18.0 - publish pipeline, CI report generator, ESM fixes (cb4ac2e1b)
|
|
1154
|
+
- release: bump to v1.17.0 (9ae9d7725)
|
|
1155
|
+
- Revert "chore: version sync artifacts for v1.15.41" (dd01f27f0)
|
|
1156
|
+
|
|
1157
|
+
---
|
|
1158
|
+
|
|
1159
|
+
## [1.18.5] - 2026-04-01
|
|
1160
|
+
|
|
1161
|
+
### ๐ Changes
|
|
1162
|
+
|
|
1163
|
+
### โจ Features
|
|
1164
|
+
- feat: add storyteller enforcement for reflections/sagas (6198b74ab)
|
|
1165
|
+
- feat: add CI report generator script (732a94d83)
|
|
1166
|
+
- feat: add publish and commit_cycle config to features.json, update processors (f7948df70)
|
|
1167
|
+
- feat: add publish preflight processor - validates docs, reflections, pipelines before publish (f9402f624)
|
|
1168
|
+
|
|
1169
|
+
### ๐ Bug Fixes
|
|
1170
|
+
- fix: add storytelling config to .opencode/strray/features.json (2c38937b9)
|
|
1171
|
+
- fix: copy all src/skills and src/integrations non-TS files to dist for consumer mode (4259ea141)
|
|
1172
|
+
- fix: copy skills/registry.json and integrations configs to dist for consumer mode (19f583fc8)
|
|
1173
|
+
- fix: add readme field to package.json for npm (034891c18)
|
|
1174
|
+
- fix: copy README/docs to dist for npm publish (faa9e3af3)
|
|
1175
|
+
- fix: convert all pipeline tests to ESM imports - use readFileSync/existsSync instead of require('fs') (ffee9746b)
|
|
1176
|
+
- fix: JSON syntax error in features.json - duplicate require_reflection key (f70ebde01)
|
|
1177
|
+
- fix: commit_cycle config - remove max_files_per_commit, change reflection to count by commits (aacf0b924)
|
|
1178
|
+
- fix: pipeline test requirement now reads exact count from PIPELINE_INVENTORY.md (f900f7aa0)
|
|
1179
|
+
- fix: pipeline test count reads from PIPELINE_INVENTORY.md - counts all discoverable pipelines (45a282498)
|
|
1180
|
+
- fix: implement 8 placeholder validators - deployment safety, multi-agent, substrate, framework self-validation, emergent improvement, debug logs, performance regression, security vulnerability reporting (446f12d2b)
|
|
1181
|
+
- fix: activate dormant processors - spawnGovernance, performanceBudget, asyncPattern, consoleLogGuard; add CI enforcement gate (b08068b9a)
|
|
1182
|
+
- fix: add Node.js type declarations to tsconfig (40cdf34bb)
|
|
1183
|
+
- fix: implement keyword-based routing in getTaskRoutingRecommendation (0ca8a9ea1)
|
|
1184
|
+
|
|
1185
|
+
### ๐ Documentation
|
|
1186
|
+
- docs: add plan for enforcing storyteller skill for reflections/sagas (47859dccd)
|
|
1187
|
+
- docs: add saga documenting journey from v1.15.40 to v1.18.2 (45b39e037)
|
|
1188
|
+
- docs: add versioned deep system reflection (4eb98cb41)
|
|
1189
|
+
- docs: add deep system reflection - the journey from plugin to agent OS (9a88868d4)
|
|
1190
|
+
|
|
1191
|
+
### ๐งช Tests
|
|
1192
|
+
- test: add 11 new pipeline tests - complete coverage of all discoverable pipelines (61dd11695)
|
|
1193
|
+
- test: add 3 new sub-pipeline tests - enforcement, MCP-server, inference; docs: update pipeline inventory, add sub-pipeline discovery guide (1b004586c)
|
|
1194
|
+
- test: add CLI and MCP-Server pipelines to test suite, fix removed install.cjs tests (71c2ba153)
|
|
1195
|
+
|
|
1196
|
+
### ๐ง Maintenance
|
|
1197
|
+
- chore: version sync v1.15.41 (cc549e2d0)
|
|
1198
|
+
- chore: version sync artifacts for v1.15.41 (1c6a3c5dc)
|
|
1199
|
+
- chore: bump UVM to 1.15.41 (21cfabc8e)
|
|
1200
|
+
- chore: version sync artifacts for v1.15.40 (505ac3140)
|
|
1201
|
+
- chore: bump UVM to 1.15.40 (3b07094f7)
|
|
1202
|
+
- chore: version sync artifacts for v1.15.39 (2a5b4d7cd)
|
|
1203
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
1204
|
+
|
|
1205
|
+
### ๐ Other Changes
|
|
1206
|
+
- release: v1.18.2 - fix consumer file copying, add readme field (c28617bad)
|
|
1207
|
+
- release: v1.18.0 - publish pipeline, CI report generator, ESM fixes (cb4ac2e1b)
|
|
1208
|
+
- release: bump to v1.17.0 (9ae9d7725)
|
|
1209
|
+
- Revert "chore: version sync artifacts for v1.15.41" (dd01f27f0)
|
|
1210
|
+
|
|
1211
|
+
---
|
|
1212
|
+
|
|
1213
|
+
## [1.18.4] - 2026-04-01
|
|
1214
|
+
|
|
1215
|
+
### ๐ Changes
|
|
1216
|
+
|
|
1217
|
+
### โจ Features
|
|
1218
|
+
- feat: add storyteller enforcement for reflections/sagas (6198b74ab)
|
|
1219
|
+
- feat: add CI report generator script (732a94d83)
|
|
1220
|
+
- feat: add publish and commit_cycle config to features.json, update processors (f7948df70)
|
|
1221
|
+
- feat: add publish preflight processor - validates docs, reflections, pipelines before publish (f9402f624)
|
|
1222
|
+
|
|
1223
|
+
### ๐ Bug Fixes
|
|
1224
|
+
- fix: copy all src/skills and src/integrations non-TS files to dist for consumer mode (4259ea141)
|
|
1225
|
+
- fix: copy skills/registry.json and integrations configs to dist for consumer mode (19f583fc8)
|
|
1226
|
+
- fix: add readme field to package.json for npm (034891c18)
|
|
1227
|
+
- fix: copy README/docs to dist for npm publish (faa9e3af3)
|
|
1228
|
+
- fix: convert all pipeline tests to ESM imports - use readFileSync/existsSync instead of require('fs') (ffee9746b)
|
|
1229
|
+
- fix: JSON syntax error in features.json - duplicate require_reflection key (f70ebde01)
|
|
1230
|
+
- fix: commit_cycle config - remove max_files_per_commit, change reflection to count by commits (aacf0b924)
|
|
1231
|
+
- fix: pipeline test requirement now reads exact count from PIPELINE_INVENTORY.md (f900f7aa0)
|
|
1232
|
+
- fix: pipeline test count reads from PIPELINE_INVENTORY.md - counts all discoverable pipelines (45a282498)
|
|
1233
|
+
- fix: implement 8 placeholder validators - deployment safety, multi-agent, substrate, framework self-validation, emergent improvement, debug logs, performance regression, security vulnerability reporting (446f12d2b)
|
|
1234
|
+
- fix: activate dormant processors - spawnGovernance, performanceBudget, asyncPattern, consoleLogGuard; add CI enforcement gate (b08068b9a)
|
|
1235
|
+
- fix: add Node.js type declarations to tsconfig (40cdf34bb)
|
|
1236
|
+
- fix: implement keyword-based routing in getTaskRoutingRecommendation (0ca8a9ea1)
|
|
1237
|
+
|
|
1238
|
+
### ๐ Documentation
|
|
1239
|
+
- docs: add plan for enforcing storyteller skill for reflections/sagas (47859dccd)
|
|
1240
|
+
- docs: add saga documenting journey from v1.15.40 to v1.18.2 (45b39e037)
|
|
1241
|
+
- docs: add versioned deep system reflection (4eb98cb41)
|
|
1242
|
+
- docs: add deep system reflection - the journey from plugin to agent OS (9a88868d4)
|
|
1243
|
+
|
|
1244
|
+
### ๐งช Tests
|
|
1245
|
+
- test: add 11 new pipeline tests - complete coverage of all discoverable pipelines (61dd11695)
|
|
1246
|
+
- test: add 3 new sub-pipeline tests - enforcement, MCP-server, inference; docs: update pipeline inventory, add sub-pipeline discovery guide (1b004586c)
|
|
1247
|
+
- test: add CLI and MCP-Server pipelines to test suite, fix removed install.cjs tests (71c2ba153)
|
|
1248
|
+
|
|
1249
|
+
### ๐ง Maintenance
|
|
1250
|
+
- chore: version sync v1.15.41 (cc549e2d0)
|
|
1251
|
+
- chore: version sync artifacts for v1.15.41 (1c6a3c5dc)
|
|
1252
|
+
- chore: bump UVM to 1.15.41 (21cfabc8e)
|
|
1253
|
+
- chore: version sync artifacts for v1.15.40 (505ac3140)
|
|
1254
|
+
- chore: bump UVM to 1.15.40 (3b07094f7)
|
|
1255
|
+
- chore: version sync artifacts for v1.15.39 (2a5b4d7cd)
|
|
1256
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
1257
|
+
|
|
1258
|
+
### ๐ Other Changes
|
|
1259
|
+
- release: v1.18.2 - fix consumer file copying, add readme field (c28617bad)
|
|
1260
|
+
- release: v1.18.0 - publish pipeline, CI report generator, ESM fixes (cb4ac2e1b)
|
|
1261
|
+
- release: bump to v1.17.0 (9ae9d7725)
|
|
1262
|
+
- Revert "chore: version sync artifacts for v1.15.41" (dd01f27f0)
|
|
1263
|
+
|
|
1264
|
+
---
|
|
1265
|
+
|
|
1266
|
+
## [1.18.3] - 2026-04-01
|
|
1267
|
+
|
|
1268
|
+
### ๐ Changes
|
|
1269
|
+
|
|
1270
|
+
### โจ Features
|
|
1271
|
+
- feat: add CI report generator script (732a94d83)
|
|
1272
|
+
- feat: add publish and commit_cycle config to features.json, update processors (f7948df70)
|
|
1273
|
+
- feat: add publish preflight processor - validates docs, reflections, pipelines before publish (f9402f624)
|
|
1274
|
+
|
|
1275
|
+
### ๐ Bug Fixes
|
|
1276
|
+
- fix: copy all src/skills and src/integrations non-TS files to dist for consumer mode (4259ea141)
|
|
1277
|
+
- fix: copy skills/registry.json and integrations configs to dist for consumer mode (19f583fc8)
|
|
1278
|
+
- fix: add readme field to package.json for npm (034891c18)
|
|
1279
|
+
- fix: copy README/docs to dist for npm publish (faa9e3af3)
|
|
1280
|
+
- fix: convert all pipeline tests to ESM imports - use readFileSync/existsSync instead of require('fs') (ffee9746b)
|
|
1281
|
+
- fix: JSON syntax error in features.json - duplicate require_reflection key (f70ebde01)
|
|
1282
|
+
- fix: commit_cycle config - remove max_files_per_commit, change reflection to count by commits (aacf0b924)
|
|
1283
|
+
- fix: pipeline test requirement now reads exact count from PIPELINE_INVENTORY.md (f900f7aa0)
|
|
1284
|
+
- fix: pipeline test count reads from PIPELINE_INVENTORY.md - counts all discoverable pipelines (45a282498)
|
|
1285
|
+
- fix: implement 8 placeholder validators - deployment safety, multi-agent, substrate, framework self-validation, emergent improvement, debug logs, performance regression, security vulnerability reporting (446f12d2b)
|
|
1286
|
+
- fix: activate dormant processors - spawnGovernance, performanceBudget, asyncPattern, consoleLogGuard; add CI enforcement gate (b08068b9a)
|
|
1287
|
+
- fix: add Node.js type declarations to tsconfig (40cdf34bb)
|
|
1288
|
+
- fix: implement keyword-based routing in getTaskRoutingRecommendation (0ca8a9ea1)
|
|
1289
|
+
|
|
1290
|
+
### ๐ Documentation
|
|
1291
|
+
- docs: add plan for enforcing storyteller skill for reflections/sagas (47859dccd)
|
|
1292
|
+
- docs: add saga documenting journey from v1.15.40 to v1.18.2 (45b39e037)
|
|
1293
|
+
- docs: add versioned deep system reflection (4eb98cb41)
|
|
1294
|
+
- docs: add deep system reflection - the journey from plugin to agent OS (9a88868d4)
|
|
1295
|
+
|
|
1296
|
+
### ๐งช Tests
|
|
1297
|
+
- test: add 11 new pipeline tests - complete coverage of all discoverable pipelines (61dd11695)
|
|
1298
|
+
- test: add 3 new sub-pipeline tests - enforcement, MCP-server, inference; docs: update pipeline inventory, add sub-pipeline discovery guide (1b004586c)
|
|
1299
|
+
- test: add CLI and MCP-Server pipelines to test suite, fix removed install.cjs tests (71c2ba153)
|
|
1300
|
+
|
|
1301
|
+
### ๐ง Maintenance
|
|
1302
|
+
- chore: version sync v1.15.41 (cc549e2d0)
|
|
1303
|
+
- chore: version sync artifacts for v1.15.41 (1c6a3c5dc)
|
|
1304
|
+
- chore: bump UVM to 1.15.41 (21cfabc8e)
|
|
1305
|
+
- chore: version sync artifacts for v1.15.40 (505ac3140)
|
|
1306
|
+
- chore: bump UVM to 1.15.40 (3b07094f7)
|
|
1307
|
+
- chore: version sync artifacts for v1.15.39 (2a5b4d7cd)
|
|
1308
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
1309
|
+
|
|
1310
|
+
### ๐ Other Changes
|
|
1311
|
+
- release: v1.18.2 - fix consumer file copying, add readme field (c28617bad)
|
|
1312
|
+
- release: v1.18.0 - publish pipeline, CI report generator, ESM fixes (cb4ac2e1b)
|
|
1313
|
+
- release: bump to v1.17.0 (9ae9d7725)
|
|
1314
|
+
- Revert "chore: version sync artifacts for v1.15.41" (dd01f27f0)
|
|
1315
|
+
|
|
1316
|
+
---
|
|
1317
|
+
|
|
1318
|
+
## [1.15.41] - 2026-04-01
|
|
1319
|
+
|
|
1320
|
+
### ๐ Changes
|
|
1321
|
+
|
|
1322
|
+
### ๐ Bug Fixes
|
|
1323
|
+
- fix: activate dormant processors - spawnGovernance, performanceBudget, asyncPattern, consoleLogGuard; add CI enforcement gate (b08068b9a)
|
|
1324
|
+
- fix: add Node.js type declarations to tsconfig (40cdf34bb)
|
|
1325
|
+
- fix: implement keyword-based routing in getTaskRoutingRecommendation (0ca8a9ea1)
|
|
1326
|
+
|
|
1327
|
+
### ๐ง Maintenance
|
|
1328
|
+
- chore: version sync artifacts for v1.15.41 (1c6a3c5dc)
|
|
1329
|
+
- chore: bump UVM to 1.15.41 (21cfabc8e)
|
|
1330
|
+
- chore: version sync artifacts for v1.15.40 (505ac3140)
|
|
1331
|
+
- chore: bump UVM to 1.15.40 (3b07094f7)
|
|
1332
|
+
- chore: version sync artifacts for v1.15.39 (2a5b4d7cd)
|
|
1333
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
1334
|
+
|
|
1335
|
+
### ๐ Other Changes
|
|
1336
|
+
- Revert "chore: version sync artifacts for v1.15.41" (dd01f27f0)
|
|
1337
|
+
|
|
1338
|
+
---
|
|
1339
|
+
|
|
1340
|
+
## [1.15.40] - 2026-03-31
|
|
1341
|
+
|
|
1342
|
+
### ๐ Changes
|
|
1343
|
+
|
|
1344
|
+
### ๐ Bug Fixes
|
|
1345
|
+
- fix: add Node.js type declarations to tsconfig (40cdf34bb)
|
|
1346
|
+
- fix: implement keyword-based routing in getTaskRoutingRecommendation (0ca8a9ea1)
|
|
1347
|
+
|
|
1348
|
+
### ๐ง Maintenance
|
|
1349
|
+
- chore: bump UVM to 1.15.40 (3b07094f7)
|
|
1350
|
+
- chore: version sync artifacts for v1.15.39 (2a5b4d7cd)
|
|
1351
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
1352
|
+
|
|
1353
|
+
---
|
|
1354
|
+
|
|
1355
|
+
## [1.15.39] - 2026-03-31
|
|
1356
|
+
|
|
1357
|
+
### ๐ Changes
|
|
1358
|
+
|
|
1359
|
+
### ๐ง Maintenance
|
|
1360
|
+
- chore: bump UVM to 1.15.39 (3a51e70ac)
|
|
1361
|
+
|
|
1362
|
+
---
|
|
1363
|
+
|
|
1364
|
+
## [1.15.38] - 2026-03-31
|
|
1365
|
+
|
|
1366
|
+
### ๐ Changes
|
|
1367
|
+
|
|
1368
|
+
### ๐ Bug Fixes
|
|
1369
|
+
- fix: skill-install always tries gh first, supports bare repo names, symlink .opencode/skills -> .strray/skills (40abe23cd)
|
|
1370
|
+
- fix: properly detect console.log in comments - line-by-line check (1046b8bd4)
|
|
1371
|
+
- fix: pre-publish-guard.js uses createRequire for ESM compat (94d57ceba)
|
|
1372
|
+
|
|
1373
|
+
### ๐ง Maintenance
|
|
1374
|
+
- chore: remove main branch references, point all docs to master (683e58799)
|
|
1375
|
+
- chore: bump UVM to 1.15.38 (658fac590)
|
|
1376
|
+
- chore: version sync artifacts for v1.15.37 (a11e459d5)
|
|
1377
|
+
|
|
1378
|
+
---
|
|
1379
|
+
|
|
1380
|
+
## [1.15.37] - 2026-03-30
|
|
1381
|
+
|
|
1382
|
+
### ๐ Changes
|
|
1383
|
+
|
|
1384
|
+
### ๐ Bug Fixes
|
|
1385
|
+
- fix: plugin dynamic import path resolution breaks in Docker/container environments (#26) (518a67a0d)
|
|
1386
|
+
|
|
1387
|
+
### ๐ง Maintenance
|
|
1388
|
+
- chore: bump UVM to 1.15.37 (7ca44e193)
|
|
1389
|
+
- chore: version sync artifacts for v1.15.36 (7c61f5232)
|
|
1390
|
+
|
|
1391
|
+
---
|
|
1392
|
+
|
|
1393
|
+
## [1.15.36] - 2026-03-30
|
|
1394
|
+
|
|
1395
|
+
### ๐ Changes
|
|
1396
|
+
|
|
1397
|
+
### ๐ Bug Fixes
|
|
1398
|
+
- fix: init.sh fallback for Hermes consumers + prioritize gh in skill:install (#25) (6e2121bd1)
|
|
1399
|
+
|
|
1400
|
+
### ๐ง Maintenance
|
|
1401
|
+
- chore: version sync artifacts for v1.15.35, bump UVM to 1.15.36 (d70f3db42)
|
|
1402
|
+
|
|
1403
|
+
---
|
|
1404
|
+
|
|
1405
|
+
## [1.15.35] - 2026-03-30
|
|
1406
|
+
|
|
1407
|
+
### ๐ Changes
|
|
1408
|
+
|
|
1409
|
+
### ๐ Bug Fixes
|
|
1410
|
+
- fix: ship .opencode/init.sh in npm package (da1cc665b)
|
|
1411
|
+
|
|
1412
|
+
### ๐ง Maintenance
|
|
1413
|
+
- chore: bump UVM to 1.15.35 (f349dce07)
|
|
1414
|
+
- chore: version sync artifacts for v1.15.34 (eddc46f64)
|
|
1415
|
+
|
|
1416
|
+
### ๐ Other Changes
|
|
1417
|
+
- Merge pull request #24 from htafolla/fix/init-sh-missing-from-npm (f93111d15)
|
|
1418
|
+
|
|
1419
|
+
---
|
|
1420
|
+
|
|
1421
|
+
## [1.15.34] - 2026-03-30
|
|
1422
|
+
|
|
1423
|
+
### ๐ Changes
|
|
1424
|
+
|
|
1425
|
+
### ๐ Bug Fixes
|
|
1426
|
+
- fix: bridge enforcement wiring, dedup helpers, version alignment (6481e09ef)
|
|
1427
|
+
|
|
1428
|
+
### ๐ง Maintenance
|
|
1429
|
+
- chore: bump UVM to 1.15.34 + version sync artifacts (0dab64a2b)
|
|
1430
|
+
|
|
1431
|
+
### ๐ Other Changes
|
|
1432
|
+
- Merge pull request #23 from htafolla/fix/hermes-bridge-enforcement-and-cleanup (048e66fa3)
|
|
1433
|
+
|
|
1434
|
+
---
|
|
1435
|
+
|
|
1436
|
+
## [1.15.33] - 2026-03-30
|
|
1437
|
+
|
|
1438
|
+
### ๐ Changes
|
|
1439
|
+
|
|
1440
|
+
### ๐ Bug Fixes
|
|
1441
|
+
- fix: add node_modules candidate paths for consumer env imports (fd289e4f6)
|
|
1442
|
+
|
|
1443
|
+
### ๐ง Maintenance
|
|
1444
|
+
- chore: bump UVM to 1.15.33 (5a773d42b)
|
|
1445
|
+
- chore: version sync artifacts (6df9eb63b)
|
|
1446
|
+
|
|
1447
|
+
### ๐ Other Changes
|
|
1448
|
+
- Merge pull request #22 from htafolla/fix/consumer-node-modules-candidates (c32e97cbe)
|
|
1449
|
+
|
|
1450
|
+
---
|
|
1451
|
+
|
|
1452
|
+
## [1.15.32] - 2026-03-30
|
|
1453
|
+
|
|
1454
|
+
### ๐ Changes
|
|
1455
|
+
|
|
1456
|
+
### ๐ Bug Fixes
|
|
1457
|
+
- fix: remove 3 phantom lifecycle hooks that don't exist in the host (932270ac6)
|
|
1458
|
+
|
|
1459
|
+
### ๐ง Maintenance
|
|
1460
|
+
- chore: version sync artifacts (0bf9c7c44)
|
|
1461
|
+
- chore: bump UVM to 1.15.32 (54596d9ca)
|
|
1462
|
+
|
|
1463
|
+
### ๐ Other Changes
|
|
1464
|
+
- Merge pull request #21 from htafolla/fix/remove-phantom-hooks (cdf4d2059)
|
|
1465
|
+
|
|
1466
|
+
---
|
|
1467
|
+
|
|
1468
|
+
## [1.15.31] - 2026-03-30
|
|
1469
|
+
|
|
1470
|
+
### ๐ Changes
|
|
1471
|
+
|
|
1472
|
+
### ๐ Other Changes
|
|
1473
|
+
- fix prepare-consumer regex, clean dist artifacts (63165ba65)
|
|
1474
|
+
- fix double-escaped regex in prepare-consumer (7b658fbdb)
|
|
1475
|
+
|
|
1476
|
+
---
|
|
1477
|
+
|
|
1478
|
+
## [1.15.30] - 2026-03-30
|
|
1479
|
+
|
|
1480
|
+
### ๐ Changes
|
|
1481
|
+
|
|
1482
|
+
### ๐ง Maintenance
|
|
1483
|
+
- chore: bump UVM to 1.15.30, version sync artifacts for v1.15.29 (876f79ea6)
|
|
1484
|
+
|
|
1485
|
+
### ๐ Other Changes
|
|
1486
|
+
- remove marketplace stub, rename pluginsโplugin, archive dead quality-gate (04ef266d0)
|
|
1487
|
+
|
|
1488
|
+
---
|
|
1489
|
+
|
|
1490
|
+
## [1.15.29] - 2026-03-30
|
|
1491
|
+
|
|
1492
|
+
### ๐ Changes
|
|
1493
|
+
|
|
1494
|
+
### ๐ง Maintenance
|
|
1495
|
+
- chore: archive 217 stale scripts, fix postinstall .strray symlink, remove dead pkg refs (2f35dab56)
|
|
1496
|
+
- chore: v1.15.28 version sync artifacts, bump UVM to 1.15.29 (2404907f1)
|
|
1497
|
+
|
|
1498
|
+
---
|
|
1499
|
+
|
|
1500
|
+
## [1.15.28] - 2026-03-30
|
|
1501
|
+
|
|
1502
|
+
### ๐ Changes
|
|
1503
|
+
|
|
1504
|
+
### โจ Features
|
|
1505
|
+
- feat: postinstaller installs all 4 git hooks (pre-commit, post-commit, pre-push, post-push) (7ec26177d)
|
|
1506
|
+
|
|
1507
|
+
### ๐ Bug Fixes
|
|
1508
|
+
- fix: Hermes consumer cleanup โ skip .opencode/, fix bridge state dir (8c1751bcf)
|
|
1509
|
+
- fix: add 14 missing agents to opencode.json (c88bce973)
|
|
1510
|
+
- fix: eliminate all hardcoded config paths โ centralize on config-paths resolver (715541d80)
|
|
1511
|
+
- fix: eliminate hardcoded config paths โ use config-paths resolver throughout (40121d2d7)
|
|
1512
|
+
- fix: agents_template.md not found in consumer installs + add missing routing-mappings.json (dda25b90e)
|
|
1513
|
+
- fix: resolve stale version display and add missing report CLI flags (6bf18b53a)
|
|
1514
|
+
|
|
1515
|
+
### ๐ Documentation
|
|
1516
|
+
- docs: fix stale .opencode/state path in README โ .strray/state/ (a2519e889)
|
|
1517
|
+
- docs: deep reflection โ the invisible .mjs build gap (v1.15.27) (b8c5f3680)
|
|
1518
|
+
|
|
1519
|
+
### ๐ง Maintenance
|
|
1520
|
+
- chore: remove all references to deleted .opencode/OpenCode.json (16111ec54)
|
|
1521
|
+
- chore: bump UVM to 1.15.28 + sync .strray artifacts (dcf60eb73)
|
|
1522
|
+
|
|
1523
|
+
### ๐ Other Changes
|
|
1524
|
+
- Merge pull request #20 from htafolla/fix/minor-issues-v1.15.27 (6ec4d8b7d)
|
|
1525
|
+
|
|
1526
|
+
---
|
|
1527
|
+
|
|
1528
|
+
## [1.15.27] - 2026-03-30
|
|
1529
|
+
|
|
1530
|
+
### ๐ Changes
|
|
1531
|
+
|
|
1532
|
+
### ๐ Bug Fixes
|
|
1533
|
+
- fix: copy .mjs files to dist in build script (28efc9fbb)
|
|
1534
|
+
|
|
1535
|
+
### ๐ง Maintenance
|
|
1536
|
+
- chore: bump UVM to 1.15.27 (45a210e42)
|
|
1537
|
+
|
|
1538
|
+
### ๐ Other Changes
|
|
1539
|
+
- Merge pull request #19 from htafolla/fix/mjs-copy-build (400bf6daa)
|
|
1540
|
+
- v1.15.26 (730e61701)
|
|
1541
|
+
|
|
1542
|
+
---
|
|
1543
|
+
|
|
1544
|
+
## [1.15.26] - 2026-03-30
|
|
1545
|
+
|
|
1546
|
+
### ๐ Changes
|
|
1547
|
+
|
|
1548
|
+
### ๐ Bug Fixes
|
|
1549
|
+
- fix: wire enforcement validators into codex-check bridge command (#18) (9ef222d9a)
|
|
1550
|
+
- fix: prevent self-referencing .strray symlink in dev repo (e3d2a7c09)
|
|
1551
|
+
|
|
1552
|
+
### ๐ฆ Builds
|
|
1553
|
+
- build: consumer artifacts for v1.15.25 (c7dfe5eb3)
|
|
1554
|
+
|
|
1555
|
+
### ๐ง Maintenance
|
|
1556
|
+
- chore: bump UVM to 1.15.26 (3804272a9)
|
|
1557
|
+
|
|
1558
|
+
---
|
|
1559
|
+
|
|
1560
|
+
## [1.15.25] - 2026-03-30
|
|
1561
|
+
|
|
1562
|
+
### ๐ Changes
|
|
1563
|
+
|
|
1564
|
+
### ๐ Bug Fixes
|
|
1565
|
+
- fix: server.ts regression, plugin imports, stale plugin copy, config hook guard (6f6194063)
|
|
1566
|
+
|
|
1567
|
+
---
|
|
1568
|
+
|
|
1569
|
+
## [1.15.24] - 2026-03-30
|
|
1570
|
+
|
|
1571
|
+
### ๐ Changes
|
|
1572
|
+
|
|
1573
|
+
### ๐ Bug Fixes
|
|
1574
|
+
- fix: stale plugin copy caused 3-4x init.sh + server.ts regression + import consistency (e955df3a6)
|
|
1575
|
+
|
|
1576
|
+
### ๐ฆ Builds
|
|
1577
|
+
- build: consumer artifacts for v1.15.23 (001bf5616)
|
|
1578
|
+
|
|
1579
|
+
---
|
|
1580
|
+
|
|
1581
|
+
## [1.15.23] - 2026-03-30
|
|
1582
|
+
|
|
1583
|
+
### ๐ Changes
|
|
1584
|
+
|
|
1585
|
+
### ๐ Bug Fixes
|
|
1586
|
+
- fix: plugin config hook fires 4x during startup + publish lifecycle fixes (a863cdf77)
|
|
1587
|
+
|
|
1588
|
+
### ๐ฆ Builds
|
|
1589
|
+
- build: consumer artifacts for v1.15.22 (82884591c)
|
|
1590
|
+
|
|
1591
|
+
---
|
|
1592
|
+
|
|
1593
|
+
## [1.15.22] - 2026-03-30
|
|
1594
|
+
|
|
1595
|
+
### ๐ Changes
|
|
1596
|
+
|
|
1597
|
+
### โจ Features
|
|
1598
|
+
- feat: decouple framework from OpenCode โ fully headless mode (305d4df52)
|
|
1599
|
+
|
|
1600
|
+
### ๐ Bug Fixes
|
|
1601
|
+
- fix: init.sh dedup guard, plugin framework-logger dynamic import, delegation barrel exports (fdfe643f7)
|
|
1602
|
+
|
|
1603
|
+
### ๐ฆ Builds
|
|
1604
|
+
- build: consumer artifacts for v1.15.19 (c72b53279)
|
|
1605
|
+
|
|
1606
|
+
### ๐ง Maintenance
|
|
1607
|
+
- chore: fix .strray from broken symlink to real dir (d382e7740)
|
|
1608
|
+
- chore: UVM bump to 1.15.21, fix .strray symlink to real dir (e3f363a1a)
|
|
1609
|
+
|
|
1610
|
+
### ๐ Other Changes
|
|
1611
|
+
- Merge pull request #17 from htafolla/fix/init-dedup-plugin-logger-delegation-exports (fe6b902d2)
|
|
1612
|
+
- Merge pull request #16 from htafolla/fix/opencode-decouple-headless (f7ba93b36)
|
|
1613
|
+
- merge: resolve version conflict โ keep 1.15.20 (5de7c68c9)
|
|
1614
|
+
|
|
1615
|
+
---
|
|
1616
|
+
|
|
1617
|
+
## [1.15.19] - 2026-03-29
|
|
1618
|
+
|
|
1619
|
+
### ๐ Changes
|
|
1620
|
+
|
|
1621
|
+
### โจ Features
|
|
1622
|
+
- feat: record routing outcomes on every tool call in both plugins (9bace72fd)
|
|
1623
|
+
- feat: auto inference tuning every 100 tool calls in both plugins (c5fdfc1f5)
|
|
1624
|
+
- feat: activate inference feedback loop โ analytics pipeline now writes back (f2a3f34ef)
|
|
1625
|
+
- feat: decouple 0xRay from OpenCode โ bridge, codex formatter, codex-gap processors (#10) (a24f3b406)
|
|
1626
|
+
|
|
1627
|
+
### ๐ Bug Fixes
|
|
1628
|
+
- fix: security hardening, path traversal, code injection, auth bypass, repo hygiene, test cleanup (#13) (#13) (0af058e66)
|
|
1629
|
+
- fix: state persistence path, enforcer blocked logic, console bleed, test fixes, subagent enforcement (#12) (044a0e393)
|
|
1630
|
+
- fix: resolve config-paths.js import failure from .opencode/plugins/ (a365843e9)
|
|
1631
|
+
- fix: UVM version corruption, delete 42 stub test files (509b5ac39)
|
|
1632
|
+
- fix: add express dep, version sync, bridge codex dedup, repo cleanup (f9c3dd96d)
|
|
1633
|
+
- fix: post-merge cleanup โ deps, index.ts, pipelines, root artifacts (bcbc31b01)
|
|
1634
|
+
- fix: merge PR #11 fixes โ bugs, security, dead code, version (ef32821f2)
|
|
1635
|
+
- fix: README version regex to exclude IP addresses (127.0.0) (80967acaa)
|
|
1636
|
+
|
|
1637
|
+
### โป๏ธ Refactoring
|
|
1638
|
+
- refactor: replace console.* with frameworkLogger across 36 production files (293b51827)
|
|
1639
|
+
|
|
1640
|
+
### ๐ Documentation
|
|
1641
|
+
- docs: deep reflection โ inference feedback loop activation (581bf11e8)
|
|
1642
|
+
|
|
1643
|
+
### ๐ง Maintenance
|
|
1644
|
+
- chore: rebuild dist after console.* cleanup (07e4a6872)
|
|
1645
|
+
- chore: update performance-baselines.json (8f791388f)
|
|
1646
|
+
- chore: sync performance baselines (3c1e6f647)
|
|
1647
|
+
- chore: UVM 1.15.13 (1 ahead of npm) (e3220847c)
|
|
1648
|
+
- chore: fix package.json version to 1.15.12 (35b158283)
|
|
1649
|
+
- chore: UVM 1.15.12 (1 ahead of npm) (33ed3793c)
|
|
1650
|
+
- chore: update test performance baselines (a2ae8e93c)
|
|
1651
|
+
- chore: version sync to 1.15.11 (92fb03d92)
|
|
1652
|
+
|
|
1653
|
+
---
|
|
1654
|
+
|
|
1655
|
+
## [1.15.18] - 2026-03-29
|
|
1656
|
+
|
|
1657
|
+
### ๐ Changes
|
|
1658
|
+
|
|
1659
|
+
### ๐ Bug Fixes
|
|
1660
|
+
- fix: state persistence path, enforcer blocked logic, console bleed, test fixes, subagent enforcement (#12) (044a0e3)
|
|
1661
|
+
|
|
1662
|
+
### ๐ง Maintenance
|
|
1663
|
+
- chore: rebuild dist after console.* cleanup (07e4a68)
|
|
1664
|
+
|
|
1665
|
+
---
|
|
1666
|
+
|
|
1667
|
+
## [1.15.17] - 2026-03-29
|
|
1668
|
+
|
|
1669
|
+
### ๐ Changes
|
|
1670
|
+
|
|
1671
|
+
### โจ Features
|
|
1672
|
+
- feat: decouple 0xRay from OpenCode โ bridge, codex formatter, codex-gap processors (#10) (a24f3b406)
|
|
1673
|
+
|
|
1674
|
+
### ๐ Bug Fixes
|
|
1675
|
+
- fix: resolve config-paths.js import failure from .opencode/plugins/ (a365843e9)
|
|
1676
|
+
- fix: UVM version corruption, delete 42 stub test files (509b5ac39)
|
|
1677
|
+
- fix: add express dep, version sync, bridge codex dedup, repo cleanup (f9c3dd96d)
|
|
1678
|
+
- fix: post-merge cleanup โ deps, index.ts, pipelines, root artifacts (bcbc31b01)
|
|
1679
|
+
- fix: merge PR #11 fixes โ bugs, security, dead code, version (ef32821f2)
|
|
1680
|
+
- fix: README version regex to exclude IP addresses (127.0.0) (80967acaa)
|
|
1681
|
+
|
|
1682
|
+
### โป๏ธ Refactoring
|
|
1683
|
+
- refactor: replace console.* with frameworkLogger across 36 production files (293b51827)
|
|
1684
|
+
|
|
1685
|
+
### ๐ง Maintenance
|
|
1686
|
+
- chore: update performance-baselines.json (8f791388f)
|
|
1687
|
+
- chore: sync performance baselines (3c1e6f647)
|
|
1688
|
+
- chore: UVM 1.15.13 (1 ahead of npm) (e3220847c)
|
|
1689
|
+
- chore: fix package.json version to 1.15.12 (35b158283)
|
|
1690
|
+
- chore: UVM 1.15.12 (1 ahead of npm) (33ed3793c)
|
|
1691
|
+
- chore: update test performance baselines (a2ae8e93c)
|
|
1692
|
+
- chore: version sync to 1.15.11 (92fb03d92)
|
|
1693
|
+
|
|
1694
|
+
### ๐ Other Changes
|
|
1695
|
+
- release: v1.15.15 (ed0e26699)
|
|
1696
|
+
- release: v1.15.14 (98df6004c)
|
|
1697
|
+
- release: v1.15.13 (c055785f3)
|
|
1698
|
+
|
|
1699
|
+
---
|
|
1700
|
+
|
|
1701
|
+
## [1.15.16] - 2026-03-28
|
|
1702
|
+
|
|
1703
|
+
### ๐ Changes
|
|
1704
|
+
|
|
1705
|
+
### โจ Features
|
|
1706
|
+
- feat: decouple 0xRay from OpenCode โ bridge, codex formatter, codex-gap processors (#10) (a24f3b406)
|
|
1707
|
+
|
|
1708
|
+
### ๐ Bug Fixes
|
|
1709
|
+
- fix: UVM version corruption, delete 42 stub test files (509b5ac39)
|
|
1710
|
+
- fix: add express dep, version sync, bridge codex dedup, repo cleanup (f9c3dd96d)
|
|
1711
|
+
- fix: post-merge cleanup โ deps, index.ts, pipelines, root artifacts (bcbc31b01)
|
|
1712
|
+
- fix: merge PR #11 fixes โ bugs, security, dead code, version (ef32821f2)
|
|
1713
|
+
- fix: README version regex to exclude IP addresses (127.0.0) (80967acaa)
|
|
1714
|
+
|
|
1715
|
+
### ๐ง Maintenance
|
|
1716
|
+
- chore: sync performance baselines (3c1e6f647)
|
|
1717
|
+
- chore: UVM 1.15.13 (1 ahead of npm) (e3220847c)
|
|
1718
|
+
- chore: fix package.json version to 1.15.12 (35b158283)
|
|
1719
|
+
- chore: UVM 1.15.12 (1 ahead of npm) (33ed3793c)
|
|
1720
|
+
- chore: update test performance baselines (a2ae8e93c)
|
|
1721
|
+
- chore: version sync to 1.15.11 (92fb03d92)
|
|
1722
|
+
|
|
1723
|
+
### ๐ Other Changes
|
|
1724
|
+
- release: v1.15.15 (ed0e26699)
|
|
1725
|
+
- release: v1.15.14 (98df6004c)
|
|
1726
|
+
- release: v1.15.13 (c055785f3)
|
|
1727
|
+
|
|
1728
|
+
---
|
|
1729
|
+
|
|
1730
|
+
## [undefined] - 2026-03-28
|
|
1731
|
+
|
|
1732
|
+
### ๐ Changes
|
|
1733
|
+
|
|
1734
|
+
### โจ Features
|
|
1735
|
+
- feat: decouple 0xRay from OpenCode โ bridge, codex formatter, codex-gap processors (#10) (a24f3b406)
|
|
1736
|
+
|
|
1737
|
+
### ๐ Bug Fixes
|
|
1738
|
+
- fix: post-merge cleanup โ deps, index.ts, pipelines, root artifacts (bcbc31b01)
|
|
1739
|
+
- fix: merge PR #11 fixes โ bugs, security, dead code, version (ef32821f2)
|
|
1740
|
+
- fix: README version regex to exclude IP addresses (127.0.0) (80967acaa)
|
|
1741
|
+
|
|
1742
|
+
### ๐ง Maintenance
|
|
1743
|
+
- chore: sync performance baselines (3c1e6f647)
|
|
1744
|
+
- chore: UVM 1.15.13 (1 ahead of npm) (e3220847c)
|
|
1745
|
+
- chore: fix package.json version to 1.15.12 (35b158283)
|
|
1746
|
+
- chore: UVM 1.15.12 (1 ahead of npm) (33ed3793c)
|
|
1747
|
+
- chore: update test performance baselines (a2ae8e93c)
|
|
1748
|
+
- chore: version sync to 1.15.11 (92fb03d92)
|
|
1749
|
+
|
|
1750
|
+
### ๐ Other Changes
|
|
1751
|
+
- release: v1.15.14 (98df6004c)
|
|
1752
|
+
- release: v1.15.13 (c055785f3)
|
|
1753
|
+
|
|
1754
|
+
---
|
|
1755
|
+
|
|
1756
|
+
## [undefined] - 2026-03-28
|
|
1757
|
+
|
|
1758
|
+
### ๐ Changes
|
|
1759
|
+
|
|
1760
|
+
### โจ Features
|
|
1761
|
+
- feat: decouple 0xRay from OpenCode โ bridge, codex formatter, codex-gap processors (#10) (a24f3b406)
|
|
1762
|
+
|
|
1763
|
+
### ๐ Bug Fixes
|
|
1764
|
+
- fix: post-merge cleanup โ deps, index.ts, pipelines, root artifacts (bcbc31b01)
|
|
1765
|
+
- fix: merge PR #11 fixes โ bugs, security, dead code, version (ef32821f2)
|
|
1766
|
+
- fix: README version regex to exclude IP addresses (127.0.0) (80967acaa)
|
|
1767
|
+
|
|
1768
|
+
### ๐ง Maintenance
|
|
1769
|
+
- chore: UVM 1.15.13 (1 ahead of npm) (e3220847c)
|
|
1770
|
+
- chore: fix package.json version to 1.15.12 (35b158283)
|
|
1771
|
+
- chore: UVM 1.15.12 (1 ahead of npm) (33ed3793c)
|
|
1772
|
+
- chore: update test performance baselines (a2ae8e93c)
|
|
1773
|
+
- chore: version sync to 1.15.11 (92fb03d92)
|
|
1774
|
+
|
|
1775
|
+
---
|
|
1776
|
+
|
|
1777
|
+
## [1.15.13] - 2026-03-28
|
|
1778
|
+
|
|
1779
|
+
### ๐ Changes
|
|
1780
|
+
|
|
1781
|
+
### โจ Features
|
|
1782
|
+
- feat: decouple 0xRay from OpenCode โ bridge, codex formatter, codex-gap processors (#10) (a24f3b406)
|
|
1783
|
+
|
|
1784
|
+
### ๐ Bug Fixes
|
|
1785
|
+
- fix: post-merge PR #10 review issues โ bugs, security, dead code, version (#11) (ef32821f2)
|
|
1786
|
+
- fix: README version regex to exclude IP addresses (127.0.0) (80967acaa)
|
|
1787
|
+
|
|
1788
|
+
### ๐ง Maintenance
|
|
1789
|
+
- chore: move @types/* packages to devDependencies, remove unused @types/express
|
|
1790
|
+
- chore: fix require() in ESM in index.ts โ use static import
|
|
1791
|
+
- chore: UVM 1.15.13 (1 ahead of npm) (e3220847c)
|
|
1792
|
+
- chore: fix package.json version to 1.15.12 (35b158283)
|
|
1793
|
+
- chore: UVM 1.15.12 (1 ahead of npm) (33ed3793c)
|
|
1794
|
+
- chore: update test performance baselines (a2ae8e93c)
|
|
1795
|
+
- chore: version sync to 1.15.11 (92fb03d92)
|
|
1796
|
+
|
|
1797
|
+
---
|
|
1798
|
+
|
|
1799
|
+
## [1.15.11] - 2026-03-28
|
|
1800
|
+
|
|
1801
|
+
### ๐ Changes
|
|
1802
|
+
|
|
1803
|
+
- Version bump
|
|
1804
|
+
|
|
1805
|
+
---
|
|
1806
|
+
|
|
1807
|
+
## [1.15.9] - 2026-03-28
|
|
1808
|
+
|
|
1809
|
+
### ๐ Changes
|
|
1810
|
+
|
|
1811
|
+
- Version bump
|
|
1812
|
+
|
|
1813
|
+
---
|
|
1814
|
+
|
|
1815
|
+
## [1.15.8] - 2026-03-28
|
|
1816
|
+
|
|
1817
|
+
### ๐ Changes
|
|
1818
|
+
|
|
1819
|
+
- Version bump
|
|
1820
|
+
|
|
1821
|
+
---
|
|
1822
|
+
|
|
1823
|
+
## [1.15.7] - 2026-03-28
|
|
1824
|
+
|
|
1825
|
+
### ๐ Changes
|
|
1826
|
+
|
|
1827
|
+
### โจ Features
|
|
1828
|
+
- feat: Hermes plugin v2.1 โ git hooks, lifecycle hooks, and strray_hooks tool (#9) (f081d1e40)
|
|
1829
|
+
|
|
1830
|
+
---
|
|
1831
|
+
|
|
1832
|
+
## [1.15.6] - 2026-03-28
|
|
1833
|
+
|
|
1834
|
+
### ๐ Changes
|
|
1835
|
+
|
|
1836
|
+
### โจ Features
|
|
1837
|
+
- feat: Hermes Agent plugin v2 with full test coverage and zero TS errors (#8) (562e7d404)
|
|
1838
|
+
- feat: Hermes plugin v2 โ bridge pipeline, file logging, 2359 tests (0 skipped) (#7) (52185dd1a)
|
|
1839
|
+
|
|
1840
|
+
### ๐ Bug Fixes
|
|
1841
|
+
- fix: add eslint-plugin-vitest dependency for processor test linting (5c16c1eb0)
|
|
1842
|
+
- fix: eliminate flaky timing assertions in tests (3bf04c3ec)
|
|
1843
|
+
|
|
1844
|
+
---
|
|
1845
|
+
|
|
1846
|
+
## [undefined] - 2026-03-27
|
|
1847
|
+
|
|
1848
|
+
### ๐ Changes
|
|
1849
|
+
|
|
1850
|
+
### โจ Features
|
|
1851
|
+
- feat: Hermes Agent integration with MCP servers and standalone mode (b8f39fe25)
|
|
1852
|
+
|
|
1853
|
+
### ๐ Bug Fixes
|
|
1854
|
+
- fix: update ANTIGRAVITY_INTEGRATION.md path reference to archive (84d417a46)
|
|
1855
|
+
- fix: update counts (30โ44 skills, 2,368โ2311 tests) and MCP terminology (7ccafa80a)
|
|
1856
|
+
- fix: update skill counts from 30 to 44 in README and AGENTS (231fe9c34)
|
|
1857
|
+
- fix: skip removed routing pipeline test (f1b6240bc)
|
|
1858
|
+
- fix: implement critical code fixes (aecd2f89c)
|
|
1859
|
+
|
|
1860
|
+
### โป๏ธ Refactoring
|
|
1861
|
+
- refactor: organize docs, sync agent counts, add Hermes MCP integration (72ba69bcb)
|
|
1862
|
+
- refactor: Remove deprecated methods from processor-manager.ts (eba1892ff)
|
|
1863
|
+
|
|
1864
|
+
### ๐ง Maintenance
|
|
1865
|
+
- chore: bump UVM to 1.15.1 (891685014)
|
|
1866
|
+
- chore: v1.15.0 published, bump UVM to 1.15.1 (5aabfef3e)
|
|
1867
|
+
- chore: Rename StringRayOrchestrator to KernelOrchestrator (089c988ed)
|
|
1868
|
+
- chore: v1.14.9 published, bump UVM to 1.14.10 (aa0304c98)
|
|
1869
|
+
|
|
1870
|
+
### ๐ Other Changes
|
|
1871
|
+
- fix(UVM): remove all count patterns - UVM only maintains versions now (17269a331)
|
|
1872
|
+
- fix(UVM): add pattern for 'X framework skills' count maintenance (61d79768b)
|
|
1873
|
+
|
|
1874
|
+
---
|
|
1875
|
+
|
|
1876
|
+
## [1.14.7] - 2026-03-26
|
|
1877
|
+
|
|
1878
|
+
### ๐ Changes
|
|
1879
|
+
|
|
1880
|
+
add gh repo clone fallback for authenticated users on skill:install
|
|
1881
|
+
|
|
1882
|
+
---
|
|
1883
|
+
|
|
1884
|
+
## [1.14.6] - 2026-03-26
|
|
1885
|
+
|
|
1886
|
+
### ๐ Changes
|
|
1887
|
+
|
|
1888
|
+
fix: use tarball download instead of git clone for skill:install
|
|
1889
|
+
|
|
1890
|
+
---
|
|
1891
|
+
|
|
1892
|
+
## [1.14.5] - 2026-03-26
|
|
1893
|
+
|
|
1894
|
+
### ๐ Changes
|
|
1895
|
+
|
|
1896
|
+
fix: add git:// protocol fallback for skill:install auth failures
|
|
1897
|
+
|
|
1898
|
+
---
|
|
1899
|
+
|
|
1900
|
+
## [1.14.4] - 2026-03-26
|
|
1901
|
+
|
|
1902
|
+
### ๐ Changes
|
|
1903
|
+
|
|
1904
|
+
convert 13 agents to skills, add namespaced community installs, fix post-processor
|
|
1905
|
+
|
|
1906
|
+
---
|
|
1907
|
+
|
|
1908
|
+
## [1.14.3] - 2026-03-26
|
|
1909
|
+
|
|
1910
|
+
### ๐ Changes
|
|
1911
|
+
|
|
1912
|
+
update docs for skills registry, remove stale references
|
|
1913
|
+
|
|
1914
|
+
---
|
|
1915
|
+
|
|
1916
|
+
## [1.14.2] - 2026-03-26
|
|
1917
|
+
|
|
1918
|
+
### ๐ Changes
|
|
1919
|
+
|
|
1920
|
+
consolidate licenses, remove stale artifacts, remove claude-seo from registry
|
|
1921
|
+
|
|
1922
|
+
---
|
|
1923
|
+
|
|
1924
|
+
## [1.15.0] - 2026-03-24
|
|
1925
|
+
|
|
1926
|
+
### ๐ Changes
|
|
1927
|
+
|
|
1928
|
+
### โจ Features
|
|
1929
|
+
- feat: Phase 0-1 - one-command installer with OpenCode detection, auto-install, kernel layering
|
|
1930
|
+
- feat: Phase 1 - Impeccable + OpenViking skill integration with proper Apache 2.0 licensing
|
|
1931
|
+
- feat: Phase 2 - New CLI commands: publish-agent, antigravity-status, credible-init
|
|
1932
|
+
- feat: Phase 3 - README polish, version bump to v1.15.0
|
|
1933
|
+
|
|
1934
|
+
### ๐งช Tests
|
|
1935
|
+
- test: CLI install command tests (8 tests)
|
|
1936
|
+
- test: CLI status command tests (14 tests)
|
|
1937
|
+
- test: CLI publish-agent command tests (20 tests)
|
|
1938
|
+
- test: CLI antigravity-status command tests (24 tests)
|
|
1939
|
+
- test: CLI credible-init command tests (18 tests)
|
|
1940
|
+
- test: CLI pipeline integration tests (37 tests)
|
|
1941
|
+
|
|
1942
|
+
---
|
|
1943
|
+
|
|
1944
|
+
## [undefined] - 2026-03-23
|
|
1945
|
+
|
|
1946
|
+
### ๐ Changes
|
|
1947
|
+
|
|
1948
|
+
### โจ Features
|
|
1949
|
+
- feat: comprehensive docs and refactoring session (e5684c4d)
|
|
1950
|
+
- feat: register LogProtectionProcessor in ProcessorManager (80224d29)
|
|
1951
|
+
|
|
1952
|
+
### ๐ Bug Fixes
|
|
1953
|
+
- fix: update processor pipeline tree with all 13 processors (bbdb3b8e)
|
|
1954
|
+
|
|
1955
|
+
### โป๏ธ Refactoring
|
|
1956
|
+
- refactor: remove unused deprecated stub methods from processor-manager (08518dc8)
|
|
1957
|
+
- refactor: extract shutdown handler utility and update MCP servers (0ac823f4)
|
|
1958
|
+
- refactor: remove console.* from core library files (4a3adcaf)
|
|
1959
|
+
|
|
1960
|
+
### ๐ Documentation
|
|
1961
|
+
- docs: add integration research and strategy documents (b1862951)
|
|
1962
|
+
- docs: add deep reflection on building with AI agents as dev team (098784b5)
|
|
1963
|
+
- docs: fix processor count and update methodology with completed tasks (d91276a8)
|
|
1964
|
+
- docs: add deep reflection on pipeline testing journey (7287da64)
|
|
1965
|
+
- docs: add NO STUBS verification checklist and detailed task list (02ec6e70)
|
|
1966
|
+
- docs: add agent review findings and pipeline creation rules (af901802)
|
|
1967
|
+
- docs: add detailed architecture diagrams to pipeline trees (d3ea1d52)
|
|
1968
|
+
- docs: create pipeline trees and update methodology (4384dd9d)
|
|
1969
|
+
- docs: add pipeline inventory via researcher agent (9cd7ec2a)
|
|
1970
|
+
- docs: finalize saga via storyteller agent (db3c9236)
|
|
1971
|
+
- docs: rewrite saga following narrative template (c037dfe9)
|
|
1972
|
+
- docs: add deep saga reflection - The Pipeline Paradox (8ff69bae)
|
|
1973
|
+
- docs: add comprehensive journey chronicle of inference pipeline (7f876f20)
|
|
1974
|
+
- docs: add deep session reflection on inference pipeline journey (1fd67474)
|
|
1975
|
+
- docs: add pipeline testing methodology guide (694fbcc8)
|
|
1976
|
+
- docs: add deep reflection on pipeline testing discovery (7df2a0de)
|
|
1977
|
+
|
|
1978
|
+
### ๐งช Tests
|
|
1979
|
+
- test: add integration tests for processors and MCP knowledge servers (510aea6b)
|
|
1980
|
+
- test: enhance all pipeline tests with REAL component integration (1b4a45b0)
|
|
1981
|
+
- test: enhance routing pipeline test with full analytics verification (f7c105fa)
|
|
1982
|
+
- test: rewrite all pipeline tests following actual pipeline methodology (f1ee35da)
|
|
1983
|
+
- test: add pipeline tests for all 6 remaining pipelines - 3 passes each (345de878)
|
|
1984
|
+
- test: add governance pipeline test - 3 consecutive passes (ff9b2d60)
|
|
1985
|
+
|
|
1986
|
+
### ๐ Other Changes
|
|
1987
|
+
- tests: rewrite pipeline tests to reference their trees (50e3ce7d)
|
|
1988
|
+
|
|
1989
|
+
---
|
|
1990
|
+
|
|
1991
|
+
## [1.13.5] - 2026-03-20
|
|
1992
|
+
|
|
1993
|
+
### ๐ Changes
|
|
1994
|
+
|
|
1995
|
+
### ๐ Bug Fixes
|
|
1996
|
+
- fix: empty catch blocks in plugin routing (ea53c946)
|
|
1997
|
+
- fix: update tests to match new lexicon-based routing (cda659ec)
|
|
1998
|
+
|
|
1999
|
+
### ๐ง Maintenance
|
|
2000
|
+
- chore: remove auto-generated state file (764e93b4)
|
|
2001
|
+
- chore: remove codex version from plugin comment (4fe126f1)
|
|
2002
|
+
- chore: remove hardcoded version from plugin file (18ec16b0)
|
|
2003
|
+
- chore: update version manager to 1.13.2 (f426a681)
|
|
2004
|
+
- chore: remove auto-generated files from git tracking (105742a7)
|
|
2005
|
+
- chore: add performance-baselines.json to gitignore (3ea19094)
|
|
2006
|
+
- chore: update auto-generated state files (86871023)
|
|
2007
|
+
- chore: update auto-generated files for v1.13.2 (1ac40d7f)
|
|
2008
|
+
- chore: bump version to 1.13.2 (24bb1343)
|
|
2009
|
+
|
|
2010
|
+
### ๐ Other Changes
|
|
2011
|
+
- feat(plugin): add experimental.chat.user.before hook for user message routing (fc69242f)
|
|
2012
|
+
- chore(release): v1.13.3 - Clean plugin versions and sync fixes (f881b44d)
|
|
2013
|
+
- chore(release): v1.13.2 - Fix plugin distribution and enhance postinstall (8ba831a7)
|
|
2014
|
+
|
|
2015
|
+
---
|
|
2016
|
+
|
|
2017
|
+
## [1.13.4] - 2026-03-19
|
|
2018
|
+
|
|
2019
|
+
### ๐ Changes
|
|
2020
|
+
|
|
2021
|
+
### ๐ง Maintenance
|
|
2022
|
+
- chore: remove codex version from plugin comment (4fe126f1)
|
|
2023
|
+
- chore: remove hardcoded version from plugin file (18ec16b0)
|
|
2024
|
+
- chore: update version manager to 1.13.2 (f426a681)
|
|
2025
|
+
- chore: remove auto-generated files from git tracking (105742a7)
|
|
2026
|
+
- chore: add performance-baselines.json to gitignore (3ea19094)
|
|
2027
|
+
- chore: update auto-generated state files (86871023)
|
|
2028
|
+
- chore: update auto-generated files for v1.13.2 (1ac40d7f)
|
|
2029
|
+
- chore: bump version to 1.13.2 (24bb1343)
|
|
2030
|
+
|
|
2031
|
+
### ๐ Other Changes
|
|
2032
|
+
- feat(plugin): add experimental.chat.user.before hook for user message routing (fc69242f)
|
|
2033
|
+
- chore(release): v1.13.3 - Clean plugin versions and sync fixes (f881b44d)
|
|
2034
|
+
- chore(release): v1.13.2 - Fix plugin distribution and enhance postinstall (8ba831a7)
|
|
2035
|
+
|
|
2036
|
+
---
|
|
2037
|
+
|
|
2038
|
+
## [1.13.3] - 2026-03-19
|
|
2039
|
+
|
|
2040
|
+
### ๐ Changes
|
|
2041
|
+
|
|
2042
|
+
### ๐ง Maintenance
|
|
2043
|
+
- chore: remove codex version from plugin comment (4fe126f1)
|
|
2044
|
+
- chore: remove hardcoded version from plugin file (18ec16b0)
|
|
2045
|
+
- chore: update version manager to 1.13.2 (f426a681)
|
|
2046
|
+
- chore: remove auto-generated files from git tracking (105742a7)
|
|
2047
|
+
- chore: add performance-baselines.json to gitignore (3ea19094)
|
|
2048
|
+
- chore: update auto-generated state files (86871023)
|
|
2049
|
+
- chore: update auto-generated files for v1.13.2 (1ac40d7f)
|
|
2050
|
+
- chore: bump version to 1.13.2 (24bb1343)
|
|
2051
|
+
|
|
2052
|
+
### ๐ Other Changes
|
|
2053
|
+
- chore(release): v1.13.2 - Fix plugin distribution and enhance postinstall (8ba831a7)
|
|
2054
|
+
|
|
2055
|
+
---
|
|
2056
|
+
|
|
2057
|
+
## [1.13.2] - 2026-03-19
|
|
2058
|
+
|
|
2059
|
+
### ๐ Changes
|
|
2060
|
+
|
|
2061
|
+
### ๐ Other Changes
|
|
2062
|
+
- chore(release): v1.13.2 - Fix plugin distribution and enhance postinstall (8ba831a7)
|
|
2063
|
+
|
|
2064
|
+
---
|
|
2065
|
+
|
|
2066
|
+
## [1.13.1] - 2026-03-19
|
|
2067
|
+
|
|
2068
|
+
### ๐ Changes
|
|
2069
|
+
|
|
2070
|
+
- Version bump
|
|
2071
|
+
|
|
2072
|
+
---
|
|
2073
|
+
|
|
2074
|
+
## [undefined] - 2026-03-19
|
|
2075
|
+
|
|
2076
|
+
### ๐ Changes
|
|
2077
|
+
|
|
2078
|
+
### โจ Features
|
|
2079
|
+
- feat: integrate activity logger into post-processor and git hooks (595bbcca)
|
|
2080
|
+
- feat: add global activity logger with enable/disable switch (c6ee8392)
|
|
2081
|
+
|
|
2082
|
+
### ๐ Bug Fixes
|
|
2083
|
+
- fix: add direct activity logging to plugin hooks (58c0d679)
|
|
2084
|
+
- fix: migrate console.* to frameworkLogger + fix plugin hook export format (3edac59a)
|
|
2085
|
+
|
|
2086
|
+
### ๐งช Tests
|
|
2087
|
+
- test: add activity logger tests (35 tests) (43df4662)
|
|
2088
|
+
|
|
2089
|
+
### ๐ Other Changes
|
|
2090
|
+
- reflections: evening reflection - it works (f55c2a0e)
|
|
2091
|
+
|
|
2092
|
+
---
|
|
2093
|
+
|
|
2094
|
+
## [1.12.0] - 2026-03-18
|
|
2095
|
+
|
|
2096
|
+
### ๐ Changes
|
|
2097
|
+
|
|
2098
|
+
### ๐ง Maintenance
|
|
2099
|
+
- chore: update performance baselines (b0299654)
|
|
2100
|
+
|
|
2101
|
+
---
|
|
2102
|
+
|
|
2103
|
+
## [1.11.0] - 2026-03-18
|
|
2104
|
+
|
|
2105
|
+
### ๐ Changes
|
|
2106
|
+
|
|
2107
|
+
### โจ Features
|
|
2108
|
+
- feat: add documentation sync system with smart triggers (c63fa186)
|
|
2109
|
+
|
|
2110
|
+
### ๐ Bug Fixes
|
|
2111
|
+
- fix: routing outcomes now saved immediately, orchestrator tracks outcomes (c9922b62)
|
|
2112
|
+
- fix: activity.log now includes task details, routing-outcomes.json initialized immediately (9e5fc142)
|
|
2113
|
+
- fix: init.sh priority - node_modules first, source as fallback (d7ca8f49)
|
|
2114
|
+
- fix: init.sh version detection to show actual version instead of fallback (779c979a)
|
|
2115
|
+
|
|
2116
|
+
---
|
|
2117
|
+
|
|
2118
|
+
## [1.10.7] - 2026-03-18 (from v1.10.0)
|
|
2119
|
+
|
|
2120
|
+
### โจ Features
|
|
2121
|
+
|
|
2122
|
+
- complete processor migration to polymorphic classes (Part 2)|feat: complete processor migration to polymorphic classes (Part 2) (`842b238`)
|
|
2123
|
+
- extract processor switch to polymorphic classes (Part 1)|feat: extract processor switch to polymorphic classes (Part 1) (`83529b6`)
|
|
2124
|
+
- add standalone archive-logs CLI command|feat: add standalone archive-logs CLI command (`605d714`)
|
|
2125
|
+
- enable task routing and add comprehensive analytics logging|feat: enable task routing and add comprehensive analytics logging (`be39379`)
|
|
2126
|
+
- wire up archiveLogFiles to run before cleanup|feat: wire up archiveLogFiles to run before cleanup (`ff44996`)
|
|
2127
|
+
- Add Estimation Validator with calibration learning|feat: Add Estimation Validator with calibration learning (`6410607`)
|
|
2128
|
+
**integration:**
|
|
2129
|
+
- Add OpenClaw integration with tool event hooks|feat(integration): Add OpenClaw integration with tool event hooks (`0ea5986`)
|
|
2130
|
+
|
|
2131
|
+
### ๐ Bug Fixes
|
|
2132
|
+
|
|
2133
|
+
- persist routing outcomes to disk for analytics|fix: persist routing outcomes to disk for analytics (`b63f35f`)
|
|
2134
|
+
- archive activity.log only after verification, leave intact on failure|fix: archive activity.log only after verification, leave intact on failure (`9234bd6`)
|
|
2135
|
+
- pre-commit test check in ci-test-env|fix: pre-commit test check in ci-test-env (`4d208ca`)
|
|
2136
|
+
- pre-commit test check uses correct test command|fix: pre-commit test check uses correct test command (`8d03417`)
|
|
2137
|
+
- restore eslint config|fix: restore eslint config (`2ee7085`)
|
|
2138
|
+
- use temp directory for test-consent.json instead of root|fix: use temp directory for test-consent.json instead of root (`66f2943`)
|
|
2139
|
+
- write test log files to logs/ directory instead of root|fix: write test log files to logs/ directory instead of root (`20a089a`)
|
|
2140
|
+
- cleanup test files from both root and logs/ folders|fix: cleanup test files from both root and logs/ folders (`c2cc967`)
|
|
2141
|
+
- update reflection path references to new consolidated location|fix: update reflection path references to new consolidated location (`0d0a8e2`)
|
|
2142
|
+
- protect critical logs from deletion + move test-activity to logs/|fix: protect critical logs from deletion + move test-activity to logs/ (`a1cd89b`)
|
|
2143
|
+
- protect all critical logs from cleanup deletion|fix: protect all critical logs from cleanup deletion (`467f377`)
|
|
2144
|
+
- protect activity.log from deletion in cleanupLogFiles|fix: protect activity.log from deletion in cleanupLogFiles (`317ddac`)
|
|
2145
|
+
**plugin:**
|
|
2146
|
+
- Remove debug console.error statements|fix(plugin): Remove debug console.error statements (`b38f784`)
|
|
2147
|
+
- Enable processors for all tools and improve debugging|fix(plugin): Enable processors for all tools and improve debugging (`ffb4b64`)
|
|
2148
|
+
|
|
2149
|
+
### ๐ Documentation
|
|
2150
|
+
|
|
2151
|
+
- add deep reflection on processor architecture refactoring|docs: add deep reflection on processor architecture refactoring (`9be3fac`)
|
|
2152
|
+
- add OpenClaw integration section and project structure to README|docs: add OpenClaw integration section and project structure to README (`0b5e3d8`)
|
|
2153
|
+
- Add comprehensive architecture analysis|docs: Add comprehensive architecture analysis (`1649873`)
|
|
2154
|
+
- Add Estimation Validator demo documentation|docs: Add Estimation Validator demo documentation (`2bdc3e8`)
|
|
2155
|
+
- Add deep saga reflection 'The Refactorer's Odyssey'|docs: Add deep saga reflection 'The Refactorer's Odyssey' (`7a834b7`)
|
|
2156
|
+
### โป๏ธ Code Refactoring
|
|
2157
|
+
|
|
2158
|
+
- extract quality gates to dedicated module|refactor: extract quality gates to dedicated module (`aace35e`)
|
|
2159
|
+
- flush dead plugin system, add routing for all 25 agents|refactor: flush dead plugin system, add routing for all 25 agents (`a9efc7c`)
|
|
2160
|
+
- organize temp folders and configs|refactor: organize temp folders and configs (`265565c`)
|
|
2161
|
+
- organize report and config files to proper locations|refactor: organize report and config files to proper locations (`d82d23f`)
|
|
2162
|
+
- consolidate all reflection files into docs/reflections/|refactor: consolidate all reflection files into docs/reflections/ (`e8ea22a`)
|
|
2163
|
+
- Consolidate complexity analyzers (Technical Debt #1)|refactor: Consolidate complexity analyzers (Technical Debt #1) (`dcfeadc`)
|
|
2164
|
+
- Split orchestrator.server.ts into modular structure|refactor: Split orchestrator.server.ts into modular structure (`1fc54dc`)
|
|
2165
|
+
**plugin:**
|
|
2166
|
+
- Add TaskSkillRouter integration scaffolding|refactor(plugin): Add TaskSkillRouter integration scaffolding (`d60c28c`)
|
|
2167
|
+
|
|
2168
|
+
### ๐งช Tests
|
|
2169
|
+
|
|
2170
|
+
- add processor architecture validation script|test: add processor architecture validation script (`819450e`)
|
|
2171
|
+
### ๐ง Chores
|
|
2172
|
+
|
|
2173
|
+
- add var/ to gitignore|chore: add var/ to gitignore (`a358315`)
|
|
2174
|
+
- add test log files to .gitignore|chore: add test log files to .gitignore (`effa3b4`)
|
|
2175
|
+
- Update scripts to use consolidated complexity analyzer API|chore: Update scripts to use consolidated complexity analyzer API (`de5bea4`)
|
|
2176
|
+
- Remove dead code - secure-authentication-system|chore: Remove dead code - secure-authentication-system (`589cb8e`)
|
|
2177
|
+
- Sync version to 1.10.0 across all files|chore: Sync version to 1.10.0 across all files (`26f5ec3`)
|
|
2178
|
+
- Update auto-generated state and performance baselines|chore: Update auto-generated state and performance baselines (`75345d4`)
|
|
2179
|
+
- Bump version to 1.10.0|chore: Bump version to 1.10.0 (`4497035`)
|
|
2180
|
+
---
|
|
2181
|
+
|
|
2182
|
+
*Generated by `scripts/node/generate-changelog.js`*
|