Skip to content

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
sonofapharmacist:main
Open

Fixed Skill path and other odds and ends for consistency. Plus Tabletop pregame Qs. Also no emoji :) unless you specifically ask.#4
sonofapharmacist wants to merge 1 commit intoArcanum-Sec:mainfrom
sonofapharmacist:main

Conversation

@sonofapharmacist
Copy link
Copy Markdown

Fix apostrophe encoding, timeline indentation, emoji gating, and add 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

…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant