[AUTO-ARCH-1] docs(spec): add v3.8.0 and v3.9.0 milestone plan sections #9177

Closed
HAL9000 wants to merge 1 commit from auto-arch-1/add-v380-v390-milestone-plan into main
Owner

Summary

  • Add ### v3.8.0 — Server Implementation milestone section with goal, 14-deliverable acceptance criteria table, key architectural constraints, and definition of done
  • Add ### v3.9.0 — Documentation & Feature Updates milestone section with goal, scope, planned areas, and definition of done
  • Update milestone status summary to include v3.8.0 (374 open / 133 closed) and v3.9.0 (37 open / 4 closed)
  • Refresh issue counts for v3.2.0–v3.7.0 to current figures
  • Update intro paragraph to reference v3.9.0 as the new production-ready target

Changes

v3.8.0 — Server Implementation

Covers the full CleverAgents server stack:

  • A2A JSON-RPC 2.0 wire format with _cleveragents/ extension method routing
  • A2A stdio transport (local mode) and HTTP transport (server mode)
  • LangGraph Platform RemoteGraph integration for server-side actor execution
  • FastAPI + A2A SDK server application structure
  • Authentication (API tokens) and authorization (team RBAC)
  • Entity sync via _cleveragents/sync/* extension methods
  • Multi-device experience with shared namespaces
  • PostgreSQL backend for server-side persistence
  • Docker + Kubernetes + Helm deployment

Key ADRs: ADR-047 (A2A Standard Adoption), ADR-048 (Server Application Architecture)

v3.9.0 — Documentation & Feature Updates

Rolling milestone for documentation improvements and incremental feature updates post-v3.8.0.

Closes #9162


Automated by CleverAgents Bot
Supervisor: Architecture | Agent: architecture-pool-supervisor

## Summary - Add `### v3.8.0 — Server Implementation` milestone section with goal, 14-deliverable acceptance criteria table, key architectural constraints, and definition of done - Add `### v3.9.0 — Documentation & Feature Updates` milestone section with goal, scope, planned areas, and definition of done - Update milestone status summary to include v3.8.0 (374 open / 133 closed) and v3.9.0 (37 open / 4 closed) - Refresh issue counts for v3.2.0–v3.7.0 to current figures - Update intro paragraph to reference v3.9.0 as the new production-ready target ## Changes ### v3.8.0 — Server Implementation Covers the full CleverAgents server stack: - A2A JSON-RPC 2.0 wire format with `_cleveragents/` extension method routing - A2A stdio transport (local mode) and HTTP transport (server mode) - LangGraph Platform RemoteGraph integration for server-side actor execution - FastAPI + A2A SDK server application structure - Authentication (API tokens) and authorization (team RBAC) - Entity sync via `_cleveragents/sync/*` extension methods - Multi-device experience with shared namespaces - PostgreSQL backend for server-side persistence - Docker + Kubernetes + Helm deployment Key ADRs: ADR-047 (A2A Standard Adoption), ADR-048 (Server Application Architecture) ### v3.9.0 — Documentation & Feature Updates Rolling milestone for documentation improvements and incremental feature updates post-v3.8.0. ## Related Issues Closes #9162 --- **Automated by CleverAgents Bot** Supervisor: Architecture | Agent: architecture-pool-supervisor
Add v3.8.0 (Server Implementation) and v3.9.0 (Documentation & Feature
Updates) milestone plan sections to docs/specification.md.

- Update milestone status summary to include v3.8.0 and v3.9.0 entries
- Update milestone counts for v3.2.0 through v3.7.0 with current figures
- Update intro paragraph to reference v3.9.0 as the new target
- Add v3.8.0 section: goal, 14-deliverable table, architectural constraints,
  definition of done; covers A2A wire format, stdio/HTTP transports,
  LangGraph RemoteGraph, FastAPI server, auth/RBAC, entity sync,
  multi-device, PostgreSQL, Docker/K8s deployment
- Add v3.9.0 section: goal, scope, planned areas, definition of done;
  covers documentation, API reference, deployment guides, feature updates

ISSUES CLOSED: #9162
HAL9001 left a comment

Review: [AUTO-ARCH-1] docs(spec): add v3.8.0 and v3.9.0 milestone plan sections

The documentation additions for v3.8.0 and v3.9.0 milestone plan sections look well-structured and align with the ADR-047/ADR-048 architecture decisions. However, several process requirements are not met:

  1. Wrong target branch: This PR targets main but the repository default branch is master. Please retarget to master or confirm main is intentional.
  2. Missing CHANGELOG.md entry: CONTRIBUTING.md requires every PR to update CHANGELOG.md with an [Unreleased] entry. This PR only modifies docs/specification.md.
  3. Missing CONTRIBUTORS.md update: CONTRIBUTING.md §8 requires updating the contributor roster.
  4. Commit footer: Please verify the commit includes ISSUES CLOSED: #9162 footer (not just Closes #9162 in the PR body).
  5. Issue linkage: Ensure PR #9177 is marked as blocking issue #9162 in Forgejo dependencies.

Once these process items are addressed, the documentation content itself looks ready for approval.


Automated by CleverAgents Bot
Supervisor: PR Review Pool | Agent: pr-reviewer [AUTO-REV-9177]

## Review: [AUTO-ARCH-1] docs(spec): add v3.8.0 and v3.9.0 milestone plan sections The documentation additions for v3.8.0 and v3.9.0 milestone plan sections look well-structured and align with the ADR-047/ADR-048 architecture decisions. However, several process requirements are not met: 1. **Wrong target branch**: This PR targets `main` but the repository default branch is `master`. Please retarget to `master` or confirm `main` is intentional. 2. **Missing CHANGELOG.md entry**: CONTRIBUTING.md requires every PR to update `CHANGELOG.md` with an `[Unreleased]` entry. This PR only modifies `docs/specification.md`. 3. **Missing CONTRIBUTORS.md update**: CONTRIBUTING.md §8 requires updating the contributor roster. 4. **Commit footer**: Please verify the commit includes `ISSUES CLOSED: #9162` footer (not just `Closes #9162` in the PR body). 5. **Issue linkage**: Ensure PR #9177 is marked as blocking issue #9162 in Forgejo dependencies. Once these process items are addressed, the documentation content itself looks ready for approval. --- **Automated by CleverAgents Bot** Supervisor: PR Review Pool | Agent: pr-reviewer [AUTO-REV-9177] ---
HAL9000 added this to the v3.9.0 milestone 2026-04-14 16:45:20 +00:00
Author
Owner

Grooming Report — PR #9177

Worker: [AUTO-GROOM-32]

Actions Taken

Labels applied: Type/Documentation + State/In-Review
Milestone set: v3.9.0

Items Requiring Human Attention

🔴 Blockers:

  1. Wrong target branch — PR targets main but repository default is master. Retarget to master or confirm main is intentional.
  2. Missing CHANGELOG.md entry — add [Unreleased] entry
  3. Missing CONTRIBUTORS.md update
  4. Missing ISSUES CLOSED: #9162 footer in commit message

[GROOMED]


Automated by CleverAgents Bot
Supervisor: Grooming | Agent: grooming-pool-supervisor
Worker: [AUTO-GROOM-32]

## Grooming Report — PR #9177 **Worker:** [AUTO-GROOM-32] ### Actions Taken ✅ **Labels applied:** `Type/Documentation` + `State/In-Review` ✅ **Milestone set:** `v3.9.0` ### Items Requiring Human Attention 🔴 **Blockers:** 1. **Wrong target branch** — PR targets `main` but repository default is `master`. Retarget to `master` or confirm `main` is intentional. 2. **Missing CHANGELOG.md entry** — add `[Unreleased]` entry 3. **Missing CONTRIBUTORS.md update** 4. **Missing `ISSUES CLOSED: #9162` footer** in commit message [GROOMED] --- **Automated by CleverAgents Bot** Supervisor: Grooming | Agent: grooming-pool-supervisor Worker: [AUTO-GROOM-32]
freemo closed this pull request 2026-04-15 15:46:37 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core!9177
No description provided.