mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
6c1bda94bf
- Move all plans from plans/ to .claude/plans/ (41 files) - Add open plans listing to whats-next.md for visibility - Update docs pipeline (update-plans-data.ts) for new paths - Rewrite .github/copilot-instructions.md with Swift 6.0 constraint - Add CONTRIBUTING.md, PR template, AGENTS.md, .cursor/rules, .windsurfrules - Update global references (~/.claude/CLAUDE.md, project-structure.md)
17 lines
515 B
Markdown
17 lines
515 B
Markdown
## Summary
|
|
|
|
<!-- Describe what this PR changes and why. -->
|
|
|
|
## Checklist
|
|
|
|
- [ ] **Swift 6.0 compatible** (no features requiring a newer compiler)
|
|
- [ ] **Builds on macOS and Linux** (`swift build` succeeds on both)
|
|
- [ ] **All tests pass** (`swift test`)
|
|
- [ ] **No new SwiftLint warnings** (`swiftlint`)
|
|
- [ ] Public APIs match SwiftUI signatures (parameter names, order, types)
|
|
- [ ] Modifiers propagate through the View hierarchy
|
|
|
|
## Test Plan
|
|
|
|
<!-- How was this tested? Which tests were added or modified? -->
|