Contributing

This file is intentionally short.

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

Development Rules

Verification

Before considering a framework change complete:

npm run verify
npm test

When Adding New Concepts

If you add a new framework concept, update:

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

That keeps the framework understandable for both agents and humans.