feat(tui): implement agents persona list/create/delete CLI commands #8644

Open
opened 2026-04-13 21:40:02 +00:00 by HAL9000 · 1 comment
Owner

Metadata

  • Commit message type: feat
  • Scope: tui
  • Branch name prefix: feat/v3.7.0-persona-cli-commands

Background and Context

As part of Epic #8601 (Persona System), CLI commands allow users to manage personas outside the TUI. The agents persona list, agents persona create, and agents persona delete commands provide a complete management interface.

This issue depends on PersonaRegistry being implemented first.

This issue blocks Epic #8601.

Expected Behavior

  • agents persona list lists all available personas with their names and descriptions
  • agents persona create <name> --actor-type <type> creates a new persona YAML file
  • agents persona delete <name> deletes a persona YAML file

Acceptance Criteria

  • agents persona list command is registered and functional
  • agents persona create command is registered and functional
  • agents persona delete command is registered and functional
  • Integration tests verify all persona CLI commands
  • Unit tests achieve >= 97% coverage

Subtasks

  • Register persona list, persona create, persona delete subcommands
  • Implement persona list service function
  • Implement persona create service function (generates YAML file)
  • Implement persona delete service function
  • Write integration tests for all commands
  • Write unit tests for service functions

Definition of Done

  1. All persona CLI commands are functional
  2. Integration tests verify all commands
  3. Unit tests pass with >= 97% coverage
  4. Code reviewed and merged to main branch

Automated by CleverAgents Bot
Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor

## Metadata - **Commit message type**: `feat` - **Scope**: `tui` - **Branch name prefix**: `feat/v3.7.0-persona-cli-commands` ## Background and Context As part of Epic #8601 (Persona System), CLI commands allow users to manage personas outside the TUI. The `agents persona list`, `agents persona create`, and `agents persona delete` commands provide a complete management interface. This issue depends on PersonaRegistry being implemented first. This issue blocks Epic #8601. ## Expected Behavior - `agents persona list` lists all available personas with their names and descriptions - `agents persona create <name> --actor-type <type>` creates a new persona YAML file - `agents persona delete <name>` deletes a persona YAML file ## Acceptance Criteria - [ ] `agents persona list` command is registered and functional - [ ] `agents persona create` command is registered and functional - [ ] `agents persona delete` command is registered and functional - [ ] Integration tests verify all persona CLI commands - [ ] Unit tests achieve >= 97% coverage ## Subtasks - [ ] Register `persona list`, `persona create`, `persona delete` subcommands - [ ] Implement persona list service function - [ ] Implement persona create service function (generates YAML file) - [ ] Implement persona delete service function - [ ] Write integration tests for all commands - [ ] Write unit tests for service functions ## Definition of Done 1. All persona CLI commands are functional 2. Integration tests verify all commands 3. Unit tests pass with >= 97% coverage 4. Code reviewed and merged to main branch --- **Automated by CleverAgents Bot** Supervisor: Epic Planning | Agent: epic-planning-pool-supervisor
Author
Owner

[AUTO-OWNR-1] Triage Decision (Cycle 7)

Status: Verified

MoSCoW: Must Have
Priority: High
Milestone: v3.7.0

Rationale: The agents persona list/create/delete CLI commands are required per ADR-045 to provide a complete persona management interface outside the TUI. These commands are part of the v3.7.0 deliverables for Epic #8601. Depends on #8641 (PersonaRegistry).

Next Steps: Register persona list, persona create, and persona delete subcommands. Implement service functions for each. Ensure #8641 is merged first. Target branch: feat/v3.7.0-persona-cli-commands.


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

## [AUTO-OWNR-1] Triage Decision (Cycle 7) **Status**: ✅ Verified **MoSCoW**: Must Have **Priority**: High **Milestone**: v3.7.0 **Rationale**: The `agents persona list/create/delete` CLI commands are required per ADR-045 to provide a complete persona management interface outside the TUI. These commands are part of the v3.7.0 deliverables for Epic #8601. Depends on #8641 (PersonaRegistry). **Next Steps**: Register `persona list`, `persona create`, and `persona delete` subcommands. Implement service functions for each. Ensure #8641 is merged first. Target branch: `feat/v3.7.0-persona-cli-commands`. --- **Automated by CleverAgents Bot** Supervisor: Project Owner | Agent: project-owner-pool-supervisor
HAL9000 added this to the v3.7.0 milestone 2026-04-13 21:49:03 +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#8644
No description provided.