docs: refresh stale CLI references after the flow-verb redesign - #100
Merged
Conversation
The CLI redesign (#85–#89), Act-default-on (#86), and the publish/worktree work (#97/#94) left several docs naming removed/renamed commands and an out-of-date leaf count. Bring the docs in line with the current verb set: - README.md: `pdca batch` → `pdca flow <ids>`; `pdca flow|batch --lanes` → `pdca flow --lanes`; `pdca act-index`/`act-log` → `pdca act index`/`act log`; quickstart leads with `pdca flow` (+ `--rehearse`); "two leaf commands" → "model-leaf commands"; add Publish-on-accept and Per-cycle-worktree-isolation to "What's built" (both were missing). - template/CLAUDE.md.jinja: `pdca flow … [--act]` → `[--no-act]` (Act is default-on). - template/PCDA/quality-cycle/03-cycle-automation.md: `[--act]` → `[--no-publish] [--no-act]`; "two leaves to five" → "six" and add the publisher leaf to the enumeration. - docs/04-do.md: drop the backticks on "batch" (a batch run, not the removed verb). Docs-only; lint_docs OK. The docs/ guide folder and the rendered command table in template/README.md.jinja were already current. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Eduard Ralph <15236434+eduralph@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #101.
A documentation audit against the current code (the
flow-verb redesign #85–#89, Act-default-on #86, publish-on-accept #97, worktree isolation #94) surfaced docs naming removed/renamed commands and an out-of-date leaf count. This brings them in line:README.md—pdca batch→pdca flow <ids>;pdca flow|batch --lanes→pdca flow --lanes;pdca act-index/act-log→pdca act index/act log; quickstart now leads withpdca flow(+--rehearse); "two leaf commands" → "model-leaf commands"; added Publish-on-accept and Per-cycle-worktree-isolation to "What's built" (both were missing).template/CLAUDE.md.jinja—pdca flow … [--act]→[--no-act](Act runs by default since Unify flow + batch into oneflow: arity selects batch; auto-Plan when unbriefed #86).template/PCDA/quality-cycle/03-cycle-automation.md—[--act]→[--no-publish] [--no-act]; "two leaves to five" → "six" and added the publisher leaf to the enumeration.docs/04-do.md— dropped the backticks on "batch" (it's a batch run, not the removed verb).Verification
lint_docsOK.docs/guide folder and the rendered command table intemplate/README.md.jinjawere already current (they correctly useflow,--no-publish,--no-act,act index/act log, etc.).Out of scope (noted, no change)
template/PCDA/.claudian/sessions/*.meta.jsonis local untracked session cache (0 committed files) — won't ship via copier. Optional future hardening: gitignore it + add.claudianto copier_excludealongside.obsidian.🤖 Generated with Claude Code