You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,6 @@ The plugin automatically injects context-specific coding standards into the AI a
16
16
-`{a,b}` for multiple alternatives.
17
17
-**YAML Frontmatter**: Easy configuration using standard YAML metadata at the top of instruction files.
18
18
-**Automatic Discovery**: Scans `.github/instructions/` and `.opencode/instructions/` directories automatically.
19
-
-**No External Dependencies**: Self-contained, no `npm install` required in your project.
20
19
21
20
## Installation
22
21
@@ -115,6 +114,6 @@ Usage examples:
115
114
`./scripts/release.sh 1.2.3 --no-build --dry-run`
116
115
117
116
Notes:
117
+
118
118
- By default the CI workflow will publish packages via Trusted Publisher (OIDC) when a `v*.*.*` tag is pushed. Use `--publish` to perform a local `npm publish` from your machine instead.
119
119
- Ensure you have permissions to publish and that your npm login is configured if using `--publish`.
0 commit comments