chore: initialize opencode-jfrog-plugin#1
Merged
carmithersh merged 16 commits intomainfrom May 3, 2026
Merged
Conversation
Resolve README.md add/add conflict by keeping main documentation.
- Keep README and package.json from merged main; restore index.ts from main (4937996) with lint-safe fixes (PluginInput typing, remove unused imports/vars, fix skill log template, stream body cast). - Add Bun tests for plugin hooks and jf CLI toast; extend ESLint for fetch and test globals.
…tial tests for plugin functionality
- Changed package name to @jfrog/opencode-jfrog-plugin and updated version to 0.0.1-next.11. - Added module and main entry points in package.json. - Enhanced error handling in fetchAndSaveFile and pullSkills functions to provide more informative logging and return values.
- Added JFrog CLI setup step in the GitHub Actions workflow for improved artifact management. - Configured npm registry to use JFrog Artifactory for package management. - Fixed missing newline at the end of the ESLint configuration file.
- Changed OIDC provider name in the GitHub Actions workflow from 'github-carmit-project-1' to 'github-oidc' for improved clarity and consistency.
…tion - Added permission for 'id-token' to enable the creation of OIDC tokens for signing in the GitHub Actions workflow.
- Updated version from 0.0.1-next.11 to 0.0.1 for release. - Added keywords to package.json for better discoverability of the plugin.
- Added the --global flag to the jf npm-config command for improved configuration scope.
- Added steps to create and configure bunfig.toml for JFrog npm repository. - Included echo statements for better visibility during setup.
… Actions workflow - Updated the bunfig.toml file creation process to use a more structured format for the npm registry configuration. - Changed the section header from [npm] to [install] for clarity and improved token handling.
…ctions - Enhanced logging messages in fetchAndSaveFile and pullSkills functions to include detailed response information for better debugging. - Reformatted error messages for consistency and clarity.
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.
chore: initialize opencode-jfrog-plugin