Skip to content

[Docs] Fix cli-reference: list-projects output and add rebuild command#754

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync-20260501-f7554f5481f92e10
Draft

[Docs] Fix cli-reference: list-projects output and add rebuild command#754
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync-20260501-f7554f5481f92e10

Conversation

@github-actions

@github-actions github-actions Bot commented May 1, 2026

Copy link
Copy Markdown
Contributor

$(cat <<'EOF'

[Doc-Sync] This documentation update was automatically generated.

Summary

  • Fix list-projects example output: The docs showed a table with ID / Repository / Status columns that don't exist. The actual output is repo (branch: branch_name) — one line per project.
  • Add missing rebuild command: The rebuild subcommand exists in crates/app/src/main.rs (line 139) and is shown in the CLI help text (line 299), but was absent from the reference docs.

Source files verified

  • crates/app/src/main.rscmd_list_projects() output format, cmd_rebuild() description

Test plan

  • Review list-projects output format matches println!("{} (branch: {})", p.repo, p.default_branch) in main.rs:126
  • Review rebuild command description matches the docstring in main.rs:132–137

Wiki sync status

Wiki sync not applicable (no wiki repo configured).

🤖 Generated with [Claude Code]((claude.com/redacted)
EOF
)

Generated by Documentation Sync ·

  • expires on May 4, 2026, 6:56 AM UTC

- Fix list-projects example output: was a table format, actually prints
  `repo (branch: name)` per line
- Add missing `rebuild` command (clears tasks/merge queue, re-populates
  from GitHub)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation labels May 1, 2026
@github-actions github-actions Bot mentioned this pull request May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants