Includes: CLAUDE.md, settings.json, agents, commands, rules, skills, hooks, contexts, evals, get-shit-done, plugin configs (installed list and marketplace sources). Excludes credentials, runtime caches, telemetry, session data, and plugin binary cache.
509 B
509 B
paths
| 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.