Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ee6ee4d
chore(frontend): install agentation package as devDependency
OBenner Feb 25, 2026
e158e41
chore(spec): update subtask-1-1 status to completed
OBenner Feb 25, 2026
18583fc
feat(types): add annotation TypeScript type definitions
OBenner Feb 25, 2026
4c6de01
feat(frontend): add annotation IPC channel constants
OBenner Feb 25, 2026
f32398e
feat(frontend): create Zustand annotation store with toggle, add, and…
OBenner Feb 25, 2026
602ccae
feat(frontend): create annotation-to-spec service with folder creation
OBenner Feb 25, 2026
34ebd57
chore: update implementation plan - mark subtask-3-1 as completed
OBenner Feb 25, 2026
c0a500d
feat(ipc): create annotation IPC handlers for create, list, and delet…
OBenner Feb 25, 2026
ab0f26a
feat(mcp): add create_annotation_task MCP tool
OBenner Feb 25, 2026
502e27e
chore(plan): mark subtask-4-2 completed and update progress
OBenner Feb 25, 2026
b4f2b9a
feat(annotations): create annotation component types and initial barr…
OBenner Feb 25, 2026
a67941d
feat(annotations): create AnnotationOverlay component for visual sele…
OBenner Feb 25, 2026
39df644
feat(annotation): create AnnotationForm component for description and…
OBenner Feb 25, 2026
ab2b747
feat(annotation): create AnnotationList component to display session …
OBenner Feb 25, 2026
e152ebc
feat(annotations): create AnnotationToggle toolbar button component
OBenner Feb 25, 2026
739dddc
feat(i18n): add annotation translation keys for EN and FR locales
OBenner Feb 25, 2026
9564ae5
chore: update subtask-6-1 status to completed
OBenner Feb 25, 2026
12ab13f
feat(annotations): integrate annotation components into App.tsx with …
OBenner Feb 25, 2026
1e3bc10
feat(preload): add annotation API to electronAPI
OBenner Feb 25, 2026
9b63b6c
chore(annotations): verify complete annotation integration with typec…
OBenner Feb 25, 2026
a85bfc1
test: add annotation unit tests and fix lint warnings (qa-requested)
OBenner Feb 25, 2026
362103f
chore: untrack .auto-claude/specs/ (already in .gitignore)
OBenner Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@lydell/node-pty": "^1.1.0",
"@modelcontextprotocol/sdk": "^1.0.4",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3",
Expand Down Expand Up @@ -97,7 +98,6 @@
"lucide-react": "^0.575.0",
"minimatch": "^10.1.1",
"motion": "^12.23.26",
"@modelcontextprotocol/sdk": "^1.0.4",
"proper-lockfile": "^4.1.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
Expand Down Expand Up @@ -131,6 +131,7 @@
"@types/uuid": "^11.0.0",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/coverage-v8": "^4.0.18",
"agentation": "^2.2.1",
"autoprefixer": "^10.4.22",
"cross-env": "^10.1.0",
"electron": "40.6.0",
Expand Down
Loading
Loading