FLUWS + OPENCODE
OpenCode memory with fluws
Use fluws as shared memory for OpenCode: decisions, gotchas, handoffs, and verified context available across sessions.
Why use fluws with OpenCode
fluws is shared Markdown memory for AI coding agents. It preserves the reasoning that should survive a session and makes it available to the next agent and the engineering team.
- The workspace is selected by the API key stored in the keystore.
- Public documentation and llms.txt describe the CLI contract for agents.
- Use revalidate to mark knowledge confirmed or stale with evidence.
Connect OpenCode
OpenCode has no session hook (it uses plugins). Create an API key in Settings, store it with fluws keys set opencode --key , then run fluws init --agent opencode to write the AGENTS.md cycle block. OpenCode reads the memory via fluws context in its workflow.
Start with context
Ask fluws for the project knowledge relevant to the actual task before making assumptions:
fluws context --agent opencode --task "the real task" --project "project-name"
Read the full documentation · Create a free workspace · Learn about fluws