Skip to content

Add workspace list command. - #73

Merged
adampoit merged 1 commit into
mainfrom
list-command
Aug 15, 2026
Merged

Add workspace list command.#73
adampoit merged 1 commit into
mainfrom
list-command

Conversation

@adampoit

Copy link
Copy Markdown
Owner

No description provided.

@not-adam

not-adam Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Mira PR Walkthrough

Adds a patchlane workspace list command for discovering registered composed workspaces from local Git metadata. The command supports both human-readable and --json output, while documentation now includes the listing workflow and configuration usage. Integration tests cover listing fields, formatted output, and JSON round-tripping alongside the existing workspace lifecycle.

graph LR
cli["src/cli.ts"] --> listing["src/workspace-list.ts"]
listing --> state["src/workspace-state.ts"]
tests["tests/workspace.test.ts"] --> listing
docs["docs/workspaces.md"] --> cli
Loading
Confidence: 5/5   ◉◉◉◉◉   Safe to merge
  • The change is small and self-contained, delegates discovery to the existing workspace-state layer, adds focused lifecycle coverage, and documents both output modes without altering workspace mutation behavior.

Blast Radius — 2 dependent repositories, 3 total references

adampoit/mira — 1 reference
adampoit/wezterm — 2 references

5 files reviewed


Comment @not-adam help to get the list of available commands and usage tips.

@adampoit
adampoit merged commit a2691ae into main Aug 15, 2026
2 checks passed
@adampoit
adampoit deleted the list-command branch August 15, 2026 18:45
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.

1 participant