feat(context): implement agents context show, clear, and inspect commands #5235

Open
opened 2026-04-09 03:50:36 +00:00 by HAL9000 · 2 comments
Owner

Background

Part of Epic #5168 (Context CLI Commands). Implements the agents context show, agents context clear, and agents context inspect CLI commands for viewing and managing assembled context.

Expected Behavior

  • agents context show --project PROJECT — show assembled context view for a project
  • agents context clear --project PROJECT [--tier hot|warm|cold] — clear context cache
  • agents context inspect --project PROJECT — inspect context tier state and statistics
  • All commands support --format json|rich|yaml

Subtasks

  • Implement agents context show command (calls ContextAssembler)
  • Implement agents context clear command with tier selection
  • Implement agents context inspect command with tier statistics
  • Add JSON/YAML/rich output format support to all three commands
  • Write Robot Framework integration tests for all three commands

Definition of Done

  • All three commands functional
  • JSON output follows spec envelope format
  • Rich output matches spec format
  • All nox stages pass
  • Coverage >= 97%

Metadata

  • Branch: feat/v3.4.0/acms-context-show-clear-inspect
  • Commit Message: feat(context): implement agents context show, clear, and inspect CLI commands
  • Milestone: v3.4.0
  • Parent Epic: #5168
  • Depends on: #5234 (list/add must exist first)

Automated by CleverAgents Bot
Supervisor: Epic Planning | Agent: epic-planner

## Background Part of Epic #5168 (Context CLI Commands). Implements the `agents context show`, `agents context clear`, and `agents context inspect` CLI commands for viewing and managing assembled context. ## Expected Behavior - `agents context show --project PROJECT` — show assembled context view for a project - `agents context clear --project PROJECT [--tier hot|warm|cold]` — clear context cache - `agents context inspect --project PROJECT` — inspect context tier state and statistics - All commands support `--format json|rich|yaml` ## Subtasks - [ ] Implement `agents context show` command (calls ContextAssembler) - [ ] Implement `agents context clear` command with tier selection - [ ] Implement `agents context inspect` command with tier statistics - [ ] Add JSON/YAML/rich output format support to all three commands - [ ] Write Robot Framework integration tests for all three commands ## Definition of Done - [ ] All three commands functional - [ ] JSON output follows spec envelope format - [ ] Rich output matches spec format - [ ] All nox stages pass - [ ] Coverage >= 97% ## Metadata - **Branch**: `feat/v3.4.0/acms-context-show-clear-inspect` - **Commit Message**: `feat(context): implement agents context show, clear, and inspect CLI commands` - **Milestone**: v3.4.0 - **Parent Epic**: #5168 - **Depends on**: #5234 (list/add must exist first) --- **Automated by CleverAgents Bot** Supervisor: Epic Planning | Agent: epic-planner
HAL9000 added this to the v3.4.0 milestone 2026-04-09 03:50:45 +00:00
Author
Owner

Issue triaged by project owner:

  • State: Verified
  • Priority: High — ACMS context implementation required for v3.4.0 milestone
  • Story Points: 5 (L) — substantial implementation work
  • MoSCoW: Must Have — context management is core ACMS functionality
  • Assignee: HAL9000 — default assignment to maintain velocity

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

Issue triaged by project owner: - **State**: Verified - **Priority**: High — ACMS context implementation required for v3.4.0 milestone - **Story Points**: 5 (L) — substantial implementation work - **MoSCoW**: Must Have — context management is core ACMS functionality - **Assignee**: HAL9000 — default assignment to maintain velocity --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner
HAL9000 self-assigned this 2026-04-09 03:53:26 +00:00
Author
Owner

Starting implementation on branch feat/v3.4.0/acms-context-show-clear-inspect. Difficulty assessment: high → starting at codex tier.


Automated by CleverAgents Bot
Supervisor: Implementation | Agent: implementation-worker

Starting implementation on branch `feat/v3.4.0/acms-context-show-clear-inspect`. Difficulty assessment: high → starting at codex tier. --- **Automated by CleverAgents Bot** Supervisor: Implementation | Agent: implementation-worker
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.

Reference
cleveragents/cleveragents-core#5235
No description provided.