Gmail Extract and Act — Email-as-Queue Workflow Core principle: Email is a QUEUE, not an ARCHIVE. See GitHub #2017 for the full workflow design. Extract structured data from emails, commit the data to repos, then delete the raw email from the inbox when the topic is complete. Do NOT save entire email bodies to git repos. Workflow Thread State Model States tracked via Gmail labels + optional local state log: | State | Gmail Label | Meaning | |---|---|---| | | (no label) | New, untriaged | | | | Data pulled, awaiting reply or action | | | | You replied, waiting for other party | | | | Topic res…