docs: update session export panels and plan executor subplan wiring #3657

Merged
freemo merged 1 commit from docs/post-merge-updates-2026-04-05 into master 2026-04-05 21:14:40 +00:00
Owner

Summary

Documentation updates for code merged after the initial v3.8.0 docs cycle.

Changes

  • docs/reference/session_cli.md — Added Rich output panels documentation for agents session export: the three spec-required panels (Session Export, Contents, Integrity) with example output, updated success message to Export completed, added stdout export note and example. Closes #3424 documentation gap.

  • docs/reference/plan_execute.md — Added "Subplan Spawning" section documenting the SubplanService and SubplanExecutionService injection into PlanExecutor, the three-step execution flow (_spawn_subplans, _execute_subplans, _apply_subplan_results_to_plan), failure handling (annotation not raise), and updated architecture diagram. Closes #3561 documentation gap.

Docs skipped (already current or covered by other PRs)

  • fix(tui): synchronize HelpPanelOverlay keybinding display (#3471) — minor TUI fix, no API surface change
  • fix(cli): add checkpoint label, creation time, and side effects to rollback confirmation prompt (#3470) — output format fix, no new API
  • fix(cli): wrap format_output() in spec-required JSON/YAML envelope (#3467) — internal CLI fix, no user-facing API change
  • fix(providers): wire OpenAIChatProvider and AnthropicChatProvider into ProviderRegistry (#3464) — internal wiring fix, no new API
  • fix(invariant): add frozen=True to Invariant model config (#3342) — internal model fix, no user-facing change
  • fix(resource-registry): use full inheritance chain (#3336) — internal fix, no user-facing change

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

## Summary Documentation updates for code merged after the initial v3.8.0 docs cycle. ### Changes - **`docs/reference/session_cli.md`** — Added Rich output panels documentation for `agents session export`: the three spec-required panels (Session Export, Contents, Integrity) with example output, updated success message to `Export completed`, added stdout export note and example. Closes #3424 documentation gap. - **`docs/reference/plan_execute.md`** — Added "Subplan Spawning" section documenting the `SubplanService` and `SubplanExecutionService` injection into `PlanExecutor`, the three-step execution flow (`_spawn_subplans`, `_execute_subplans`, `_apply_subplan_results_to_plan`), failure handling (annotation not raise), and updated architecture diagram. Closes #3561 documentation gap. ### Docs skipped (already current or covered by other PRs) - `fix(tui): synchronize HelpPanelOverlay keybinding display` (#3471) — minor TUI fix, no API surface change - `fix(cli): add checkpoint label, creation time, and side effects to rollback confirmation prompt` (#3470) — output format fix, no new API - `fix(cli): wrap format_output() in spec-required JSON/YAML envelope` (#3467) — internal CLI fix, no user-facing API change - `fix(providers): wire OpenAIChatProvider and AnthropicChatProvider into ProviderRegistry` (#3464) — internal wiring fix, no new API - `fix(invariant): add frozen=True to Invariant model config` (#3342) — internal model fix, no user-facing change - `fix(resource-registry): use full inheritance chain` (#3336) — internal fix, no user-facing change --- **Automated by CleverAgents Bot** Supervisor: Documentation | Agent: ca-docs-writer
docs: update session export panels and plan executor subplan wiring
Some checks failed
CI / lint (pull_request) Successful in 35s
CI / typecheck (pull_request) Successful in 49s
CI / quality (pull_request) Successful in 45s
CI / security (pull_request) Successful in 56s
CI / helm (pull_request) Successful in 26s
CI / build (pull_request) Successful in 32s
CI / unit_tests (pull_request) Failing after 7m5s
CI / docker (pull_request) Has been skipped
CI / e2e_tests (pull_request) Failing after 11m14s
CI / integration_tests (pull_request) Failing after 23m7s
CI / coverage (pull_request) Successful in 11m9s
CI / status-check (pull_request) Failing after 1s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Successful in 56m59s
ddc6fb7372
- docs/reference/session_cli.md: add Rich output panels documentation
  for agents session export (Session Export, Contents, Integrity panels
  with example output); update success message to 'Export completed';
  add stdout export note and example (#3424)
- docs/reference/plan_execute.md: add Subplan Spawning section
  documenting SubplanService and SubplanExecutionService injection into
  PlanExecutor, execution flow (_spawn_subplans, _execute_subplans,
  _apply_subplan_results_to_plan), failure handling, and updated
  architecture diagram (#3561)
freemo merged commit 997af9a90a into master 2026-04-05 21:14:40 +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!3657
No description provided.