{
  "name": "asdm-workspace-without-repo",
  "description": "ASDM workspace without a source code repository, configured for AI-assisted software development",
  "version": "1.0.0",
  "asdmVersion": "1.0.0",
  "provider": "Tencent CodeBuddy",
  "createdAt": "2026-07-15T16:43:00Z",
  "structure": {
    "contexts": ".asdm/contexts",
    "prototypes": ".asdm/prototypes",
    "workspace": ".asdm/workspace",
    "features": ".asdm/workspace/features"
  },
  "toolsets": [
    {
      "id": "basic-tools",
      "name": "Basic Tools",
      "description": "Basic tools for AI-assisted software development, including git operations and project startup",
      "path": ".asdm/toolsets/basic-tools",
      "commands": [
        "asdm-start-project",
        "asdm-git-commit-message",
        "asdm-git-commit"
      ]
    },
    {
      "id": "context-builder",
      "name": "Context Builder",
      "description": "Build comprehensive context for AI models to work effectively with the codebase",
      "path": ".asdm/toolsets/context-builder",
      "commands": [
        "asdm-context-build",
        "asdm-context-update"
      ]
    },
    {
      "id": "prd-builder",
      "name": "PRD Builder",
      "description": "Plan and execute tasks for features, generating PRDs and task lists",
      "path": ".asdm/toolsets/prd-builder",
      "commands": [
        "asdm-prd-planning",
        "asdm-prd-breakdown",
        "asdm-prd-execution"
      ]
    },
    {
      "id": "prototype-builder",
      "name": "Prototype Builder",
      "description": "Rapidly generate frontend prototypes based on requirements and technology stack",
      "path": ".asdm/toolsets/prototype-builder",
      "commands": [
        "asdm-prototype-create",
        "asdm-prototype-scaffold"
      ]
    }
  ],
  "status": {
    "contextBuilt": false,
    "featuresCount": 0,
    "prototypesCount": 0
  }
}
