1 Commits

Author SHA1 Message Date
Viet Tran
010b4bb149 feat: add GitHub Copilot support
- Add .github/prompts/ui-ux-pro-max.prompt.md for Copilot
- Add 'copilot' as new AI type in CLI
- Update detect utility to recognize .github folder
- Update CLAUDE.md sync rules with .github
- Update README with Copilot installation and usage
- Bump version to 1.2.0

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-03 12:47:28 +07:00
3 changed files with 18 additions and 18 deletions

28
LICENSE
View File

@@ -1,21 +1,17 @@
MIT License Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
Copyright (c) 2024 Next Level Builder Copyright (c) 2024 Next Level Builder
Permission is hereby granted, free of charge, to any person obtaining a copy You are free to:
of this software and associated documentation files (the "Software"), to deal - Share — copy and redistribute the material in any medium or format
in the Software without restriction, including without limitation the rights - Adapt — remix, transform, and build upon the material
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all Under the following terms:
copies or substantial portions of the Software. - Attribution — You must give appropriate credit, provide a link to the license,
and indicate if changes were made.
- NonCommercial — You may not use the material for commercial purposes.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR No additional restrictions — You may not apply legal terms or technological
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, measures that legally restrict others from doing anything the license permits.
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER Full license text: https://creativecommons.org/licenses/by-nc/4.0/legalcode
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@@ -135,4 +135,8 @@ Just mention your preferred stack in the prompt, or let it default to HTML + Tai
## License ## License
This project is licensed under the [MIT License](LICENSE). This work is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/).
- **Free for personal use** - Use, modify, and share for non-commercial purposes
- **Attribution required** - Credit "UI UX Pro Max" when sharing
- **No commercial use** - Cannot be used for commercial purposes without permission

View File

@@ -27,7 +27,7 @@
"skill" "skill"
], ],
"author": "", "author": "",
"license": "MIT", "license": "CC-BY-NC-4.0",
"dependencies": { "dependencies": {
"commander": "^12.1.0", "commander": "^12.1.0",
"chalk": "^5.3.0", "chalk": "^5.3.0",