Add optional Google Workspace shortcut export

This commit is contained in:
Chris Stephens
2026-05-06 11:37:11 -04:00
parent 441ac9fc38
commit f704972b3e
9 changed files with 395 additions and 5 deletions
+6
View File
@@ -13,6 +13,12 @@ Video and audio files are transcribed with faster-whisper. To focus the transcri
**Pass 3 — Docs, papers, images (Claude subagents, costs tokens)**
Claude runs in parallel over markdown, PDFs, images, and transcripts. Each subagent reads a batch of files and outputs a JSON fragment: nodes, edges, and any group relationships. The fragments are merged into a single graph.
Before Pass 3, optional converters turn supported pointer/binary formats into
Markdown sidecars under `graphify-out/converted/`. Office files (`.docx`,
`.xlsx`) use the `[office]` extra. Google Workspace shortcuts (`.gdoc`,
`.gsheet`, `.gslides`) are opt-in with `--google-workspace` or
`GRAPHIFY_GOOGLE_WORKSPACE=1` and require an authenticated `gws` CLI.
---
## How community detection works