docs: clean up AI assistant alias config

Unignore CLAUDE.md and .agent, add CLAUDE.md alias file,
and simplify the developer guide alias section.
This commit is contained in:
Simon
2026-04-16 20:05:08 +08:00
parent 6afd3dcbdf
commit d9d8d558a9
3 changed files with 3 additions and 20 deletions

4
.gitignore vendored
View File

@@ -37,8 +37,6 @@ package.json.bak
.wxt .wxt
# AI # AI
.agent
.claude .claude
.cursor .cursor
.gemini .gemini
CLAUDE.md

1
CLAUDE.md Normal file
View File

@@ -0,0 +1 @@
@AGENTS.md

View File

@@ -44,23 +44,7 @@ Applications:
## 🤖 AGENTS.md Alias ## 🤖 AGENTS.md Alias
If your AI assistant does not support [AGENTS.md](https://agents.md/). Add an alias for it: If your AI assistant does not support [AGENTS.md](https://agents.md/). Add an alias for it.
- claude-code (`CLAUDE.md`)
```markdown
@AGENTS.md
```
- antigravity (`.agent/rules/alias.md`)
```markdown
---
trigger: always_on
---
@../../AGENTS.md
```
## 🔧 Development Workflows ## 🔧 Development Workflows