Files
claude-config/rules/swift/hooks.md
Yaojia Wang 2876cca8fe chore: initial backup of Claude Code configuration
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.
2026-03-24 22:26:05 +01:00

509 B

paths
paths
**/*.swift
**/Package.swift

Swift Hooks

This file extends common/hooks.md with Swift specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • SwiftFormat: Auto-format .swift files after edit
  • SwiftLint: Run lint checks after editing .swift files
  • swift build: Type-check modified packages after edit

Warning

Flag print() statements — use os.Logger or structured logging instead for production code.