docs: daily maintenance loop — 2026-06-25 - #108
Open
nj-io wants to merge 1 commit into
Open
Conversation
…enrich 12 group help texts - Fix generate_cli_docs.py to handle Typer 0.26's TyperOption/TyperArgument types (no longer subclasses of click.Option/click.Argument) - Enrich group-level help text for 12 CLI groups: arc, bot, config, decision, draft, inspect, logs, manual, media, memory, snapshot, account - Regenerate CLI docs (all 24 files updated with enriched descriptions) - All recurring checks pass (ruff, mypy 28 pre-existing, format, CLI freshness) - No new backlog approvals found Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CDeYhFViKdTTBVhpLiDoZb
This was referenced Jun 26, 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.pyusedisinstance(p, click.Option)/isinstance(p, click.Argument)checks that silently broke when Typer 0.26 decoupledTyperOption/TyperArgumentfrom Click's class hierarchy. All option/argument tables were being silently dropped from regenerated docs. Fixed by importing and checking against both type families.arc,bot,config,decision,draft,inspect,logs,manual,media,memory,snapshot,accountupgraded from terse one-liners to descriptive multi-sentence helpChanges since last run (11 commits)
auto_postablecheck fix for bot schedule buttonsNo new backlog approvals
Checked PR #79, #80, #81 comments — no items approved for implementation.
Waiting for review
No new items this run. Existing backlog unchanged:
State
e0675da→1afe4f1https://claude.ai/code/session_01CDeYhFViKdTTBVhpLiDoZb
Generated by Claude Code