Skip to content

feat: add oh-my-pi (omp) platform to install scripts#425

Open
0xnayuta wants to merge 1 commit into
Egonex-AI:mainfrom
0xnayuta:feat/oh-my-pi-platform
Open

feat: add oh-my-pi (omp) platform to install scripts#425
0xnayuta wants to merge 1 commit into
Egonex-AI:mainfrom
0xnayuta:feat/oh-my-pi-platform

Conversation

@0xnayuta

@0xnayuta 0xnayuta commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Add a dedicated omp platform 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 existing pi target), so install.sh pi technically works, but is non-obvious for omp users. This PR adds a dedicated omp platform using omp's native path for better isolation and discoverability.

Linked issue(s)

Closes #424

How I tested this

  • pnpm lint
  • pnpm --filter @understand-anything/core test
  • pnpm test
  • Manual smoke test: verified platform table formatting, confirmed new entry appears in platforms_table(), platform_ids(), and usage output

Versioning

  • Version bumped in all five manifests, OR
  • N/A — internal/docs-only change

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add oh-my-pi (omp) platform to install.sh

1 participant