fix(lib): finalize herdr 0.7.4 contract refactor and layout policy

This commit is contained in:
2026-08-13 20:50:03 +09:00
parent 2bd59fce9b
commit 657a749f43
7 changed files with 1159 additions and 107 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"WorkspaceInfo": {
"properties": [
"active_tab_id",
"agent_status",
"focused",
"label",
"number",
"pane_count",
"tab_count",
"tokens",
"workspace_id",
"worktree"
]
},
"PaneInfo": {
"properties": [
"agent",
"cwd",
"foreground_cwd",
"pane_id",
"tab_id",
"workspace_id"
]
},
"AgentStartFlags": [
"--cwd",
"--workspace",
"--tab",
"--split",
"--env",
"--focus",
"--no-focus"
]
}