Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 2.38 KB

File metadata and controls

39 lines (26 loc) · 2.38 KB

Changelog

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.

[0.1.2] - 2026-04-14

Added

  • New level definitions that focus on the interaction model between human and AI, using verbs act and prompt with entities Human, AI, and task to 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)

Changed

  • Site improvements: dropdowns, missing translation page, missing version page, mobile site tweaks. (#9)
  • An attribution sentence above the ## Notes section to make sure anyone using the file has an easy link to get back to the right version of the specification. (#11)

[0.1.1] - 2026-04-06

Changed

  • Renamed from CANDOR.md to AI-DECLARATION.md after feedback from the Reddit Discussion.

[0.1.0] - 2026-04-06

Added

  • 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 ## Notes section.
  • Optional processes and components fields for granular declarations
  • Shields.io badges support for all six levels.
  • Landing page at site/ with full specification, examples, badges, and FAQ.
  • CANDOR.md self-declaration for this repository.
  • MIT License.