Rework the meetup skill's run of show and forms - #51
Open
MasonEgger wants to merge 1 commit into
Open
Conversation
Building the run of show as HTML and uploading it produced funky Google Docs: broken bullets and mangled formatting. Switch the flow to markdown uploaded with conversion, which lands a native Doc with real headings, nested bullets, and a genuine table. The run of show now opens with a HUMAN REQUIRED TASKS block: both form edit links up front, then the steps only a person can do (publish the forms, fix each form's internal title, make the response sheets), plus FILL_ME_IN markers on the roles and every pending link. The questions form joins the attendance form as a standard copy-and-rename from the Meetup Forms Template folder. Also adds a Drive-account check up front. The connector can silently reconnect to a personal Google account, which reads as data loss (empty searches, "entity not found"); verifying the active ouid before creating anything catches it.
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reworks the Drive-artifact half of the meetup-update skill based on what broke during the September setup.
What changed
contentMimeType: text/markdownconverts to a native Google Doc (real headings, nested bullets, bold, autolinked URLs, a genuine table).HUMAN REQUIRED TASKSblock at the top of the run of show, with both form edit links surfaced up front, the steps only a person can do (publish forms, fix each form's internal title, make the response sheets), andFILL_ME_INmarkers on roles and every pending link.ouidbefore creating anything.Files
references/drive-artifacts.md- rewritten around the markdown flow, the account check, and both formsreferences/run-of-show.md- new template with the task block andFILL_ME_INmarkersSKILL.md- Step 8 and the resource list updated to matchNo website or content changes; this is skill-only. The September/October/November website changes are in the separate
meetup-september-2026branch (PR #50).