Skip to content

Commit a0e876a

Browse files
committed
docs: remove mention of external dependencies and clarify CI publishing notes
1 parent 8888321 commit a0e876a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The plugin automatically injects context-specific coding standards into the AI a
1616
- `{a,b}` for multiple alternatives.
1717
- **YAML Frontmatter**: Easy configuration using standard YAML metadata at the top of instruction files.
1818
- **Automatic Discovery**: Scans `.github/instructions/` and `.opencode/instructions/` directories automatically.
19-
- **No External Dependencies**: Self-contained, no `npm install` required in your project.
2019

2120
## Installation
2221

@@ -115,6 +114,6 @@ Usage examples:
115114
`./scripts/release.sh 1.2.3 --no-build --dry-run`
116115

117116
Notes:
117+
118118
- 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.
119119
- Ensure you have permissions to publish and that your npm login is configured if using `--publish`.
120-

0 commit comments

Comments
 (0)