feat: add fake session adapter

This commit is contained in:
chungyeong
2026-05-10 01:27:43 +09:00
parent 1338e72e96
commit 017528b497
12 changed files with 695 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
{
"summary": "Fake development specification",
"requirements": [
{
"id": "REQ-1",
"description": "The fake adapter writes this deterministic fixture"
}
],
"acceptanceCriteria": ["The expected artifact path contains this JSON document"],
"risks": []
}