FLUWS + CODEX
Codex memory for shared agent work
Give Codex access to team memory and agent handoffs through fluws CLI and session context.
Why use fluws with Codex
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.
- Handoffs preserve unfinished investigations for the next agent.
- Human review can govern agent-written memory.
- Use Markdown files as a portable source of truth.
Connect Codex
Create an API key in Settings, store it with fluws keys set codex --key , then wire the project with fluws init --agent codex. This writes a keyless SessionStart hook (Claude-format) to .codex/hooks.json and the AGENTS.md/CLAUDE.md cycle blocks.
Start with context
Ask fluws for the project knowledge relevant to the actual task before making assumptions:
fluws context --agent codex --task "the real task" --project "project-name"
Read the full documentation · Create a free workspace · Learn about fluws