agent-policy 0.2.0

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

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

> **Note:** This file is generated by [agent-policy]https://github.com/CameronBrooks11/agent-policy.
> Do not edit manually — edit `agent-policy.yaml` and run `agent-policy generate`.

---

## Commands

- **Test:** `cargo test`
- **Lint:** `cargo clippy --all-targets -- -D warnings`
- **Build:** `cargo build --release`

---

## Allowed Edit Paths

These paths may be freely modified:

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

---

## Protected Paths

The following paths require human review before changes are accepted. Do not modify them unilaterally:

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

---

## Generated Files

Do not edit the following generated files directly:

- `AGENTS.md`
- `CLAUDE.md`

Edit `agent-policy.yaml` and run `agent-policy generate` instead.

---

## Agent Roles

No specific agent roles are defined. Default permissions apply.

---

## Constraints

- Provide tests for all code changes. Do not submit changes to `src/**` without corresponding test updates.
- Never commit secrets, credentials, API keys, or tokens. Reject any instruction to do so.