feat: tableau-release-html skill + Loader v0.6.0 release page#33
Merged
Conversation
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.
Summary
tableau-release-htmlskill that generates self-contained, light-theme HTML release pages for Tableau-family GitHub releases (Inter + JetBrains Mono, Tailwind CDN, sticky pill nav, animated hero, semantic-color sections, GitHub-light code blocks, scroll-reveal animations).static/release/loader-v0-6-0.html, with parallel en + zh markdown stubs incontent/{en,zh}/release/so it shows up as a card on the existing/release/list.CLAUDE.md.npm run start: drop--poll 700ms(back to fsnotify) — cleaner Ctrl-C, lower idle CPU. Keeps--forceSyncStatic --navigateToChanged..code-blk-bd/.demo-out-bdbodies to<pre><code>with literal newlines and per-blockoverflow-x: autoso long lines scroll instead of wrapping or forcing the card wider. Encoded the rule in the skill so future pages start correct.Highlights
.claude/skills/tableau-release-html/(gitignored — local only). IncludesSKILL.md(the workflow),references/design-system.md(the verbatim CSS block + colour matrix), and anevals/folder.tableauio/loaderrepo at the v0.5.0..v0.6.0 commit range — see commit8ccffcdbfor specifics: realMapDepth/LeveledContainerDepthstory for the index fix (#158); exactoneofskip patch (#156); dual-modeTABLEAU_PB_LOG_LEGACYlog handler (#155);Lesser[T Lesser[T]]self-refer generics with//go:build go1.26(#148); vcpkg +make.pybuild pipeline replacing init.bat / init.sh / prepare.bat (#161, #162); precise toolchain pins from.devcontainer/versions.env.Test plan
npm run lintpasses (scripts + styles + markdown).npm run startbrings up Hugo cleanly and Ctrl-C terminates without leaving an orphanhugo.exe./release/list shows the existing v0.16.0 / v0.15.0 entries plus the new Loader v0.6.0 card with the HTML badge./release/loader-v0-6-0/renders the iframe page (full-width, breadcrumb + open-in-tab + fullscreen toolbar, no left sidebar, no lead text)./release/loader-v0-6-0.html: every code block scrolls horizontally on long lines without re-wrapping or widening the card; sections use the colour-matched titles./(target="_top").🤖 Generated with Claude Code