All checks were successful
Deploy Gateway / deploy (push) Successful in 2m52s
계약 테스트는 docs/contracts 아래 예제를 golden example로 읽는다.
docs/와 README.md가 ignore되어 있어 예제 파일이 사라졌고 9건이
실패하고 있었다. 문서가 온전했던 마지막 상태(3de052a)에서 복원하고
.gitignore에서 두 항목을 제거한다. 에이전트 산출물인
docs/superpowers/ 제외는 유지한다.
initialize 응답의 capabilities.tools.listChanged를 문서는 true로
적고 있었으나 InitializeHandler는 false를 낸다. 현재 HTTP 단발 응답
transport가 notification을 push할 수 없으므로 false가 맞다. 예제와
architecture.md를 코드에 맞추고, ToolListChangedEvent가 발행되지만
아직 소비되지 않는다는 점과 SSE 도입 시 true로 바꾼다는 조건을
남긴다.
169개 테스트 전부 통과.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"bundles": [
|
|
{
|
|
"bundleId": "insurance-processing",
|
|
"enabled": true,
|
|
"status": "healthy",
|
|
"revision": "sha256:9f2c4a17b83e5d06c1f9a2e7b45d8c30ff1a6b92e4c7d5083a1b6e9f2c4d7a850",
|
|
"toolCount": 2,
|
|
"consecutiveFailures": 0,
|
|
"lastSuccessAt": "2026-07-29T02:29:45Z",
|
|
"lastFailureReason": null
|
|
},
|
|
{
|
|
"bundleId": "insurance-corebanking",
|
|
"enabled": true,
|
|
"status": "degraded",
|
|
"revision": "sha256:1d70e6b4c2a89f35e0b7d4816c3a92f5088b1e7d6a4c93520fb8e1d7a6c40395",
|
|
"toolCount": 5,
|
|
"consecutiveFailures": 1,
|
|
"lastSuccessAt": "2026-07-29T02:29:15Z",
|
|
"lastFailureReason": "ResourceAccessException"
|
|
},
|
|
{
|
|
"bundleId": "insurance-payment",
|
|
"enabled": true,
|
|
"status": "degraded",
|
|
"revision": "sha256:7e4c81b0f90f4a2c31e7d1086aa9cd31b2f14403e1f0c6633ca2b424e6d4a812",
|
|
"toolCount": 3,
|
|
"consecutiveFailures": 4,
|
|
"lastSuccessAt": "2026-07-29T02:10:00Z",
|
|
"lastFailureReason": "ResourceAccessException"
|
|
},
|
|
{
|
|
"bundleId": "insurance-claim",
|
|
"enabled": true,
|
|
"status": "unreachable",
|
|
"revision": null,
|
|
"toolCount": 0,
|
|
"consecutiveFailures": 2,
|
|
"lastSuccessAt": null,
|
|
"lastFailureReason": "IllegalStateException"
|
|
},
|
|
{
|
|
"bundleId": "insurance-channel",
|
|
"enabled": false,
|
|
"status": "disabled",
|
|
"revision": null,
|
|
"toolCount": 0,
|
|
"consecutiveFailures": 0,
|
|
"lastSuccessAt": null,
|
|
"lastFailureReason": null
|
|
}
|
|
]
|
|
}
|