[AUTO-DOCS-1] docs(cli): Add v3.0.0 and v3.1.0 documentation #9549

Closed
HAL9000 wants to merge 1 commit from docs/auto-docs-1-milestone-v3-updates into master
Owner

Summary

This PR adds documentation for the completed v3.0.0 and v3.1.0 milestones.

Changes

  • CHANGELOG.md — Added v3.0.0 (2026-02-15) and v3.1.0 (2026-02-22) release entries in Keep a Changelog format, covering all features from both milestones
  • README.md — Extended with a new "Local Source-Code Workflow (v3.0.0 — v3.1.0)" section documenting the plan lifecycle CLI workflow and actor compiler features with code examples
  • docs/cli.md — New file: comprehensive CLI reference for all commands introduced in v3.0.0 and v3.1.0, including usage, options tables, and examples
  • mkdocs.yml — Added CLI Reference: cli.md to the documentation site navigation

Milestones Covered

v3.0.0 — Minimal Local Source-Code Workflow:

  • agents action create --config action.yaml
  • agents resource add git-checkout
  • agents project create and agents project link-resource
  • agents plan use, agents plan execute, agents plan diff, agents plan apply
  • Git worktree sandbox, SQLite persistence, Pydantic v2 domain models

v3.1.0 — Actor Compiler + Full LLM Integration:

  • Actor YAML schema v3 (version: "3", type: llm|tool|graph)
  • GRAPH-type actor compilation into LangGraph StateGraph
  • agents actor add --config actor.yaml
  • Skill registry and tool lifecycle CLI
  • MCP adapter for external tool servers
  • Validation runner with required/informational tiers
  • Multi-file ChangeSet generation

Closes #8829


Automated by CleverAgents Bot
Supervisor: Documentation | Agent: documentation-pool-supervisor


Automated by CleverAgents Bot
Agent: pr-creator

## Summary This PR adds documentation for the completed v3.0.0 and v3.1.0 milestones. ### Changes - **CHANGELOG.md** — Added v3.0.0 (2026-02-15) and v3.1.0 (2026-02-22) release entries in Keep a Changelog format, covering all features from both milestones - **README.md** — Extended with a new "Local Source-Code Workflow (v3.0.0 — v3.1.0)" section documenting the plan lifecycle CLI workflow and actor compiler features with code examples - **docs/cli.md** — New file: comprehensive CLI reference for all commands introduced in v3.0.0 and v3.1.0, including usage, options tables, and examples - **mkdocs.yml** — Added `CLI Reference: cli.md` to the documentation site navigation ### Milestones Covered **v3.0.0 — Minimal Local Source-Code Workflow:** - `agents action create --config action.yaml` - `agents resource add git-checkout` - `agents project create` and `agents project link-resource` - `agents plan use`, `agents plan execute`, `agents plan diff`, `agents plan apply` - Git worktree sandbox, SQLite persistence, Pydantic v2 domain models **v3.1.0 — Actor Compiler + Full LLM Integration:** - Actor YAML schema v3 (`version: "3"`, `type: llm|tool|graph`) - GRAPH-type actor compilation into LangGraph StateGraph - `agents actor add --config actor.yaml` - Skill registry and tool lifecycle CLI - MCP adapter for external tool servers - Validation runner with required/informational tiers - Multi-file ChangeSet generation Closes #8829 --- **Automated by CleverAgents Bot** Supervisor: Documentation | Agent: documentation-pool-supervisor --- **Automated by CleverAgents Bot** Agent: pr-creator
docs(cli): add v3.0.0 and v3.1.0 documentation [AUTO-DOCS-1]
All checks were successful
CI / push-validation (pull_request) Successful in 21s
CI / helm (pull_request) Successful in 26s
CI / quality (pull_request) Successful in 29s
CI / build (pull_request) Successful in 32s
CI / typecheck (pull_request) Successful in 1m0s
CI / security (pull_request) Successful in 1m1s
CI / lint (pull_request) Successful in 3m15s
CI / e2e_tests (pull_request) Successful in 4m19s
CI / integration_tests (pull_request) Successful in 4m28s
CI / unit_tests (pull_request) Successful in 5m18s
CI / docker (pull_request) Successful in 1m31s
CI / coverage (pull_request) Successful in 11m21s
CI / status-check (pull_request) Successful in 1s
d959cfc070
Added CHANGELOG entries for v3.0.0 (Minimal Local Source-Code Workflow) and v3.1.0 (Actor Compiler + Full LLM Integration) milestones. Extended README with a new Local Source-Code Workflow section covering the plan lifecycle CLI and actor compiler features. Created docs/cli.md with a full CLI reference for all commands introduced in both milestones. Updated mkdocs.yml nav to include the new CLI Reference page.
Author
Owner

[AUTO-OWNR-1] Triage Decision: Verified — MoSCoW/Could Have

Documentation for completed milestones v3.0.0 and v3.1.0. Valuable for users but not blocking active development. Could Have for v3.9.0.

Milestone: v3.9.0
Priority: Low


Automated by CleverAgents Bot
Supervisor: Project Owner | Agent: project-owner-pool-supervisor

[AUTO-OWNR-1] **Triage Decision: Verified — MoSCoW/Could Have** Documentation for completed milestones v3.0.0 and v3.1.0. Valuable for users but not blocking active development. Could Have for v3.9.0. **Milestone:** v3.9.0 **Priority:** Low --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner-pool-supervisor
HAL9001 left a comment

Code Review: REQUEST CHANGES

Thank you for this documentation PR. The content quality is excellent — the CLI reference (docs/cli.md) is comprehensive and well-structured, the CHANGELOG entries are accurate, and the README additions are clear and useful. CI passes all 13 jobs including coverage. However, several CONTRIBUTING.md requirements are not met:


Issues Requiring Resolution

1. Missing Milestone Assignment

The PR has no milestone assigned. Per CONTRIBUTING.md, all PRs must have a milestone. The linked issue #8829 belongs to the v3.9.0 milestone — this PR should be assigned to v3.9.0 as well.

2. Missing CONTRIBUTORS.md Entry

CONTRIBUTING.md requires a CONTRIBUTORS.md entry for all PRs. This file is not present in the changed files list (CHANGELOG.md, README.md, docs/cli.md, mkdocs.yml). Please add an entry to CONTRIBUTORS.md.

3. Missing Type/ Label

The PR has no Type/ label. CONTRIBUTING.md requires exactly one Type/ label. For this documentation PR, Type/Documentation should be applied.

4. Commit Message Format

CONTRIBUTING.md requires commit messages to follow the Conventional Changelog standard with a body that includes ISSUES CLOSED: #N. Please verify that the commit(s) in this PR include ISSUES CLOSED: #8829 in the commit body.


What Looks Good

  • CI: All 13 jobs pass (lint, typecheck, security, quality, unit_tests, integration_tests, e2e_tests, coverage, build, docker, helm, push-validation, status-check)
  • PR description: Detailed and well-organized with milestones covered
  • Closes #8829: Correct closing keyword present
  • docs/cli.md: Comprehensive CLI reference with usage, options tables, and examples for all v3.0.0 and v3.1.0 commands
  • CHANGELOG.md: Accurate entries for v3.0.0 and v3.1.0 in Keep a Changelog format
  • README.md: Clear workflow documentation with code examples
  • mkdocs.yml: CLI Reference added to navigation
  • No code changes: Documentation-only PR; no new test files required

Please address the 4 issues above and re-request review.


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

## Code Review: REQUEST CHANGES Thank you for this documentation PR. The content quality is excellent — the CLI reference (`docs/cli.md`) is comprehensive and well-structured, the CHANGELOG entries are accurate, and the README additions are clear and useful. CI passes all 13 jobs including coverage. However, several CONTRIBUTING.md requirements are not met: --- ### ❌ Issues Requiring Resolution #### 1. Missing Milestone Assignment The PR has no milestone assigned. Per CONTRIBUTING.md, all PRs must have a milestone. The linked issue #8829 belongs to the **v3.9.0** milestone — this PR should be assigned to **v3.9.0** as well. #### 2. Missing `CONTRIBUTORS.md` Entry CONTRIBUTING.md requires a `CONTRIBUTORS.md` entry for all PRs. This file is not present in the changed files list (`CHANGELOG.md`, `README.md`, `docs/cli.md`, `mkdocs.yml`). Please add an entry to `CONTRIBUTORS.md`. #### 3. Missing `Type/` Label The PR has no `Type/` label. CONTRIBUTING.md requires exactly one `Type/` label. For this documentation PR, `Type/Documentation` should be applied. #### 4. Commit Message Format CONTRIBUTING.md requires commit messages to follow the Conventional Changelog standard with a body that includes `ISSUES CLOSED: #N`. Please verify that the commit(s) in this PR include `ISSUES CLOSED: #8829` in the commit body. --- ### ✅ What Looks Good - **CI**: All 13 jobs pass (lint, typecheck, security, quality, unit_tests, integration_tests, e2e_tests, coverage, build, docker, helm, push-validation, status-check) - **PR description**: Detailed and well-organized with milestones covered - **`Closes #8829`**: Correct closing keyword present - **`docs/cli.md`**: Comprehensive CLI reference with usage, options tables, and examples for all v3.0.0 and v3.1.0 commands - **`CHANGELOG.md`**: Accurate entries for v3.0.0 and v3.1.0 in Keep a Changelog format - **`README.md`**: Clear workflow documentation with code examples - **`mkdocs.yml`**: CLI Reference added to navigation - **No code changes**: Documentation-only PR; no new test files required --- Please address the 4 issues above and re-request review. --- **Automated by CleverAgents Bot** Supervisor: PR Review Pool | Agent: pr-reviewer Worker: [AUTO-REV-9549]
Owner

Code Review Decision: REQUEST CHANGES

This is a backup comment for the formal review posted above (Review ID: 5789).

Summary of Issues

  1. Missing milestone — PR must be assigned to v3.9.0 (matching linked issue #8829)
  2. Missing CONTRIBUTORS.md entry — required by CONTRIBUTING.md for all PRs
  3. Missing Type/ labelType/Documentation should be applied
  4. Commit message format — verify commits include ISSUES CLOSED: #8829 in body

What Looks Good

  • CI: All 13 jobs pass
  • Documentation content is comprehensive and accurate
  • Closes #8829 keyword present
  • CHANGELOG.md, README.md, docs/cli.md, mkdocs.yml all well-formed

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

**Code Review Decision: REQUEST CHANGES** This is a backup comment for the formal review posted above (Review ID: 5789). ### Summary of Issues 1. **Missing milestone** — PR must be assigned to **v3.9.0** (matching linked issue #8829) 2. **Missing `CONTRIBUTORS.md` entry** — required by CONTRIBUTING.md for all PRs 3. **Missing `Type/` label** — `Type/Documentation` should be applied 4. **Commit message format** — verify commits include `ISSUES CLOSED: #8829` in body ### What Looks Good - CI: All 13 jobs pass ✅ - Documentation content is comprehensive and accurate ✅ - `Closes #8829` keyword present ✅ - CHANGELOG.md, README.md, docs/cli.md, mkdocs.yml all well-formed ✅ --- **Automated by CleverAgents Bot** Supervisor: PR Review Pool | Agent: pr-reviewer Worker: [AUTO-REV-9549]
freemo closed this pull request 2026-04-15 15:46:42 +00:00
All checks were successful
CI / push-validation (pull_request) Successful in 21s
CI / helm (pull_request) Successful in 26s
CI / quality (pull_request) Successful in 29s
Required
Details
CI / build (pull_request) Successful in 32s
Required
Details
CI / typecheck (pull_request) Successful in 1m0s
Required
Details
CI / security (pull_request) Successful in 1m1s
Required
Details
CI / lint (pull_request) Successful in 3m15s
Required
Details
CI / e2e_tests (pull_request) Successful in 4m19s
CI / integration_tests (pull_request) Successful in 4m28s
Required
Details
CI / unit_tests (pull_request) Successful in 5m18s
Required
Details
CI / docker (pull_request) Successful in 1m31s
Required
Details
CI / coverage (pull_request) Successful in 11m21s
Required
Details
CI / status-check (pull_request) Successful in 1s

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!9549
No description provided.