experiments in a post-browser web
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: clarify ./app frontend/backend boundary rule

Rewrite rule to explain why ./app is protected: it's backend-agnostic
and must work with both Electron and Tauri unchanged.

+1 -1
+1 -1
AGENTS.md
··· 18 18 19 19 ## Critical Rules 20 20 21 - 1. **NEVER modify `./app` without approval** - Backend-agnostic, must work with Electron and Tauri unchanged. 21 + 1. **Respect the frontend/backend boundary** - `./app` is backend-agnostic (works with Electron AND Tauri). Never modify it for backend fixes. Ask coordinator if you think it needs changes. 22 22 23 23 2. **Only use `yarn kill` for dev processes** - Never `pkill -f "Peek"` or similar (kills production app). 24 24