Conversation
…help, add advisory docstrings Fix generate_cli_docs.py for Typer 0.26.4 where TyperOption/TyperArgument no longer subclass click.Option/click.Argument, causing option/argument tables to be silently dropped. Enrich 10 terse CLI group help texts and add advisory flow documentation to approve/schedule/post-now/quick-approve. https://claude.ai/code/session_017zeg59VFk1AU4UJhEUj7zC
No new code changes since last run. All 11 recurring checks verified and dates updated to 2026-06-02. https://claude.ai/code/session_01TQjwHedcxFmJHUSBSNeciK
`TyperOption`/`TyperArgument` no longer subclass `click.Option`/`click.Argument` in Typer 0.26.x, breaking `_cmd_to_dict()` JSON output and global_options. Apply the same `typer.core` fallback already used in `generate_cli_docs.py`. Fix quickstart tests to catch `typer.Exit` instead of `click.exceptions.Exit`. https://claude.ai/code/session_01FEp3zRR4RoWLdUNr5LFAv3
This was referenced Jun 8, 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.pyTyper 0.26.4 compatibility:TyperOption/TyperArgumentno longer subclassclick.Option/click.Argumentin Typer 0.26.4, causing all option/argument tables to be silently dropped from generated CLI docs. Addedtyper.coretype checks as fallback._cmd_to_dict()Typer 0.26.x compatibility (CI fix): Sameisinstanceissue affected thehelp --jsoncommand — options and arguments were silently dropped from JSON output. Applied the sametyper.corefallback pattern. Added type annotation forglobal_optionsandtype: ignorefor Typer/Click context interop.click.exceptions.Exitbut Typer now raisestyper.Exit(a distinct type). Updated to catch(typer.Exit, SystemExit).approve,schedule,post-now, andquick-approvenow document that non-auto-postable content vehicles (e.g. articles) are redirected to advisory flow — matches behavior added in PR fix: add auto_postable check to schedule_optimal and schedule_custom #78.ruff formatrecurring check to DOC_STATUS.md.Changes since last merged run (11 commits)
auto_postablecheck in bot scheduling (fix: add auto_postable check to schedule_optimal and schedule_custom #78)No new backlog approvals
Checked PR #79, #80, #81, #78 comments — only Codecov bot and release-please bot, no items approved for implementation.
All recurring checks pass (verified 2026-06-03)
Waiting for review
No new items. Existing backlog unchanged:
Note: Supersedes #97, #96, #95, #94, #93, #92, #91, #90, #89, #88, #87, #86, #85, #83, #82 — earlier open maintenance PRs covering the same period.
State
e0675da→1afe4f1_cmd_to_dict+ quickstart tests)https://claude.ai/code/session_01FEp3zRR4RoWLdUNr5LFAv3