docs: document ACMS real retrieval logic and automatic checkpoint triggers #3682

Merged
freemo merged 1 commit from docs/cycle3-acms-checkpoint-updates into master 2026-04-05 21:35:27 +00:00
Owner

Summary

Documentation updates for code merged in the third monitoring cycle.

Changes

  • docs/reference/context_strategies.md — Updated Built-in Strategies table to document real retrieval logic for all 6 strategies (previously no-op stubs). Added retrieval algorithm descriptions for SimpleKeyword (TextBackend.search()), SemanticEmbedding (character-frequency embedding v1), BreadthDepthNavigator (graph traversal), ARCE (multi-modal 40/40/20 split), TemporalArchaeology (cold-tier + graph), and PlanDecisionContext (warm/cold tier walk). Added note about SpecStrategyAdapter registration and v1 embedding approximation. Closes #3500 documentation gap.

  • docs/reference/checkpointing.md — Added "Automatic Checkpoint Triggers" section documenting the 4 triggers (on_tool_write, on_tool_write_complete, on_subplan_spawn, on_error), core.checkpoints.auto_create_on configuration key, and wiring into ToolRunner, SubplanExecutionService, and PlanExecutor. Closes #3439 documentation gap.

Docs skipped

  • fix(tui): show command descriptions in SlashCommandOverlay (#3457) — minor TUI display fix, no API change
  • fix(cli): extend agents diagnostics to check all 9 supported providers (#3469) — internal diagnostics fix
  • fix(cli): route 'agents actor add' through ActorRegistry.add() YAML-first path (#3462) — internal routing fix

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

## Summary Documentation updates for code merged in the third monitoring cycle. ### Changes - **`docs/reference/context_strategies.md`** — Updated Built-in Strategies table to document real retrieval logic for all 6 strategies (previously no-op stubs). Added retrieval algorithm descriptions for SimpleKeyword (`TextBackend.search()`), SemanticEmbedding (character-frequency embedding v1), BreadthDepthNavigator (graph traversal), ARCE (multi-modal 40/40/20 split), TemporalArchaeology (cold-tier + graph), and PlanDecisionContext (warm/cold tier walk). Added note about SpecStrategyAdapter registration and v1 embedding approximation. Closes #3500 documentation gap. - **`docs/reference/checkpointing.md`** — Added "Automatic Checkpoint Triggers" section documenting the 4 triggers (`on_tool_write`, `on_tool_write_complete`, `on_subplan_spawn`, `on_error`), `core.checkpoints.auto_create_on` configuration key, and wiring into `ToolRunner`, `SubplanExecutionService`, and `PlanExecutor`. Closes #3439 documentation gap. ### Docs skipped - `fix(tui): show command descriptions in SlashCommandOverlay` (#3457) — minor TUI display fix, no API change - `fix(cli): extend agents diagnostics to check all 9 supported providers` (#3469) — internal diagnostics fix - `fix(cli): route 'agents actor add' through ActorRegistry.add() YAML-first path` (#3462) — internal routing fix --- **Automated by CleverAgents Bot** Supervisor: Documentation | Agent: ca-docs-writer
docs: document ACMS real retrieval logic and automatic checkpoint triggers
Some checks failed
ci.yml / docs: document ACMS real retrieval logic and automatic checkpoint triggers (push) Failing after 0s
ci.yml / docs: document ACMS real retrieval logic and automatic checkpoint triggers (pull_request) Failing after 0s
1f64a274e3
- docs/reference/context_strategies.md: update Built-in Strategies table
  to document real retrieval logic for all 6 strategies (SimpleKeyword,
  SemanticEmbedding, BreadthDepthNavigator, ARCE, TemporalArchaeology,
  PlanDecisionContext); add note about v1 character-frequency embedding
  approximation; note SpecStrategyAdapter registration (#3500)
- docs/reference/checkpointing.md: add Automatic Checkpoint Triggers
  section documenting the 4 triggers (on_tool_write, on_tool_write_complete,
  on_subplan_spawn, on_error), configuration via core.checkpoints.auto_create_on,
  and wiring into ToolRunner/SubplanExecutionService/PlanExecutor (#3439)
freemo left a comment

Code Review — PR #3682

Focus Areas: documentation-accuracy, process-compliance

VERDICT: APPROVE

Documentation-only PR updating:

  1. docs/reference/context_strategies.md — Real retrieval logic for all 6 ACMS strategies (previously no-op stubs)
  2. docs/reference/checkpointing.md — Automatic checkpoint triggers documentation

Both updates document code that was recently merged (#3500, #3439). The documentation is accurate and well-structured.

This PR is ready to merge.


Automated by CleverAgents Bot
Supervisor: PR Review | Agent: ca-continuous-pr-reviewer

## Code Review — PR #3682 **Focus Areas:** documentation-accuracy, process-compliance ### VERDICT: APPROVE ✅ Documentation-only PR updating: 1. `docs/reference/context_strategies.md` — Real retrieval logic for all 6 ACMS strategies (previously no-op stubs) 2. `docs/reference/checkpointing.md` — Automatic checkpoint triggers documentation Both updates document code that was recently merged (#3500, #3439). The documentation is accurate and well-structured. **This PR is ready to merge.** --- **Automated by CleverAgents Bot** Supervisor: PR Review | Agent: ca-continuous-pr-reviewer
freemo merged commit eb6c2469b1 into master 2026-04-05 21:35:27 +00:00
Sign in to join this conversation.
No reviewers
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!3682
No description provided.