@agimon-ai/doompi-git 0.0.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (151) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +71 -0
  3. package/dist/_virtual/_rolldown/runtime.cjs +1 -0
  4. package/dist/adapters/channel/worktreeChannel.cjs +2 -0
  5. package/dist/adapters/channel/worktreeChannel.cjs.map +1 -0
  6. package/dist/adapters/channel/worktreeChannel.d.cts +40 -0
  7. package/dist/adapters/channel/worktreeChannel.d.cts.map +1 -0
  8. package/dist/adapters/channel/worktreeChannel.d.mts +40 -0
  9. package/dist/adapters/channel/worktreeChannel.d.mts.map +1 -0
  10. package/dist/adapters/channel/worktreeChannel.mjs +2 -0
  11. package/dist/adapters/channel/worktreeChannel.mjs.map +1 -0
  12. package/dist/adapters/filesystem/atomicJson.cjs +2 -0
  13. package/dist/adapters/filesystem/atomicJson.cjs.map +1 -0
  14. package/dist/adapters/filesystem/atomicJson.mjs +2 -0
  15. package/dist/adapters/filesystem/atomicJson.mjs.map +1 -0
  16. package/dist/adapters/filesystem/paths.cjs +2 -0
  17. package/dist/adapters/filesystem/paths.cjs.map +1 -0
  18. package/dist/adapters/filesystem/paths.mjs +2 -0
  19. package/dist/adapters/filesystem/paths.mjs.map +1 -0
  20. package/dist/adapters/hub/hubClient.cjs +2 -0
  21. package/dist/adapters/hub/hubClient.cjs.map +1 -0
  22. package/dist/adapters/hub/hubClient.d.cts +1 -0
  23. package/dist/adapters/hub/hubClient.d.mts +1 -0
  24. package/dist/adapters/hub/hubClient.mjs +2 -0
  25. package/dist/adapters/hub/hubClient.mjs.map +1 -0
  26. package/dist/adapters/pi/extension.cjs +2 -0
  27. package/dist/adapters/pi/extension.cjs.map +1 -0
  28. package/dist/adapters/pi/extension.d.cts +9 -0
  29. package/dist/adapters/pi/extension.d.cts.map +1 -0
  30. package/dist/adapters/pi/extension.d.mts +9 -0
  31. package/dist/adapters/pi/extension.d.mts.map +1 -0
  32. package/dist/adapters/pi/extension.mjs +2 -0
  33. package/dist/adapters/pi/extension.mjs.map +1 -0
  34. package/dist/adapters/pi/extensions/runWorktreeTool.cjs +15 -0
  35. package/dist/adapters/pi/extensions/runWorktreeTool.cjs.map +1 -0
  36. package/dist/adapters/pi/extensions/runWorktreeTool.mjs +15 -0
  37. package/dist/adapters/pi/extensions/runWorktreeTool.mjs.map +1 -0
  38. package/dist/adapters/web/worktreesChannel.cjs +2 -0
  39. package/dist/adapters/web/worktreesChannel.cjs.map +1 -0
  40. package/dist/adapters/web/worktreesChannel.d.cts +12 -0
  41. package/dist/adapters/web/worktreesChannel.d.cts.map +1 -0
  42. package/dist/adapters/web/worktreesChannel.d.mts +12 -0
  43. package/dist/adapters/web/worktreesChannel.d.mts.map +1 -0
  44. package/dist/adapters/web/worktreesChannel.mjs +2 -0
  45. package/dist/adapters/web/worktreesChannel.mjs.map +1 -0
  46. package/dist/adapters/worktree/dependencyInstall.cjs +2 -0
  47. package/dist/adapters/worktree/dependencyInstall.cjs.map +1 -0
  48. package/dist/adapters/worktree/dependencyInstall.mjs +2 -0
  49. package/dist/adapters/worktree/dependencyInstall.mjs.map +1 -0
  50. package/dist/adapters/worktree/gitCli.cjs +4 -0
  51. package/dist/adapters/worktree/gitCli.cjs.map +1 -0
  52. package/dist/adapters/worktree/gitCli.mjs +4 -0
  53. package/dist/adapters/worktree/gitCli.mjs.map +1 -0
  54. package/dist/adapters/worktree/repositoryIdentity.cjs +2 -0
  55. package/dist/adapters/worktree/repositoryIdentity.cjs.map +1 -0
  56. package/dist/adapters/worktree/repositoryIdentity.mjs +2 -0
  57. package/dist/adapters/worktree/repositoryIdentity.mjs.map +1 -0
  58. package/dist/adapters/worktree/worktreeOperations.cjs +2 -0
  59. package/dist/adapters/worktree/worktreeOperations.cjs.map +1 -0
  60. package/dist/adapters/worktree/worktreeOperations.d.cts +32 -0
  61. package/dist/adapters/worktree/worktreeOperations.d.cts.map +1 -0
  62. package/dist/adapters/worktree/worktreeOperations.d.mts +32 -0
  63. package/dist/adapters/worktree/worktreeOperations.d.mts.map +1 -0
  64. package/dist/adapters/worktree/worktreeOperations.mjs +2 -0
  65. package/dist/adapters/worktree/worktreeOperations.mjs.map +1 -0
  66. package/dist/adapters/worktree/worktreeRegistry.cjs +2 -0
  67. package/dist/adapters/worktree/worktreeRegistry.cjs.map +1 -0
  68. package/dist/adapters/worktree/worktreeRegistry.mjs +2 -0
  69. package/dist/adapters/worktree/worktreeRegistry.mjs.map +1 -0
  70. package/dist/commands/doomGitCommand.cjs +2 -0
  71. package/dist/commands/doomGitCommand.cjs.map +1 -0
  72. package/dist/commands/doomGitCommand.mjs +2 -0
  73. package/dist/commands/doomGitCommand.mjs.map +1 -0
  74. package/dist/container/index.cjs +2 -0
  75. package/dist/container/index.cjs.map +1 -0
  76. package/dist/container/index.d.cts +6 -0
  77. package/dist/container/index.d.cts.map +1 -0
  78. package/dist/container/index.d.mts +6 -0
  79. package/dist/container/index.d.mts.map +1 -0
  80. package/dist/container/index.mjs +2 -0
  81. package/dist/container/index.mjs.map +1 -0
  82. package/dist/extensions/pi.cjs +1 -0
  83. package/dist/extensions/pi.d.cts +2 -0
  84. package/dist/extensions/pi.d.mts +2 -0
  85. package/dist/extensions/pi.mjs +1 -0
  86. package/dist/hubApi.cjs +2 -0
  87. package/dist/hubApi.cjs.map +1 -0
  88. package/dist/hubApi.d.cts +6 -0
  89. package/dist/hubApi.d.cts.map +1 -0
  90. package/dist/hubApi.d.mts +6 -0
  91. package/dist/hubApi.d.mts.map +1 -0
  92. package/dist/hubApi.mjs +2 -0
  93. package/dist/hubApi.mjs.map +1 -0
  94. package/dist/index.cjs +1 -0
  95. package/dist/index.d.cts +5 -0
  96. package/dist/index.d.mts +5 -0
  97. package/dist/index.mjs +1 -0
  98. package/dist/schemas/runWorktreeTool.cjs +2 -0
  99. package/dist/schemas/runWorktreeTool.cjs.map +1 -0
  100. package/dist/schemas/runWorktreeTool.mjs +2 -0
  101. package/dist/schemas/runWorktreeTool.mjs.map +1 -0
  102. package/dist/services/extensionService.cjs +2 -0
  103. package/dist/services/extensionService.cjs.map +1 -0
  104. package/dist/services/extensionService.d.cts +8 -0
  105. package/dist/services/extensionService.d.cts.map +1 -0
  106. package/dist/services/extensionService.d.mts +8 -0
  107. package/dist/services/extensionService.d.mts.map +1 -0
  108. package/dist/services/extensionService.mjs +2 -0
  109. package/dist/services/extensionService.mjs.map +1 -0
  110. package/dist/services/support/errors.cjs +2 -0
  111. package/dist/services/support/errors.cjs.map +1 -0
  112. package/dist/services/support/errors.mjs +2 -0
  113. package/dist/services/support/errors.mjs.map +1 -0
  114. package/dist/services/worktreeNaming.cjs +2 -0
  115. package/dist/services/worktreeNaming.cjs.map +1 -0
  116. package/dist/services/worktreeNaming.d.cts +27 -0
  117. package/dist/services/worktreeNaming.d.cts.map +1 -0
  118. package/dist/services/worktreeNaming.d.mts +27 -0
  119. package/dist/services/worktreeNaming.d.mts.map +1 -0
  120. package/dist/services/worktreeNaming.mjs +2 -0
  121. package/dist/services/worktreeNaming.mjs.map +1 -0
  122. package/dist/types/extension.d.cts +17 -0
  123. package/dist/types/extension.d.cts.map +1 -0
  124. package/dist/types/extension.d.mts +17 -0
  125. package/dist/types/extension.d.mts.map +1 -0
  126. package/dist/types/webWorktrees.cjs +2 -0
  127. package/dist/types/webWorktrees.cjs.map +1 -0
  128. package/dist/types/webWorktrees.mjs +2 -0
  129. package/dist/types/webWorktrees.mjs.map +1 -0
  130. package/dist/types/worktreeRegistry.d.cts +41 -0
  131. package/dist/types/worktreeRegistry.d.cts.map +1 -0
  132. package/dist/types/worktreeRegistry.d.mts +41 -0
  133. package/dist/types/worktreeRegistry.d.mts.map +1 -0
  134. package/dist/webHub.cjs +1 -0
  135. package/dist/webHub.d.cts +2 -0
  136. package/dist/webHub.d.mts +2 -0
  137. package/dist/webHub.mjs +1 -0
  138. package/llms.txt +11 -0
  139. package/package.json +128 -0
  140. package/src/exports/webClient.ts +1 -0
  141. package/src/prompts/doompi-use-git/SKILL.md +64 -0
  142. package/src/types/webWorktrees.ts +31 -0
  143. package/src/types/worktreeRegistry.ts +69 -0
  144. package/src/web/components/RunWorktreeToolMessage.tsx +37 -0
  145. package/src/web/components/WorktreesActivitySection.tsx +62 -0
  146. package/src/web/components/WorktreesPanel.tsx +109 -0
  147. package/src/web/components/toolRenderers.ts +7 -0
  148. package/src/web/index.ts +27 -0
  149. package/src/web/stores/worktreesActivityStore.ts +78 -0
  150. package/src/web/stores/worktreesStore.ts +114 -0
  151. package/src/web/tsconfig.json +22 -0
@@ -0,0 +1,5 @@
1
+ import { GitExtensionDependencies, GitExtensionResult, GitExtensionService } from "./types/extension.mjs";
2
+ import { activateGitExtension } from "./adapters/pi/extension.mjs";
3
+ import { DefaultGitExtensionService } from "./services/extensionService.mjs";
4
+ import { createGitContainer } from "./container/index.mjs";
5
+ export { DefaultGitExtensionService, type GitExtensionDependencies, type GitExtensionResult, type GitExtensionService, activateGitExtension, createGitContainer };
package/dist/index.mjs ADDED
@@ -0,0 +1 @@
1
+ import{DefaultGitExtensionService as e}from"./services/extensionService.mjs";import{createGitContainer as t}from"./container/index.mjs";import{activateGitExtension as n}from"./adapters/pi/extension.mjs";export{e as DefaultGitExtensionService,n as activateGitExtension,t as createGitContainer};
@@ -0,0 +1,2 @@
1
+ let e=require("typebox");const t={spawn_worktree:`spawn_worktree`,close_worktree:`close_worktree`,list:`list`,status:`status`,merge:`merge`,prune:`prune`,send:`send`,messages:`messages`},n={spawn_worktree:[`action`,`branch`,`baseRef`,`task`,`name`],close_worktree:[`action`,`id`,`force`],list:[`action`],status:[`action`,`id`],merge:[`action`,`id`,`message`],prune:[`action`,`dryRun`],send:[`action`,`id`,`message`],messages:[`action`,`id`]},r=e.Type.Object({action:e.Type.Literal(t.spawn_worktree),branch:e.Type.String({minLength:1}),baseRef:e.Type.Optional(e.Type.String({minLength:1})),task:e.Type.Optional(e.Type.String({minLength:1})),name:e.Type.Optional(e.Type.String({minLength:1}))},{additionalProperties:!1}),i=e.Type.Object({action:e.Type.Literal(t.close_worktree),id:e.Type.String({minLength:1}),force:e.Type.Optional(e.Type.Boolean())},{additionalProperties:!1}),a=e.Type.Object({action:e.Type.Literal(t.list)},{additionalProperties:!1}),o=e.Type.Object({action:e.Type.Literal(t.status),id:e.Type.String({minLength:1})},{additionalProperties:!1}),s=e.Type.Object({action:e.Type.Literal(t.merge),id:e.Type.String({minLength:1}),message:e.Type.Optional(e.Type.String({minLength:1}))},{additionalProperties:!1}),c=e.Type.Object({action:e.Type.Literal(t.prune),dryRun:e.Type.Optional(e.Type.Boolean())},{additionalProperties:!1}),l=e.Type.Object({action:e.Type.Literal(t.send),id:e.Type.String({minLength:1}),message:e.Type.String({minLength:1})},{additionalProperties:!1}),u=e.Type.Object({action:e.Type.Literal(t.messages),id:e.Type.String({minLength:1})},{additionalProperties:!1}),d=e.Type.Union([r,i,a,o,s,c,l,u]);exports.RunWorktreeParams=d,exports.WORKTREE_ACTIONS=t,exports.WORKTREE_ACTION_FIELDS=n;
2
+ //# sourceMappingURL=runWorktreeTool.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runWorktreeTool.cjs","names":["Type"],"sources":["../../src/schemas/runWorktreeTool.ts"],"sourcesContent":["import { type Static, Type } from 'typebox';\n\n/**\n * The tool's action vocabulary.\n *\n * One tool with an action field rather than six tools, matching `subagent`:\n * the actions share a subject and are meaningless apart from it, and six\n * separate tools would spend six description budgets teaching the same nouns.\n */\nexport const WORKTREE_ACTIONS = {\n spawn_worktree: 'spawn_worktree',\n close_worktree: 'close_worktree',\n list: 'list',\n status: 'status',\n merge: 'merge',\n prune: 'prune',\n send: 'send',\n messages: 'messages',\n} as const;\n\nexport type WorktreeAction = (typeof WORKTREE_ACTIONS)[keyof typeof WORKTREE_ACTIONS];\n\n/**\n * Which fields each action accepts.\n *\n * Rejecting an unknown field is what stops a plausible-looking call from doing\n * something other than what it reads like: `close_worktree` with `branch`\n * instead of `id` would otherwise close whatever the default resolved to.\n */\nexport const WORKTREE_ACTION_FIELDS: Record<WorktreeAction, readonly string[]> = {\n spawn_worktree: ['action', 'branch', 'baseRef', 'task', 'name'],\n close_worktree: ['action', 'id', 'force'],\n list: ['action'],\n status: ['action', 'id'],\n merge: ['action', 'id', 'message'],\n prune: ['action', 'dryRun'],\n send: ['action', 'id', 'message'],\n messages: ['action', 'id'],\n};\n\nconst SpawnParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.spawn_worktree),\n branch: Type.String({ minLength: 1 }),\n baseRef: Type.Optional(Type.String({ minLength: 1 })),\n task: Type.Optional(Type.String({ minLength: 1 })),\n name: Type.Optional(Type.String({ minLength: 1 })),\n },\n { additionalProperties: false },\n);\n\nconst CloseParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.close_worktree),\n id: Type.String({ minLength: 1 }),\n force: Type.Optional(Type.Boolean()),\n },\n { additionalProperties: false },\n);\n\nconst ListParams = Type.Object({ action: Type.Literal(WORKTREE_ACTIONS.list) }, { additionalProperties: false });\n\nconst StatusParams = Type.Object(\n { action: Type.Literal(WORKTREE_ACTIONS.status), id: Type.String({ minLength: 1 }) },\n { additionalProperties: false },\n);\n\nconst MergeParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.merge),\n id: Type.String({ minLength: 1 }),\n message: Type.Optional(Type.String({ minLength: 1 })),\n },\n { additionalProperties: false },\n);\n\nconst PruneParams = Type.Object(\n { action: Type.Literal(WORKTREE_ACTIONS.prune), dryRun: Type.Optional(Type.Boolean()) },\n { additionalProperties: false },\n);\n\nconst SendParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.send),\n id: Type.String({ minLength: 1 }),\n message: Type.String({ minLength: 1 }),\n },\n { additionalProperties: false },\n);\n\nconst MessagesParams = Type.Object(\n { action: Type.Literal(WORKTREE_ACTIONS.messages), id: Type.String({ minLength: 1 }) },\n { additionalProperties: false },\n);\n\nexport const RunWorktreeParams = Type.Union([\n SpawnParams,\n CloseParams,\n ListParams,\n StatusParams,\n MergeParams,\n PruneParams,\n SendParams,\n MessagesParams,\n]);\n\nexport type RunWorktreeToolParams = Static<typeof RunWorktreeParams>;\n"],"mappings":"yBASA,MAAa,EAAmB,CAC9B,eAAgB,iBAChB,eAAgB,iBAChB,KAAM,OACN,OAAQ,SACR,MAAO,QACP,MAAO,QACP,KAAM,OACN,SAAU,UACZ,EAWa,EAAoE,CAC/E,eAAgB,CAAC,SAAU,SAAU,UAAW,OAAQ,MAAM,EAC9D,eAAgB,CAAC,SAAU,KAAM,OAAO,EACxC,KAAM,CAAC,QAAQ,EACf,OAAQ,CAAC,SAAU,IAAI,EACvB,MAAO,CAAC,SAAU,KAAM,SAAS,EACjC,MAAO,CAAC,SAAU,QAAQ,EAC1B,KAAM,CAAC,SAAU,KAAM,SAAS,EAChC,SAAU,CAAC,SAAU,IAAI,CAC3B,EAEM,EAAcA,EAAAA,KAAK,OACvB,CACE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,cAAc,EACpD,OAAQA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EACpC,QAASA,EAAAA,KAAK,SAASA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,EACpD,KAAMA,EAAAA,KAAK,SAASA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,EACjD,KAAMA,EAAAA,KAAK,SAASA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,CACnD,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAcA,EAAAA,KAAK,OACvB,CACE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,cAAc,EACpD,GAAIA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EAChC,MAAOA,EAAAA,KAAK,SAASA,EAAAA,KAAK,QAAQ,CAAC,CACrC,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAaA,EAAAA,KAAK,OAAO,CAAE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,IAAI,CAAE,EAAG,CAAE,qBAAsB,EAAM,CAAC,EAEzG,EAAeA,EAAAA,KAAK,OACxB,CAAE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,MAAM,EAAG,GAAIA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAE,EACnF,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAcA,EAAAA,KAAK,OACvB,CACE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,KAAK,EAC3C,GAAIA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EAChC,QAASA,EAAAA,KAAK,SAASA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,CACtD,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAcA,EAAAA,KAAK,OACvB,CAAE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,KAAK,EAAG,OAAQA,EAAAA,KAAK,SAASA,EAAAA,KAAK,QAAQ,CAAC,CAAE,EACtF,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAaA,EAAAA,KAAK,OACtB,CACE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,IAAI,EAC1C,GAAIA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EAChC,QAASA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CACvC,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAiBA,EAAAA,KAAK,OAC1B,CAAE,OAAQA,EAAAA,KAAK,QAAQ,EAAiB,QAAQ,EAAG,GAAIA,EAAAA,KAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAE,EACrF,CAAE,qBAAsB,EAAM,CAChC,EAEa,EAAoBA,EAAAA,KAAK,MAAM,CAC1C,EACA,EACA,EACA,EACA,EACA,EACA,EACA,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{Type as e}from"typebox";const t={spawn_worktree:`spawn_worktree`,close_worktree:`close_worktree`,list:`list`,status:`status`,merge:`merge`,prune:`prune`,send:`send`,messages:`messages`},n={spawn_worktree:[`action`,`branch`,`baseRef`,`task`,`name`],close_worktree:[`action`,`id`,`force`],list:[`action`],status:[`action`,`id`],merge:[`action`,`id`,`message`],prune:[`action`,`dryRun`],send:[`action`,`id`,`message`],messages:[`action`,`id`]},r=e.Object({action:e.Literal(t.spawn_worktree),branch:e.String({minLength:1}),baseRef:e.Optional(e.String({minLength:1})),task:e.Optional(e.String({minLength:1})),name:e.Optional(e.String({minLength:1}))},{additionalProperties:!1}),i=e.Object({action:e.Literal(t.close_worktree),id:e.String({minLength:1}),force:e.Optional(e.Boolean())},{additionalProperties:!1}),a=e.Object({action:e.Literal(t.list)},{additionalProperties:!1}),o=e.Object({action:e.Literal(t.status),id:e.String({minLength:1})},{additionalProperties:!1}),s=e.Object({action:e.Literal(t.merge),id:e.String({minLength:1}),message:e.Optional(e.String({minLength:1}))},{additionalProperties:!1}),c=e.Object({action:e.Literal(t.prune),dryRun:e.Optional(e.Boolean())},{additionalProperties:!1}),l=e.Object({action:e.Literal(t.send),id:e.String({minLength:1}),message:e.String({minLength:1})},{additionalProperties:!1}),u=e.Object({action:e.Literal(t.messages),id:e.String({minLength:1})},{additionalProperties:!1}),d=e.Union([r,i,a,o,s,c,l,u]);export{d as RunWorktreeParams,t as WORKTREE_ACTIONS,n as WORKTREE_ACTION_FIELDS};
2
+ //# sourceMappingURL=runWorktreeTool.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"runWorktreeTool.mjs","names":[],"sources":["../../src/schemas/runWorktreeTool.ts"],"sourcesContent":["import { type Static, Type } from 'typebox';\n\n/**\n * The tool's action vocabulary.\n *\n * One tool with an action field rather than six tools, matching `subagent`:\n * the actions share a subject and are meaningless apart from it, and six\n * separate tools would spend six description budgets teaching the same nouns.\n */\nexport const WORKTREE_ACTIONS = {\n spawn_worktree: 'spawn_worktree',\n close_worktree: 'close_worktree',\n list: 'list',\n status: 'status',\n merge: 'merge',\n prune: 'prune',\n send: 'send',\n messages: 'messages',\n} as const;\n\nexport type WorktreeAction = (typeof WORKTREE_ACTIONS)[keyof typeof WORKTREE_ACTIONS];\n\n/**\n * Which fields each action accepts.\n *\n * Rejecting an unknown field is what stops a plausible-looking call from doing\n * something other than what it reads like: `close_worktree` with `branch`\n * instead of `id` would otherwise close whatever the default resolved to.\n */\nexport const WORKTREE_ACTION_FIELDS: Record<WorktreeAction, readonly string[]> = {\n spawn_worktree: ['action', 'branch', 'baseRef', 'task', 'name'],\n close_worktree: ['action', 'id', 'force'],\n list: ['action'],\n status: ['action', 'id'],\n merge: ['action', 'id', 'message'],\n prune: ['action', 'dryRun'],\n send: ['action', 'id', 'message'],\n messages: ['action', 'id'],\n};\n\nconst SpawnParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.spawn_worktree),\n branch: Type.String({ minLength: 1 }),\n baseRef: Type.Optional(Type.String({ minLength: 1 })),\n task: Type.Optional(Type.String({ minLength: 1 })),\n name: Type.Optional(Type.String({ minLength: 1 })),\n },\n { additionalProperties: false },\n);\n\nconst CloseParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.close_worktree),\n id: Type.String({ minLength: 1 }),\n force: Type.Optional(Type.Boolean()),\n },\n { additionalProperties: false },\n);\n\nconst ListParams = Type.Object({ action: Type.Literal(WORKTREE_ACTIONS.list) }, { additionalProperties: false });\n\nconst StatusParams = Type.Object(\n { action: Type.Literal(WORKTREE_ACTIONS.status), id: Type.String({ minLength: 1 }) },\n { additionalProperties: false },\n);\n\nconst MergeParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.merge),\n id: Type.String({ minLength: 1 }),\n message: Type.Optional(Type.String({ minLength: 1 })),\n },\n { additionalProperties: false },\n);\n\nconst PruneParams = Type.Object(\n { action: Type.Literal(WORKTREE_ACTIONS.prune), dryRun: Type.Optional(Type.Boolean()) },\n { additionalProperties: false },\n);\n\nconst SendParams = Type.Object(\n {\n action: Type.Literal(WORKTREE_ACTIONS.send),\n id: Type.String({ minLength: 1 }),\n message: Type.String({ minLength: 1 }),\n },\n { additionalProperties: false },\n);\n\nconst MessagesParams = Type.Object(\n { action: Type.Literal(WORKTREE_ACTIONS.messages), id: Type.String({ minLength: 1 }) },\n { additionalProperties: false },\n);\n\nexport const RunWorktreeParams = Type.Union([\n SpawnParams,\n CloseParams,\n ListParams,\n StatusParams,\n MergeParams,\n PruneParams,\n SendParams,\n MessagesParams,\n]);\n\nexport type RunWorktreeToolParams = Static<typeof RunWorktreeParams>;\n"],"mappings":"+BASA,MAAa,EAAmB,CAC9B,eAAgB,iBAChB,eAAgB,iBAChB,KAAM,OACN,OAAQ,SACR,MAAO,QACP,MAAO,QACP,KAAM,OACN,SAAU,UACZ,EAWa,EAAoE,CAC/E,eAAgB,CAAC,SAAU,SAAU,UAAW,OAAQ,MAAM,EAC9D,eAAgB,CAAC,SAAU,KAAM,OAAO,EACxC,KAAM,CAAC,QAAQ,EACf,OAAQ,CAAC,SAAU,IAAI,EACvB,MAAO,CAAC,SAAU,KAAM,SAAS,EACjC,MAAO,CAAC,SAAU,QAAQ,EAC1B,KAAM,CAAC,SAAU,KAAM,SAAS,EAChC,SAAU,CAAC,SAAU,IAAI,CAC3B,EAEM,EAAc,EAAK,OACvB,CACE,OAAQ,EAAK,QAAQ,EAAiB,cAAc,EACpD,OAAQ,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EACpC,QAAS,EAAK,SAAS,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,EACpD,KAAM,EAAK,SAAS,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,EACjD,KAAM,EAAK,SAAS,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,CACnD,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAc,EAAK,OACvB,CACE,OAAQ,EAAK,QAAQ,EAAiB,cAAc,EACpD,GAAI,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EAChC,MAAO,EAAK,SAAS,EAAK,QAAQ,CAAC,CACrC,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAa,EAAK,OAAO,CAAE,OAAQ,EAAK,QAAQ,EAAiB,IAAI,CAAE,EAAG,CAAE,qBAAsB,EAAM,CAAC,EAEzG,EAAe,EAAK,OACxB,CAAE,OAAQ,EAAK,QAAQ,EAAiB,MAAM,EAAG,GAAI,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAE,EACnF,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAc,EAAK,OACvB,CACE,OAAQ,EAAK,QAAQ,EAAiB,KAAK,EAC3C,GAAI,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EAChC,QAAS,EAAK,SAAS,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAC,CACtD,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAc,EAAK,OACvB,CAAE,OAAQ,EAAK,QAAQ,EAAiB,KAAK,EAAG,OAAQ,EAAK,SAAS,EAAK,QAAQ,CAAC,CAAE,EACtF,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAa,EAAK,OACtB,CACE,OAAQ,EAAK,QAAQ,EAAiB,IAAI,EAC1C,GAAI,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,EAChC,QAAS,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CACvC,EACA,CAAE,qBAAsB,EAAM,CAChC,EAEM,EAAiB,EAAK,OAC1B,CAAE,OAAQ,EAAK,QAAQ,EAAiB,QAAQ,EAAG,GAAI,EAAK,OAAO,CAAE,UAAW,CAAE,CAAC,CAAE,EACrF,CAAE,qBAAsB,EAAM,CAChC,EAEa,EAAoB,EAAK,MAAM,CAC1C,EACA,EACA,EACA,EACA,EACA,EACA,EACA,CACF,CAAC"}
@@ -0,0 +1,2 @@
1
+ var e=class{async execute(){return{message:`Show git worktrees owned by this session`,level:`info`}}};exports.DefaultGitExtensionService=e;
2
+ //# sourceMappingURL=extensionService.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensionService.cjs","names":[],"sources":["../../src/services/extensionService.ts"],"sourcesContent":["// @scaffold-generated\nimport type { GitExtensionResult, GitExtensionService } from '../types/extension.ts';\n\nexport class DefaultGitExtensionService implements GitExtensionService {\n async execute(): Promise<GitExtensionResult> {\n return { message: 'Show git worktrees owned by this session', level: 'info' };\n }\n}\n"],"mappings":"AAGA,IAAa,EAAb,KAAuE,CACrE,MAAM,SAAuC,CAC3C,MAAO,CAAE,QAAS,2CAA4C,MAAO,MAAO,CAC9E,CACF"}
@@ -0,0 +1,8 @@
1
+ import { GitExtensionResult, GitExtensionService } from "../types/extension.cjs";
2
+ //#region src/services/extensionService.d.ts
3
+ declare class DefaultGitExtensionService implements GitExtensionService {
4
+ execute(): Promise<GitExtensionResult>;
5
+ }
6
+ //#endregion
7
+ export { DefaultGitExtensionService };
8
+ //# sourceMappingURL=extensionService.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensionService.d.cts","names":[],"sources":["../../src/services/extensionService.ts"],"mappings":";;cAGa,sCAAsC;EAC3C,WAAW,QAAQ"}
@@ -0,0 +1,8 @@
1
+ import { GitExtensionResult, GitExtensionService } from "../types/extension.mjs";
2
+ //#region src/services/extensionService.d.ts
3
+ declare class DefaultGitExtensionService implements GitExtensionService {
4
+ execute(): Promise<GitExtensionResult>;
5
+ }
6
+ //#endregion
7
+ export { DefaultGitExtensionService };
8
+ //# sourceMappingURL=extensionService.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensionService.d.mts","names":[],"sources":["../../src/services/extensionService.ts"],"mappings":";;cAGa,sCAAsC;EAC3C,WAAW,QAAQ"}
@@ -0,0 +1,2 @@
1
+ var e=class{async execute(){return{message:`Show git worktrees owned by this session`,level:`info`}}};export{e as DefaultGitExtensionService};
2
+ //# sourceMappingURL=extensionService.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extensionService.mjs","names":[],"sources":["../../src/services/extensionService.ts"],"sourcesContent":["// @scaffold-generated\nimport type { GitExtensionResult, GitExtensionService } from '../types/extension.ts';\n\nexport class DefaultGitExtensionService implements GitExtensionService {\n async execute(): Promise<GitExtensionResult> {\n return { message: 'Show git worktrees owned by this session', level: 'info' };\n }\n}\n"],"mappings":"AAGA,IAAa,EAAb,KAAuE,CACrE,MAAM,SAAuC,CAC3C,MAAO,CAAE,QAAS,2CAA4C,MAAO,MAAO,CAC9E,CACF"}
@@ -0,0 +1,2 @@
1
+ var e=class extends Error{code;retryable;recovery;constructor(e,t,n,r){super(`[${e}] ${t}\nRecovery: ${r}`),this.code=e,this.retryable=n,this.recovery=r,this.name=`DoomGitExpectedError`}};function t(t,n){return new e(`invalid_request`,t,!1,n)}exports.DoomGitExpectedError=e,exports.invalidRequest=t;
2
+ //# sourceMappingURL=errors.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.cjs","names":[],"sources":["../../../src/services/support/errors.ts"],"sourcesContent":["/**\n * Expected failures, kept private to this package.\n *\n * `@agimon-ai/doompi-extension-contracts` does not export `invalidRequest` or\n * an expected-error base, so this mirrors doompi-team's shape rather than\n * reaching across a layer boundary for it. The duplication is deliberate and\n * small; a shared helper would be the better answer only once a third package\n * needs one.\n */\n\nexport type DoomGitErrorCode =\n | 'invalid_request'\n | 'not_a_repository'\n | 'worktree_exists'\n | 'worktree_not_found'\n | 'worktree_dirty'\n | 'hub_unavailable'\n | 'install_failed'\n | 'git_failed';\n\nexport class DoomGitExpectedError extends Error {\n constructor(\n readonly code: DoomGitErrorCode,\n message: string,\n readonly retryable: boolean,\n readonly recovery: string,\n ) {\n // The recovery line rides in the message because a tool result is read as\n // text: an error the model cannot act on costs a turn to rediscover.\n super(`[${code}] ${message}\\nRecovery: ${recovery}`);\n this.name = 'DoomGitExpectedError';\n }\n}\n\nexport function invalidRequest(message: string, recovery: string): DoomGitExpectedError {\n return new DoomGitExpectedError('invalid_request', message, false, recovery);\n}\n"],"mappings":"AAoBA,IAAa,EAAb,cAA0C,KAAM,CAEnC,KAEA,UACA,SAJX,YACE,EACA,EACA,EACA,EACA,CAGA,MAAM,IAAI,EAAK,IAAI,EAAQ,cAAc,GAAU,EAP1C,KAAA,KAAA,EAEA,KAAA,UAAA,EACA,KAAA,SAAA,EAKT,KAAK,KAAO,sBACd,CACF,EAEA,SAAgB,EAAe,EAAiB,EAAwC,CACtF,OAAO,IAAI,EAAqB,kBAAmB,EAAS,GAAO,CAAQ,CAC7E"}
@@ -0,0 +1,2 @@
1
+ var e=class extends Error{code;retryable;recovery;constructor(e,t,n,r){super(`[${e}] ${t}\nRecovery: ${r}`),this.code=e,this.retryable=n,this.recovery=r,this.name=`DoomGitExpectedError`}};function t(t,n){return new e(`invalid_request`,t,!1,n)}export{e as DoomGitExpectedError,t as invalidRequest};
2
+ //# sourceMappingURL=errors.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"errors.mjs","names":[],"sources":["../../../src/services/support/errors.ts"],"sourcesContent":["/**\n * Expected failures, kept private to this package.\n *\n * `@agimon-ai/doompi-extension-contracts` does not export `invalidRequest` or\n * an expected-error base, so this mirrors doompi-team's shape rather than\n * reaching across a layer boundary for it. The duplication is deliberate and\n * small; a shared helper would be the better answer only once a third package\n * needs one.\n */\n\nexport type DoomGitErrorCode =\n | 'invalid_request'\n | 'not_a_repository'\n | 'worktree_exists'\n | 'worktree_not_found'\n | 'worktree_dirty'\n | 'hub_unavailable'\n | 'install_failed'\n | 'git_failed';\n\nexport class DoomGitExpectedError extends Error {\n constructor(\n readonly code: DoomGitErrorCode,\n message: string,\n readonly retryable: boolean,\n readonly recovery: string,\n ) {\n // The recovery line rides in the message because a tool result is read as\n // text: an error the model cannot act on costs a turn to rediscover.\n super(`[${code}] ${message}\\nRecovery: ${recovery}`);\n this.name = 'DoomGitExpectedError';\n }\n}\n\nexport function invalidRequest(message: string, recovery: string): DoomGitExpectedError {\n return new DoomGitExpectedError('invalid_request', message, false, recovery);\n}\n"],"mappings":"AAoBA,IAAa,EAAb,cAA0C,KAAM,CAEnC,KAEA,UACA,SAJX,YACE,EACA,EACA,EACA,EACA,CAGA,MAAM,IAAI,EAAK,IAAI,EAAQ,cAAc,GAAU,EAP1C,KAAA,KAAA,EAEA,KAAA,UAAA,EACA,KAAA,SAAA,EAKT,KAAK,KAAO,sBACd,CACF,EAEA,SAAgB,EAAe,EAAiB,EAAwC,CACtF,OAAO,IAAI,EAAqB,kBAAmB,EAAS,GAAO,CAAQ,CAC7E"}
@@ -0,0 +1,2 @@
1
+ function e(e){let t=e.toLowerCase().replace(/[^a-z0-9]+/gu,`-`).replace(/^-+|-+$/gu,``).slice(0,64).replace(/-+$/gu,``);return t===``?`worktree`:t}function t(t){let n=`${t.repositoryLabel}--${t.repositoryId}`;return`${t.worktreesRoot}/${n}/${e(t.branch)}--${t.shortId}`}function n(e){if(e.branch.trim()===``)return`A branch name is required.`;let t=e.existing.find(t=>t.branch===e.branch&&t.status!==`orphaned`);if(t)return`Branch ${e.branch} already has a worktree (${t.id}).`}function r(e){if(!e.record)return`No worktree with that id. Call list to see the current ids.`;if(e.dirtyFiles.length===0||e.force)return;let t=e.dirtyFiles.slice(0,10).join(`, `),n=e.dirtyFiles.length>10?`, and ${String(e.dirtyFiles.length-10)} more`:``;return`${String(e.dirtyFiles.length)} uncommitted file(s): ${t}${n}. Pass force: true to discard them.`}function i(e,t){let n=[];return{records:e.map(e=>e.status===`orphaned`||t.exists(e.path)&&t.alive(e)?e:(n.push(e.id),{...e,status:`orphaned`})),changed:n}}function a(e){let t={remove:[],forget:[],untracked:[],keptDirty:[]},n=new Set(e.records.map(e=>e.path)),r=new Set(e.gitPaths);for(let n of e.records)if(n.status===`orphaned`){if(!r.has(n.path)){t.forget.push(n);continue}if((e.dirtyByPath.get(n.path)??[]).length>0){t.keptDirty.push(n);continue}t.remove.push(n)}for(let r of e.gitPaths)r.startsWith(`${e.worktreesRoot}/`)&&!n.has(r)&&t.untracked.push(r);return t}exports.branchSlug=e,exports.planPrune=a,exports.reconcile=i,exports.refuseClose=r,exports.refuseSpawn=n,exports.worktreeDirectory=t;
2
+ //# sourceMappingURL=worktreeNaming.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worktreeNaming.cjs","names":[],"sources":["../../src/services/worktreeNaming.ts"],"sourcesContent":["/**\n * Naming and reconciliation rules for worktrees, as pure functions.\n *\n * Everything here is a function of its arguments so the interesting decisions,\n * which are the ones about destroying work, can be tested without a repository\n * or a filesystem.\n */\n\nimport type { WorktreeRecord } from '../types/worktreeRegistry.ts';\n\nconst MAX_SLUG_LENGTH = 64;\n\n/**\n * A branch name reduced to one safe path segment.\n *\n * Slashes are the point: `wt/fix-auth` is a perfectly good branch and a\n * terrible directory name, because the nested directory it implies is not the\n * one the worktree lives in.\n */\nexport function branchSlug(branch: string): string {\n const slug = branch\n .toLowerCase()\n .replace(/[^a-z0-9]+/gu, '-')\n .replace(/^-+|-+$/gu, '')\n .slice(0, MAX_SLUG_LENGTH)\n .replace(/-+$/gu, '');\n return slug === '' ? 'worktree' : slug;\n}\n\n/**\n * The directory for one worktree.\n *\n * The short id disambiguates two branches whose slugs collide, such as\n * `feature/x` and `feature_x`, which would otherwise want the same directory.\n */\nexport function worktreeDirectory(input: {\n worktreesRoot: string;\n repositoryLabel: string;\n repositoryId: string;\n branch: string;\n shortId: string;\n}): string {\n const repository = `${input.repositoryLabel}--${input.repositoryId}`;\n return `${input.worktreesRoot}/${repository}/${branchSlug(input.branch)}--${input.shortId}`;\n}\n\n/** Why a worktree cannot be created, or undefined when it can. */\nexport function refuseSpawn(input: { branch: string; existing: readonly WorktreeRecord[] }): string | undefined {\n if (input.branch.trim() === '') return 'A branch name is required.';\n // Git refuses a second worktree on one branch, but its message names a path\n // the caller never chose, so this says it in the caller's own terms first.\n const live = input.existing.find((record) => record.branch === input.branch && record.status !== 'orphaned');\n if (live) return `Branch ${input.branch} already has a worktree (${live.id}).`;\n return undefined;\n}\n\n/** Why a worktree cannot be closed, or undefined when it can. */\nexport function refuseClose(input: {\n record: WorktreeRecord | undefined;\n dirtyFiles: readonly string[];\n force: boolean;\n}): string | undefined {\n if (!input.record) return 'No worktree with that id. Call list to see the current ids.';\n if (input.dirtyFiles.length === 0 || input.force) return undefined;\n // Naming the files is the point: \"the tree is dirty\" sends the reader to go\n // look, and the answer is usually a file they forgot rather than one they\n // meant to keep.\n const names = input.dirtyFiles.slice(0, 10).join(', ');\n const more = input.dirtyFiles.length > 10 ? `, and ${String(input.dirtyFiles.length - 10)} more` : '';\n return `${String(input.dirtyFiles.length)} uncommitted file(s): ${names}${more}. Pass force: true to discard them.`;\n}\n\nexport interface Reconciliation {\n records: WorktreeRecord[];\n /** Ids whose status changed, so a caller can report what it noticed. */\n changed: string[];\n}\n\n/**\n * Marks records whose process or directory is gone as orphaned.\n *\n * Nothing is deleted here. A doompi-git orphan owns a directory that may hold\n * uncommitted work, so losing the record would lose the only pointer to it.\n * Deletion is always a separate, named decision.\n */\nexport function reconcile(\n records: readonly WorktreeRecord[],\n probe: { alive: (record: WorktreeRecord) => boolean; exists: (path: string) => boolean },\n): Reconciliation {\n const changed: string[] = [];\n const next = records.map((record) => {\n if (record.status === 'orphaned') return record;\n const gone = !probe.exists(record.path) || !probe.alive(record);\n if (!gone) return record;\n changed.push(record.id);\n return { ...record, status: 'orphaned' as const };\n });\n return { records: next, changed };\n}\n\nexport interface PrunePlan {\n /** Orphans whose directory git still lists, safe to remove. */\n remove: WorktreeRecord[];\n /** Orphans whose directory is already gone; drop the record only. */\n forget: WorktreeRecord[];\n /** Paths git lists under our root that we have no record of; report, never touch. */\n untracked: string[];\n /** Orphans left alone because they still hold uncommitted work. */\n keptDirty: WorktreeRecord[];\n}\n\n/**\n * What a prune would do, decided before anything is destroyed.\n *\n * Separating the plan from the execution is what makes dryRun honest and lets\n * the destructive half be reviewed on its own.\n */\nexport function planPrune(input: {\n records: readonly WorktreeRecord[];\n gitPaths: readonly string[];\n worktreesRoot: string;\n dirtyByPath: ReadonlyMap<string, readonly string[]>;\n}): PrunePlan {\n const plan: PrunePlan = { remove: [], forget: [], untracked: [], keptDirty: [] };\n const known = new Set(input.records.map((record) => record.path));\n const listed = new Set(input.gitPaths);\n for (const record of input.records) {\n if (record.status !== 'orphaned') continue;\n if (!listed.has(record.path)) {\n plan.forget.push(record);\n continue;\n }\n if ((input.dirtyByPath.get(record.path) ?? []).length > 0) {\n plan.keptDirty.push(record);\n continue;\n }\n plan.remove.push(record);\n }\n for (const path of input.gitPaths) {\n // Only ever inside our own root: a worktree the user made by hand is none\n // of this package's business, even when it looks abandoned.\n if (path.startsWith(`${input.worktreesRoot}/`) && !known.has(path)) plan.untracked.push(path);\n }\n return plan;\n}\n"],"mappings":"AAmBA,SAAgB,EAAW,EAAwB,CACjD,IAAM,EAAO,EACV,YAAY,CAAC,CACb,QAAQ,eAAgB,GAAG,CAAC,CAC5B,QAAQ,YAAa,EAAE,CAAC,CACxB,MAAM,EAAG,EAAe,CAAC,CACzB,QAAQ,QAAS,EAAE,EACtB,OAAO,IAAS,GAAK,WAAa,CACpC,CAQA,SAAgB,EAAkB,EAMvB,CACT,IAAM,EAAa,GAAG,EAAM,gBAAgB,IAAI,EAAM,eACtD,MAAO,GAAG,EAAM,cAAc,GAAG,EAAW,GAAG,EAAW,EAAM,MAAM,EAAE,IAAI,EAAM,SACpF,CAGA,SAAgB,EAAY,EAAoF,CAC9G,GAAI,EAAM,OAAO,KAAK,IAAM,GAAI,MAAO,6BAGvC,IAAM,EAAO,EAAM,SAAS,KAAM,GAAW,EAAO,SAAW,EAAM,QAAU,EAAO,SAAW,UAAU,EAC3G,GAAI,EAAM,MAAO,UAAU,EAAM,OAAO,2BAA2B,EAAK,GAAG,GAE7E,CAGA,SAAgB,EAAY,EAIL,CACrB,GAAI,CAAC,EAAM,OAAQ,MAAO,8DAC1B,GAAI,EAAM,WAAW,SAAW,GAAK,EAAM,MAAO,OAIlD,IAAM,EAAQ,EAAM,WAAW,MAAM,EAAG,EAAE,CAAC,CAAC,KAAK,IAAI,EAC/C,EAAO,EAAM,WAAW,OAAS,GAAK,SAAS,OAAO,EAAM,WAAW,OAAS,EAAE,EAAE,OAAS,GACnG,MAAO,GAAG,OAAO,EAAM,WAAW,MAAM,EAAE,wBAAwB,IAAQ,EAAK,oCACjF,CAeA,SAAgB,EACd,EACA,EACgB,CAChB,IAAM,EAAoB,CAAC,EAQ3B,MAAO,CAAE,QAPI,EAAQ,IAAK,GACpB,EAAO,SAAW,YACR,EAAM,OAAO,EAAO,IAAI,GAAM,EAAM,MAAM,CAAM,EAC5C,GAClB,EAAQ,KAAK,EAAO,EAAE,EACf,CAAE,GAAG,EAAQ,OAAQ,UAAoB,EAE7B,EAAG,SAAQ,CAClC,CAmBA,SAAgB,EAAU,EAKZ,CACZ,IAAM,EAAkB,CAAE,OAAQ,CAAC,EAAG,OAAQ,CAAC,EAAG,UAAW,CAAC,EAAG,UAAW,CAAC,CAAE,EACzE,EAAQ,IAAI,IAAI,EAAM,QAAQ,IAAK,GAAW,EAAO,IAAI,CAAC,EAC1D,EAAS,IAAI,IAAI,EAAM,QAAQ,EACrC,IAAK,IAAM,KAAU,EAAM,QACrB,KAAO,SAAW,WACtB,IAAI,CAAC,EAAO,IAAI,EAAO,IAAI,EAAG,CAC5B,EAAK,OAAO,KAAK,CAAM,EACvB,QACF,CACA,IAAK,EAAM,YAAY,IAAI,EAAO,IAAI,GAAK,CAAC,EAAA,CAAG,OAAS,EAAG,CACzD,EAAK,UAAU,KAAK,CAAM,EAC1B,QACF,CACA,EAAK,OAAO,KAAK,CAAM,CALvB,CAOF,IAAK,IAAM,KAAQ,EAAM,SAGnB,EAAK,WAAW,GAAG,EAAM,cAAc,EAAE,GAAK,CAAC,EAAM,IAAI,CAAI,GAAG,EAAK,UAAU,KAAK,CAAI,EAE9F,OAAO,CACT"}
@@ -0,0 +1,27 @@
1
+ import { WorktreeRecord } from "../types/worktreeRegistry.cjs";
2
+ //#region src/services/worktreeNaming.d.ts
3
+ interface PrunePlan {
4
+ /** Orphans whose directory git still lists, safe to remove. */
5
+ remove: WorktreeRecord[];
6
+ /** Orphans whose directory is already gone; drop the record only. */
7
+ forget: WorktreeRecord[];
8
+ /** Paths git lists under our root that we have no record of; report, never touch. */
9
+ untracked: string[];
10
+ /** Orphans left alone because they still hold uncommitted work. */
11
+ keptDirty: WorktreeRecord[];
12
+ }
13
+ /**
14
+ * What a prune would do, decided before anything is destroyed.
15
+ *
16
+ * Separating the plan from the execution is what makes dryRun honest and lets
17
+ * the destructive half be reviewed on its own.
18
+ */
19
+ declare function planPrune(input: {
20
+ records: readonly WorktreeRecord[];
21
+ gitPaths: readonly string[];
22
+ worktreesRoot: string;
23
+ dirtyByPath: ReadonlyMap<string, readonly string[]>;
24
+ }): PrunePlan;
25
+ //#endregion
26
+ export { PrunePlan, planPrune };
27
+ //# sourceMappingURL=worktreeNaming.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worktreeNaming.d.cts","names":[],"sources":["../../src/services/worktreeNaming.ts"],"mappings":";;UAoGiB;;EAEf,QAAQ;;EAER,QAAQ;;EAER;;EAEA,WAAW;;;;;;;;iBASG,UAAU;EACxB,kBAAkB;EAClB;EACA;EACA,aAAa;IACX"}
@@ -0,0 +1,27 @@
1
+ import { WorktreeRecord } from "../types/worktreeRegistry.mjs";
2
+ //#region src/services/worktreeNaming.d.ts
3
+ interface PrunePlan {
4
+ /** Orphans whose directory git still lists, safe to remove. */
5
+ remove: WorktreeRecord[];
6
+ /** Orphans whose directory is already gone; drop the record only. */
7
+ forget: WorktreeRecord[];
8
+ /** Paths git lists under our root that we have no record of; report, never touch. */
9
+ untracked: string[];
10
+ /** Orphans left alone because they still hold uncommitted work. */
11
+ keptDirty: WorktreeRecord[];
12
+ }
13
+ /**
14
+ * What a prune would do, decided before anything is destroyed.
15
+ *
16
+ * Separating the plan from the execution is what makes dryRun honest and lets
17
+ * the destructive half be reviewed on its own.
18
+ */
19
+ declare function planPrune(input: {
20
+ records: readonly WorktreeRecord[];
21
+ gitPaths: readonly string[];
22
+ worktreesRoot: string;
23
+ dirtyByPath: ReadonlyMap<string, readonly string[]>;
24
+ }): PrunePlan;
25
+ //#endregion
26
+ export { PrunePlan, planPrune };
27
+ //# sourceMappingURL=worktreeNaming.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worktreeNaming.d.mts","names":[],"sources":["../../src/services/worktreeNaming.ts"],"mappings":";;UAoGiB;;EAEf,QAAQ;;EAER,QAAQ;;EAER;;EAEA,WAAW;;;;;;;;iBASG,UAAU;EACxB,kBAAkB;EAClB;EACA;EACA,aAAa;IACX"}
@@ -0,0 +1,2 @@
1
+ function e(e){let t=e.toLowerCase().replace(/[^a-z0-9]+/gu,`-`).replace(/^-+|-+$/gu,``).slice(0,64).replace(/-+$/gu,``);return t===``?`worktree`:t}function t(t){let n=`${t.repositoryLabel}--${t.repositoryId}`;return`${t.worktreesRoot}/${n}/${e(t.branch)}--${t.shortId}`}function n(e){if(e.branch.trim()===``)return`A branch name is required.`;let t=e.existing.find(t=>t.branch===e.branch&&t.status!==`orphaned`);if(t)return`Branch ${e.branch} already has a worktree (${t.id}).`}function r(e){if(!e.record)return`No worktree with that id. Call list to see the current ids.`;if(e.dirtyFiles.length===0||e.force)return;let t=e.dirtyFiles.slice(0,10).join(`, `),n=e.dirtyFiles.length>10?`, and ${String(e.dirtyFiles.length-10)} more`:``;return`${String(e.dirtyFiles.length)} uncommitted file(s): ${t}${n}. Pass force: true to discard them.`}function i(e,t){let n=[];return{records:e.map(e=>e.status===`orphaned`||t.exists(e.path)&&t.alive(e)?e:(n.push(e.id),{...e,status:`orphaned`})),changed:n}}function a(e){let t={remove:[],forget:[],untracked:[],keptDirty:[]},n=new Set(e.records.map(e=>e.path)),r=new Set(e.gitPaths);for(let n of e.records)if(n.status===`orphaned`){if(!r.has(n.path)){t.forget.push(n);continue}if((e.dirtyByPath.get(n.path)??[]).length>0){t.keptDirty.push(n);continue}t.remove.push(n)}for(let r of e.gitPaths)r.startsWith(`${e.worktreesRoot}/`)&&!n.has(r)&&t.untracked.push(r);return t}export{e as branchSlug,a as planPrune,i as reconcile,r as refuseClose,n as refuseSpawn,t as worktreeDirectory};
2
+ //# sourceMappingURL=worktreeNaming.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worktreeNaming.mjs","names":[],"sources":["../../src/services/worktreeNaming.ts"],"sourcesContent":["/**\n * Naming and reconciliation rules for worktrees, as pure functions.\n *\n * Everything here is a function of its arguments so the interesting decisions,\n * which are the ones about destroying work, can be tested without a repository\n * or a filesystem.\n */\n\nimport type { WorktreeRecord } from '../types/worktreeRegistry.ts';\n\nconst MAX_SLUG_LENGTH = 64;\n\n/**\n * A branch name reduced to one safe path segment.\n *\n * Slashes are the point: `wt/fix-auth` is a perfectly good branch and a\n * terrible directory name, because the nested directory it implies is not the\n * one the worktree lives in.\n */\nexport function branchSlug(branch: string): string {\n const slug = branch\n .toLowerCase()\n .replace(/[^a-z0-9]+/gu, '-')\n .replace(/^-+|-+$/gu, '')\n .slice(0, MAX_SLUG_LENGTH)\n .replace(/-+$/gu, '');\n return slug === '' ? 'worktree' : slug;\n}\n\n/**\n * The directory for one worktree.\n *\n * The short id disambiguates two branches whose slugs collide, such as\n * `feature/x` and `feature_x`, which would otherwise want the same directory.\n */\nexport function worktreeDirectory(input: {\n worktreesRoot: string;\n repositoryLabel: string;\n repositoryId: string;\n branch: string;\n shortId: string;\n}): string {\n const repository = `${input.repositoryLabel}--${input.repositoryId}`;\n return `${input.worktreesRoot}/${repository}/${branchSlug(input.branch)}--${input.shortId}`;\n}\n\n/** Why a worktree cannot be created, or undefined when it can. */\nexport function refuseSpawn(input: { branch: string; existing: readonly WorktreeRecord[] }): string | undefined {\n if (input.branch.trim() === '') return 'A branch name is required.';\n // Git refuses a second worktree on one branch, but its message names a path\n // the caller never chose, so this says it in the caller's own terms first.\n const live = input.existing.find((record) => record.branch === input.branch && record.status !== 'orphaned');\n if (live) return `Branch ${input.branch} already has a worktree (${live.id}).`;\n return undefined;\n}\n\n/** Why a worktree cannot be closed, or undefined when it can. */\nexport function refuseClose(input: {\n record: WorktreeRecord | undefined;\n dirtyFiles: readonly string[];\n force: boolean;\n}): string | undefined {\n if (!input.record) return 'No worktree with that id. Call list to see the current ids.';\n if (input.dirtyFiles.length === 0 || input.force) return undefined;\n // Naming the files is the point: \"the tree is dirty\" sends the reader to go\n // look, and the answer is usually a file they forgot rather than one they\n // meant to keep.\n const names = input.dirtyFiles.slice(0, 10).join(', ');\n const more = input.dirtyFiles.length > 10 ? `, and ${String(input.dirtyFiles.length - 10)} more` : '';\n return `${String(input.dirtyFiles.length)} uncommitted file(s): ${names}${more}. Pass force: true to discard them.`;\n}\n\nexport interface Reconciliation {\n records: WorktreeRecord[];\n /** Ids whose status changed, so a caller can report what it noticed. */\n changed: string[];\n}\n\n/**\n * Marks records whose process or directory is gone as orphaned.\n *\n * Nothing is deleted here. A doompi-git orphan owns a directory that may hold\n * uncommitted work, so losing the record would lose the only pointer to it.\n * Deletion is always a separate, named decision.\n */\nexport function reconcile(\n records: readonly WorktreeRecord[],\n probe: { alive: (record: WorktreeRecord) => boolean; exists: (path: string) => boolean },\n): Reconciliation {\n const changed: string[] = [];\n const next = records.map((record) => {\n if (record.status === 'orphaned') return record;\n const gone = !probe.exists(record.path) || !probe.alive(record);\n if (!gone) return record;\n changed.push(record.id);\n return { ...record, status: 'orphaned' as const };\n });\n return { records: next, changed };\n}\n\nexport interface PrunePlan {\n /** Orphans whose directory git still lists, safe to remove. */\n remove: WorktreeRecord[];\n /** Orphans whose directory is already gone; drop the record only. */\n forget: WorktreeRecord[];\n /** Paths git lists under our root that we have no record of; report, never touch. */\n untracked: string[];\n /** Orphans left alone because they still hold uncommitted work. */\n keptDirty: WorktreeRecord[];\n}\n\n/**\n * What a prune would do, decided before anything is destroyed.\n *\n * Separating the plan from the execution is what makes dryRun honest and lets\n * the destructive half be reviewed on its own.\n */\nexport function planPrune(input: {\n records: readonly WorktreeRecord[];\n gitPaths: readonly string[];\n worktreesRoot: string;\n dirtyByPath: ReadonlyMap<string, readonly string[]>;\n}): PrunePlan {\n const plan: PrunePlan = { remove: [], forget: [], untracked: [], keptDirty: [] };\n const known = new Set(input.records.map((record) => record.path));\n const listed = new Set(input.gitPaths);\n for (const record of input.records) {\n if (record.status !== 'orphaned') continue;\n if (!listed.has(record.path)) {\n plan.forget.push(record);\n continue;\n }\n if ((input.dirtyByPath.get(record.path) ?? []).length > 0) {\n plan.keptDirty.push(record);\n continue;\n }\n plan.remove.push(record);\n }\n for (const path of input.gitPaths) {\n // Only ever inside our own root: a worktree the user made by hand is none\n // of this package's business, even when it looks abandoned.\n if (path.startsWith(`${input.worktreesRoot}/`) && !known.has(path)) plan.untracked.push(path);\n }\n return plan;\n}\n"],"mappings":"AAmBA,SAAgB,EAAW,EAAwB,CACjD,IAAM,EAAO,EACV,YAAY,CAAC,CACb,QAAQ,eAAgB,GAAG,CAAC,CAC5B,QAAQ,YAAa,EAAE,CAAC,CACxB,MAAM,EAAG,EAAe,CAAC,CACzB,QAAQ,QAAS,EAAE,EACtB,OAAO,IAAS,GAAK,WAAa,CACpC,CAQA,SAAgB,EAAkB,EAMvB,CACT,IAAM,EAAa,GAAG,EAAM,gBAAgB,IAAI,EAAM,eACtD,MAAO,GAAG,EAAM,cAAc,GAAG,EAAW,GAAG,EAAW,EAAM,MAAM,EAAE,IAAI,EAAM,SACpF,CAGA,SAAgB,EAAY,EAAoF,CAC9G,GAAI,EAAM,OAAO,KAAK,IAAM,GAAI,MAAO,6BAGvC,IAAM,EAAO,EAAM,SAAS,KAAM,GAAW,EAAO,SAAW,EAAM,QAAU,EAAO,SAAW,UAAU,EAC3G,GAAI,EAAM,MAAO,UAAU,EAAM,OAAO,2BAA2B,EAAK,GAAG,GAE7E,CAGA,SAAgB,EAAY,EAIL,CACrB,GAAI,CAAC,EAAM,OAAQ,MAAO,8DAC1B,GAAI,EAAM,WAAW,SAAW,GAAK,EAAM,MAAO,OAIlD,IAAM,EAAQ,EAAM,WAAW,MAAM,EAAG,EAAE,CAAC,CAAC,KAAK,IAAI,EAC/C,EAAO,EAAM,WAAW,OAAS,GAAK,SAAS,OAAO,EAAM,WAAW,OAAS,EAAE,EAAE,OAAS,GACnG,MAAO,GAAG,OAAO,EAAM,WAAW,MAAM,EAAE,wBAAwB,IAAQ,EAAK,oCACjF,CAeA,SAAgB,EACd,EACA,EACgB,CAChB,IAAM,EAAoB,CAAC,EAQ3B,MAAO,CAAE,QAPI,EAAQ,IAAK,GACpB,EAAO,SAAW,YACR,EAAM,OAAO,EAAO,IAAI,GAAM,EAAM,MAAM,CAAM,EAC5C,GAClB,EAAQ,KAAK,EAAO,EAAE,EACf,CAAE,GAAG,EAAQ,OAAQ,UAAoB,EAE7B,EAAG,SAAQ,CAClC,CAmBA,SAAgB,EAAU,EAKZ,CACZ,IAAM,EAAkB,CAAE,OAAQ,CAAC,EAAG,OAAQ,CAAC,EAAG,UAAW,CAAC,EAAG,UAAW,CAAC,CAAE,EACzE,EAAQ,IAAI,IAAI,EAAM,QAAQ,IAAK,GAAW,EAAO,IAAI,CAAC,EAC1D,EAAS,IAAI,IAAI,EAAM,QAAQ,EACrC,IAAK,IAAM,KAAU,EAAM,QACrB,KAAO,SAAW,WACtB,IAAI,CAAC,EAAO,IAAI,EAAO,IAAI,EAAG,CAC5B,EAAK,OAAO,KAAK,CAAM,EACvB,QACF,CACA,IAAK,EAAM,YAAY,IAAI,EAAO,IAAI,GAAK,CAAC,EAAA,CAAG,OAAS,EAAG,CACzD,EAAK,UAAU,KAAK,CAAM,EAC1B,QACF,CACA,EAAK,OAAO,KAAK,CAAM,CALvB,CAOF,IAAK,IAAM,KAAQ,EAAM,SAGnB,EAAK,WAAW,GAAG,EAAM,cAAc,EAAE,GAAK,CAAC,EAAM,IAAI,CAAI,GAAG,EAAK,UAAU,KAAK,CAAI,EAE9F,OAAO,CACT"}
@@ -0,0 +1,17 @@
1
+ import { WorktreeOperations } from "../adapters/worktree/worktreeOperations.cjs";
2
+ //#region src/types/extension.d.ts
3
+ type GitNotificationLevel = 'info';
4
+ interface GitExtensionResult {
5
+ message: string;
6
+ level: GitNotificationLevel;
7
+ }
8
+ interface GitExtensionService {
9
+ execute(): Promise<GitExtensionResult>;
10
+ }
11
+ interface GitExtensionDependencies {
12
+ service: GitExtensionService;
13
+ operations: WorktreeOperations;
14
+ }
15
+ //#endregion
16
+ export { GitExtensionDependencies, GitExtensionResult, GitExtensionService, GitNotificationLevel };
17
+ //# sourceMappingURL=extension.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extension.d.cts","names":[],"sources":["../../src/types/extension.ts"],"mappings":";;KAGY;UAEK;EACf;EACA,OAAO;;UAGQ;EACf,WAAW,QAAQ;;UAGJ;EACf,SAAS;EACT,YAAY"}
@@ -0,0 +1,17 @@
1
+ import { WorktreeOperations } from "../adapters/worktree/worktreeOperations.mjs";
2
+ //#region src/types/extension.d.ts
3
+ type GitNotificationLevel = 'info';
4
+ interface GitExtensionResult {
5
+ message: string;
6
+ level: GitNotificationLevel;
7
+ }
8
+ interface GitExtensionService {
9
+ execute(): Promise<GitExtensionResult>;
10
+ }
11
+ interface GitExtensionDependencies {
12
+ service: GitExtensionService;
13
+ operations: WorktreeOperations;
14
+ }
15
+ //#endregion
16
+ export { GitExtensionDependencies, GitExtensionResult, GitExtensionService, GitNotificationLevel };
17
+ //# sourceMappingURL=extension.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"extension.d.mts","names":[],"sources":["../../src/types/extension.ts"],"mappings":";;KAGY;UAEK;EACf;EACA,OAAO;;UAGQ;EACf,WAAW,QAAQ;;UAGJ;EACf,SAAS;EACT,YAAY"}
@@ -0,0 +1,2 @@
1
+ exports.GIT_WORKTREES_TYPE=`git_worktrees`;
2
+ //# sourceMappingURL=webWorktrees.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webWorktrees.cjs","names":[],"sources":["../../src/types/webWorktrees.ts"],"sourcesContent":["/**\n * The cockpit's view of this session's worktrees.\n *\n * DESIGN PATTERNS:\n * - Declarations only. The channel frame type is a constant so the hub and the\n * page cannot drift apart on a string.\n * - A view is the subset of a record the dock needs, not the record. The\n * registry may hold paths and provenance the page has no business rendering.\n *\n * AVOID:\n * - Adding behaviour here. This file is imported by browser code, so it must\n * stay free of node builtins.\n */\n\n/** The data channel carrying one session's worktrees to the page. */\nexport const GIT_WORKTREES_TYPE = 'git_worktrees';\n\n/** One worktree, as the activity dock and its panel render it. */\nexport interface WorktreeView {\n id: string;\n branch: string;\n path: string;\n /** The session the hub started for this worktree, when it is still live. */\n sessionId: string | null;\n /** True once the directory the record names has gone missing. */\n orphaned: boolean;\n}\n\nexport interface GitWorktreesPayload {\n worktrees: WorktreeView[];\n}\n"],"mappings":""}
@@ -0,0 +1,2 @@
1
+ const e=`git_worktrees`;export{e as GIT_WORKTREES_TYPE};
2
+ //# sourceMappingURL=webWorktrees.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"webWorktrees.mjs","names":[],"sources":["../../src/types/webWorktrees.ts"],"sourcesContent":["/**\n * The cockpit's view of this session's worktrees.\n *\n * DESIGN PATTERNS:\n * - Declarations only. The channel frame type is a constant so the hub and the\n * page cannot drift apart on a string.\n * - A view is the subset of a record the dock needs, not the record. The\n * registry may hold paths and provenance the page has no business rendering.\n *\n * AVOID:\n * - Adding behaviour here. This file is imported by browser code, so it must\n * stay free of node builtins.\n */\n\n/** The data channel carrying one session's worktrees to the page. */\nexport const GIT_WORKTREES_TYPE = 'git_worktrees';\n\n/** One worktree, as the activity dock and its panel render it. */\nexport interface WorktreeView {\n id: string;\n branch: string;\n path: string;\n /** The session the hub started for this worktree, when it is still live. */\n sessionId: string | null;\n /** True once the directory the record names has gone missing. */\n orphaned: boolean;\n}\n\nexport interface GitWorktreesPayload {\n worktrees: WorktreeView[];\n}\n"],"mappings":"AAeA,MAAa,EAAqB"}
@@ -0,0 +1,41 @@
1
+ //#region src/types/worktreeRegistry.d.ts
2
+ /**
3
+ * The worktree registry: what this package knows about the worktrees it made.
4
+ *
5
+ * It deliberately does not mirror `git worktree list`. Git knows which
6
+ * worktrees exist; only this registry knows which of them this package created,
7
+ * which session runs in each, and which process to signal. Reconciling the two
8
+ * is how orphans are found, so the two views are kept separate on purpose.
9
+ */
10
+ /**
11
+ * A worktree's lifecycle as this package sees it.
12
+ *
13
+ * `orphaned` is a finding, not a cleanup: the session process is gone or the
14
+ * directory has vanished, but the worktree may still hold uncommitted work, so
15
+ * the record is kept until someone decides what to do with it.
16
+ */
17
+ type WorktreeStatus = 'spawning' | 'running' | 'closing' | 'orphaned';
18
+ declare const WORKTREE_RECORD_VERSION = 1;
19
+ interface WorktreeRecord {
20
+ version: typeof WORKTREE_RECORD_VERSION;
21
+ /** This registry's own id, distinct from the session id, and stable across restarts. */
22
+ id: string;
23
+ /** The branch checked out in the worktree. */
24
+ branch: string;
25
+ /** The ref the branch was created from, kept so a merge can name its base. */
26
+ baseRef: string;
27
+ /** Absolute path to the worktree directory. */
28
+ path: string;
29
+ /** Absolute path to the repository the worktree belongs to. */
30
+ repositoryRoot: string;
31
+ /** The session spawned into the worktree. */
32
+ sessionId: string;
33
+ /** The session that asked for the worktree; the rail nests one under the other. */
34
+ parentSessionId: string;
35
+ status: WorktreeStatus;
36
+ /** ISO 8601. */
37
+ createdAt: string;
38
+ }
39
+ //#endregion
40
+ export { WORKTREE_RECORD_VERSION, WorktreeRecord, WorktreeStatus };
41
+ //# sourceMappingURL=worktreeRegistry.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worktreeRegistry.d.cts","names":[],"sources":["../../src/types/worktreeRegistry.ts"],"mappings":";;;;;;;;;;;;;;;;KAgBY;cAEC;UAEI;EACf,gBAAgB;;EAEhB;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;EACA,QAAQ;;EAER"}
@@ -0,0 +1,41 @@
1
+ //#region src/types/worktreeRegistry.d.ts
2
+ /**
3
+ * The worktree registry: what this package knows about the worktrees it made.
4
+ *
5
+ * It deliberately does not mirror `git worktree list`. Git knows which
6
+ * worktrees exist; only this registry knows which of them this package created,
7
+ * which session runs in each, and which process to signal. Reconciling the two
8
+ * is how orphans are found, so the two views are kept separate on purpose.
9
+ */
10
+ /**
11
+ * A worktree's lifecycle as this package sees it.
12
+ *
13
+ * `orphaned` is a finding, not a cleanup: the session process is gone or the
14
+ * directory has vanished, but the worktree may still hold uncommitted work, so
15
+ * the record is kept until someone decides what to do with it.
16
+ */
17
+ type WorktreeStatus = 'spawning' | 'running' | 'closing' | 'orphaned';
18
+ declare const WORKTREE_RECORD_VERSION = 1;
19
+ interface WorktreeRecord {
20
+ version: typeof WORKTREE_RECORD_VERSION;
21
+ /** This registry's own id, distinct from the session id, and stable across restarts. */
22
+ id: string;
23
+ /** The branch checked out in the worktree. */
24
+ branch: string;
25
+ /** The ref the branch was created from, kept so a merge can name its base. */
26
+ baseRef: string;
27
+ /** Absolute path to the worktree directory. */
28
+ path: string;
29
+ /** Absolute path to the repository the worktree belongs to. */
30
+ repositoryRoot: string;
31
+ /** The session spawned into the worktree. */
32
+ sessionId: string;
33
+ /** The session that asked for the worktree; the rail nests one under the other. */
34
+ parentSessionId: string;
35
+ status: WorktreeStatus;
36
+ /** ISO 8601. */
37
+ createdAt: string;
38
+ }
39
+ //#endregion
40
+ export { WORKTREE_RECORD_VERSION, WorktreeRecord, WorktreeStatus };
41
+ //# sourceMappingURL=worktreeRegistry.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"worktreeRegistry.d.mts","names":[],"sources":["../../src/types/worktreeRegistry.ts"],"mappings":";;;;;;;;;;;;;;;;KAgBY;cAEC;UAEI;EACf,gBAAgB;;EAEhB;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;;EAEA;EACA,QAAQ;;EAER"}
@@ -0,0 +1 @@
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`});const e=require("./adapters/web/worktreesChannel.cjs");exports.createWorktreesChannel=e.createWorktreesChannel,exports.webHubChannels=e.webHubChannels;
@@ -0,0 +1,2 @@
1
+ import { createWorktreesChannel, webHubChannels } from "./adapters/web/worktreesChannel.cjs";
2
+ export { createWorktreesChannel, webHubChannels };
@@ -0,0 +1,2 @@
1
+ import { createWorktreesChannel, webHubChannels } from "./adapters/web/worktreesChannel.mjs";
2
+ export { createWorktreesChannel, webHubChannels };
@@ -0,0 +1 @@
1
+ import{createWorktreesChannel as e,webHubChannels as t}from"./adapters/web/worktreesChannel.mjs";export{e as createWorktreesChannel,t as webHubChannels};
package/llms.txt ADDED
@@ -0,0 +1,11 @@
1
+ # @agimon-ai/doompi-git
2
+
3
+ Package-owned guidance for Git worktree sessions for DoomPi: spawn an isolated worktree with its own session and manage it from the parent
4
+
5
+ ## How to use
6
+
7
+ - [Use Git](./src/prompts/doompi-use-git/SKILL.md): Run the package command and follow its package-specific usage guidance.
8
+
9
+ ## Resources
10
+
11
+ - [Package README](./README.md): Installation, development commands, Pi entrypoint, and extension-specific usage.
package/package.json ADDED
@@ -0,0 +1,128 @@
1
+ {
2
+ "name": "@agimon-ai/doompi-git",
3
+ "version": "0.0.1-alpha.0",
4
+ "description": "Git worktree sessions for DoomPi: spawn an isolated worktree with its own session and manage it from the parent",
5
+ "keywords": [
6
+ "coding-agent",
7
+ "doompi",
8
+ "git-worktree",
9
+ "pi-coding-agent",
10
+ "pi-extension",
11
+ "pi-package",
12
+ "typescript"
13
+ ],
14
+ "homepage": "https://agimon.ai",
15
+ "bugs": {
16
+ "url": "https://github.com/AgiFlow/doompi/issues"
17
+ },
18
+ "license": "MIT",
19
+ "author": "Vuong Ngo",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/AgiFlow/doompi.git",
23
+ "directory": "layers/source-control/doompi-git"
24
+ },
25
+ "files": [
26
+ "LICENSE",
27
+ "README.md",
28
+ "dist",
29
+ "llms.txt",
30
+ "package.json",
31
+ "src/exports/webClient.ts",
32
+ "src/prompts",
33
+ "src/types/webWorktrees.ts",
34
+ "src/types/worktreeRegistry.ts",
35
+ "src/web"
36
+ ],
37
+ "type": "module",
38
+ "main": "./dist/index.cjs",
39
+ "types": "./dist/index.d.mts",
40
+ "jsnext:main": "./dist/index.mjs",
41
+ "exports": {
42
+ ".": {
43
+ "types": "./dist/index.d.mts",
44
+ "import": "./dist/index.mjs",
45
+ "require": "./dist/index.cjs"
46
+ },
47
+ "./api/git": {
48
+ "types": "./dist/hubApi.d.mts",
49
+ "import": "./dist/hubApi.mjs",
50
+ "require": "./dist/hubApi.cjs"
51
+ },
52
+ "./extensions/pi": {
53
+ "types": "./dist/extensions/pi.d.mts",
54
+ "import": "./dist/extensions/pi.mjs",
55
+ "require": "./dist/extensions/pi.cjs"
56
+ },
57
+ "./package.json": "./package.json"
58
+ },
59
+ "publishConfig": {
60
+ "access": "public"
61
+ },
62
+ "dependencies": {
63
+ "@deepseek-ai/cordis": "4.0.2",
64
+ "@tanstack/react-store": "0.11.1",
65
+ "@tanstack/store": "0.11.1",
66
+ "typebox": "1.3.19",
67
+ "@agimon-ai/doompi-web-components": "0.0.1-alpha.23",
68
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.63",
69
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.26"
70
+ },
71
+ "devDependencies": {
72
+ "@earendil-works/pi-agent-core": "0.85.1",
73
+ "@earendil-works/pi-coding-agent": "0.85.1",
74
+ "@types/node": "26.2.0",
75
+ "@types/react": "19.2.18",
76
+ "@vitest/coverage-v8": "5.0.0",
77
+ "react": "19.2.8",
78
+ "tsdown": "0.22.14",
79
+ "typescript": "7.0.2",
80
+ "vitest": "5.0.0",
81
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.60"
82
+ },
83
+ "peerDependencies": {
84
+ "@earendil-works/pi-agent-core": "0.85.1",
85
+ "@earendil-works/pi-coding-agent": "0.85.1"
86
+ },
87
+ "peerDependenciesMeta": {
88
+ "@earendil-works/pi-agent-core": {
89
+ "optional": true
90
+ },
91
+ "@earendil-works/pi-coding-agent": {
92
+ "optional": true
93
+ }
94
+ },
95
+ "engines": {
96
+ "node": ">=22.19.0"
97
+ },
98
+ "doompiApi": {
99
+ "basePath": "git",
100
+ "hub": {
101
+ "entry": "./src/exports/hubApi.ts",
102
+ "dist": "./dist/hubApi.mjs"
103
+ }
104
+ },
105
+ "doompiWeb": {
106
+ "pluginId": "git",
107
+ "channels": [
108
+ "git_worktrees"
109
+ ],
110
+ "client": "./src/exports/webClient.ts",
111
+ "hub": {
112
+ "entry": "./src/exports/webHub.ts",
113
+ "dist": "./dist/webHub.mjs"
114
+ }
115
+ },
116
+ "pi": {
117
+ "extensions": [
118
+ "./dist/extensions/pi.mjs"
119
+ ]
120
+ },
121
+ "scripts": {
122
+ "build": "tsdown",
123
+ "test": "vitest --run",
124
+ "typecheck": "tsc --noEmit",
125
+ "lint": "oxlint . && oxfmt . --check",
126
+ "fixcode": "oxlint . --fix && oxfmt ."
127
+ }
128
+ }
@@ -0,0 +1 @@
1
+ export { webPlugin } from '../web/index.ts';
@@ -0,0 +1,64 @@
1
+ ---
2
+ name: doompi-use-git
3
+ description: 'Use @agimon-ai/doompi-git: Git worktree sessions for DoomPi: spawn an isolated worktree with its own session and manage it from the parent'
4
+ ---
5
+
6
+ # Worktree sessions
7
+
8
+ `run_worktree` creates a git worktree and starts a DoomPi session inside it. The
9
+ new session appears nested under the current one in the SESSIONS rail, so a
10
+ parent can hand off a branch of work and keep its own checkout untouched.
11
+
12
+ Worktrees live outside the repository, under `~/.pi/.doom/git/worktrees`. That
13
+ is deliberate: a worktree inside the repository resolves workspace imports to
14
+ the parent checkout and silently builds the wrong code.
15
+
16
+ ## When to use it
17
+
18
+ Use a worktree when work needs its own branch **and** its own checkout at the
19
+ same time: a long refactor you want to leave half-finished, a risky migration,
20
+ or two features that touch the same files. A worktree costs a full install in
21
+ the new directory, so it is the wrong tool for a quick edit; just edit.
22
+
23
+ Do not reach for it to parallelise work that shares a branch. Two sessions on
24
+ one branch in two checkouts will fight, and git refuses the second worktree.
25
+
26
+ ## Actions
27
+
28
+ ```
29
+ run_worktree { action: 'spawn_worktree', branch: 'wt/fix-auth' }
30
+ run_worktree { action: 'list' }
31
+ run_worktree { action: 'status', id: 'a1b2c3d4' }
32
+ run_worktree { action: 'merge', id: 'a1b2c3d4' }
33
+ run_worktree { action: 'close_worktree', id: 'a1b2c3d4' }
34
+ run_worktree { action: 'prune', dryRun: true }
35
+ ```
36
+
37
+ `spawn_worktree` takes `branch`, and optionally `baseRef` (defaults to the
38
+ current branch), `name` for the rail, and `task` as the session's first message.
39
+ Every other action identifies a worktree by the short `id` that `list` prints,
40
+ never by path or branch.
41
+
42
+ ## What it refuses, and why
43
+
44
+ - **`close_worktree` on a dirty tree.** It names the uncommitted files and stops.
45
+ Pass `force: true` only after reading that list. The files are gone after.
46
+ - **`merge` when the parent checkout is dirty.** The merge lands in the parent,
47
+ so uncommitted edits there would be folded into a merge commit nobody meant to
48
+ make. Commit or stash first.
49
+ - **`spawn_worktree` on a branch that already has a worktree.** Close the
50
+ existing one or pick another branch.
51
+ - **`prune` never deletes a worktree holding uncommitted work**, and never
52
+ touches a directory this tool did not create. It reports those instead.
53
+
54
+ Run `prune` with `dryRun: true` first. The plan tells you exactly what would be
55
+ removed, forgotten, and left alone.
56
+
57
+ ## Notes
58
+
59
+ - A worktree session is a peer, not a subagent. It has its own context and its
60
+ own turn loop, and it does not report back when it finishes.
61
+ - Closing the parent does not close its worktree sessions. They keep running and
62
+ stay in the rail.
63
+ - `spawn_worktree` needs the cockpit running, because the cockpit owns session
64
+ lifecycle. Without it the tool says so rather than half-creating anything.