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
10 changes: 5 additions & 5 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "codetruss",
"description": "Local acceptance gates and verifiable receipts for AI-generated changes",
"description": "Catch scope drift and AI slop before commit with local acceptance receipts",
"metadata": {
"description": "Local acceptance gates and verifiable receipts for AI-generated changes",
"version": "0.1.0"
"description": "Catch scope drift and AI slop before commit with local acceptance receipts",
"version": "0.1.1"
},
"owner": {
"name": "CodeTruss",
Expand All @@ -14,8 +14,8 @@
{
"name": "codetruss",
"source": "./plugins/codetruss-claude",
"description": "Keep agent changes inside the task and produce a verifiable local receipt",
"version": "0.1.0",
"description": "Bind agent changes to the task and produce a verifiable local receipt before commit",
"version": "0.1.1",
"category": "development",
"tags": ["scope-drift", "verification", "local-first", "coding-agents"]
}
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ claude plugin marketplace add DeliriumPulse/codetruss-plugins
claude plugin install codetruss@codetruss
```

The same plugin will be submitted to Anthropic's reviewed `claude-community`
marketplace after the public CLI release is live.
The same validated plugin is ready for Anthropic's reviewed marketplace. The
owned marketplace is live now; official listing remains pending review.

## Codex

Expand All @@ -36,8 +36,9 @@ codex plugin marketplace add DeliriumPulse/codetruss-plugins
codex plugin add codetruss@codetruss
```

The skills-only plugin will also be submitted to OpenAI's universal Plugin
Directory after clean-profile installation tests pass.
The validated skills-only bundle is ready for OpenAI's universal Plugin
Directory. The owned marketplace is live now; official listing remains pending
verified publisher submission and review.

## What the skill does

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codetruss-agent-plugins",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"description": "Open Claude Code, Codex, and Agent Skills wrappers for the CodeTruss CLI",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions plugins/codetruss-claude/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codetruss",
"version": "0.1.0",
"description": "Local acceptance gates and verifiable receipts for AI-generated changes.",
"version": "0.1.1",
"description": "Catch scope drift and AI slop before commit with local acceptance receipts.",
"author": {
"name": "CodeTruss",
"email": "zack@codetruss.com",
Expand Down
2 changes: 1 addition & 1 deletion plugins/codetruss-claude/skills/codetruss/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: codetruss
description: Set up and operate CodeTruss local acceptance gates for AI-generated code. Use when a developer asks to constrain agent changes with allow or deny globs, configure repository verification, install or diagnose Claude Code or Codex hooks, review a working-tree or staged diff, interpret or verify a CodeTruss receipt, repair a failed verdict, or explicitly opt into provider-backed review or receipt sync.
description: Catch scope drift and AI slop by setting up and operating CodeTruss local acceptance gates for AI-generated code. Use when a developer asks to bind an agent task to allowed or denied files, configure repository verification, install or diagnose Claude Code or Codex hooks, review a working-tree or staged diff before commit, interpret or verify a signed CodeTruss receipt, repair a failed verdict, or explicitly opt into provider-backed review or receipt sync.
---

# CodeTruss
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interface:
display_name: "CodeTruss"
short_description: "Local acceptance gates for agent changes"
short_description: "Catch scope drift and AI slop before commit"
default_prompt: "Use $codetruss to review my current agent changes and explain the receipt."
8 changes: 4 additions & 4 deletions plugins/codetruss/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "codetruss",
"version": "0.1.0",
"description": "Local acceptance gates and verifiable receipts for AI-generated changes.",
"version": "0.1.1",
"description": "Catch scope drift and AI slop before commit with local acceptance receipts.",
"author": {
"name": "CodeTruss",
"email": "zack@codetruss.com",
Expand All @@ -14,8 +14,8 @@
"skills": "./skills/",
"interface": {
"displayName": "CodeTruss",
"shortDescription": "Prove agent changes stayed inside the task",
"longDescription": "Set a task boundary, run deterministic local checks, and produce a verifiable receipt for AI-generated changes.",
"shortDescription": "Catch scope drift and AI slop before commit",
"longDescription": "Bind agent changes to the task, run deterministic local checks, and produce a verifiable receipt before commit.",
"developerName": "CodeTruss",
"category": "Developer Tools",
"capabilities": ["Interactive", "Read", "Write"],
Expand Down
2 changes: 1 addition & 1 deletion plugins/codetruss/skills/codetruss/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: codetruss
description: Set up and operate CodeTruss local acceptance gates for AI-generated code. Use when a developer asks to constrain agent changes with allow or deny globs, configure repository verification, install or diagnose Claude Code or Codex hooks, review a working-tree or staged diff, interpret or verify a CodeTruss receipt, repair a failed verdict, or explicitly opt into provider-backed review or receipt sync.
description: Catch scope drift and AI slop by setting up and operating CodeTruss local acceptance gates for AI-generated code. Use when a developer asks to bind an agent task to allowed or denied files, configure repository verification, install or diagnose Claude Code or Codex hooks, review a working-tree or staged diff before commit, interpret or verify a signed CodeTruss receipt, repair a failed verdict, or explicitly opt into provider-backed review or receipt sync.
---

# CodeTruss
Expand Down
2 changes: 1 addition & 1 deletion plugins/codetruss/skills/codetruss/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interface:
display_name: "CodeTruss"
short_description: "Local acceptance gates for agent changes"
short_description: "Catch scope drift and AI slop before commit"
default_prompt: "Use $codetruss to review my current agent changes and explain the receipt."
2 changes: 1 addition & 1 deletion skills/codetruss/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: codetruss
description: Set up and operate CodeTruss local acceptance gates for AI-generated code. Use when a developer asks to constrain agent changes with allow or deny globs, configure repository verification, install or diagnose Claude Code or Codex hooks, review a working-tree or staged diff, interpret or verify a CodeTruss receipt, repair a failed verdict, or explicitly opt into provider-backed review or receipt sync.
description: Catch scope drift and AI slop by setting up and operating CodeTruss local acceptance gates for AI-generated code. Use when a developer asks to bind an agent task to allowed or denied files, configure repository verification, install or diagnose Claude Code or Codex hooks, review a working-tree or staged diff before commit, interpret or verify a signed CodeTruss receipt, repair a failed verdict, or explicitly opt into provider-backed review or receipt sync.
---

# CodeTruss
Expand Down
2 changes: 1 addition & 1 deletion skills/codetruss/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
interface:
display_name: "CodeTruss"
short_description: "Local acceptance gates for agent changes"
short_description: "Catch scope drift and AI slop before commit"
default_prompt: "Use $codetruss to review my current agent changes and explain the receipt."
7 changes: 5 additions & 2 deletions submission/claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@
- Repository: <https://github.com/DeliriumPulse/codetruss-plugins>
- Package path: `plugins/codetruss-claude`
- Homepage: <https://codetruss.com/cli>
- Logo: <https://codetruss.com/brand/codetruss-mark-512.png> (512 × 512;
SHA-256 `2c46b3aca474ec80918333b6331326ef6f1df6d4a09d48c4f4f9f128dc3d45b8`)
- Support: <https://github.com/DeliriumPulse/codetruss-cli/issues>
- Privacy: <https://codetruss.com/privacy>
- Terms: <https://codetruss.com/terms>

Description:

> Keep Claude Code changes inside the approved task, run deterministic local
> analyzers and repository verification, and produce a verifiable receipt. The
> Catch scope drift and AI slop before commit. Keep Claude Code changes inside
> the approved task, run deterministic local analyzers and repository
> verification, and produce a verifiable receipt. The
> skill installs CodeTruss's existing project hook only after the developer
> confirms repository scope. It never uploads code; provider review and receipt
> sync remain explicit opt-ins.
Expand Down
9 changes: 6 additions & 3 deletions submission/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ Submission type: **Skills only**

- Name: CodeTruss
- Category: Developer Tools
- Short description: Prove agent changes stayed inside the task.
- Short description: Catch scope drift and AI slop before commit.
- Logo: <https://codetruss.com/brand/codetruss-mark-512.png> (512 × 512;
SHA-256 `2c46b3aca474ec80918333b6331326ef6f1df6d4a09d48c4f4f9f128dc3d45b8`)
- Website: <https://codetruss.com>
- Support: <https://github.com/DeliriumPulse/codetruss-cli/issues>
- Privacy: <https://codetruss.com/privacy>
- Terms: <https://codetruss.com/terms>

Long description:

> Set a task boundary, run deterministic local scope and quality checks, execute
> your repository's own verification commands, and produce a verifiable receipt
> Bind agent changes to the task. Catch scope drift and AI slop with
> deterministic local checks, run your repository's own verification commands,
> and produce a verifiable receipt
> for AI-generated changes. CodeTruss works across coding agents. Deterministic
> analysis stays on your machine; provider review and receipt sync are explicit
> opt-ins.
Expand Down