# @ag-ui/mastra declares peerDependencies["@copilotkit/runtime"] = "^1.10.5".
# node-semver excludes prereleases from a caret range with no prerelease tag, so a
# prerelease @copilotkit/runtime pin can never satisfy it — regardless of how high
# the numeric version is. This starter tracks a canary build of main, so plain
# `npm install` would fail with ERESOLVE without this.
#
# The upstream fix is a prerelease-inclusive peer range in @ag-ui/mastra (its other
# peers already use e.g. ">=1.0.0-0 <2.0.0-0"). Remove this file once the
# @copilotkit/* pins here move back to a stable release.
legacy-peer-deps=true
