Home/AI Agents/probity
probity logo

probity

Enrichment pending
nizos/probity

TDD enforcement and guardrails for Claude Code, Codex, and GitHub Copilot CLI

GraphCanon updated today · GitHub synced today

83 stars10 forksLast push 1w TypeScript MIT

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (83) are secondary evidence.

npm downloads (30d)
3,732·npm downloads API·today

Maintenance and security

Full trust report
Maintenance
Very active (6d since push)
As of today
Provenance
Not a fork · Personal account
As of today
Security (OSV)
No criticals
As of today

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

npm install probity
npm

Similar tools

Same-category neighbours. No typed graph edges are catalogued for this tool yet.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

TDD enforcement and guardrails for Claude Code, Codex, and GitHub Copilot CLI

Capability facts

CLI
CLI entrypoint

Source: package.json:bin|scripts · Jul 15, 2026

MCP server
No MCP server detected

Source: repo_scan · Jul 15, 2026

Languages
typescript, javascript

Source: github.language+package.json · Jul 15, 2026

Categories

Compatibility

Sourced claims from the README excerpt - not unsourced marketing copy.

Node.js runtimeNode.js

Source: README excerpt (regex_v1, Jul 15, 2026)

npm install -D @nizos/probity
Source link

Tags

README

Quick start

npm install -D @nizos/probity

Create probity.config.ts at your project root:

import { defineConfig, enforceTdd } from '@nizos/probity'

export default defineConfig({
  rules: [
    {
      files: ['src/**', 'test/**'],
      rules: [enforceTdd()],
    },
  ],
})

Then wire it into your agent. One-time setup per agent.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.