# Changelog All notable changes to this project are documented here. This project follows the spirit of [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) with lightweight versioned entries. ## Unreleased - No unreleased changes yet. ## [0.1.0] - 2026-05-23 ### Added - Added the initial bilingual Agent Workflow Kit guide. - Added English and Chinese agent-facing Skill packages. - Added reusable `AGENTS.md` templates and optional engineering reference catalogs. - Added Mermaid decision tree diagrams to the English and Chinese guides. - Added repository-level `AGENTS.md` rules for AI-assisted maintenance. - Added `CONTRIBUTING.md` with synchronization and validation guidance. - Added non-blocking scheduled link checks in GitHub Actions. - Added GitHub issue and pull request templates. - Added `examples/AGENTS.level-2.md` as a copy-ready standard workflow starter. - Added `.gitattributes` to keep GitHub language detection focused on documentation rather than the Ruby validation script. ### Changed - Renamed the project and Skill packages from AI Workflow Integration to Agent Workflow Kit. - Reworked the repository homepages into short GitHub project introductions. - Moved full guide content into `docs/guide.md` and `docs/guide.zh-CN.md`. - Clarified that the workflow is agent-agnostic and usable by any LLM, coding agent, or agent harness. - Made push and pull request CI skip public link checks by default to avoid flaky failures from transient HTTP errors or rate limits. - Clarified that optional engineering references are not install requirements. - Updated GitHub repository description, topics, and Discussions settings. ### Removed - Removed the stale `multica-ai/andrej-karpathy-skills` reference from skill engineering reference catalogs to keep guide and skill references aligned.