Option2 무결성 강화: integrity index 추가, 인덱스 정렬/교차 검증, referencedAt 매트릭스, README 문서화 (TDD)
Auto PR / open-pr (push) Successful in 17s
Auto Label PR / add-automerge-label (pull_request) Successful in 6s
CI / test (pull_request) Successful in 1m18s

This commit is contained in:
2025-11-16 12:30:41 +09:00
parent 3708ca3521
commit 92aa4f19c7
9 changed files with 283 additions and 1 deletions
+2
View File
@@ -56,5 +56,7 @@ describe('Export Options UI → extras overrides', () => {
expect(manifest.name).toBe(manifestName)
expect(robotsRaw).toMatch(/Disallow: \/private/)
expect(robotsRaw).toMatch(/Disallow: \/tmp/)
// integrity index should be included
expect(Object.prototype.hasOwnProperty.call(extras, 'assets.integrity.index.json')).toBe(true)
})
})