diff options
| author | adamdottv <[email protected]> | 2025-05-02 13:22:59 -0500 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-05-02 15:24:47 -0500 |
| commit | 364cf5b429c3dd6952d45c3361765aa3898e6326 (patch) | |
| tree | 5a4b8e1892e447e00a3aaa27a333ff9f332d9c64 /internal/config | |
| parent | b2f24e38eda018b464def477880e9db5bb51b515 (diff) | |
| download | opencode-364cf5b429c3dd6952d45c3361765aa3898e6326.tar.gz opencode-364cf5b429c3dd6952d45c3361765aa3898e6326.zip | |
feat: write to context.md by default
Diffstat (limited to 'internal/config')
| -rw-r--r-- | internal/config/config.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/config/config.go b/internal/config/config.go index c46f80f95..f3682763b 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -102,6 +102,8 @@ var defaultContextPaths = []string{ ".cursor/rules/", "CLAUDE.md", "CLAUDE.local.md", + "CONTEXT.md", + "CONTEXT.local.md", "opencode.md", "opencode.local.md", "OpenCode.md", |
