fix(skills): flatten skill directories to avoid nesting limitations #344
Annotations
4 errors
|
Lint and Test
Process completed with exit code 1.
|
|
error: Claude Code is not installed. Install Claude Code to use Claude Code marketplaces like 'claude/anthropic-agent-skills'.:
src/commands/plugin-install.ts#L75
at pluginInstall (/home/runner/work/aipm/aipm/src/commands/plugin-install.ts:75:21)
at async <anonymous> (/home/runner/work/aipm/aipm/tests/commands/plugin-install.test.ts:64:13)
|
|
error: expect(received).toThrow(expected):
tests/commands/plugin-install.test.ts#L51
Expected substring: "Marketplace 'claude/nonexistent-marketplace' not found in Claude Code"
Received message: "Claude Code is not installed. Install Claude Code to use Claude Code marketplaces like 'claude/nonexistent-marketplace'."
at <anonymous> (/home/runner/work/aipm/aipm/tests/commands/plugin-install.test.ts:51:52)
at <anonymous> (/home/runner/work/aipm/aipm/tests/commands/plugin-install.test.ts:45:66)
|
|
error: Claude Code is not installed. Install Claude Code to use Claude Code marketplaces like 'claude/anthropic-agent-skills'.:
src/commands/plugin-install.ts#L75
at pluginInstall (/home/runner/work/aipm/aipm/src/commands/plugin-install.ts:75:21)
at async <anonymous> (/home/runner/work/aipm/aipm/tests/commands/plugin-install.test.ts:29:13)
|