Skip to content

Feature Request: File export for team workflows #23

Description

@raimannma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestupstream-trackedTracked from unmaintained upstream

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions