AkurAI Build
Menu

AkurAI-Build

public

Latest change 30e6b8c347048d64c2c048dfd05a8ded219d37f6 - Host authenticated Git repositories over Smart HTTP with repo host/sync CLI by Ólafur Búi Ólafsson

{
  "schemaVersion": 1,
  "name": "AkurAI-Build software delivery",
  "commitmentStatus": "in-progress",
  "finishStatus": "done",
  "serviceLevelExpectation": {
    "probability": 0.85,
    "days": 10,
    "calendar": "calendar-days",
    "from": "in-progress",
    "to": "done",
    "provisional": true,
    "reviewAfterCompletedItems": 30
  },
  "types": [
    "feature",
    "bug",
    "security",
    "performance",
    "docs",
    "chore",
    "spike"
  ],
  "columns": [
    {
      "id": "inbox",
      "directory": "00-inbox",
      "title": "Inbox",
      "wipLimit": null,
      "purpose": "Capture unassessed demand without implying commitment."
    },
    {
      "id": "triage",
      "directory": "10-triage",
      "title": "Triage",
      "wipLimit": 10,
      "purpose": "Confirm value, urgency, ownership domain, duplicates, and safety impact."
    },
    {
      "id": "discovery",
      "directory": "20-discovery",
      "title": "Discovery",
      "wipLimit": 5,
      "purpose": "Resolve requirements, architecture, dependencies, risks, and acceptance criteria."
    },
    {
      "id": "ready",
      "directory": "30-ready",
      "title": "Ready",
      "wipLimit": 10,
      "purpose": "Maintain a small ordered pull queue of independently executable work."
    },
    {
      "id": "in-progress",
      "directory": "40-in-progress",
      "title": "In Progress",
      "wipLimit": 3,
      "purpose": "Implement one owned task after the commitment point."
    },
    {
      "id": "review",
      "directory": "50-review",
      "title": "Review",
      "wipLimit": 3,
      "purpose": "Independent correctness, security, scope, and maintainability review."
    },
    {
      "id": "verification",
      "directory": "60-verification",
      "title": "Verification",
      "wipLimit": 3,
      "purpose": "Run deterministic tests, integration checks, and acceptance evidence."
    },
    {
      "id": "release-ready",
      "directory": "70-release-ready",
      "title": "Release Ready",
      "wipLimit": 5,
      "purpose": "Await explicit release or merge approval with current evidence."
    },
    {
      "id": "done",
      "directory": "80-done",
      "title": "Done",
      "wipLimit": null,
      "purpose": "Record delivered, cancelled, duplicate, or otherwise resolved work."
    }
  ],
  "transitions": {
    "inbox": [
      "triage"
    ],
    "triage": [
      "inbox",
      "discovery",
      "ready",
      "done"
    ],
    "discovery": [
      "triage",
      "ready",
      "done"
    ],
    "ready": [
      "triage",
      "discovery",
      "in-progress",
      "done"
    ],
    "in-progress": [
      "discovery",
      "review"
    ],
    "review": [
      "in-progress",
      "verification"
    ],
    "verification": [
      "in-progress",
      "review",
      "release-ready"
    ],
    "release-ready": [
      "in-progress",
      "verification",
      "done"
    ],
    "done": [
      "triage"
    ]
  }
}