Skip to content

Drop runtime- prefix from GitHub workflows - #392

Merged
martsokha merged 2 commits into
mainfrom
chore/repo-polish
Aug 11, 2026
Merged

Drop runtime- prefix from GitHub workflows#392
martsokha merged 2 commits into
mainfrom
chore/repo-polish

Conversation

@martsokha

Copy link
Copy Markdown
Member

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.

  • `runtime-build.yml` → `build.yml`
  • `runtime-security.yml` → `security.yml`
  • `runtime-release.yml` → `release.yml`

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

  • `cargo check --workspace --all-features --all-targets`
  • No lingering `runtime-build` / `runtime-security` / `runtime-release` references in `.md` / `.yml`.

🤖 Generated with Claude Code

@martsokha martsokha added the chore maintenance, dependency updates, code cleanup label Aug 11, 2026
Base automatically changed from refactor/split-bento to main August 11, 2026 11:24
martsokha and others added 2 commits August 11, 2026 13:39
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 martsokha self-assigned this Aug 11, 2026
@martsokha
martsokha merged commit 9cb91a9 into main Aug 11, 2026
8 checks passed
@martsokha
martsokha deleted the chore/repo-polish branch August 11, 2026 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore maintenance, dependency updates, code cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant