faf_agents
Import, export, or sync context between AGENTS.md and .faf files to keep project definitions consistent across AI assistant formats.
Instructions
Import, export, or sync context between AGENTS.md (the OpenAI/Codex convention) and project.faf. Returns the merged or written result for the chosen action. Use this to keep a Codex/OpenAI-style AGENTS.md and your .faf in agreement from one source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path. Sets session context for subsequent calls. | |
| force | No | Force overwrite existing files | |
| merge | No | Merge imported data with existing .faf instead of replacing | |
| action | Yes | Action: import (AGENTS.md -> .faf), export (.faf -> AGENTS.md), sync (bidirectional) |