Drop runtime- prefix from GitHub workflows - #392
Merged
Conversation
Now that the inference workflows live in the sibling `nvisycom/bento` repo, there's no reason to prefix this repo's workflows. `runtime-build` → `build`, `runtime-security` → `security`, `runtime-release` → `release`. Names inside each file updated to match. Badge URLs across every crate README (`nvisy-engine`, `nvisy-schema`, `nvisy-policy`, `nvisy-template`) and the top-level README repointed at the new filenames. The runtime README's inference badge also swapped to bento's renamed `build.yml`. Makefile header updated. Targets were already unprefixed. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Old README described a workspace pairing Rust with Python services shipped from this repo. Rewrite to reflect the current reality: this repo is Rust libraries only; the BentoML services and their client live in nvisycom/bento and are pulled via `elide-bento` as a git dependency. Also drops the Workspaces section (the file tree already lists the crates), refreshes the OCR/STT wording to match the current engine surface, and points the "Quick Start" self-hosted paragraph at the sibling repo instead of implying the images live here. CHANGELOG's Added section drops the "BentoML services shipped as Docker containers" line — those don't ship from this repo anymore — and adds a bullet noting the HTTP client integration. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
martsokha
force-pushed
the
chore/repo-polish
branch
from
August 11, 2026 11:40
1809c82 to
1baa6c0
Compare
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.
Stacked on top of #390 (the bento split).
Summary
Now that the inference workflows live in the sibling nvisycom/bento repo, there's no reason to prefix this repo's workflows.
Names inside each file updated (`Runtime Build` → `Build`, etc.). Every self-reference to the old filenames swept.
Badge URLs updated across the top-level README and every crate README (`nvisy-engine`, `nvisy-schema`, `nvisy-policy`, `nvisy-template`). The top-level README's inference badge also swapped to bento's renamed `build.yml`.
Makefile header updated. Targets were already unprefixed — no changes to target names.
Test plan
🤖 Generated with Claude Code