mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 11:40:39 +09:00
Add worktree-aware workspace runtime support
This commit is contained in:
parent
7934952a77
commit
3120c72372
35 changed files with 8750 additions and 61 deletions
|
|
@ -13,6 +13,7 @@ export { agentTaskSessions } from "./agent_task_sessions.js";
|
|||
export { agentWakeupRequests } from "./agent_wakeup_requests.js";
|
||||
export { projects } from "./projects.js";
|
||||
export { projectWorkspaces } from "./project_workspaces.js";
|
||||
export { workspaceRuntimeServices } from "./workspace_runtime_services.js";
|
||||
export { projectGoals } from "./project_goals.js";
|
||||
export { goals } from "./goals.js";
|
||||
export { issues } from "./issues.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue