Conversation
…0.26.7 compat - Fix generate_cli_docs.py for typer 0.26.7: params are now TyperOption/TyperArgument instead of click.Option/click.Argument, so isinstance checks need duck-typing - Enrich group-level help text for 10 CLI groups that had terse labels: arc, bot, config, decision, draft, inspect, logs, manual, media, memory, snapshot - Regenerate CLI reference docs (12 files updated) - Update all recurring check dates to 2026-06-10 (all 10 checks pass) - Update last_run_commit to 1afe4f1 https://claude.ai/code/session_018BqBUE1QCrSSieipNPGyDH
11 tasks
This was referenced Jun 19, 2026
11 tasks
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
generate_cli_docs.pyfor typer 0.26.7 — params are nowTyperOption/TyperArgumentinstead ofclick.Option/click.Argument, soisinstancechecks broke param table generation. Added duck-type detection via class name.arc,bot,config,decision,draft,inspect,logs,manual,media,memory,snapshotChanges since last run (10 commits)
Mostly the previous docs maintenance PR (#79) merge, release 0.13.0 bump, and a bug fix for advisory scheduling (#78). The advisory check in bot buttons/commands doesn't affect existing docs (bot commands are internal, not user-facing CLI).
Waiting for review
No new items this run. Existing backlog items still pending approval:
pipeline.mdupdate — add content vehicles, advisory flow, content create/suggest pathshttps://claude.ai/code/session_018BqBUE1QCrSSieipNPGyDH
Generated by Claude Code