export_snapshot
Export project memory to a compressed, committable snapshot for git-based team sharing, adding a merge guard while leaving the working store unchanged.
Instructions
Write the whole store to a compressed, committable snapshot at .context-keeper/memory.json.gz (next to the project) and add a .gitattributes merge=ours guard. For sharing project memory with a team via git. Committing it is opt-in. Non-destructive to the working store.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_dir | No | Absolute path to the target project. |