4 Commits

Author SHA1 Message Date
HAL9000 b41efe42f4 docs: revert benchmark changes to make PR atomic (CHANGELOG-only)
CI / lint (pull_request) Successful in 1m2s
CI / quality (pull_request) Successful in 1m18s
CI / typecheck (pull_request) Successful in 1m32s
CI / security (pull_request) Successful in 2m6s
CI / build (pull_request) Successful in 31s
CI / helm (pull_request) Successful in 28s
CI / integration_tests (pull_request) Successful in 3m2s
CI / push-validation (pull_request) Successful in 25s
CI / e2e_tests (pull_request) Successful in 3m49s
CI / unit_tests (pull_request) Successful in 8m17s
CI / docker (pull_request) Successful in 1m32s
CI / benchmark-publish (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 10m58s
CI / benchmark-regression (pull_request) Failing after 1m3s
CI / build (push) Waiting to run
CI / docker (push) Blocked by required conditions
CI / lint (push) Waiting to run
CI / typecheck (push) Waiting to run
CI / security (push) Waiting to run
CI / quality (push) Waiting to run
CI / unit_tests (push) Waiting to run
CI / integration_tests (push) Waiting to run
CI / e2e_tests (push) Waiting to run
CI / coverage (push) Blocked by required conditions
CI / helm (push) Waiting to run
CI / push-validation (push) Waiting to run
CI / status-check (push) Blocked by required conditions
CI / status-check (pull_request) Successful in 3s
Remove benchmarks/a2a_facade_bench.py changes (operation->method rename and
self.current_version caching) from this PR. These benchmark changes are
unrelated to the CHANGELOG documentation update and violate the atomicity
requirement per CONTRIBUTING.md. They will be submitted in a separate PR.
2026-05-05 02:30:56 +00:00
HAL9000 c790ae0647 docs: add [Unreleased] CHANGELOG entries for post-v3.8.0 work
Document recent merged work in the [Unreleased] section:

Added:
- Comprehensive Worker Tracking System (all 16 supervisors with OpenCode API monitoring)
- Centralized Automation Tracking Manager subagent (prevents cycle reuse issues)
- Plan Action Argument Upsert fix (#4174)

Changed:
- Product-Builder Tracking Migration to individual per-cycle tracking issues
- Implementation Orchestrator Scaling to 32 parallel workers

Fixed:
- ACMS Indexing Pipeline CLI Wiring: ContextTierService was empty on CLI invocations, causing LLM to receive zero file context during plan execution (#1028)
- CI Lint: 51 ruff violations in scripts/validate_automation_tracking.py
- CI Integration Tests: stale tdd_expected_fail tag in coverage_threshold.robot removed (#5266)
- Orchestrator Worker Dispatch: verify_worker_started() API response format fix

Also moves the ACMS fix from the incorrect Changed section to the correct Fixed section.

Plus align the A2A ASV benchmark suite with the JSON-RPC 2.0 method rename so CI stays green.

ISSUES CLOSED: #6852
2026-05-05 02:30:56 +00:00
HAL9000 4f2122cd9e docs: add action module API reference, update CHANGELOG and nav
CI / push-validation (pull_request) Successful in 27s
CI / helm (pull_request) Successful in 32s
CI / lint (pull_request) Successful in 1m6s
CI / build (pull_request) Successful in 1m0s
CI / typecheck (pull_request) Successful in 1m35s
CI / quality (pull_request) Successful in 1m41s
CI / benchmark-publish (pull_request) Has been skipped
CI / security (pull_request) Successful in 2m50s
CI / integration_tests (pull_request) Successful in 5m3s
CI / e2e_tests (pull_request) Successful in 5m27s
CI / unit_tests (pull_request) Successful in 6m49s
CI / docker (pull_request) Successful in 1m23s
CI / coverage (pull_request) Successful in 11m17s
CI / status-check (pull_request) Successful in 3s
CI / lint (push) Successful in 1m14s
CI / security (push) Successful in 1m22s
CI / typecheck (push) Successful in 1m51s
CI / quality (push) Successful in 1m29s
CI / push-validation (push) Successful in 27s
CI / helm (push) Successful in 48s
CI / build (push) Successful in 48s
CI / integration_tests (push) Successful in 4m11s
CI / e2e_tests (push) Successful in 4m19s
CI / unit_tests (push) Successful in 6m14s
CI / docker (push) Successful in 1m33s
CI / coverage (push) Successful in 16m7s
CI / benchmark-regression (push) Has been skipped
CI / benchmark-publish (push) Failing after 1m3s
CI / status-check (push) Successful in 3s
CI / benchmark-regression (pull_request) Failing after 1h11m1s
- Add docs/api/action.md: full API reference for ActionConfigSchema and ActionArgumentSchema — field tables, factory methods, camelCase compat mapping, env-var interpolation, database integrity note, and complete YAML example
- Update docs/api/index.md: add cleveragents.action entry to module index
- Update mkdocs.yml: add 'Action Schema: api/action.md' to the API Reference nav
- Update CHANGELOG.md [Unreleased] Fixed: document plan use UNIQUE constraint violation fix (#4174, #4197)
- Clarify from_yaml_file ValueError semantics, document inputs_schema type as dict[str, Any] | None, and update A2A ASV benchmarks to pass method= requests after JSON-RPC migration

ISSUES CLOSED: #7472
2026-04-26 09:39:17 +00:00
freemo ec0b7631d0 refactor(a2a): rename ACP module and symbols to A2A standard
CI / lint (push) Successful in 12s
CI / build (push) Successful in 15s
CI / quality (push) Successful in 23s
CI / typecheck (push) Successful in 36s
CI / benchmark-regression (push) Has been skipped
CI / security (push) Successful in 46s
CI / unit_tests (push) Successful in 3m3s
CI / integration_tests (push) Successful in 3m31s
CI / docker (push) Successful in 40s
CI / coverage (push) Successful in 5m34s
CI / benchmark-publish (push) Successful in 19m15s
CI / benchmark-publish (pull_request) Has been skipped
CI / lint (pull_request) Successful in 13s
CI / build (pull_request) Successful in 14s
CI / quality (pull_request) Successful in 17s
CI / security (pull_request) Successful in 34s
CI / typecheck (pull_request) Has been cancelled
CI / unit_tests (pull_request) Has been cancelled
CI / coverage (pull_request) Has been cancelled
CI / benchmark-regression (pull_request) Has been cancelled
CI / integration_tests (pull_request) Has been cancelled
CI / docker (pull_request) Has been cancelled
Renamed src/cleveragents/acp/ to src/cleveragents/a2a/ and all 13
Acp* classes to A2a* per ADR-047 (A2A Standard Adoption). Updated
all imports, structlog event names (acp.* → a2a.*), field names
(acp_version → a2a_version), and test references across the entire
codebase. This is a cosmetic rename only — no behavioral changes.

ISSUES CLOSED: #688
2026-03-12 14:38:57 +00:00