We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f04c8 commit f6aeefdCopy full SHA for f6aeefd
tests/test_config.py
@@ -44,7 +44,7 @@
44
"command_dir": ".config/opencode/command",
45
"command_format": CommandFormat.MARKDOWN,
46
"command_file_extension": ".md",
47
- "detection_dirs": (".config/opencode",),
+ "detection_dirs": (".opencode",),
48
},
49
"vs-code": {
50
"display_name": "VS Code",
@@ -157,7 +157,7 @@ def test_detection_dirs_cover_command_directory_roots(
157
or ".codeium/windsurf" in agent.detection_dirs
158
)
159
elif agent.key == "opencode":
160
- assert ".config/opencode" in agent.detection_dirs
+ assert ".opencode" in agent.detection_dirs
161
else:
162
assert command_root in agent.detection_dirs
163
0 commit comments