Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:16:54 +08:00
commit 2eeb6e60c6
39 changed files with 10735 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Changelog
## 0.2.0
- Refactored to Anthropic progressive disclosure pattern
- Updated description with "Use PROACTIVELY when..." format
- Removed version/author/category from frontmatter
## 0.1.0
- Initial release with three project modes
- Sandbox (Vite), Enterprise (Next.js), Mobile (Expo)
- TypeScript strict mode and 80% coverage threshold
- Testing Trophy approach with Husky pre-commit hooks