Skip to content

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

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

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
Copilot AI lite review requested due to automatic review settings August 10, 2026 09:15
@0xnayuta
0xnayuta force-pushed the feat/oh-my-pi-platform branch from 341dbdf to 30bbf66 Compare August 10, 2026 09:15

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds explicit support for the oh-my-pi (omp) platform across the repo’s install surface area, so omp users can install into oh-my-pi’s native skills directory (~/.omp/agent/skills) instead of needing to know to use the pi target.

Changes:

  • Adds an omp platform entry to both install.sh and install.ps1, targeting ~/.omp/agent/skills (per-skill linking).
  • Updates the main README to list omp as a supported <platform> value and to document install.sh omp.
  • Updates several translated READMEs to include oh-my-pi / omp in the platform compatibility table.

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
README.md Documents omp as a supported platform and adds it to the compatibility table and one-line install section.
install.sh Adds omp to the platform table (targeting ~/.omp/agent/skills) and expands help text notes.
install.ps1 Adds omp to the Windows platform table (targeting $HOME\.omp\agent\skills).
READMEs/README.zh-TW.md Adds oh-my-pi / omp to the compatibility table.
READMEs/README.zh-CN.md Adds oh-my-pi / omp to the compatibility table.
READMEs/README.tr-TR.md Adds oh-my-pi / omp to the compatibility table.
READMEs/README.ru-RU.md Adds oh-my-pi / omp to the compatibility table.
READMEs/README.ko-KR.md Adds oh-my-pi / omp to the compatibility table.
READMEs/README.ja-JP.md Adds oh-my-pi / omp to the compatibility table.
READMEs/README.es-ES.md Adds oh-my-pi / omp to the compatibility table.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread README.md

### One-line install (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Trae / Nanobot / Kiro)

### One-line install (Codex / OpenCode / OpenClaw / Antigravity / Gemini CLI / Pi Agent / omp / Vibe CLI / VS Code Copilot / Hermes / Cline / KIMI CLI / Trae / Nanobot / Kiro)
Comment thread install.sh
Comment on lines 31 to 36
gemini|$HOME/.agents/skills|per-skill
codex|$HOME/.agents/skills|per-skill
opencode|$HOME/.agents/skills|per-skill
pi|$HOME/.agents/skills|per-skill
omp|$HOME/.omp/agent/skills|per-skill
openclaw|$HOME/.openclaw/skills|folder
@0xnayuta 0xnayuta closed this Aug 10, 2026
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

2 participants