Commit graph

5 commits

Author SHA1 Message Date
95d6baeebb add canonical permacomputer preamble to all source files 2026-02-25 17:39:59 -05:00
f0db6d9589 add public domain license and headers to all source files 2026-02-22 22:27:09 -05:00
185d57092b fix: improve export validation to handle destructured exports
- Enhanced validate_exports.js to detect both named exports (export const/function/etc) and destructured exports (export { name1, name2 })
- Fixes validation error that was incorrectly reporting missing exports
- All CI checks now pass successfully

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-03 18:07:52 -04:00
5d584bf8f0 feat: add translation verification to CI pipeline using verify-translations.js 2025-07-03 17:27:06 -04:00
996069a9d9 fix: correct SUPPORTED_LANGUAGES import in translate-modal.js 2025-07-03 17:10:01 -04:00