Files
cfw-autumn/.opencode/supermemory.jsonc
2026-03-02 10:43:01 +00:00

10 lines
403 B
JSON

{
"similarityThreshold": 0.6, // Minimum match score (0-1)
"maxMemories": 5, // Memories per injection
"maxProjectMemories": 10, // Project memory listings
"maxProfileItems": 5, // Profile facts injected
"injectProfile": true, // Include user preferences in context
"containerTagPrefix": "opencode", // Tag prefix for scoping
"compactionThreshold": 0.8 // Context usage ratio for summarization
}