Rename workflow-lite-planex to workflow-lite-plan across documentation and code references for consistency and clarity. Update related examples, command references, and workflow comparisons to reflect the new naming convention.

This commit is contained in:
catlog22
2026-03-05 21:14:52 +08:00
parent cff1e16441
commit 56c06ecf3d
66 changed files with 795 additions and 877 deletions

View File

@@ -29,8 +29,12 @@ Flexible task execution command supporting three input modes: in-memory plan (fr
<input> Task description string, or path to file (required)
```
Mode 1 (In-Memory) is triggered by workflow-lite-plan direct handoff when `executionContext` is available.
Workflow preferences (`autoYes`) are passed from SKILL.md via `workflowPreferences` context variable.
### Flags
| Flag | Description |
|------|-------------|
| `--in-memory` | Mode 1: Use executionContext from workflow-lite-plan handoff (via Skill({ skill: "workflow-lite-execute", args: "--in-memory" }) |
Mode 1 (In-Memory) is triggered by `--in-memory` flag or when `executionContext` global variable is available.
## Input Modes