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: docs/src/content/docs/commands/plan.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
---
2
-
title: plan
2
+
title: refaktor plan
3
3
description: Generate a detailed refactoring plan without modifying files
4
4
---
5
5
6
-
# refaktor plan
7
-
8
6
The `plan` command generates a detailed plan of all changes that will be made without modifying any files. This is the first step in Refaktor's two-phase workflow.
9
7
10
8
## Usage
@@ -253,4 +251,4 @@ Running `plan` again will overwrite the existing plan file.
253
251
For large codebases:
254
252
- Use specific `--include` patterns to limit scope
255
253
- Use `--exclude` to skip large directories like `node_modules/`
256
-
- Consider using `-u` flags judiciously to include necessary ignored files
254
+
- Consider using `-u` flags judiciously to include necessary ignored files
Copy file name to clipboardExpand all lines: docs/src/content/docs/commands/rename.mdx
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
---
2
-
title: rename
2
+
title: refaktor rename
3
3
description: Fast-path command that combines planning and applying with confirmation
4
4
---
5
5
6
-
# refaktor rename
7
-
8
6
The `rename` command is the fastest way to refactor your codebase. It combines planning and applying in a single interactive command with preview and confirmation.
9
7
10
8
## Usage
@@ -171,4 +169,4 @@ The `rename` command includes all of Refaktor's safety features:
171
169
-`0` - Success
172
170
-`1` - Conflicts detected (use `--force-with-conflicts` to override)
0 commit comments