Story
As a developer, I need a GoogleDocsConnector service that implements the content connector interface for Google Docs.
Acceptance Criteria
Technical Notes
- Google Docs uses structured JSON (paragraphs, text runs)
- Convert to Markdown for style processing
- Convert back to Docs format for writing
- Handle inline images and links
Dependencies
- INT-001 (Content Connector Base)
- INT-006 (Google Docs MCP Server)
Points: 3
Type: Feature
Branch: feature/INT-007
Story
As a developer, I need a GoogleDocsConnector service that implements the content connector interface for Google Docs.
Acceptance Criteria
GoogleDocsConnectorextendsBaseContentConnectorfetch_draft(doc_id)- retrieve document contentpush_content(content)- create new documentupdate_content(doc_id, content)- update existing documentlist_documents(folder_id)- list documents in folderTechnical Notes
Dependencies
Points: 3
Type: Feature
Branch: feature/INT-007