Merge branch 'main' into feat/ext

This commit is contained in:
Simon
2026-01-26 15:22:12 +08:00
3 changed files with 27 additions and 3 deletions

9
.gitignore vendored
View File

@@ -36,4 +36,11 @@ packages/page-agent/LICENSE
# extension
.output
.wxt
.wxt
# AI
.agent
.claude
.cursor
.gemini
CLAUDE.md

View File

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

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