feat: add CLI access layer and release foundation - #11
Merged
Conversation
release: promote main to production
tulayha
marked this pull request as ready for review
July 28, 2026 08:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vidxp uithe sole browser-interface entry point and remove legacy CLI aliases andvidxp-uiorigin/mainand the taggedv0.1.0release history without regressing the new logo, README structure, or upstream wordingbprereleases frommainto TestPyPI and approved stable releases manually frommainto PyPIWhy
VidXP needed one transport-neutral access boundary and a predictable,
automation-friendly CLI instead of duplicated frontend and command behavior.
Named repository configuration also makes local indexes centrally selectable
without coupling future API or MCP adapters to Typer.
The release history had also split between
mainandrelease. Bringing thetagged stable ancestry back into the main line allows one branch to own
prereleases and stable releases without moving the existing tag.
Release and changelog behavior
utils/build-requirements.txtmaincreate GitHub/TestPyPIbprereleasesmainskip-changeloglabelCI / validatecheckUser impact
The canonical command surface is grouped under
vidxp index,vidxp search,vidxp actors,vidxp repositories, andvidxp benchmark. Existing hiddenflat aliases and the standalone
vidxp-uiexecutable are intentionallyremoved; the supported UI command is
vidxp ui.Validation
actionlint0.2.0-b.1and0.2.0CHANGELOG.mduntouchedv0.1.0tag andorigin/mainare ancestors of the branch