agent-policy 0.6.0

Schema-first generator for coding-agent repo policies and compatibility files.
Documentation
# agent-policy

Schema-first generator for coding-agent repo policies and compatibility files.

> Generated by [agent-policy]https://github.com/CameronBrooks11/agent-policy.
> Source of truth: `agent-policy.yaml`. Do not edit this file manually.

---

## Commands


```bash
# Run tests
cargo test
```

```bash
# Lint
cargo clippy --all-targets -- -D warnings
```

```bash
# Build
cargo build --release
```

---

## What you may edit

- `src/**`
- `templates/**`
- `tests/**`
- `examples/**`

## What requires human review

- `.github/workflows/**`
- `agent-policy.schema.json`
- `Cargo.toml`

---

## Roles

No roles defined.

---

## Rules

- Never commit secrets, tokens, or credentials.
- Include tests with code changes.