Version: 0.23.0
Precondition:
- There are installed skill in .ai-devkit.json
{
"version": "0.23.0",
"environments": [
"claude",
"github",
"codex"
],
"phases": [
"requirements",
"design",
"planning",
"implementation",
"testing"
],
"createdAt": "2026-04-17T16:53:48.293Z",
"updatedAt": "2026-04-17T16:55:23.856Z",
"skills": {
"installed": [
{
"registry": "codeaholicguy/ai-devkit",
"name": "dev-lifecycle"
}
]
}
}
When running npx ai-devkit install, it shows error
skills Expected array, received object
Version: 0.23.0
Precondition:
{ "version": "0.23.0", "environments": [ "claude", "github", "codex" ], "phases": [ "requirements", "design", "planning", "implementation", "testing" ], "createdAt": "2026-04-17T16:53:48.293Z", "updatedAt": "2026-04-17T16:55:23.856Z", "skills": { "installed": [ { "registry": "codeaholicguy/ai-devkit", "name": "dev-lifecycle" } ] } }When running
npx ai-devkit install, it shows error