Implement Spec 001: Core UI & Camera Feed with PyObjC

This commit is contained in:
2026-01-21 09:32:45 -05:00
parent 45f73a3249
commit 4864225345
13 changed files with 1594 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
description: Create a feature specification
---
Create a specification for:
$ARGUMENTS
## Steps
1. Generate short name (2-4 words, kebab-case)
2. Find next spec number from `specs/`
3. Create `specs/NNN-short-name.md`
4. Include clear acceptance criteria
5. Add completion signal:
```
**Output when complete:** `<promise>DONE</promise>`
```