Skip to content

docs: daily maintenance loop — 2026-06-09 - #102

Open
nj-io wants to merge 1 commit into
developfrom
docs/maintenance-2026-06-09
Open

nj-io wants to merge 1 commit into
developfrom
docs/maintenance-2026-06-09

Conversation

@nj-io

@nj-io nj-io commented Jun 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix CLI docs generator for Typer 0.26TyperOption/TyperArgument no longer extend click.Option/click.Argument, so isinstance checks in generate_cli_docs.py silently dropped all options/arguments tables (1135 lines). Updated to detect the new Typer types.
  • Update all recurring check dates to 2026-06-09 (all 9 checks pass)
  • Update last_run_commit to 1afe4f1 and last_run_date to 2026-06-09

Changes since last run (11 commits)

No new backlog approvals

Checked PR #79 and #81 comments — only automated responses (Codecov, Release Please).

Backlog (waiting for approval)

State

  • last_run_commit: e0675da1afe4f1
  • Changes since last run: 11 commits

Generated by Claude Code

Typer 0.26 replaced click.Option/click.Argument with TyperOption/TyperArgument
that don't extend the Click base classes. Updated generate_cli_docs.py to detect
the new types so options/arguments tables are preserved in generated CLI docs.

All 9 recurring checks pass. No new backlog approvals found.

https://claude.ai/code/session_01RjtHaNtP4A9426ELjk4vvV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants