JSPM

@kontourai/veritas

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 24
  • Score
    100M100P100Q86469F
  • License Apache-2.0

Repo-local framework and CLI for making AI-assisted development easier to trust through adapters, policy packs, evidence, and evals.

Package Exports

  • @kontourai/veritas

Readme

Veritas

npm version CI

Veritas is a repo-local framework and CLI for trustworthy AI-assisted development. It lets your codebase define its own map, rules, and proof lanes — so AI-generated changes come with structured evidence instead of blind faith. Works with any AI agent. No runtime dependencies beyond Node.

Quickstart

npm install -D @kontourai/veritas
npx veritas init
npx veritas shadow run --working-tree

That bootstraps your repo with an adapter, policy pack, and team profile, then runs the first shadow check.

What You Get

  • Repo Map — a typed graph of your codebase so AI knows what it's touching
  • Rules — staged policies: invariants, preferences, and temporary rails
  • Evidence — a bounded artifact of what changed, what was proven, what passed
  • Feedback — live eval records that measure whether guidance actually helped

Documentation

Repository Layout

  • bin/ — CLI entrypoints
  • src/ — framework logic
  • schemas/ — JSON schemas
  • docs/ — guides, design, reference
  • tests/ — smoke tests

Contributing

See CONTRIBUTING.md.

License

Apache-2.0