chore: add Claude Code settings to gitignore and update guidelines

- Add .claude/ directory and CLAUDE.md to .gitignore
- Add development guideline to always update CHANGELOG.md
- Update CHANGELOG.md with unreleased changes
This commit is contained in:
kevinwatt 2025-12-16 04:33:13 +08:00
parent 748255fe01
commit 6fa13c1204
3 changed files with 15 additions and 0 deletions

3
.gitignore vendored
View File

@ -29,6 +29,9 @@ node_modules
lib lib
test-dist test-dist
# Claude Code
.claude/
CLAUDE.md
# WebStorm # WebStorm
.idea/ .idea/
plan/ plan/

View File

@ -5,6 +5,14 @@ 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.0.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Changed
- Add Claude Code settings (.claude/, CLAUDE.md) to .gitignore
- Add development guideline to always update CHANGELOG.md
---
## [0.7.0] - 2025-10-19 ## [0.7.0] - 2025-10-19
### 🎉 Major Release - MCP Best Practices & Quality Improvements ### 🎉 Major Release - MCP Best Practices & Quality Improvements

View File

@ -2,6 +2,10 @@
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Development Guidelines
- **Always update CHANGELOG.md** when making changes to the codebase
## Development Commands ## Development Commands
### Build and Prepare ### Build and Prepare