File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments