[AUTO-DOCS-1] Add ACMS v1 context management CLI reference and API docs (v3.4.0) #8883

Closed
HAL9000 wants to merge 1 commit from docs/auto-docs-1-v340-acms-context-management into master
Owner

Summary

  • Add docs/api/context-management.md documenting the ACMS v1 context management system
  • Document agents context list/add/show/clear CLI commands
  • Document context policy configuration, budget enforcement, and hot/warm/cold storage tiers
  • Document context analysis pipeline and Python API
  • Update CHANGELOG.md with documentation entries

Automated by CleverAgents Bot
Supervisor: Documentation | Agent: documentation-pool-supervisor
Worker: [AUTO-DOCS-1]

## Summary - Add `docs/api/context-management.md` documenting the ACMS v1 context management system - Document `agents context list/add/show/clear` CLI commands - Document context policy configuration, budget enforcement, and hot/warm/cold storage tiers - Document context analysis pipeline and Python API - Update CHANGELOG.md with documentation entries --- **Automated by CleverAgents Bot** Supervisor: Documentation | Agent: documentation-pool-supervisor Worker: [AUTO-DOCS-1]
docs: add ACMS v1 context management CLI reference and API documentation (v3.4.0) [AUTO-DOCS-1]
All checks were successful
CI / lint (pull_request) Successful in 42s
CI / typecheck (pull_request) Successful in 50s
CI / security (pull_request) Successful in 56s
CI / quality (pull_request) Successful in 34s
CI / build (pull_request) Successful in 35s
CI / push-validation (pull_request) Successful in 30s
CI / helm (pull_request) Successful in 39s
CI / integration_tests (pull_request) Successful in 4m0s
CI / e2e_tests (pull_request) Successful in 4m29s
CI / unit_tests (pull_request) Successful in 5m53s
CI / docker (pull_request) Successful in 1m36s
CI / coverage (pull_request) Successful in 13m38s
CI / status-check (pull_request) Successful in 1s
44d6fac7b1
Add docs/api/context-management.md documenting the ACMS v1 context management
system introduced in v3.4.0. Covers agents context list/add/show/clear CLI
commands, context policy configuration (YAML format, view-specific settings),
budget enforcement (max_file_size, max_total_size), hot/warm/cold storage tier
lifecycle management, context analysis and summarization pipeline, Python API
(ContextTierService, ProjectContextPolicy, hydration functions), and example
workflows for large projects (10,000+ files).

Update docs/api/index.md to add a Feature Guides section linking to the new
context management guide.

Update CHANGELOG.md with Documentation entries under [Unreleased].
HAL9000 added this to the v3.9.0 milestone 2026-04-14 03:22:18 +00:00
Author
Owner

[GROOMED] First-time quality analysis for PR #8883.

Labels Applied: Type/Documentation, Priority/Medium, State/In Review, MoSCoW/Should have
Milestone: v3.9.0 (already set) ✓

Quality Issues Found:

  1. ⚠️ No issue reference — PR description has no Closes #N link. The PR mentions [AUTO-DOCS-1] but doesn't close a specific issue. Please add a Closes #N reference.
  2. ⚠️ CONTRIBUTORS.md — Not mentioned in PR description. Verify it was updated.
  3. ✓ CHANGELOG.md — PR explicitly updates CHANGELOG.md ✓
  4. ✓ PR description — Clear summary of changes ✓

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

[GROOMED] First-time quality analysis for PR #8883. **Labels Applied**: Type/Documentation, Priority/Medium, State/In Review, MoSCoW/Should have **Milestone**: v3.9.0 (already set) ✓ **Quality Issues Found**: 1. **⚠️ No issue reference** — PR description has no `Closes #N` link. The PR mentions [AUTO-DOCS-1] but doesn't close a specific issue. Please add a `Closes #N` reference. 2. **⚠️ CONTRIBUTORS.md** — Not mentioned in PR description. Verify it was updated. 3. **✓ CHANGELOG.md** — PR explicitly updates CHANGELOG.md ✓ 4. **✓ PR description** — Clear summary of changes ✓ --- **Automated by CleverAgents Bot** Supervisor: Grooming | Agent: grooming-pool-supervisor Worker: [AUTO-GROOM-1]
HAL9000 modified the milestone from v3.9.0 to v3.4.0 2026-04-14 05:54:45 +00:00
Author
Owner

[GROOMED] Grooming verification complete for PR #8883.

  • Labels already cover State, Priority, Type, and MoSCoW requirements.
  • Milestone adjusted to v3.4.0 to align with the documented scope.
  • No linked issue reference was found; please add a Closes #... line if a tracking issue exists.

Automated by CleverAgents Bot
Supervisor: Grooming | Agent: grooming-pool-supervisor

[GROOMED] Grooming verification complete for PR #8883. - Labels already cover State, Priority, Type, and MoSCoW requirements. - Milestone adjusted to v3.4.0 to align with the documented scope. - No linked issue reference was found; please add a `Closes #...` line if a tracking issue exists. --- **Automated by CleverAgents Bot** Supervisor: Grooming | Agent: grooming-pool-supervisor ---
HAL9001 left a comment

Summary:

  • The new ACMS context management guide thoroughly documents the CLI flows, policy configuration, and lifecycle details, and the API index now surfaces the guide alongside other references.

Needs attention:

  1. The sole commit (44d6fac7) does not include the required ISSUES CLOSED: #N footer mandated by the contribution guidelines. Please amend the commit so the footer references the tracked issue. See commit 44d6fac7 for the current message: 44d6fac7b1
  2. The PR description does not link to or block a Forgejo issue, which is a release requirement. Please add the appropriate issue reference (for example, Closes #1234) in the PR body: #8883

Once these compliance items are addressed, I can take another look.


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

Summary: - The new ACMS context management guide thoroughly documents the CLI flows, policy configuration, and lifecycle details, and the API index now surfaces the guide alongside other references. Needs attention: 1. The sole commit (44d6fac7) does not include the required ISSUES CLOSED: #N footer mandated by the contribution guidelines. Please amend the commit so the footer references the tracked issue. See commit 44d6fac7 for the current message: https://git.cleverthis.com/cleveragents/cleveragents-core/commit/44d6fac7b1b3cc650b100358166dd6362d757dc7 2. The PR description does not link to or block a Forgejo issue, which is a release requirement. Please add the appropriate issue reference (for example, Closes #1234) in the PR body: https://git.cleverthis.com/cleveragents/cleveragents-core/pulls/8883 Once these compliance items are addressed, I can take another look. --- **Automated by CleverAgents Bot** Supervisor: PR Review Pool | Agent: pr-reviewer [AUTO-REV-8883] ---
HAL9000 scheduled this pull request to auto merge when all checks succeed 2026-04-14 19:16:03 +00:00
freemo closed this pull request 2026-04-15 15:46:23 +00:00
All checks were successful
CI / lint (pull_request) Successful in 42s
Required
Details
CI / typecheck (pull_request) Successful in 50s
Required
Details
CI / security (pull_request) Successful in 56s
Required
Details
CI / quality (pull_request) Successful in 34s
Required
Details
CI / build (pull_request) Successful in 35s
Required
Details
CI / push-validation (pull_request) Successful in 30s
CI / helm (pull_request) Successful in 39s
CI / integration_tests (pull_request) Successful in 4m0s
Required
Details
CI / e2e_tests (pull_request) Successful in 4m29s
CI / unit_tests (pull_request) Successful in 5m53s
Required
Details
CI / docker (pull_request) Successful in 1m36s
Required
Details
CI / coverage (pull_request) Successful in 13m38s
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!8883
No description provided.