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)
515 B
515 B
Summary
Checklist
- Swift 6.0 compatible (no features requiring a newer compiler)
- Builds on macOS and Linux (
swift buildsucceeds 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