Skip to content

Sort inventory output alphabetically - #48

Merged
gavindidrichsen merged 2 commits into
mainfrom
sort-inventory
Jul 28, 2026
Merged

Sort inventory output alphabetically#48
gavindidrichsen merged 2 commits into
mainfrom
sort-inventory

Conversation

@gavindidrichsen

Copy link
Copy Markdown
Owner

Summary

  • binvv (and binv generally) listed VMs in whatever order the provider API returned them, making a long inventory hard to scan. Both the vmpooler and orbstack providers now sort targets and every group's target list alphabetically by name.
  • Consolidates docs to a single top-level README.md (the old docs/README.md was a stale duplicate) and replaces the short-lived separate IDR document type with a -scope/implementation tag on the relevant ADRs — cheaper to revise than a directory/numbering split.

Test plan

  • bundle exec rspec (34 examples, 0 failures)
  • bundle exec rubocop (no offenses)
  • Manually verified docs/adr/* content is unchanged except for the added tag frontmatter (git diff against main)

🤖 Generated with Claude Code

gavindidrichsen and others added 2 commits July 28, 2026 18:28
binvv listed VMs in whatever order they came back from the provider
API, making a long inventory hard to scan. Sort by name in both
providers so targets, windows/linux/unavailable groups, and
regex-matched groups all come back alphabetized.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…e IDR type

.diataxis now points readme generation at the top-level README.md
(docs/README.md was a stale duplicate, already removed in the prior
commit). Also drops the short-lived separate IDR document type: five
ADRs that were briefly migrated to docs/idr/ are back at their
original path/number, tagged -scope/implementation instead. A tag is
cheap to revise later; a directory/numbering split isn't.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@gavindidrichsen
gavindidrichsen merged commit 98a5e33 into main Jul 28, 2026
1 check passed
@gavindidrichsen
gavindidrichsen deleted the sort-inventory branch July 28, 2026 17:32
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