Files
TUIkit/.github/PULL_REQUEST_TEMPLATE.md
phranck 6c1bda94bf Chore: Consolidate plans directory and standardize AI tool instructions
- 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)
2026-02-13 16:18:45 +01:00

515 B

Summary

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