Commit Graph

  • f3f2c2d44d chore: replace CleverThis opencode providers with the canonical 5 (Tier 1-5) master Graa 2026-06-12 20:54:16 +00:00
  • f51aae7c9a Merge commit '3d391ddb3a1dfd28beb4271ee9d3ce26a4666bf6' into HEAD tests/sentinel-11241-impl-tui-materializer cleveragents-auto 2026-05-21 06:32:49 -04:00
  • f0e0d44089 Merge commit '3d391ddb3a1dfd28beb4271ee9d3ce26a4666bf6' into HEAD tests/sentinel-11238-pr-fix-9663-hot-warm-cold-tier-reliability cleveragents-auto 2026-05-21 06:32:47 -04:00
  • 89eb78d5c4 Merge commit '3d391ddb3a1dfd28beb4271ee9d3ce26a4666bf6' into HEAD tests/sentinel-11237-bugfix-m3.6.0-lsp-7044-subprocess-cleanup cleveragents-auto 2026-05-21 06:32:45 -04:00
  • 3d391ddb3a ci: cap test parallelism to prevent OOM-kills (sentinel base) cleveragents-auto 2026-05-21 06:32:41 -04:00
  • 3a95701d9a fix(decomposition): enforce plan.max-child-depth recursion limit to prevent unbounded hierarchy growth CoreRasurae 2026-05-19 20:09:34 +00:00
  • 8548644819 fix(cli): wire SubplanExecutionService in _get_plan_executor() to enable child plan execution CoreRasurae 2026-05-18 13:29:20 +00:00
  • eb46f0ff54 fix(plan): add tier hydration and improve architecture review output (#10938) brent.edwards 2026-05-19 12:43:34 +00:00
  • 0c5724c2f6 feat(actor-run): wire ToolCallingRuntime into actor run for skill-based tool calling hurui200320 2026-05-15 05:22:13 +00:00
  • 0f7d9b08ae feat(tui): implement TuiMaterializer bridging A2A event queue to Output Rendering Framework HAL9000 2026-05-17 05:25:47 +00:00
  • 03e34b035e fix(acms): harden hot/warm/cold tier service reliability HAL9000 2026-05-16 22:54:08 +00:00
  • 20ad9a46c4 fix(data-integrity): remove silent argument swap in ValidationAttachmentRepository.attach HAL9000 2026-05-16 08:27:35 +00:00
  • e2167ab8e7 fix(acms): use project-level hot_max_tokens in execute phase context assembly hamza.khyari 2026-05-15 11:58:23 +00:00
  • 592cd360e7 fix(lsp): wrap post-Popen init in cleanup guard to prevent orphaned processes HAL9000 2026-05-16 16:21:12 +00:00
  • b3851693c8 fix(reactive): forward actor options block to LLM constructor for custom backend support hurui200320 2026-05-15 07:50:19 +00:00
  • 23d73e7fb2 chore: Fix ruff format violations in db_url_sanitisation_steps.py freemo 2026-05-16 04:23:18 +00:00
  • 86f96f299e fix(cli): Mask database URL credentials in agents info CLI output (#8395) HAL9000 2026-05-15 05:18:37 +00:00
  • 5c5309f35d fix(ci): add missing effective set count step definition HAL9000 2026-05-16 00:13:40 +00:00
  • f4cea72248 fix(ci): update all merge_invariants callers to use 4-param signature HAL9000 2026-05-15 01:43:32 +00:00
  • 761622f746 fix(invariant): pass action_name in list_invariants when scope is ACTION HAL9000 2026-05-14 01:12:36 +00:00
  • bf52a9c648 fix(invariant): restore ACTION scope in merge_invariants and InvariantSet.merge precedence chain freemo 2026-05-12 05:51:17 +00:00
  • 97c1007bb5 feat(events): wire domain services to emit missing EventBus events CoreRasurae 2026-03-26 09:37:57 +00:00
  • b0b28623a1 Merge pull request 'revert(acms): revert PR #11216 — _resolve_effective_budget reads wrong attribute' (#11228) from bugfix/m5-revert-acms-budget-assembler into master hamza.khyari 2026-05-15 11:47:30 +00:00
  • b4351ca78d Revert "Merge pull request 'fix(acms): use project-level hot_max_tokens in execute phase context assembly' (#11216) from bugfix/m5-acms-project-budget-override into master" hamza.khyari 2026-05-15 11:15:41 +00:00
  • 94622f467c Merge pull request 'fix(acms): use project-level hot_max_tokens in execute phase context assembly' (#11216) from bugfix/m5-acms-project-budget-override into master hamza.khyari 2026-05-15 10:49:48 +00:00
  • 1baa888659 fix(acms): use project-level hot_max_tokens in execute phase context assembly hamza.khyari 2026-05-14 13:54:33 +00:00
  • 1196c726f2 fix(lint): remove broken step file and fix line-length violation HAL9000 2026-05-13 20:30:55 +00:00
  • 655cd7ebc2 fix: persist strategy decisions via DecisionService during strategize (#10813) HAL9000 2026-05-13 07:35:47 +00:00
  • dbc382f3d9 Fix TypeError in infer_resource_slots() when properties is null HAL9000 2026-05-13 06:47:27 +00:00
  • fa95c518d5 fix(tui): rename ActorSelectionOverlay._render to avoid shadowing Textual Widget._render HAL9000 2026-05-13 22:48:44 +00:00
  • ef6829b6f8 chore(lint): remove unused pathlib.Path import in llm_actors.py HAL9000 2026-05-15 00:34:30 +00:00
  • a37b4e0ccb fix(security): use relpath containment instead of startswith to prevent prefix-collision bypass HAL9000 2026-05-14 23:56:24 +00:00
  • 4fdfee6150 fix(security): fix file_tools.py validate_path startswith bypass #7478 HAL9000 2026-05-14 10:09:48 +00:00
  • b41f536da6 fix(automation): respect automation profile gates in lifecycle service and async jobs CoreRasurae 2026-05-11 13:38:44 +00:00
  • 2f29f8352f chore: resolve merge conflicts and apply cosmetic fixes HAL9000 2026-05-14 18:14:48 +00:00
  • cc8e013f9b fix(actor): handle nested actor type and combined config.actor field in v3 YAML hurui200320 2026-05-13 10:40:53 +00:00
  • 8c5dbf3f33 chore(contributors): add ACMS hot_max_tokens fix detail entry HAL9000 2026-05-12 20:07:36 +00:00
  • 6d46baf552 fix: apply ruff format to step definitions file HAL9000 2026-05-13 22:06:23 +00:00
  • ac81ea2ceb fix: replace Scenario Outline with literal steps to fix Behave-parallel parameter substitution bug HAL9000 2026-05-13 21:40:52 +00:00
  • 80d27df9cc fix(changelog): correct PR #11161 references in CHANGELOG.md and CONTRIBUTORS.md freemo 2026-05-13 11:38:06 +00:00
  • b092ccac49 fix(ci): apply ruff formatting to validation.py and step definitions freemo 2026-05-13 08:11:00 +00:00
  • cdafcf73cf fix: detect duplicate sibling sequences in validate_plan_tree freemo 2026-05-13 05:43:46 +00:00
  • b59b2508af fix(ci): resolve remaining lint errors in __init__.py and step definitions freemo 2026-05-13 02:30:18 +00:00
  • dce30e85a2 fix(ci): resolve lint and typecheck failures in structural validation module CleverAgents Bot 2026-05-13 02:19:36 +00:00
  • f8e4f4a579 feat: implement structural component output validation HAL9000 2026-05-12 18:30:40 +00:00
  • c768e8c4f5 fix(lsp): cleanup subprocess on failed initialization in StdioTransport.start() HAL9000 2026-05-14 01:27:27 +00:00
  • 39f9903f1a fix(tests): restore agent-evolution-pool-supervisor.md or remove its orphaned BDD scenarios hurui200320 2026-05-14 04:16:04 +00:00
  • a61a418b26 build: updated opencode.json Rebase Agent 2026-05-13 21:41:15 -04:00
  • ecd0a94be4 build: got auto-agents to a working state with deterministic starting Rebase Agent 2026-05-13 21:14:25 -04:00
  • 3c8cf60110 build: got auto-agents to a working state with deterministic starting Rebase Agent 2026-05-13 21:14:25 -04:00
  • d31d9226f9 test(wf10_batch.robot): request that LLM not create files (#11133) brent.edwards 2026-05-13 23:39:15 +00:00
  • f5761912db fix(ci): make benchmark-regression resilient to missing S3 baselines HAL9000 2026-05-13 05:26:48 +00:00
  • 4099872acd fix(events): restore exc_info=True in handler error logging HAL9000 2026-05-13 05:20:35 +00:00
  • 3459f821c5 fix(events): add close() method to ReactiveEventBus to complete RxPY subject HAL9000 2026-05-13 05:18:35 +00:00
  • 3fcfaee02d feat(mcp): implement StdioMCPTransport for JSON-RPC 2.0 stdio communication CoreRasurae 2026-05-11 16:31:26 +00:00
  • 3368cba38f refactor(a2a): execute ACP to A2A module rename and symbol standardization (#10583) HAL9000 2026-05-13 06:49:40 +00:00
  • 09c79eab73 chore(deps): upgrade PyYAML to address known security vulnerability (#9244) HAL9000 2026-05-12 18:08:42 +00:00
  • 8ae754961a test(noxfile.py): turn off bold and colors (#11172) brent.edwards 2026-05-12 21:06:23 +00:00
  • 9cfa1dd1d7 fix(subplan): propagate invariant_enforced decisions to child plans on spawn freemo 2026-05-12 01:23:02 +00:00
  • 3b83438e7d test(actor): add regression test for issue 4321 nested config extraction CoreRasurae 2026-05-11 10:13:39 +00:00
  • 1e385b8f61 Merge pull request 'feat(agents): add review-started notification to pr-review-worker' (#11029) from feature/review-started-notification into master hamza.khyari 2026-05-12 12:29:39 +00:00
  • f37bfa01fe feat(agents): add review-started notification to pr-review-worker hamza.khyari 2026-05-08 09:21:21 +00:00
  • d82f5de2eb Merge pull request 'feat(agents): add work-started notification to task-implementor' (#11032) from feature/impl-started-notification into master hamza.khyari 2026-05-12 12:06:44 +00:00
  • 39bbff0849 feat(agents): add work-started notification to task-implementor CoreRasurae 2026-05-12 11:46:44 +00:00
  • 52830971f2 fix(plan): guard cleanup_stale against execute/complete plans awaiting apply hurui200320 2026-05-12 04:51:10 +00:00
  • 9fe69c468c test(plan): add tdd issue-capture test for cleanup_stale destroying execute output before apply hurui200320 2026-05-11 09:17:37 +00:00
  • d25a060c58 Revert "feat(ci): implement TDD bug tag quality gate for bug fix PRs" hurui200320 2026-05-12 14:46:28 +08:00
  • d1328e562f Fix validation bypass for code longer than 10 characters — the length fallback was overriding LLM-based FAIL verdicts and rendering validation ineffective freemo 2026-05-12 02:16:48 +00:00
  • b4a514e0f4 fix(cli): add spec-required --data-dir, --config-path, and -v global options to main_callback hurui200320 2026-05-11 08:16:00 +00:00
  • e8d2f76466 feat(ci): implement TDD bug tag quality gate for bug fix PRs CoreRasurae 2026-03-25 00:43:02 +00:00
  • dd763f50d9 build: moved e2e tests to master only yaml clever-agent 2026-05-11 17:33:19 -04:00
  • 81229422f2 Revert "ci(docker): Ensure CI uses CT docker proxy to workaround Docker ratelimit issues" clever-agent 2026-05-11 17:10:27 -04:00
  • b692894c88 fix(tests): remove AmbiguousStep conflict in security_pyyaml_dependency_steps HAL9000 2026-05-11 07:24:31 +00:00
  • 2f01e7d625 fix(tests): resolve lint format failure and harden pyyaml BDD step path resolution HAL9000 2026-05-11 05:07:02 +00:00
  • 63746b4d30 fix(pyyaml): address CI review feedback from PR #11012 HAL9000 2026-05-08 14:00:57 +00:00
  • 05acc26c40 chore(deps): upgrade PyYAML to address known security vulnerability HAL9000 2026-05-08 00:47:45 +00:00
  • a1ea40d2e7 feat(plans): implement agents plan rollback command for checkpoint-based rollback HAL9000 2026-05-08 10:23:34 +00:00
  • 87a7ce35d7 feat(session): implement real LLM actor invocation in session tell hurui200320 2026-05-11 03:13:30 +00:00
  • 78be08870c fix(cli): validate actor provider field at correct config nesting level CoreRasurae 2026-05-08 23:40:37 +00:00
  • 5ee08ea946 fix(plan): remove TDD expected fail tag and fix format violations HAL9000 2026-05-04 20:39:53 +00:00
  • 6e1646d565 fix(plan): wrap plan tree JSON/YAML output in spec-required command envelope.\n\nISSUES CLOSED: #9163 HAL9000 2026-05-09 10:02:23 +00:00
  • 815f546bd2 fix(plan): wrap plan tree JSON/YAML output in spec-required command envelope. HAL9000 2026-04-14 14:40:27 +00:00
  • f78c1c2c98 docs(resources): correct CHANGELOG entry to accurately describe DatabaseResourceHandler HAL9000 2026-05-09 08:32:56 +00:00
  • 3f0ce3d20a feat(resources): add CHANGELOG and CONTRIBUTORS entries for PR #10591 HAL9000 2026-05-08 04:25:04 +00:00
  • 2cba7d41bc chore(agents): fix bug-hunt-pool-supervisor tracking prefix AUTO-BUG-POOL to AUTO-BUG-SUP (complete fix) HAL9000 2026-05-08 16:28:13 +00:00
  • 57881a075b docs(spec): update specification — validation gate blocks on empty validation summary HAL9000 2026-05-08 10:21:23 +00:00
  • af6e54f0b2 fix(tests): reformat pr_compliance_pool_supervisor_steps.py and fix pre-existing lint errors HAL9000 2026-05-08 06:55:51 +00:00
  • addbc51dc4 fix(tests): fix lint violation UP035 and match feature file step text to Pool: prefixes HAL9000 2026-05-07 18:17:05 +00:00
  • 96670720f0 fix(tests): resolve Behave AmbiguousStep conflict in pool-supervisor steps HAL9000 2026-05-07 10:15:09 +00:00
  • fbe6308200 feat(agents): add mandatory PR compliance checklist to implementation-pool-supervisor HAL9000 2026-05-07 04:13:37 +00:00
  • e8996d66d7 test(core): fix ASV benchmark timing methodology and remove unused imports HAL9000 2026-05-05 05:10:04 +00:00
  • 9aa966cdaa fix(bench): correct API usage and formatting in core ASV benchmark files HAL9000 2026-05-04 20:42:05 +00:00
  • ffd83e8712 test(core): add ASV performance benchmarks for core module HAL9000 2026-05-03 01:14:59 +00:00
  • 3f8f8eb0bf docs(agents): add State/In Review and Priority labels to pr-creator HAL9000 2026-05-05 14:23:09 +00:00
  • a79d22642a docs(tui): document MULTILINE limitation and spec reference in _PromptSymbolMixin hamza.khyari 2026-05-08 09:40:01 +00:00
  • b588de18d6 fix(tui): rebase onto master and add CHANGELOG entry for prompt symbol fix (#6431) HAL9000 2026-04-24 17:28:19 +00:00
  • a130d63357 docs(timeline): update schedule adherence Day 101 (2026-04-12) (#7858) HAL9000 2026-05-08 10:21:23 +00:00
  • a15b77f6a6 fix(acms): normalize context path matching for absolute paths in _path_matches HAL9000 2026-05-07 12:11:31 +00:00
  • 5b6224daa8 fix(plugins): prevent arbitrary code execution in PluginLoader.validate_protocol() HAL9000 2026-05-05 10:35:27 +00:00
  • c58ceb7918 fix(plugins): strengthen validate_protocol structural check and satisfy linter HAL9000 2026-04-27 14:14:25 +00:00