Idea detail
refactor_file_moves
reqlan rq/extension/refactor_support.rq:14
block
Summary
The extension should watch for file moves and renames, migrate the index for moved
. rq files, and update imports and path references both inside the moved file ( outbound )
and in other files that pointed at it ( inbound ), including comment paths in code files.
There should be a single prompt per batch asking whether to apply path updates,
aligned with move_file and rename_file.
Implemented by register-file-mutation-hooks.ts, file-move-plan.ts, file-mutation-gate.ts, file-path-rewrite.ts, and reqlan-path-references.ts.
Attributes
Ancestor context
No ancestor chain recorded.
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| references | refactor_changes | reqlan rq/extension/refactor_support.rq | refactor_file_moves |
| Kind | Idea | Path | Snippet |
|---|---|---|---|
| references | move_file | move_file | |
| references | rename_file | rename_file |
Initialising graph…