From 61fa472a88bcf968c79ad3a7351d4efbec169cbc Mon Sep 17 00:00:00 2001 From: cheliangzhao Date: Tue, 10 Feb 2026 21:14:49 +0800 Subject: [PATCH] docs: add version 1.0.0 badge, CHANGELOG, and changelog maintenance rule --- AGENTS.md | 1 + CHANGELOG.md | 26 ++++++++++++++++++++++++++ README.md | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 CHANGELOG.md diff --git a/AGENTS.md b/AGENTS.md index e6039d6..82f6826 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -222,5 +222,6 @@ When making changes, follow this checklist: 2. **Check**: Did I add/remove files? → Update file tree in README 3. **Check**: Did I add new functionality? → Update "Covers" section in README 4. Update README.md if needed +5. **ALWAYS** update CHANGELOG.md with a summary of changes for every commit diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..57d3524 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). + +## [1.0.0] - 2026-02-10 + +### Added + +- **arkts-development** skill + - ArkUI declarative UI framework guide + - State management V1 decorators (@State, @Prop, @Link, @Provide/@Consume, @Observed/@ObjectLink) + - State management V2 decorators (@ComponentV2, @Local, @Param, @Event, @ObservedV2, @Trace, @Computed, @Monitor, @Provider/@Consumer) + - Component lifecycle and navigation (router) + - Network requests (http) and local storage (preferences) + - TypeScript to ArkTS migration guide + - Code templates: component-template.ets, list-page-template.ets, state-management-v2-examples.ets + - Reference docs: API reference, component patterns, ArkGuard obfuscation, CodeLinter, hstack, hvigorw command-line +- **harmonyos-build-deploy** skill + - hvigorw build commands (assembleApp, assembleHap, assembleHsp, assembleHar) + - ohpm dependency management + - hdc device installation and management + - Troubleshooting common build/deploy errors + - Device installation reference guide +- **AGENTS.md** with coding conventions and documentation guidelines diff --git a/README.md b/README.md index 50c911c..5e7b885 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # AI Skills - HarmonyOS/ArkTS Development +[![Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](CHANGELOG.md) + AI coding agent skills for HarmonyOS/ArkTS application development. ## What are Skills? @@ -76,6 +78,7 @@ These skills are automatically loaded by the AI agent when relevant tasks are de ``` AGENTS.md # Guidelines for AI agents +CHANGELOG.md # Version history README.md # This file arkts-development/ ├── SKILL.md