## Changes
- Replaced forgejo-workflow with sd-card flake input
- Added `nix run .#dev` command - starts Vite with annotation proxy
- Updated dev shell with sd-card tools (tea, playwright, nodejs)
## Usage
**Start dev server with annotation widget:**
```bash
FORGEJO_TOKEN="your-token" nix run .#dev
```
Opens SvelteKit on random ports with ✦ widget injected.
**Interactive annotation with Claudezilla:**
Ask Claude to open the app in Firefox and interact naturally:
- "Open http://localhost:5173"
- "Click the add item button"
- "This should show a form"
Claude generates Gherkin scenarios from the interactive session.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>