@devbarbar/wcc-cli
v0.1.10
Published
Workflow Control Center CLI
Downloads
41
Readme
WCC CLI
Command-line interface for initializing and validating agentic workflow repositories.
Install
npm install -g @devbarbar/wcc-cliUsage
wcc init
wcc init --with-ui
wcc init --spec-folder specs --ui-repository ai-prompting --agents cursor
wcc ui
wcc ui --prod
wcc validate --json
wcc list --type "User Story"UI template sync
The published UI template lives in packages/wcc-cli/templates/ai-prompting and is kept
in sync with the repo root ai-prompting/ via:
pnpm -C packages/wcc-cli sync:ui-templateConfiguration
The CLI reads .agentic-specs/config.json from the target repo root. Use WCC_REPO_ROOT
to override the repo root location when needed.
Library exports
This package also exports the shared utilities used by the CLI and UI:
discoverArtifactsgetArtifactStageAndNextAgentresolveRepoRootresolveRepoFileForReadwriteUtf8PreserveNewlines
