64 Commits

Author SHA1 Message Date
lennyzeltser 8389597450 0.1.4 v0.1.4 2026-01-14 22:06:34 -05:00
lennyzeltser b40dcdc03b fix: Upgrade to npm 11+ for trusted publishers OIDC 2026-01-14 22:06:33 -05:00
lennyzeltser 7b12f20b66 0.1.3 v0.1.3 2026-01-14 22:03:20 -05:00
lennyzeltser 282557273c fix: Try different npm OIDC config approach 2026-01-14 22:03:19 -05:00
lennyzeltser 1347c57e38 0.1.2 v0.1.2 2026-01-14 22:01:09 -05:00
lennyzeltser 4ca98eeb40 fix: Add contents:read permission to publish workflow 2026-01-14 22:01:00 -05:00
lennyzeltser c5e6d61b72 0.1.1 v0.1.1 2026-01-14 21:38:23 -05:00
lennyzeltser 6268eb005d chore: Add Claude Code instructions for direct-to-master workflow 2026-01-14 21:37:00 -05:00
lennyzeltser 20cbf40553 feat: Add Node.js compatibility for npm publishing
Replace Bun-specific APIs with Node.js equivalents to enable npm publishing:
- Use node:fs/promises for file operations instead of Bun.file/Bun.write
- Change shebang from bun to node and use process.argv
- Add build:dist script for bundling and prepublishOnly hook
- Configure package.json with main, bin, and files for npm distribution
2026-01-14 21:33:32 -05:00
Lenny Zeltser 3f72460cbb Merge pull request #2 from lennyzeltser/docs/refine-readme-and-cleanup
docs: Refine README and remove root-level test files
2026-01-14 21:27:09 -05:00
lennyzeltser 49cbec005d docs: Refine README and remove root-level test files
Simplify and clarify documentation language throughout README.
Remove example.html and test-embed.html from root as they duplicate
examples in the examples/ directory. Update section headings and
improve table of contents organization.
2026-01-14 21:21:08 -05:00
lennyzeltser c99aa15636 feat: Premium UI styling with glassmorphism and improved docs
- Update generator with premium glassmorphism design and automatic
  embedding detection for responsive iframe behavior
- Enhance multi-scenario demo support with polished interactions
- Revise README to emphasize premium quality and update examples
- Add key logic reference to AGENTS.md for AI agent onboarding
- Regenerate example HTML files with new styling
2026-01-14 20:05:40 -05:00
lennyzeltser b06f8a7357 feat: Revamp UI styling with new color palette, typography, spacing, and improved iframe embedding. 2026-01-14 18:13:12 -05:00
lennyzeltser c437f04e0b Initial commit 2026-01-14 17:55:56 -05:00