All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- New level definitions that focus on the interaction model between human and AI, using verbs
actandpromptwith entitiesHuman,AI, andtaskto more clearly describe AI involvement levels. (#14) - Pull request templates in
templates/directory to help contributors update AI-DECLARATION.md, shifting responsibility from maintainers to contributors. Includes general and detailed variants. - YAML schema for tooling and validation. (#12)
- Korean translation added by @123jimin. Thank you for the contribution! (#13).
- A
templates/directory with two Pull Request templates for reference and to increase easy adoption for repository owners. (#14)
- Site improvements: dropdowns, missing translation page, missing version page, mobile site tweaks. (#9)
- An attribution sentence above the
## Notessection to make sure anyone using the file has an easy link to get back to the right version of the specification. (#11)
- Renamed from
CANDOR.mdtoAI-DECLARATION.mdafter feedback from the Reddit Discussion.
- Initial specification defining six AI involvement levels:
none,hint,assist,pair,copilot,auto. - Six process categories:
design,implementation,testing,documentation,review,deployment. - YAML frontmatter format with required
version,level, and## Notessection. - Optional
processesandcomponentsfields for granular declarations - Shields.io badges support for all six levels.
- Landing page at
site/with full specification, examples, badges, and FAQ. CANDOR.mdself-declaration for this repository.- MIT License.