agent-ecosystem/test/fixtures/team/task-change-ledger/missing-blob/manifest.json
2026-04-21 17:21:29 +03:00

15 lines
375 B
JSON

{
"schemaVersion": 1,
"name": "missing-blob",
"taskId": "fixture-missing-blob",
"description": "Fixture with a missing pre-change text blob to validate metadata-only downgrade paths.",
"projectRootToken": "__PROJECT_ROOT__",
"expected": {
"totalFiles": 1,
"warnings": [],
"relativePaths": [
"src/missing.ts"
],
"relationKinds": []
}
}