Files
HAL9000 7f47ec85da
CI / build (pull_request) Successful in 1m7s
CI / lint (pull_request) Successful in 1m13s
CI / quality (pull_request) Successful in 1m13s
CI / helm (pull_request) Successful in 43s
CI / typecheck (pull_request) Successful in 1m22s
CI / security (pull_request) Successful in 1m25s
CI / push-validation (pull_request) Successful in 31s
CI / unit_tests (pull_request) Successful in 5m11s
CI / integration_tests (pull_request) Successful in 8m22s
CI / docker (pull_request) Successful in 2m22s
CI / coverage (pull_request) Successful in 10m39s
CI / status-check (pull_request) Successful in 4s
docs(milestones): split oversized milestone pages into sub-pages (PR #9957)
Refactor Milestones documentation to address PR #9957 reviewer feedback:

- Split v3.0.0.md (506 lines) into 3 sub-pages under milestones/v3.0.0/:
  - index.md — Overview, goals, feature table, architecture notes (87 lines)
  - cli-reference.md — Full CLI command reference (142 lines)
  - deep-dive.md — Sandbox, persistence, domain model internals (95 lines)

- Split v3.1.0.md (682 lines) into 5 sub-pages under milestones/v3.1.0/:
  - index.md — Overview, goals, feature table, architecture notes (69 lines)
  - actor-yaml.md — Actor YAML format + Compiler/LangGraph integration (131 lines)
  - integration.md — MCP Adapter + Tool Router provider normalization (91 lines)
  - skills.md — Skill Registry + Validation Runner gates (127 lines)
  - quickstart.md — Common workflows and reference guide (66 lines)

- Update mkdocs.yml navigation to reflect the new sub-page structure
- Total: from 2 files at 506/682 lines to 9 files all under 150 lines

ISSUES CLOSED: #9957
2026-06-04 01:49:54 -04:00

1.4 KiB

Milestones

This section documents the major milestones in the CleverAgents v3 release series. Each milestone page covers the features delivered, CLI commands introduced, and architectural decisions made during that release cycle.

Release Overview

Milestone Version Title Status
M1 v3.0.0 Minimal Local Source-Code Workflow Released
M2 v3.1.0 Actor Compiler + Full LLM Integration Released

What Is a Milestone?

CleverAgents uses Clever Semantic Versioning (MAJOR.MINOR.PATCH) where each MINOR version bump corresponds to a planned milestone delivering a coherent set of features. Milestones are tracked as Forgejo milestones and linked to epics in the issue tracker.

Each milestone page documents:

  • Goals — What the milestone set out to achieve
  • Delivered Features — Concrete capabilities added
  • CLI Reference — Commands introduced or changed
  • Architecture Notes — Key design decisions
  • Migration Guide — Breaking changes and upgrade steps (if any)