docs(workflow): add comprehensive git workflow standards #1

Merged
chaulmark merged 9 commits from develop into main 2025-01-06 17:06:02 +00:00

9 commits

Author SHA1 Message Date
60c2217348 Updated. 2025-01-13 12:42:20 -06:00
a46c15fc6f Updated. 2025-01-13 12:42:08 -06:00
8126e553f7 Round 3 2025-01-08 09:34:22 -06:00
4b8935afd1 feat: Implement auto-capture and cursor-free snapshots
- Add automatic capture start/stop based on board detection
- Implement cursor-free snapshot system:
  * Add SCStreamConfiguration cursor control
  * Add temporary capture session management
  * Ensure clean snapshots without cursor artifacts
- Add visual feedback:
  * Status indicator (green/yellow/gray)
  * Snapshot preview below board
  * Clear capture state indication
- Update documentation:
  * Add snapshot system patterns
  * Document cursor control implementation
  * Update technical constraints
2025-01-07 09:44:37 -06:00
02d1670b09 feat: Implement auto-capture and cursor-free snapshots
- Add automatic capture start/stop based on board detection
- Implement cursor-free snapshot system:
  * Add SCStreamConfiguration cursor control
  * Add temporary capture session management
  * Ensure clean snapshots without cursor artifacts
- Add visual feedback:
  * Status indicator (green/yellow/gray)
  * Snapshot preview below board
  * Clear capture state indication
- Update documentation:
  * Add snapshot system patterns
  * Document cursor control implementation
  * Update technical constraints
2025-01-07 09:42:05 -06:00
de60cfb2a1 Add in capturing on startup 2025-01-06 23:24:44 -06:00
8c27f34ee1 Fix Chessboard Preview 2025-01-06 23:07:45 -06:00
de331eff0e Trying to improve board detection 2025-01-06 21:41:06 -06:00
2e01ce3a53 feat(setup): complete initial development environment configuration
- Configure code signing with verified certificate
- Set up provisioning profile and build settings
- Implement basic SwiftUI Hello World
- Update technical documentation
- Verify build and deployment pipeline
2025-01-06 18:52:24 -06:00