更新记忆文件,记录方言AI助手项目

This commit is contained in:
2026-04-08 12:10:39 +08:00
commit bd0847ce9f
66 changed files with 6918 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
# TOOLS.md - Tool Configuration & Notes
> Document tool-specific configurations, gotchas, and credentials here.
---
## Credentials Location
All credentials stored in `.credentials/` (gitignored):
- `example-api.txt` — Example API key
---
## [Tool Name]
**Status:** ✅ Working | ⚠️ Issues | ❌ Not configured
**Configuration:**
```
Key details about how this tool is configured
```
**Gotchas:**
- Things that don't work as expected
- Workarounds discovered
**Common Operations:**
```bash
# Example command
tool-name --common-flag
```
---
## Writing Preferences
[Document any preferences about writing style, voice, etc.]
---
## What Goes Here
- Tool configurations and settings
- Credential locations (not the credentials themselves!)
- Gotchas and workarounds discovered
- Common commands and patterns
- Integration notes
## Why Separate?
Skills define *how* tools work. This file is for *your* specifics — the stuff that's unique to your setup.
---
*Add whatever helps you do your job. This is your cheat sheet.*