From 20ca4eb3eff8455fc228e2d0c7e4b0a59115efc7 Mon Sep 17 00:00:00 2001 From: Binay <150876063+bkd-dotcom@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:17:35 -0400 Subject: [PATCH] docs: remove all Umbra references, use Signetry naming throughout - rename remaining umbra->signetry mentions in docs, changelogs, and identifiers - point doc links to signetry.github.io; Marketplace to signetry-admission - keep umbra.engineer only in functional GitHub App webhook/setup URLs and the in-toto provenance build-type URI (receipt semantics / live endpoints) - rewrite historical rename changelog entries into coherent Signetry-only text --- CHANGELOG.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d7891e..a61b0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Changelog — umbra-codex +# Changelog — signetry-codex Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semver.org/). @@ -6,9 +6,8 @@ Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semve ### Changed -- Rebranded the platform from Umbra to Signetry: CLI `umbra` → `signetry`, env - `UMBRA_*` → `SIGNETRY_*`, config `.umbra/` → `.signetry/`, imports `umbra_core` - → `signetry_core`, and prose/docs references. Install pins now use +- Naming: CLI `signetry`, env vars `SIGNETRY_*`, config `.signetry/`, import package + `signetry_core`, and prose/docs references use **Signetry**. Install pins now use `signetry-core @ git+https://github.com/Signetry/core@v0.6.0` and `signetry-reviewer @ git+https://github.com/Signetry/reviewer@v0.1.2`. @@ -16,8 +15,8 @@ Follows [Keep a Changelog](https://keepachangelog.com/) / [SemVer](https://semve ### Added -- Split out of the `umbra-plugins` monorepo into a dedicated repository under the - [Umbra umbrella](https://github.com/Signetry/signetry), per the platform +- Split out of the `signetry-plugins` monorepo into a dedicated repository under the + [Signetry umbrella](https://github.com/Signetry/signetry), per the platform architecture (one repo per integration). -- Pins `umbra-core>=0.3.0` (capability graph, plan binding, masked verifier, +- Pins `signetry-core>=0.3.0` (capability graph, plan binding, masked verifier, G1/G2/G3 gates, extension admission).