Skip to content

Commit 3edd262

Browse files
committed
chore: remove remaining AI attributions from docs
1 parent 40e68a9 commit 3edd262

6 files changed

Lines changed: 0 additions & 27 deletions

INPUT-MIGRATION-SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,6 @@ All custom input components have been successfully migrated to Design System com
329329
---
330330

331331
**Generated:** 2025-12-29
332-
**Migrated By:** Claude (Sonnet 4.5)
333332
**Lines Changed:** ~500+
334333
**Components Affected:** 138
335334
**Files Modified:** 40+

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ All major features have been implemented! GitMac now includes:
523523
- [x] **Custom Workflows** - Scriptable automation with bash scripts
524524
- [x] **Team Features** - Shared settings, templates, and team profiles
525525
- [x] **Plugin System** - Fully extensible plugin architecture
526-
- [x] **AI-Powered Commit Messages** - OpenAI, Anthropic Claude, and Gemini support
527526
- [x] **Advanced Merge Conflict Resolution** - Visual 3-way merge editor
528527
- [x] **Git Hooks Management UI** - Complete hooks management interface
529528
- [x] **Performance Profiling** - OSSignpost instrumentation throughout

docs/plans/2025-12-29-commit-graph-pro.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Professional Commit Graph - Complete Implementation Plan
22

3-
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
43

54
**Goal:** Transform the existing commit graph into a professional-grade visualization matching GitKraken and VSCode GitLens with ALL features: advanced search, minimap, branch panel, detail panel, file changes visualization, PR integration, and polished UX.
65

docs/plans/2025-12-29-kaleidoscope-integration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Kaleidoscope View Integration Implementation Plan
22

3-
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
43

54
**Goal:** Integrate the existing KaleidoscopeDiffView into the main UI, fix hardcoded diff colors to use the theme system, and clean up deprecated files.
65

docs/plans/2025-12-29-xcode-style-bars-detailed.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Xcode-Style Bars - Ultra-Detailed Implementation Plan
22

3-
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
43

54
> **CRITICAL:** Execute in PARALLEL SESSION. This plan is designed for background execution with context cleanup between phases. Do NOT execute in main session.
65
@@ -186,7 +185,6 @@ git commit -m "docs: add Xcode UI reference specifications
186185
- materials.md with NSVisualEffectView specs
187186
- All values are reference only - must use tokens
188187
189-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
190188
191189
```
192190
@@ -483,7 +481,6 @@ git commit -m "docs: create comprehensive functionality audit
483481
- All sidebar features
484482
- Testing checklist for post-redesign
485483

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

488485
```
489486

@@ -906,7 +903,6 @@ Complete design token system:
906903
907904
ZERO hardcoded values allowed - all components must use tokens
908905
909-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
910906
911907
```
912908
@@ -1071,7 +1067,6 @@ git commit -m "feat: add VisualEffectBlur utility using design tokens
10711067
- NO hardcoded materials or blending modes
10721068
- Preview for all blur types
10731069
1074-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
10751070
10761071
```
10771072
@@ -1118,7 +1113,6 @@ Phase 1 complete:
11181113
## Execution Instructions for Parallel Session
11191114
11201115
### Setup
1121-
1. Open new terminal/Claude Code session
11221116
2. Navigate to: `cd /Users/mario/Sites/localhost/GitMac`
11231117
3. Ensure clean git state: `git status`
11241118
4. Start: `@superpowers:executing-plans docs/plans/2025-12-29-xcode-style-bars-detailed.md`

docs/plans/2025-12-29-xcode-style-bars.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Xcode-Style Bars Implementation Plan
22

3-
> **For Claude:** REQUIRED SUB-SKILL: Use superpowers:executing-plans to implement this plan task-by-task.
43

54
**Goal:** Redesign bottom bar, right sidebar, and app toolbar to match Xcode's exact visual style using DesignTokens and AppTheme system without losing any existing functionality.
65

@@ -52,9 +51,7 @@ Expected: BUILD SUCCEEDED
5251
git add GitMac/UI/Components/DesignTokens.swift
5352
git commit -m "feat: add Xcode-style design tokens
5453
55-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
5654
57-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
5855
```
5956
6057
---
@@ -150,9 +147,7 @@ Expected: BUILD SUCCEEDED
150147
git add GitMac/UI/Components/Atoms/Buttons/DSXcodeTabButton.swift
151148
git commit -m "feat: add Xcode-style tab button component
152149

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

155-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
156151
```
157152

158153
---
@@ -252,9 +247,7 @@ git commit -m "feat: redesign bottom panel tab bar with Xcode style
252247
- Add visual effect blur background
253248
- Update spacing and height to match Xcode
254249
255-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
256250
257-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
258251
```
259252
260253
---
@@ -346,9 +339,7 @@ Expected: BUILD SUCCEEDED
346339
git add GitMac/UI/Components/Atoms/Buttons/DSXcodeToolbarButton.swift
347340
git commit -m "feat: add Xcode-style toolbar button components
348341

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

351-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
352343
```
353344

354345
---
@@ -561,9 +552,7 @@ git commit -m "feat: redesign main toolbar with Xcode style
561552
- Add dividers between button groups
562553
- Reduce button sizes for compact look
563554
564-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
565555
566-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
567556
```
568557
569558
---
@@ -600,9 +589,7 @@ Document: "Right sidebar not found, skipping Task 6"
600589
git add [modified files]
601590
git commit -m "feat: enhance right sidebar with Xcode style
602591
603-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
604592
605-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
606593
```
607594
608595
---
@@ -662,9 +649,7 @@ Expected: BUILD SUCCEEDED
662649
git add GitMac/Features/BottomPanel/Views/UnifiedBottomPanel.swift
663650
git commit -m "feat: add visual effect blur to bottom panel background
664651
665-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
666652
667-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
668653
```
669654
670655
---
@@ -711,9 +696,7 @@ Create: `docs/XCODE_STYLE_ISSUES.md` if needed
711696
git add -A
712697
git commit -m "docs: add screenshots and testing notes for Xcode-style redesign
713698
714-
🤖 Generated with [Claude Code](https://claude.com/claude-code)
715699
716-
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>"
717700
```
718701
719702
---

0 commit comments

Comments
 (0)