Sync the project context so all agents see up-to-date information.
Project: Agentweave Agents: claude, kimi, minimax
The source of truth for project context is .agentweave/ai_context.md. Agent context files at the project root (e.g., CLAUDE.md, AGENTS.md, GEMINI.md) are generated from it and must be regenerated whenever it changes.
Steps:
- Check whether
.agentweave/ai_context.mdexists and show the user its last few lines so they can confirm it is up to date. - Run
agentweave sync-contextto regenerate all agent context files. - Show which files were updated (the command prints this).
- Remind the user:
Agent context files have been updated. Each agent will see the new context on their next session start — no action needed if sessions are already running.
If agentweave sync-context is not available, instruct the user to run it manually or check that AgentWeave is installed correctly (agentweave --help).
Source: gutohuida/AgentWeave — distributed by TomeVault.