Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# Automatic Refactoring (2025.23)
Source: `help-portal-da7f92f6a2ac4ab9b5498da68a82712b.md`.
## Overview
Built-in refactoring helps keep scripts consistent and maintainable.
## Capabilities
- Rename identifiers across scripts.
- Update references safely when moving/renaming objects.
## Notes
- Use refactor tools instead of manual search/replace to avoid broken references.
- Verify changes in value help after refactoring.