richardcase / richardcase/clowder

Bulk/fleet control operations (land all, discard all idle, restart all)

Open
#108 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Rust
Stars
0
Forks
0
Avg merge
1h 14m
Merged PRs (30d)
16

Description

Every ControlRequest in crates/clowder-proto/src/control.rs targets a single PaneId or project (LandAgent, DiscardAgent, RestartWorktree, ...) — there's no batch verb. Managing a large fleet means repeating the same action pane-by-pane.

Proposal: add fleet-scoped variants — e.g. "land all under project X", "discard all idle agents", "restart all agents in project X" — as new ControlRequest/ControlEvent pairs, surfaced in the CLI (clowder agent land --all --project X) and as command-palette actions in the app.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in crates/clowder-proto/src/control.rs by reading the existing ControlRequest/ControlEvent pairs and their single-target handling. Trace the CLI path for clowder agent commands and the app's command-palette action path. Done means fleet-scoped variants cover the proposed project and idle operations and are exposed consistently in both surfaces.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli, devtools
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.