1
0
mirror of https://github.com/steipete/agent-rules.git synced 2026-05-26 11:41:39 +02:00

9 Commits

Author SHA1 Message Date
Peter Steinberger 88ac7da078 docs: remove old concurrency guide 2025-12-31 15:02:37 +01:00
Claude e5d40f693d Fix swift-observation.mdc content - replace Swift Testing with Swift Observation
This fixes issue #2 where swift-observation.mdc incorrectly contained
Swift Testing documentation instead of Swift Observation framework content.

The file now properly covers:
- @Observable macro usage and benefits
- SwiftUI integration patterns (@State, @Bindable, @Environment)
- @ObservationTracked and @ObservationIgnored property wrappers
- Migration guide from ObservableObject to @Observable
- Advanced patterns (computed properties, async operations, nested objects)
- Best practices for performance and thread safety
- Common architectural patterns (Repository, State Machine, Coordinator)
- Testing and platform availability

Generated with Claude Code (https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 12:40:17 +01:00
Claude eb33d8ddb3 Fix nested code block and remove license bloat
- Fix issue #6: Change outer fence from 3 to 4 backticks in
  continuous-improvement.mdc to prevent @import parsing issues
- Fix issue #3: Replace ~200 lines of Apache License text with
  short reference in swift6-migration.mdc

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-31 12:39:34 +01:00
Peter Steinberger 8fcff0fa27 Update Swift 6 Concurrency doc 2025-06-25 12:15:55 +02:00
Peter Steinberger 0570b79392 update docs 2025-06-25 12:11:27 +02:00
Peter Steinberger 235305b804 add swift data 2025-06-15 18:00:51 +02:00
Peter Steinberger 71a8eee0dc add modern swift 2025-06-15 09:26:21 +02:00
Peter Steinberger 64caee2547 add swiftui docs 2025-06-14 11:25:57 +02:00
Peter Steinberger e3d9dbf805 Organize repository into project-rules and docs folders
- Created docs/ folder for reference documentation (Swift, MCP guides)
- Created project-rules/ folder for actionable AI assistant rules
- Separated content by purpose:
  - docs/: Knowledge bases and API documentation
  - project-rules/: Rules for AI behavior and automation
- Updated README with clearer structure and usage instructions

This organization makes it easier to distinguish between reference
materials and actionable rules for AI assistants.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-12 14:04:47 +02:00