Tool Affected
windsurf
What Happened
After apc sync --all --yes with 203 memory entries in cache:
~/.codeium/windsurf/ contains only mcp_config.json
- No memory/rules file was created
apc status shows ● synced
$ ls ~/.codeium/windsurf/
mcp_config.json
What Was Expected
Windsurf supports custom rules/memories via a ~/.codeium/windsurf/global_rules.md or similar file. After sync, a memory/rules file should exist.
Root Cause
Memory sync was skipped due to LLM 401 auth error in this test. However, the Windsurf applier's WINDSURF_MEMORY_SCHEMA should define the target path. It's unclear if the Windsurf applier correctly targets the Windsurf global rules file path (~/.codeium/windsurf/global_rules.md or platform equivalent).
Questions
- Does
WINDSURF_MEMORY_SCHEMA correctly specify the output path for Windsurf?
- Is the path
~/.codeium/windsurf/ the correct location, or is it platform-dependent (e.g., ~/Library/Application Support/Windsurf/ on macOS)?
To Reproduce
apc configure with valid API key
apc memory add "test windsurf memory"
apc memory sync --tools windsurf --yes
- Check
ls ~/.codeium/windsurf/ — confirm whether a memory/rules file was created
Tool Affected
windsurf
What Happened
After
apc sync --all --yeswith 203 memory entries in cache:~/.codeium/windsurf/contains onlymcp_config.jsonapc statusshows● syncedWhat Was Expected
Windsurf supports custom rules/memories via a
~/.codeium/windsurf/global_rules.mdor similar file. After sync, a memory/rules file should exist.Root Cause
Memory sync was skipped due to LLM 401 auth error in this test. However, the Windsurf applier's
WINDSURF_MEMORY_SCHEMAshould define the target path. It's unclear if the Windsurf applier correctly targets the Windsurf global rules file path (~/.codeium/windsurf/global_rules.mdor platform equivalent).Questions
WINDSURF_MEMORY_SCHEMAcorrectly specify the output path for Windsurf?~/.codeium/windsurf/the correct location, or is it platform-dependent (e.g.,~/Library/Application Support/Windsurf/on macOS)?To Reproduce
apc configurewith valid API keyapc memory add "test windsurf memory"apc memory sync --tools windsurf --yesls ~/.codeium/windsurf/— confirm whether a memory/rules file was created