feat(import): preserve nested paths and placeholder metadata on import #26
Annotations
3 errors and 1 warning
|
ci
Process completed with exit code 1.
|
|
tests/unit/install/native-install-scope.junie-cline-windsurf-codex.test.ts > stageNativeInstallScope Junie, Cline, and Windsurf > 'cline-workflows-folder':
tests/unit/install/native-install-scope.helpers.ts#L52
AssertionError: expected [ 'commands', 'rules' ] to deeply equal [ 'commands' ]
- Expected
+ Received
[
"commands",
+ "rules",
]
❯ expectScope tests/unit/install/native-install-scope.helpers.ts:52:35
|
|
tests/unit/install/native-install-scope.copilot-continue-gemini.test.ts > stageNativeInstallScope Copilot, Continue, and Gemini CLI > 'gemini-command-file':
tests/unit/install/native-install-scope.helpers.ts#L53
AssertionError: expected { commands: [ 'commit' ] } to deeply equal { commands: [ 'git:commit' ] }
- Expected
+ Received
{
"commands": [
- "git:commit",
+ "commit",
],
}
❯ expectScope tests/unit/install/native-install-scope.helpers.ts:53:79
|
|
ci
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|