From 3888a5e6db27ddeaed66b236726bdf8658e96493 Mon Sep 17 00:00:00 2001 From: Holden Date: Sat, 13 Jun 2026 22:28:33 +0000 Subject: [PATCH] docs: disclose AI-assisted development in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06ff278..943f2c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,10 @@ CI runs both on every push and PR to `main` and `dev`. PRs must pass before merg - Keep the `CHANGELOG.md` entry in the `[Unreleased]` section updated. - Commit messages should be plain English describing what changed and why. +## Development Tooling + +Development uses Claude Code (Anthropic) for implementation assistance. All code is reviewed and the final call on design, behavior, and what ships is made by the maintainer. Contributions from humans are equally welcome. + ## License By submitting a contribution you agree that your work will be released under the project's [AGPLv3+ license](LICENSE).