新增專案說明文件並更新 MemPalace 設定

- 新增 README、QUICKSTART、SUMMARY、CLAUDE.md 提供專案說明與上手指引
- 將 mempalace.yaml 的 wing 從 '00' 更新為 'tool-notes'

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 13:35:12 +08:00
parent f3f832df20
commit 0638f2fbfd
5 changed files with 185 additions and 1 deletions

20
CLAUDE.md Normal file
View File

@@ -0,0 +1,20 @@
# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Repository Purpose
This is a personal knowledge base of tool installation and usage notes (工具安裝與使用筆記). Each file is a standalone Markdown note documenting a specific tool's setup, API, and common patterns.
## Structure
- `*-notes.md` — Individual tool notes (MarkItDown, MemPalace, Playwright)
- `mempalace.yaml` — MemPalace configuration for this directory (wing: `tool-notes`)
There is no build system, test suite, or application code. All content is Markdown documentation.
## Conventions
- Notes are written in Traditional Chinese (繁體中文)
- Each note follows a consistent structure: basic info, installation, core usage, advanced features
- Notes preserve exact CLI commands and code snippets for reference