Where Campfire stores workspace data

Campfire stores workspace-local data in a .campfire folder at the root of the workspace.

This folder lets each workspace keep its own settings, chat cache, approvals, memories, and private skills. Because it lives with the workspace, different folders can have different Campfire behavior and history.

Common files and folders include:

  • .campfire/settings
  • .campfire/codebot.cache
  • .campfire/codebot.approvals
  • .campfire/codebot.memories
  • .campfire/skills

Local Runtime State

Some .campfire files are local runtime state. For example, cache and approval files are usually specific to your local machine and current workspace use.

Workspace Knowledge

Some .campfire content may be intentionally useful to keep with the workspace, especially memories or skills that describe how work should be done in that folder.

Do not ignore the entire .campfire folder without checking what is inside. If you use Git, decide which workspace data should stay local and which should be shared with the repository.