docs: daily maintenance loop — 2026-06-26 - #109
Open
nj-io wants to merge 1 commit into
Open
Conversation
…roups - Fix generate_cli_docs.py and cli/__init__.py help --json for Typer 0.26.7: TyperOption/TyperArgument no longer inherit from click.Option/click.Argument, so isinstance checks silently dropped all option/argument tables (1135 lines). Added typer.core types to isinstance checks. - Enrich 10 terse CLI group help texts: arc, bot, config, decision, draft, inspect, manual, media, memory, snapshot — upgraded from 2-4 word labels to descriptive sentences. - Regenerate CLI docs (11 files updated with enriched descriptions). - Add ruff format recurring check to DOC_STATUS.md. - Update all recurring check dates to 2026-06-26 (all 11 pass). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SJ95dRUDN5yzcqYsWXMJUf
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
help --jsonfor Typer 0.26 —generate_cli_docs.pyandcli/__init__.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 (1135 lines) were being silently dropped from regenerated docs. Fixed by importing and checking against both type families.arc,bot,config,decision,draft,inspect,manual,media,memory,snapshotupgraded from terse 2–4 word labels to descriptive multi-sentence helpChanges since last run (11 commits)
auto_postablecheck fix for bot schedule buttonsNo new backlog approvals
Checked PR #79, #81, #108 comments — no items approved for implementation.
Waiting for review
No new items this run. Existing backlog unchanged:
Note: Supersedes #108, #107, #106, #105, #104, #103, #102, #101, #100, #99 and earlier open maintenance PRs covering the same period.
State
e0675da→1afe4f1https://claude.ai/code/session_01SJ95dRUDN5yzcqYsWXMJUf
Generated by Claude Code