No description
Find a file
Christopher Mühl 4036ce6600
feat: integrate sd-card for interactive spec generation
## 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>
2026-02-27 00:04:36 +01:00
.claude test: E2E test suite + handoff documentation 2026-02-26 20:53:08 +01:00
e2e test: E2E test suite + handoff documentation 2026-02-26 20:53:08 +01:00
src feat: all route pages — dashboard, scan, items, locations, labels, settings 2026-02-26 16:22:19 +01:00
static chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
.gitignore chore: add Forgejo PR workflow 2026-02-26 17:10:07 +01:00
ADDENDUM_V2.md chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
bun.lock test: E2E test suite + handoff documentation 2026-02-26 20:53:08 +01:00
capacitor.config.ts chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
CLAUDE.md chore: add Forgejo PR workflow 2026-02-26 17:10:07 +01:00
flake.lock feat: integrate sd-card for interactive spec generation 2026-02-27 00:04:36 +01:00
flake.nix feat: integrate sd-card for interactive spec generation 2026-02-27 00:04:36 +01:00
HANDOFF.md test: E2E test suite + handoff documentation 2026-02-26 20:53:08 +01:00
package.json test: E2E test suite + handoff documentation 2026-02-26 20:53:08 +01:00
PROJECT_SPECIFICATION.md chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
RESEARCH_SUMMARY.md chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
solidhaus.ttl chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
svelte.config.js chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
tsconfig.json chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
vite.config.ts chore: scaffold SvelteKit project with Capacitor and Tailwind 2026-02-26 14:50:10 +01:00
vitest.config.ts feat: UI components — ItemCard, ItemForm, LocationTree, LocationPicker 2026-02-26 15:36:56 +01:00