Skip to content

Running ai-devkit install causing broken .ai-devkit.json #65

@codeaholicguy

Description

@codeaholicguy

Precondition:

  • There is artifacts folder (docs/ai)
  • There is config in .ai-devkit.json
{
  "version": "0.23.0",
  "environments": [
    "cursor",
    "claude",
    "codex"
  ],
  "phases": [
    "requirements",
    "design",
    "planning",
    "implementation",
    "testing"
  ],
  "createdAt": "2026-04-17T17:17:15.973Z",
  "updatedAt": "2026-04-17T17:17:34.208Z",
  "mcpServers": {
    "memory": {
      "transport": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ai-devkit/memory"
      ]
    },
    "notion": {
      "transport": "http",
      "url": "https://mcp.notion.com/mcp"
    }
  }
}

Reproduce:

  • Run ai-devkit install
  • Choose no when the overwrite question is prompted
  • It makes the .ai-devkit.json broken
{
  "version": "0.23.0",
  "environments": [],
  "phases": [],
  "createdAt": "2026-04-17T17:17:15.973Z",
  "updatedAt": "2026-04-17T17:22:45.706Z",
  "mcpServers": {
    "memory": {
      "transport": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ai-devkit/memory"
      ]
    },
    "notion": {
      "transport": "http",
      "url": "https://mcp.notion.com/mcp"
    }
  },
  "skills": []
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions