.smithers/packs/<name>. Pack workflows are visible to workflow list and can
be run with either their unqualified id or an explicit <pack>:<workflow> id.
Eject a workflow
Copy a pack workflow into the local.smithers/ tree when you want to edit it:
workflow run kanban uses the ejected workflow while
workflow run kanban-suite:kanban still addresses the pack version.
Update packs
Pack updates are separate from the Smithers installation update command:.smithers/workflows, .smithers/ui, .smithers/prompts, and .smithers/lib
directories and are left unchanged.
Use these commands for the rest of the lifecycle:
Share a pack
Every initialized.smithers/ directory can be published as a pack. Set its
repository in smithers.toon, then preview the awesome-smithers entry:
gh CLI to fork the registry,
update its Packs section, push a branch, and open a pull request. Use
--repo owner/registry to override the registry repository. The seeded
share-pack workflow performs the validation and repository preparation steps
before calling this command.