Commit graph

2 commits

Author SHA1 Message Date
Snider
023c8db79d fix(dx): update CLAUDE.md and improve test coverage
All checks were successful
Security Scan / security (pull_request) Successful in 8s
Test / test (pull_request) Successful in 48s
- Fix WASM size gate: 3 MB → 3.5 MB to match size_test.go
- Fix dependencies: remove stale replace directive, add go-io and go-log
- Add error handling and I/O conventions to coding standards
- Add tests: reader error (cmd/codegen), duplicate tag dedup, bundle
  error propagation (codegen) — coverage: codegen 89→96%, cmd/codegen
  71→78%

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 08:27:58 +00:00
Claude
937c08d9ed
feat(codegen): Web Component class generation from HLCRF slots
Generates Custom Element v1 classes with closed Shadow DOM from manifest
slot assignments. Includes tag validation, PascalCase conversion, and
bundle generation for full HLCRF layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 20:49:45 +00:00