feat: ignore alias to AGENTS.md

This commit is contained in:
Simon
2026-01-26 15:21:48 +08:00
parent f4eec86e10
commit 3cfc830d14
3 changed files with 27 additions and 3 deletions

View File

@@ -92,10 +92,28 @@ We use a simplified monorepo solution with `native npm-workspace + ts reference
### Vibe coding with AI
- It's **recommended** to heavily rely on AI (aka "vibe coding") when maintaining **demo pages and tests**.
- BUT **NOT the core lib!!!** Be very careful if AI ever touched the core lib!!!
- Be very careful if AI ever touched the core lib!!!
- Review anything AI wrote before make a commit. You are the author of anything you commit. NOT AI.
- Update the [AI instructions](AGENTS.md) when structure changed.
If your lame AI assistant does not support [AGENTS.md](https://agents.md/). Add a alias for it. And make sure it's ignored by git.
- claude-code (`CLAUDE.md`)
```markdown
@AGENTS.md
```
- antigravity (`.agent/rules/alias.md`)
```markdown
---
trigger: always_on
---
@../../AGENTS.md
```
## 🔧 Development Workflows
### Test With Your Own LLM API