Merged
Conversation
|
Hey! Your PR title Please update it to start with one of:
Where See CONTRIBUTING.md for details. |
|
Thanks for updating your PR! It now meets our contributing guidelines. 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue for this PR
Closes #3
Type of change
What does this PR do?
本次改动将项目级资源目录从
.opencode迁移为.Aether,同时保留对旧目录.opencode的兼容读取,以尽量降低行为变化和升级风险。主要改动包括:
.Aether和.opencode.Aether.Aether.Aether默认路径和.opencode兼容路径的测试兼容策略如下:
.Aether,兼容.opencode.Aether.Aether读取默认资源How did you verify your code works?
我在本地完成了以下验证:
packages/opencode类型检查通过test/config/config.test.tstest/config/tui.test.tstest/agent/agent.test.tstest/file/ripgrep.test.ts另外,push 时 pre-push hook 自动执行了
bun turbo typecheck,结果通过。Screenshots / recordings
本次改动不涉及新的界面布局或视觉改动,暂无截图。
Checklist