Skip to content

Commit 3cfc830

Browse files
committed
feat: ignore alias to AGENTS.md
1 parent f4eec86 commit 3cfc830

3 files changed

Lines changed: 27 additions & 3 deletions

File tree

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,11 @@ packages/page-agent/LICENSE
3636

3737
# extension
3838
.output
39-
.wxt
39+
.wxt
40+
41+
# AI
42+
.agent
43+
.claude
44+
.cursor
45+
.gemini
46+
CLAUDE.md

CLAUDE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTING.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,28 @@ We use a simplified monorepo solution with `native npm-workspace + ts reference
9292
### Vibe coding with AI
9393
9494
- It's **recommended** to heavily rely on AI (aka "vibe coding") when maintaining **demo pages and tests**.
95-
- BUT **NOT the core lib!!!** Be very careful if AI ever touched the core lib!!!
95+
- Be very careful if AI ever touched the core lib!!!
9696
- Review anything AI wrote before make a commit. You are the author of anything you commit. NOT AI.
9797
- Update the [AI instructions](AGENTS.md) when structure changed.
9898

99+
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.
100+
101+
- claude-code (`CLAUDE.md`)
102+
103+
```markdown
104+
@AGENTS.md
105+
```
106+
107+
- antigravity (`.agent/rules/alias.md`)
108+
109+
```markdown
110+
---
111+
trigger: always_on
112+
---
113+
114+
@../../AGENTS.md
115+
```
116+
99117
## 🔧 Development Workflows
100118
101119
### Test With Your Own LLM API

0 commit comments

Comments
 (0)