feat(workflows): dynamic wf <name> command registration from input.schema #26

Open
opened 2026-09-09 10:15:33 +00:00 by larandar · 0 comments
Owner

Proposal

Register dynamic wf commands and generate help from input.schema.

Design

Read each schema at load time to derive command signature, argument validation, and --help.

Tasks

  • Discover schemas; derive signatures; render help; reject duplicate names.

Gherkin Specification Delta

must.contracts.ting-workflows.deliverable-26

Scenario: Deliverable behavior

  • GIVEN the stated prerequisites and inputs
  • WHEN the feature is exercised
  • THEN input.schema, when workflow loads, then wf has schema-derived args and help.
## Proposal Register dynamic wf commands and generate help from input.schema. ## Design Read each schema at load time to derive command signature, argument validation, and --help. ## Tasks - Discover schemas; derive signatures; render help; reject duplicate names. ## Gherkin Specification Delta ### must.contracts.ting-workflows.deliverable-26 **Scenario: Deliverable behavior** - **GIVEN** the stated prerequisites and inputs - **WHEN** the feature is exercised - **THEN** input.schema, when workflow loads, then wf <name> has schema-derived args and help.
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
Ting/workflows#26
No description provided.