Skip to content

feat: shared wizard abstraction for TUI flows #1586

@Hweinstock

Description

@Hweinstock

Problem

Each TUI wizard flow is implemented from scratch, which introduces opportunities for inconsistent behavior and larger surface area for bugs. As an example see:
https://github.com/aws/agentcore-cli/pull/1575/changes#r3433276727

In this case, we're controlling the back behavior of step of the flow individually, which led to a bug.

Definition of Done

  • Propose a general wizard abstraction for these flows (to be used in add flows, and create, etc.).
  • Migrate existing consumers to a shared framework.

The framework should support all functionality we currently need for flows, and be flexible to future extensions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions