Contributing

This file is intentionally short.

The main docs in this repo are written for people installing and using Veritas. This file is the footnote for people developing the product itself.

Development Rules

Verification

Before considering a framework change complete:

npm run verify
npm test

When Adding New Concepts

If you add a new Veritas concept, update:

  1. the relevant schema
  2. at least one example artifact
  3. the user-facing docs

That keeps Veritas understandable for both agents and humans.