ACS is an open standard. Contributions from tool builders, developers, and practitioners are welcome.
- Report compatibility issues — Does ACS conflict with a tool you use? Open an issue
- Propose additions — New file types, fields, or behaviors
- Add examples — Real-world
.agents/configurations - Implement support — Add ACS support to your agent or tool
Changes to spec/v1/ require a proposal issue first. Minor clarifications (typos, examples) can be PRs directly.
See GOVERNANCE.md for how decisions are made.
This project uses the Developer Certificate of Origin to track contributor assertions about the origin of their contributions. By contributing you agree to the DCO terms and must sign-off each commit with Signed-off-by: Your Name <email@example.com>.
Git can automatically add a sign-off using:
git commit -s -m "A descriptive commit message"If you are unable to sign your commits, please open an issue so maintainers can advise on alternative contribution workflows.
By contributing to this project, you agree that your contributions will be licensed under its Apache-2.0 license. See LICENSE for details.