chore(agent-ui): 기준선 동기화 상태를 기록한다
This commit is contained in:
parent
b5a1d1a4ef
commit
637c70a362
1 changed files with 14 additions and 0 deletions
14
agent-ui/.sync-state.json
Normal file
14
agent-ui/.sync-state.json
Normal 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."
|
||||
}
|
||||
Loading…
Reference in a new issue