# AgentBoardroom Quick Start

A minimal example showing core governance primitives.

## Run

```bash
npm install
npm start
```

## What It Does

1. Initializes decision store, challenge protocol, and gate enforcement
2. Records an architectural decision
3. Challenges it (adversarial review)
4. Records a gate verdict (QA pass/fail)
5. Queries the decision graph

## Learn More

- [Full Documentation](https://github.com/GixGosu/AgentBoardroom#readme)
- [Quick Start Guide](https://github.com/GixGosu/AgentBoardroom/blob/main/docs/QUICKSTART.md)
