Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: |
brew install --build-from-source DeliriumPulse/codetruss/codetruss
brew test DeliriumPulse/codetruss/codetruss
test "$(codetruss --version)" = "codetruss 0.2.24"
test "$(codetruss --version)" = "codetruss 0.2.30"
6 changes: 3 additions & 3 deletions Formula/codetruss.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Codetruss < Formula
desc "Local-first acceptance gate and receipts for AI-generated code"
desc "Deterministic first-pass verification gate for AI-written code"
homepage "https://codetruss.com/cli"
url "https://github.com/DeliriumPulse/codetruss-cli/releases/download/v0.2.24/codetruss-cli-0.2.24.tgz"
sha256 "793895784552e5d59540ffcc9dc2acf6bff6f778b59f9010bd901e4d4c3fa712"
url "https://github.com/DeliriumPulse/codetruss-cli/releases/download/v0.2.30/codetruss-cli-0.2.30.tgz"
sha256 "9c97f573aa7e7a052fe8d4c578efda6a8d43f2bcfec9a74ab7d2fdf6b53eccdc"
Comment thread
coderabbitai[bot] marked this conversation as resolved.
license :cannot_represent

depends_on "node"
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CodeTruss Homebrew tap

This is the official Homebrew tap for the CodeTruss CLI, a local-first acceptance
gate for AI-generated changes. It binds an agent task to the final Git diff, runs
deterministic analyzers and repository verification, and writes a verifiable
PASS, REVIEW_REQUIRED, or FAILED receipt.
This is the official Homebrew tap for the CodeTruss CLI, the deterministic
first-pass verification gate for AI-written code. It binds an agent task to the
final Git diff, runs 13 deterministic analyzers and your repository
verification commands, and writes a verifiable PASS, REVIEW_REQUIRED, or FAILED
receipt.

## Install

Expand Down
Loading