Conversation
Enriched group-level help text for manual, setup, decision, and media CLI command groups. Regenerated CLI reference docs to match current source. Updated DOC_STATUS.md recurring checks to 2026-06-15. https://claude.ai/code/session_014N4og9FYquDTAP1JeWmi2T
…_docs.py Typer 0.26 uses TyperOption/TyperArgument classes that don't inherit from click.Option/click.Argument, so isinstance checks in the doc generator silently dropped all argument and option tables. Add typer.core types to the isinstance tuples so the generator works with both old and new Typer. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TE3pBYZHRWnP1CgYqz5XRN
This was referenced Jun 21, 2026
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.pyTyper 0.26 compatibility — Typer 0.26 usesTyperOption/TyperArgumentclasses that don't inherit fromclick.Option/click.Argument, so the doc generator silently dropped all argument/option tables. Addedtyper.coretypes toisinstancechecks.manual,setup,decision,media(both in source Typer definitions and__init__.pyadd_typer()calls)DOC_STATUS.md:last_run_dateto 2026-06-18, all recurring checks passingRecurring Checks (all passing)
import-untyped/no-any-returnepisode_tags, strategy-scopedBacklog (unchanged — no approvals found)
State
1afe4f1(unchanged — no new code commits since last run)https://claude.ai/code/session_01TE3pBYZHRWnP1CgYqz5XRN