chore(agent-ui): 기준선 동기화 상태를 기록한다
This commit is contained in:
parent
b301153afb
commit
b0d0668b5b
1 changed files with 22 additions and 0 deletions
22
agent-ui/.sync-state.json
Normal file
22
agent-ui/.sync-state.json
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"last_synced_head": "b301153afb2a46bb005a1756059aebefe88539fc",
|
||||||
|
"last_sync_mode": "baseline",
|
||||||
|
"baseline_mode": "migration",
|
||||||
|
"agent_ui_paths": [
|
||||||
|
"agent-ui/README.md",
|
||||||
|
"agent-ui/USER_REVIEW.md",
|
||||||
|
"agent-ui/definition/index.md",
|
||||||
|
"agent-ui/definition/views/index.md",
|
||||||
|
"agent-ui/definition/views/alt-workbench/index.md",
|
||||||
|
"agent-ui/definition/views/dashboard/index.md",
|
||||||
|
"agent-ui/definition/components/index.md",
|
||||||
|
"agent-ui/definition/components/workbench-title-bar/index.md",
|
||||||
|
"agent-ui/definition/components/activity-rail/index.md",
|
||||||
|
"agent-ui/definition/components/agent-dock/index.md",
|
||||||
|
"agent-ui/definition/components/placeholder-panel/index.md",
|
||||||
|
"agent-ui/definition/components/status-panel/index.md",
|
||||||
|
"agent-ui/frame/index.md"
|
||||||
|
],
|
||||||
|
"code_paths": [],
|
||||||
|
"notes": "Legacy agent-ui baseline migration. No code sync performed."
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue