python3All data is stored locally only under:
~/.openclaw/workspace/memory/planner/plans.json~/.openclaw/workspace/memory/planner/archive.jsonNo external sync. No cloud storage. No third-party planning APIs.
trip: Travel, itinerary, booking sequence, budget-aware planning.week: Weekly structure, focus themes, time blocks, priorities.project: Multi-phase roadmap with milestones.launch: Rollout, preparation, dependencies, timeline.decision: Option comparison with constraints and tradeoffs.goal: What the user wants to achieveconstraints: Budget, time, energy, deadlines, dependenciesphases: High-level stagesmilestones: Concrete checkpointsnext_steps: Immediate actionable movesnotes: Additional planning contextadd_plan.pysuggest_plan.pyupdate_plan.pydaily_plan.pyweekly_map.py| Script | Purpose |
|---|---|
| --- | --- |
init_storage.py | Initialize local storage files |
add_plan.py | Capture a new plan |
suggest_plan.py | Show the best current plan or next phase |
update_plan.py | Update plan status, dates, notes, or phases |
daily_plan.py | Show active plans and immediate next steps |
weekly_map.py | Review all plans across horizons |
共 1 个版本