upgrade-agent-native

Installation
SKILL.md

Upgrade Agent Native

Rule

When an older Agent Native app/branch needs to run on current packages, use agent-native upgrade. Never "fix" upgrade breakage with pnpm.overrides, patchedDependencies, resolutions, local patches, or edits under node_modules/@agent-native/* — especially not against @agent-native/core or @agent-native/dispatch.

Why

Agents often respond to a failed core bump by inventing framework patches and dispatch behavior overrides. That hides the real app-level break, drifts from upstream, and makes the next upgrade worse. The supported path is bump → install → refresh scaffold skills → verify, then fix app code only.

How

Installs
2
GitHub Stars
3.8K
First Seen
8 days ago
upgrade-agent-native — builderio/agent-native