chore(agent-ui): sync baseline 상태를 기록한다
legacy agent-ui를 현재 동기화 완료 baseline으로 간주하고, 코드 동기화 없이 migration 기준점을 기록한다.
This commit is contained in:
parent
bebd95f909
commit
91bbd2d798
1 changed files with 19 additions and 0 deletions
19
agent-ui/.sync-state.json
Normal file
19
agent-ui/.sync-state.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"schema_version": 1,
|
||||
"surface_type": "ops-dev",
|
||||
"baseline_mode": "migration",
|
||||
"last_sync_mode": "baseline",
|
||||
"last_synced_head": "bebd95f909db96413aecd6873fdfddd17bac4c74",
|
||||
"last_synced_at": "2026-06-25T01:54:27Z",
|
||||
"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