You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+36-41Lines changed: 36 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,32 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
13
13
5.**Branch naming** - Use format: `type/scope/short-description` (e.g., `feat/ui/settings-dialog`)
14
14
6.**Working an issue** - Always create a new branch from an updated main branch
15
15
7.**Check branch status before pushing** - Verify the remote tracking branch still exists. If a PR was merged/deleted, create a new branch from main instead
16
-
8.**WPF for all UI** - All UI must be implemented using WPF (XAML/C#). No web-based technologies (HTML, JavaScript, WebView)
|`refactor`| Code change that neither fixes a bug nor adds a feature |
72
-
|`test`| Adding or updating tests |
73
-
|`chore`| Maintenance tasks |
74
-
75
-
---
76
-
77
80
## Project Overview
78
81
79
82
This is a Visual Studio 2022 extension (VSIX) called "Project Renamifier" that allows users to rename projects completely from within Visual Studio, including the filename, parent folder, namespace, and references in the solution file and other projects.
@@ -83,10 +86,11 @@ This is a Visual Studio 2022 extension (VSIX) called "Project Renamifier" that a
0 commit comments