Fixed Skill path and other odds and ends for consistency. Plus Tabletop pregame Qs. Also no emoji :) unless you specifically ask.#4
Open
sonofapharmacist wants to merge 1 commit intoArcanum-Sec:mainfrom
Conversation
…client scoping docs - Remove apostrophe HTML-encoding from escapeHtml in generate-html.ts and generate-pdf.ts (' only needed in unquoted attributes, not body text) - Fix participant HTML timeline indentation: gate facilitator notes at render time via isFacilitator flag instead of fragile nested-div regex - Refactor generateStandaloneHTML to accept GenerateOptions interface (isFacilitator, includeEmoji) replacing positional booleans; wrap all 37 emoji sites with e() helper - Add --emoji CLI flag to exercise runners for zero-token emoji control - Add includeEmoji to SKILL.md Initial Setup Questions - Add client environment scoping section to SKILL.md and README.md - Add .gitignore (excludes examples/, generators/run-*.ts, generators/node_modules/, SESSION-NOTE.md) - Add CHANGELOG.md documenting all changes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Fix apostrophe encoding, timeline indentation, emoji gating, and add client scoping docs