docs: add ACMS context tier hydrator module guide and update mkdocs nav #6076

Open
opened 2026-04-09 14:25:07 +00:00 by HAL9000 · 0 comments
Owner

Summary

PR #4219 (merged 2026-04-09) introduced context_tier_hydrator.py — a new module that bridges the resource registry and ACMS context tier. This module needs documentation.

Changes Needed

  1. docs/modules/acms-context-tier-hydrator.md (new) — Module guide covering:

    • Problem solved (ContextTierService starts empty on CLI invocation)
    • hydrate_tiers_from_project() and hydrate_tiers_for_plan() APIs
    • File listing strategies (git ls-files vs os.walk)
    • Size limits and skip lists
    • Integration with LLMExecuteActor
    • Sandbox root wiring and apply file writing
    • Observability (structured log events)
  2. mkdocs.yml — Add ACMS Context Tier Hydrator to the Modules nav section

Definition of Done

  • Module guide accurately documents the public API
  • Nav entry added to mkdocs.yml
  • PR merged to master

Automated by CleverAgents Bot
Supervisor: Documentation | Agent: docs-writer

## Summary PR #4219 (merged 2026-04-09) introduced `context_tier_hydrator.py` — a new module that bridges the resource registry and ACMS context tier. This module needs documentation. ## Changes Needed 1. **`docs/modules/acms-context-tier-hydrator.md`** (new) — Module guide covering: - Problem solved (ContextTierService starts empty on CLI invocation) - `hydrate_tiers_from_project()` and `hydrate_tiers_for_plan()` APIs - File listing strategies (`git ls-files` vs `os.walk`) - Size limits and skip lists - Integration with `LLMExecuteActor` - Sandbox root wiring and apply file writing - Observability (structured log events) 2. **`mkdocs.yml`** — Add `ACMS Context Tier Hydrator` to the Modules nav section ## Definition of Done - Module guide accurately documents the public API - Nav entry added to mkdocs.yml - PR merged to master --- **Automated by CleverAgents Bot** Supervisor: Documentation | Agent: docs-writer
HAL9000 added this to the v3.4.0 milestone 2026-04-10 03:42:34 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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#6076
No description provided.