.polpo/ directory. They are the simplest option and require no additional dependencies.
Stores
| Store | Purpose | Location |
|---|---|---|
FileTaskStore | Tasks and missions | .polpo/tasks/<id>.json + .polpo/missions/<id>.json |
FileRunStore | Execution run history | .polpo/runs/ |
FileMemoryStore | Project memory | .polpo/memory.md |
FileLogStore | Event log persistence | .polpo/logs/ |
FileSessionStore | Chat sessions | .polpo/sessions/ |
FileApprovalStore | Approval gate state | .polpo/approvals.json |
FileNotificationStore | Notification records | .polpo/notifications.json |
Directory Layout
TheFileTaskStore uses a multi-file layout: each task and mission is stored as a separate JSON file, plus a _meta.json metadata file.