Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 525 Bytes

File metadata and controls

6 lines (5 loc) · 525 Bytes

Agent Notes

  • Use CONTRIBUTING.md as the primary project orientation guide.
  • SwiftFormat is the expected mechanical style tool for Swift changes when formatting is needed.
  • Do not run SwiftLint as a required contribution check. The repository has a .swiftlint.yml, but the codebase is not currently SwiftLint-clean.
  • Keep documentation changes focused on setup, repository structure, workflows, formats, architectural boundaries, and rationale. Avoid duplicating behavior that is obvious from nearby code or tests.