feat: add oh-my-pi (omp) platform to install scripts#425
Open
0xnayuta wants to merge 1 commit into
Open
Conversation
Add dedicated 'omp' platform entry targeting omp's native skills directory (~/.omp/agent/skills) for better isolation and discoverability. Changes: - install.sh: add omp to platforms_table() and document omp/pi relationship in usage() - install.ps1: add omp to table - README.md: add oh-my-pi / omp to platform table, supported list, and section heading - READMEs/*.md: add oh-my-pi / omp row to all 7 translated platform tables Closes Egonex-AI#424
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
Add a dedicated
ompplatform entry to both installers, targeting oh-my-pi's native user-level skills directory (~/.omp/agent/skills). oh-my-pi (omp) is a fork of Pi (11.6k+ stars) at https://github.com/can1357/oh-my-pi.omp already discovers skills from
~/.agents/skills(the existingpitarget), soinstall.sh pitechnically works, but is non-obvious for omp users. This PR adds a dedicatedompplatform using omp's native path for better isolation and discoverability.Linked issue(s)
Closes #424
How I tested this
pnpm lintpnpm --filter @understand-anything/core testpnpm testplatforms_table(),platform_ids(), and usage outputVersioning