Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 984 Bytes

File metadata and controls

29 lines (17 loc) · 984 Bytes

Contributing to agentpolicy

Thanks for your interest in contributing to the AI Agent Access Control Standard.

How to Contribute

Proposing spec changes

  1. Open an issue first. Describe the use case, the proposed field or behavior, and real-world examples.
  2. Wait for feedback before writing a PR. Spec changes affect everyone who implements the standard.
  3. Submit a PR against main with changes to spec/.

Adding industry examples

New examples are welcome. Place them in examples/<industry>/agent-policy.json and follow the existing format. Include a description field explaining the reasoning.

Fixing documentation

Typos and clarity improvements: open a PR directly — no issue needed.

Style Guide

  • Plain language. No marketing vocabulary.
  • Spec language follows RFC 2119: MUST, MUST NOT, SHOULD, MAY.
  • Keep examples minimal and focused.

License

By contributing, you agree your contributions will be licensed under the MIT License.