docs(reference): drop the "generated from --help" tagline - #1098
docs(reference): drop the "generated from --help" tagline#1098agent-137 wants to merge 1 commit into
Conversation
The CLI reference pages are hand-maintained, not generated, so the "Generated from `--help` at `<sha>`." line advertised provenance that does not exist. The shas were also stale and inconsistent between pages. cli-min.md already had the line removed by hand; this brings mip, minimald, and minvmd in line. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01K131eRfYxJ5YdY1v3iMULi
📝 WalkthroughWalkthroughThe CLI reference documentation for ChangesCLI reference cleanup
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related issues
Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Closing at Karl's direction: the tagline stays here as provenance for the CLI repo. The webapp (gominimal/webapp) will strip it at docs-sync time instead, alongside the existing renamed-link rewrite, so the published docs lose the line without this repo giving up the provenance marker. Apologies for the churn, @twitchyliquid64 — thanks for the review. For the record, the finding that motivated the original change still holds: these reference pages are not generated by anything. |
Removes the "Generated from
--helpat<sha>." line from the CLI reference pages formip,minimald, andminvmd.Team decision from #frontend: Alyssa asked whether the line should be on the pages, and the thread agreed it shouldn't. Karl approved the change.
There is no generator
The obvious risk here was deleting a line that tooling would reinstate on the next regeneration. It won't — the CLI reference pages are hand-maintained:
Generated fromappears nowhere in the repo outsidedocs/reference/, in the current tree or anywhere in history (git log --all -S).crates/,scripts/, thejustfile, or.github/workflows/writes todocs/reference/. The only clap doc-adjacent dependency isclap_complete, which generates shell completions, not markdown.d9f20165for mip,3a05252cfor minimald and minvmd, andcb29f065in cli-min.md before it was removed), which is what hand-written "as of" notes look like, not the output of a single generation pass.cli-min.mdalready had the line removed by hand in 9c1723e ("Grammar update cli-min.md"), and nothing put it back.So the fix is the deletion itself; there is no generator to change.
Files touched
docs/reference/cli-mip.mddocs/reference/cli-minimald.mddocs/reference/cli-minvmd.mdEach line was its own paragraph between the intro prose and
## Global flags; the line and one adjacent blank line came out, leaving no double blank lines.cli-min.mdneeded no change.#1094 (
docs: link concepts pages relatively) is already merged and touches a disjoint set of files (build-specs.md,minimal-dot-toml.md,stack-specs.md,tasks.md), so there is no overlap or rebase needed.🤖 Generated with Claude Code
https://claude.ai/code/session_01K131eRfYxJ5YdY1v3iMULi
Note
Remove "Generated from --help" tagline from CLI reference docs
Drops the auto-generated attribution line (e.g.
Generated from --help at 3a05252c) from cli-minimald.md, cli-minvmd.md, and cli-mip.md.Macroscope summarized 49b232d.
Summary by CodeRabbit
minimald,minvmd, andmipCLI reference pages.