Skip to content

docs(base44-cli): document the workflows list/runs commands - #153

Open
davidsu wants to merge 1 commit into
mainfrom
feat/workflows-runs-reference
Open

docs(base44-cli): document the workflows list/runs commands#153
davidsu wants to merge 1 commit into
mainfrom
feat/workflows-runs-reference

Conversation

@davidsu

@davidsu davidsu commented Aug 6, 2026

Copy link
Copy Markdown

Reference pages + SKILL.md command-table section for the new read-only base44 workflows command group.

Pairs with base44/cli#591 — merge after the CLI release that ships it, since these pages name commands that don't exist in the published CLI yet.

  • references/workflows-list.md — workflows with status + run summary; consecutiveFailures as the attention signal
  • references/workflows-runs.md — the failed-first debugging flow (--status failed), --since/-n filters, --json record shape
  • Both teach the sharp edges: run-now runs are test runs and still shown (marked), legacy pre-Workflows apps get a refusal not an empty list, and empty results distinguish "no workflows" from "no matching runs"

🤖 Generated with Claude Code

Adds reference pages for the new read-only workflows command group
(base44/cli#591) and a Workflow Runs section to the command table:

- workflows list — workflows with status + run summary
- workflows runs — runs across the app; --status/--since/-n filters;
  failed runs carry the failing task and underlying error

Teaches the failed-first debugging flow, the test-run marking (run-now
runs are isTestRun), the legacy-app refusal, and that empty results
distinguish 'no workflows' from 'no matching runs'.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant