509 B
509 B
| paths | ||
|---|---|---|
|
Swift Hooks
This file extends common/hooks.md with Swift specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- SwiftFormat: Auto-format
.swiftfiles after edit - SwiftLint: Run lint checks after editing
.swiftfiles - swift build: Type-check modified packages after edit
Warning
Flag print() statements — use os.Logger or structured logging instead for production code.