mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-08-16 01:38:46 +00:00
- Add SECURITY.md and CODE_OF_CONDUCT.md (community health was at 50%) - Add bug/feature issue templates and a PR template - Wire the existing pytest suite under .claude/skills/*/scripts/tests into a new CI workflow; the test docstrings claimed "the existing pytest CI runs them" but no workflow actually did - Add @playwright/test to cli/ with a smoke test that loads the shipped preview/xiaomaomi-app.html and asserts no console errors - Fix a malformed SVG path (invalid `d` attribute) in preview/xiaomaomi-app.html found by that new test, replacing it with the equivalent valid paw icon path already used elsewhere in the file
16 lines
650 B
Markdown
16 lines
650 B
Markdown
## What does this PR change?
|
|
|
|
<!-- One or two sentences. -->
|
|
|
|
## Why?
|
|
|
|
<!-- Closes #123, or describe the problem this solves. -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] Changes were made in `src/ui-ux-pro-max/` (source of truth), not directly in `.claude/` or `.factory/`
|
|
- [ ] Ran `npm run sync:assets && npm run check:assets` in `cli/` if data/scripts/templates changed
|
|
- [ ] Added or updated tests if behavior changed (`.claude/skills/*/scripts/tests/`, `cli/tests/e2e/`)
|
|
- [ ] Commit messages follow [Conventional Commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `docs:`, etc.)
|
|
- [ ] This PR targets a feature branch, not pushed directly to `main`
|