Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 71 additions & 0 deletions docs/readiness/smoke-runs/2026-07-04T07-49-09Z-issue-157.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"version": 1,
"kind": "sandbox-e2e-smoke",
"project": {
"slug": "kaizen-agents-org-kaizen-loop",
"repo": "kaizen-agents-org/kaizen-loop"
},
"startedAt": "2026-07-04T07:49:04.852Z",
"finishedAt": "2026-07-04T07:55:04.759Z",
"result": "success",
"issue": {
"number": 157,
"title": "[sandbox-smoke] Verify Kaizen issue-to-PR path 2026-07-04T07:49:04.852Z",
"url": "https://github.com/kaizen-agents-org/kaizen-loop/issues/157"
},
"run": {
"id": "2026-07-04T07-49-09Z",
"trigger": "instant",
"summaryPath": "/Users/hiraoku.shinichi/.kaizen/projects/kaizen-agents-org-kaizen-loop/runs/2026-07-04T07-49-09Z/summary.json",
"issueLogDir": "/Users/hiraoku.shinichi/.kaizen/projects/kaizen-agents-org-kaizen-loop/runs/2026-07-04T07-49-09Z/issue-157"
},
"implementation": {
"outcome": "pr-created",
"branch": "kaizen/issue-157-sandbox-smoke-verify-kaizen-issue-to-pr-path-202",
"changedFiles": 1,
"changedLines": 6
},
"verification": {
"commands": [
"npm test",
"npm run typecheck",
"npm run build",
"test -f skills/gh-link-issue-pr/SKILL.md && test -f skills/kaizen-bug-router/SKILL.md && test -f skills/pr-guardian/SKILL.md"
],
"verifyLogPath": "/Users/hiraoku.shinichi/.kaizen/projects/kaizen-agents-org-kaizen-loop/runs/2026-07-04T07-49-09Z/issue-157/verify.log",
"verifier": {
"enabled": true,
"verdict": "open_pr",
"logPath": "/Users/hiraoku.shinichi/.kaizen/projects/kaizen-agents-org-kaizen-loop/runs/2026-07-04T07-49-09Z/issue-157/verifier.log"
}
},
"pullRequest": {
"number": 164,
"url": "https://github.com/kaizen-agents-org/kaizen-loop/pull/164",
"baseRefName": "main",
"defaultBranch": "main",
"isDraft": false,
"closingIssuesReferences": [
{
"id": "I_kwDOS4G0Ms8AAAABHpaZPw",
"number": 157,
"repository": {
"id": "R_kgDOS4G0Mg",
"name": "kaizen-loop",
"owner": {
"id": "O_kgDOEXq1Wg",
"login": "kaizen-agents-org"
}
},
"url": "https://github.com/kaizen-agents-org/kaizen-loop/issues/157"
}
],
"issueLinkRecognized": true
},
"guardian": {
"status": "success",
"summary": "PR guardian skill completed; no unresolved review threads remain.",
"mode": "sync"
},
"artifactPath": "/Users/hiraoku.shinichi/.kaizen/projects/kaizen-agents-org-kaizen-loop/smoke-runs/2026-07-04T07-49-09Z-issue-157.json"
}
8 changes: 8 additions & 0 deletions docs/readiness/smoke-runs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Smoke Run Evidence

This directory stores repository-accessible copies of completed `kaizen smoke`
artifacts that support production readiness reviews.

- `2026-07-04T07-49-09Z-issue-157.json`: real dogfood issue-to-PR smoke run
for `kaizen-agents-org/kaizen-loop`, including issue #157, PR #164,
verification, verifier, closing issue recognition, and PR Guardian outcome.