From 9af2af20b8bf33931f42ae22ab8cd9356ec791cc Mon Sep 17 00:00:00 2001 From: Zack Whitson Date: Fri, 7 Aug 2026 10:31:37 -0500 Subject: [PATCH] Point README commands at the CodeTruss organisation The documented `gh attestation verify --repo DeliriumPulse/codetruss-cli` returns 404 since the repositories moved, so the one command a reader would run to check we are telling the truth was broken. The brew tap path and the plugin marketplace paths were stale for the same reason. Verified before committing: the corrected attestation command exits 0 against the published v0.2.39 archive. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b893be..ccc9865 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ fully qualified formula trusts only this formula, not every package the tap may contain: ```sh -brew install DeliriumPulse/codetruss/codetruss +brew install CodeTruss/codetruss/codetruss codetruss --version ``` @@ -55,7 +55,7 @@ uploads a receipt to CodeTruss. See the full [CLI documentation](https://codetru ## Integrity and release policy The formula downloads one immutable, versioned archive from the official -[`DeliriumPulse/codetruss-cli`](https://github.com/DeliriumPulse/codetruss-cli) +[`CodeTruss/codetruss-cli`](https://github.com/CodeTruss/codetruss-cli) release. Its SHA-256 is pinned in the formula. Pull requests run formula style, audit, install, and functional tests on supported macOS runners before merge. @@ -72,6 +72,6 @@ The tap license does not relicense the CLI. See [NOTICE.md](NOTICE.md). ## Support and security -- Installation or formula issue: [open a tap issue](https://github.com/DeliriumPulse/homebrew-codetruss/issues) -- CLI issue: [open a CLI issue](https://github.com/DeliriumPulse/codetruss-cli/issues) +- Installation or formula issue: [open a tap issue](https://github.com/CodeTruss/homebrew-codetruss/issues) +- CLI issue: [open a CLI issue](https://github.com/CodeTruss/codetruss-cli/issues) - Security report: follow the private reporting instructions in [SECURITY.md](SECURITY.md)