feat(context): add agents context tier CLI commands (list, stats, flush) #5212

Open
opened 2026-04-09 03:24:33 +00:00 by HAL9000 · 1 comment
Owner

Background

Part of Epic #5165 (Context Tier Storage). Adds the agents context tier CLI subcommands that allow users to inspect and manage the context tier storage system.

Expected Behavior

  • agents context tier list — show all items in each tier with size and age
  • agents context tier stats — show tier statistics (hit rate, eviction count, sizes)
  • agents context tier flush [--tier hot|warm|cold] — flush one or all tiers
  • All commands support --format json output

Subtasks

  • Implement agents context tier list command
  • Implement agents context tier stats command
  • Implement agents context tier flush command with --tier option
  • Add JSON output format to all tier commands
  • Write Robot Framework integration tests for tier CLI commands

Definition of Done

  • All agents context tier subcommands functional
  • JSON output format works for all commands
  • Rich table output matches spec format
  • All nox stages pass
  • Coverage >= 97%

Metadata

  • Branch: feat/v3.4.0/acms-tier-cli
  • Commit Message: feat(context): add agents context tier CLI commands (list, stats, flush)
  • Milestone: v3.4.0
  • Parent Epic: #5165
  • Depends on: #5211 (TierManager must exist first)

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

## Background Part of Epic #5165 (Context Tier Storage). Adds the `agents context tier` CLI subcommands that allow users to inspect and manage the context tier storage system. ## Expected Behavior - `agents context tier list` — show all items in each tier with size and age - `agents context tier stats` — show tier statistics (hit rate, eviction count, sizes) - `agents context tier flush [--tier hot|warm|cold]` — flush one or all tiers - All commands support `--format json` output ## Subtasks - [ ] Implement `agents context tier list` command - [ ] Implement `agents context tier stats` command - [ ] Implement `agents context tier flush` command with `--tier` option - [ ] Add JSON output format to all tier commands - [ ] Write Robot Framework integration tests for tier CLI commands ## Definition of Done - [ ] All `agents context tier` subcommands functional - [ ] JSON output format works for all commands - [ ] Rich table output matches spec format - [ ] All nox stages pass - [ ] Coverage >= 97% ## Metadata - **Branch**: `feat/v3.4.0/acms-tier-cli` - **Commit Message**: `feat(context): add agents context tier CLI commands (list, stats, flush)` - **Milestone**: v3.4.0 - **Parent Epic**: #5165 - **Depends on**: #5211 (TierManager 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:24:39 +00:00
Author
Owner

Issue triaged by project owner:

  • State: Verified
  • Priority: High — ACMS context tier implementation is required for v3.4.0 milestone
  • Story Points: 5 (L) — substantial implementation work for each tier component
  • MoSCoW: Must Have — context tier storage is foundational for ACMS
  • Parent Epic: EPIC #5165 (Context Tier Storage — Hot/Warm/Cold Storage Implementation)

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

Issue triaged by project owner: - **State**: Verified - **Priority**: High — ACMS context tier implementation is required for v3.4.0 milestone - **Story Points**: 5 (L) — substantial implementation work for each tier component - **MoSCoW**: Must Have — context tier storage is foundational for ACMS - **Parent Epic**: EPIC #5165 (Context Tier Storage — Hot/Warm/Cold Storage Implementation) --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner
HAL9000 self-assigned this 2026-04-09 03:31:13 +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.

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