Tracked from upstream issue benjitaylor#66.
Type: feature • Severity: low
Assessment
This is a feature request to export annotations to committed files (e.g. a .agentation/ directory) for team collaboration. The fork currently addresses team workflows via a different architecture rather than file export: a server endpoint with session sync (package/src/utils/sync.ts), webhookUrl/onAnnotationAdd callbacks and SSE multi-user sync in package/src/components/page-toolbar-css/index.tsx, plus an agentation-mcp server (package/hooks/README.md). Storage is localStorage-only (package/src/utils/storage.ts) with no file export and no initialAnnotations load-back prop as suggested in the comments. No open PR implements this (PR benjitaylor#188 only persists sourceFile in the MCP store), and the issue itself leaves file format/directory structure undecided, so it is a larger, design-dependent feature to track rather than a quick win.
Upstream: benjitaylor#66
Tracked from upstream issue benjitaylor#66.
Type: feature • Severity: low
Assessment
This is a feature request to export annotations to committed files (e.g. a
.agentation/directory) for team collaboration. The fork currently addresses team workflows via a different architecture rather than file export: a serverendpointwith session sync (package/src/utils/sync.ts),webhookUrl/onAnnotationAddcallbacks and SSE multi-user sync in package/src/components/page-toolbar-css/index.tsx, plus an agentation-mcp server (package/hooks/README.md). Storage is localStorage-only (package/src/utils/storage.ts) with no file export and noinitialAnnotationsload-back prop as suggested in the comments. No open PR implements this (PR benjitaylor#188 only persistssourceFilein the MCP store), and the issue itself leaves file format/directory structure undecided, so it is a larger, design-dependent feature to track rather than a quick win.Upstream: benjitaylor#66