chore: bootstrap trellis workspace and sync deployment settings

This commit is contained in:
qzl
2026-04-20 17:15:50 +08:00
parent 0842e04c39
commit eeed737949
82 changed files with 16522 additions and 11 deletions
@@ -0,0 +1,13 @@
Check if the code you just wrote follows the frontend development guidelines.
Execute these steps:
1. Run `git status` to see modified files
2. Read `.trellis/spec/frontend/index.md` to understand which guidelines apply
3. Based on what you changed, read the relevant guideline files:
- Component changes → `.trellis/spec/frontend/component-guidelines.md`
- Hook changes → `.trellis/spec/frontend/hook-guidelines.md`
- State changes → `.trellis/spec/frontend/state-management.md`
- Type changes → `.trellis/spec/frontend/type-safety.md`
- Any changes → `.trellis/spec/frontend/quality-guidelines.md`
4. Review your code against the guidelines
5. Report any violations and fix them if found