port-upstream-features-cc

Solid

Port one or more open PRs from upstream decolua/9router into OmniRoute, adapt JS→TS, attribute the original author, land via release-branch worktree + per-feature PR.

AI & Automation 6,067 stars 1058 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /port-upstream-features — Port upstream PRs into OmniRoute ## ⚠️ CONFIDENTIAL — this command is `.gitignored` and must NEVER be committed. Full reference: `.agents/workflows/port-upstream-features-ag.md`. Sibling command (issue tracker, not PRs): `/port-upstream-issues`. ## Inputs Arguments: `$ARGUMENTS` (optional). Accepts a space-separated list of upstream PR identifiers — bare numbers (`1317 1320`), full URLs (`https://github.com/decolua/9router/pull/1317`), or a mix. If empty, the command MUST list candidate open upstream PRs first and ask the user which to port before doing anything else. ## Constants (hard-coded — do not infer) - Upstream: `decolua/9router` (JavaScript, Next.js 16) - Fork (origin): `diegosouzapw/OmniRoute` (TypeScript, Next.js 16) - Worktree root: `.claude/worktrees/` - Task notes dir: `_tasks/features-v${VERSION}/port-tasks/` - Dedupe ledger: `_tasks/features-v${VERSION}/port-tasks/_ported.jsonl` - Upstream sources mirror (read-only): `_references/9router/` ## Architecture mapping (upstream → OmniRoute) Use this table when planning each port. OmniRoute has layers that don't exist upstream (a2a, memory, cloudAgent, guardrails, evals, services bootstrap); when an upstream change touches functionality that lives in those layers downstream, MAP IT and note it in the task note. | Upstream (9router, JS) | OmniRoute (TS) ...

Details

Author
diegosouzapw
Repository
diegosouzapw/OmniRoute
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category