From 4133a0c48b7e61cb3f2c8394129bab1f40074b92 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 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a351a..21b391f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,9 @@ 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/`, package - `umbra-core` → `signetry-core`, and the sibling `umbra-reviewer` → - `signetry-reviewer`. Renamed `universal/umbra-guard.sh` → `universal/signetry-guard.sh` - and updated the pre-commit hook `id` `umbra-guard` → `signetry-guard`. +- Signetry naming: CLI `signetry`, env `SIGNETRY_*`, config `.signetry/`, package + `signetry-core`, and the sibling `signetry-reviewer`. The guard script is + `universal/signetry-guard.sh` and the pre-commit hook `id` is `signetry-guard`. ## [0.3.0] — 2026-07-26