fabro/lib/crates/fabro-cli/src
Bryan Helmkamp 336553e30f
remove(cli): drop pr list command entirely
Abandoning `fabro pr list`. Deletes:
  - lib/crates/fabro-cli/src/commands/pr/list.rs
  - lib/crates/fabro-cli/tests/it/cmd/pr_list.rs
  - PrListArgs struct + PrCommand::List variant + dispatch arm + name
  - The `client()` accessor + `client` field on ServerSummaryLookup
    (`pr list` was the only consumer)
  - `### fabro pr list` section in docs/reference/cli.mdx
  - `list` row + alias from the `fabro pr --help` snapshot test

Server side untouched: there was no `/pull_requests` endpoint to
remove. Historical changelog and plan docs left as-is — they record
when the command shipped, not its current existence.

Verified: workspace fmt clean, clippy --all-targets -D warnings clean,
cargo nextest run --workspace 4581 passed (down from 4584 by the
3 deleted pr_list tests), 182 skipped.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 08:56:07 -04:00
..
commands remove(cli): drop pr list command entirely 2026-04-24 08:56:07 -04:00
shared refactor(run-status): unify tagged lifecycle states 2026-04-22 17:15:13 -04:00
sleep_inhibitor fix sleep_inhibitor lints under --all-features clippy 2026-04-23 22:45:07 -04:00
args.rs remove(cli): drop pr list command entirely 2026-04-24 08:56:07 -04:00
command_context.rs refactor: GitHubContext + drop dead CommandContext methods 2026-04-24 00:54:11 -04:00
gh.rs feat(install): let user choose GitHub App owner (personal or org) 2026-04-10 09:32:05 -04:00
landing.rs feat(cli): add fabro docs to landing Set up section 2026-04-17 09:03:40 -04:00
local_server.rs fix(ci): resolve workspace test and lint regressions 2026-04-23 20:49:30 -04:00
logging.rs Merge remote-tracking branch 'origin/main' 2026-04-19 19:33:40 -04:00
main.rs merge origin/main into local main 2026-04-23 21:13:28 -04:00
manifest_builder.rs merge origin/main into local main 2026-04-23 21:13:28 -04:00
server_client.rs merge origin/main into local main 2026-04-23 21:13:28 -04:00
server_runs.rs remove(cli): drop pr list command entirely 2026-04-24 08:56:07 -04:00
user_config.rs refactor(pr): simplify post-refactor PR command code 2026-04-23 20:59:32 -04:00