Conversation
…0 CLI group help texts - Fix generate_cli_docs.py for Typer 0.26 compatibility (TyperOption/TyperArgument no longer subclass click.Option/click.Argument, causing 113 commands to lose their Options/Arguments tables in generated docs) - Enrich 10 terse CLI group help texts (arc, bot, config, decision, draft, inspect, manual, media, memory, snapshot) in both module-level Typer() and add_typer() calls - Regenerate CLI docs (12 files updated with new help text) - Add ruff format check to recurring checks - Update all recurring check dates to 2026-05-28 (all 11 checks pass) https://claude.ai/code/session_01G81C8ra4R7YTfGENDztYvB
No new commits since last run. All 11 recurring checks pass. No backlog items approved. Date bump only. https://claude.ai/code/session_01C9W3eogZJyHGc32p2BGV9R
No new code on develop. All 11 recurring checks re-verified and pass. No new backlog approvals found. https://claude.ai/code/session_012iqGdFWNevsMyeXPmSmK2n
This was referenced Jun 1, 2026
11 tasks
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.pyusedisinstance(p, click.Option)/click.Argumentchecks that silently fail with Typer 0.26, whereTyperOption/TyperArgumentno longer inherit fromclick.Option/click.Argument. Without this fix, 113 commands lose their Options/Arguments tables in generated docs.Typer()calls andadd_typer()calls.ruff formatrecurring check to DOC_STATUS.mdChanges since last merged run (10 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 and open maintenance PRs — no items approved for implementation.
All recurring checks pass (re-verified 2026-05-30)
Waiting for review
No new items. Existing backlog unchanged:
State
e0675da→1afe4f1Note: Supersedes #95, #94, #93, #92, #91, #90, #89, #88, #87, #86, #85, #83, #82 — earlier open maintenance PRs covering the same period.
https://claude.ai/code/session_012iqGdFWNevsMyeXPmSmK2n