Re-scan the codebase and refresh existing VibeFlow project contexts with current state.
Re-scan the codebase for $1 and update existing VibeFlow contexts.
Find project: Call list_projects and find "$1". If not found, tell the user to run /vibeflow:onboard $1 first.
Load existing contexts: Call list_contexts(project_id) to get current context titles and IDs.
Scan codebase using Explore agents (same parallel scan as onboard):
Diff and update: For each existing context:
get_context(id)update_context(id, body: <updated>) with the new contentCreate missing contexts: If the scan reveals context types that don't exist yet, create them.
Report what changed:
Contexts refreshed for "$1":
- Updated: Architecture, Tech Stack
- Unchanged: Conventions, Project Overview
- Created: <any new ones>