fix: rename oh-my-opencode rule to oh-my-openagent - #7
Merged
Conversation
- Rename rules/oh-my-opencode.yaml -> rules/oh-my-openagent.yaml - Update tool id, label, source paths, and target filename to oh-my-openagent - Update README example and CHANGELOG reference - Bump version to 0.9.3
There was a problem hiding this comment.
Pull request overview
This PR renames the bundled rule for the “oh-my-*” OpenCode config from oh-my-opencode to oh-my-openagent, updates references across tests/docs/changelog, and bumps the package version to 0.9.3.
Changes:
- Rename
rules/oh-my-opencode.yaml→rules/oh-my-openagent.yamland update tool id/label/paths/targets accordingly. - Update unit tests and README references to the new rule name.
- Update
CHANGELOG.mdand bumppackage.jsonversion to0.9.3.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tests/install-core.test.js | Updates rule fixture expectations and profile discovery assertions to oh-my-openagent naming. |
| rules/oh-my-opencode.yaml | Removes the old bundled rule file. |
| rules/oh-my-openagent.yaml | Adds the renamed bundled rule with updated tool id/paths/targets. |
| README.md | Updates selection-mode example text and YAML snippet to reference oh-my-openagent. |
| package.json | Version bump to 0.9.3 and adds keyword for oh-my-openagent. |
| CHANGELOG.md | Adds 0.9.3 entry for rename and updates a prior entry reference. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Summary
Type of change
Testing
pnpm testpasses (0 failures)pnpm run lint:agentsoutputsagent-lint: okChecklist
"use strict"omitted from new.jsfilescatch {}blocks introduced