chore(agent-ui): 기준선 동기화 상태를 기록한다

This commit is contained in:
toki 2026-06-25 10:51:15 +09:00
parent b5a1d1a4ef
commit 637c70a362

14
agent-ui/.sync-state.json Normal file
View file

@ -0,0 +1,14 @@
{
"last_synced_head": "b5a1d1a4ef663f0b68795a1f3c45381c78460df2",
"last_sync_mode": "baseline",
"baseline_mode": "migration",
"agent_ui_paths": [
"agent-ui/README.md",
"agent-ui/definition/index.md",
"agent-ui/definition/views/",
"agent-ui/definition/components/",
"agent-ui/frame/index.md"
],
"code_paths": [],
"notes": "Legacy agent-ui baseline migration. No code sync performed."
}