commit remaining modified project files

This commit is contained in:
windyboy
2026-04-07 08:07:18 +08:00
parent d010cf936c
commit fb128c70d6
28 changed files with 4140 additions and 19643 deletions
+8
View File
@@ -35,6 +35,9 @@ uv pip install -e .
# Install with development dependencies
uv pip install -e ".[dev]"
# Optional: Textual TUI for `vlm review-plan --tui`
uv pip install -e ".[tui]"
```
## Quick Start
@@ -230,6 +233,8 @@ vlm plan --analysis artifacts/analysis.json
# 7. Review the plan in terminal (summary + high-risk preview)
vlm review-plan
# Optional: interactive full-screen review (install `.[tui]` first)
vlm review-plan --tui
# Optional: control preview size
vlm review-plan --preview-limit 20
# Optional: show every high-risk operation in terminal
@@ -352,6 +357,9 @@ vlm plan --input my_identities.json --analysis my_analysis.json --output my_plan
# Export high-risk operations and preview them in terminal
vlm review-plan
# Interactive Textual UI (install optional dependency: uv pip install -e ".[tui]")
vlm review-plan --tui
# Preview first N high-risk operations in terminal (default: 10)
vlm review-plan --preview-limit 20