@shepai/cli 1.21.0 → 1.22.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 (960) hide show
  1. package/dist/eslint.config.mjs +1 -0
  2. package/dist/packages/core/src/application/index.d.ts +26 -0
  3. package/dist/packages/core/src/application/index.d.ts.map +1 -0
  4. package/dist/packages/core/src/application/index.js +27 -0
  5. package/dist/packages/core/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +1 -0
  6. package/dist/packages/core/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +1 -0
  7. package/dist/packages/core/src/application/ports/output/agents/agent-executor.interface.d.ts.map +1 -0
  8. package/dist/packages/core/src/application/ports/output/agents/agent-registry.interface.d.ts.map +1 -0
  9. package/dist/packages/core/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +1 -0
  10. package/dist/packages/core/src/application/ports/output/agents/agent-runner.interface.d.ts.map +1 -0
  11. package/dist/packages/core/src/application/ports/output/agents/agent-validator.interface.d.ts.map +1 -0
  12. package/dist/packages/core/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +1 -0
  13. package/dist/packages/core/src/application/ports/output/agents/index.d.ts.map +1 -0
  14. package/dist/packages/core/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +1 -0
  15. package/dist/packages/core/src/application/ports/output/index.d.ts.map +1 -0
  16. package/dist/packages/core/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +1 -0
  17. package/dist/packages/core/src/application/ports/output/repositories/index.d.ts.map +1 -0
  18. package/dist/packages/core/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +1 -0
  19. package/dist/packages/core/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +1 -0
  20. package/dist/{src → packages/core/src}/application/ports/output/services/index.d.ts +1 -1
  21. package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -0
  22. package/dist/packages/core/src/application/ports/output/services/spec-initializer.interface.d.ts.map +1 -0
  23. package/dist/packages/core/src/application/ports/output/services/tool-installer.service.d.ts.map +1 -0
  24. package/dist/packages/core/src/application/ports/output/services/version-service.interface.d.ts.map +1 -0
  25. package/dist/packages/core/src/application/ports/output/services/web-server-service.interface.d.ts.map +1 -0
  26. package/dist/packages/core/src/application/ports/output/services/worktree-service.interface.d.ts.map +1 -0
  27. package/dist/packages/core/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +1 -0
  28. package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +1 -0
  29. package/dist/packages/core/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +1 -0
  30. package/dist/packages/core/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +1 -0
  31. package/dist/packages/core/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +1 -0
  32. package/dist/packages/core/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +1 -0
  33. package/dist/packages/core/src/application/use-cases/agents/run-agent.use-case.d.ts.map +1 -0
  34. package/dist/packages/core/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +1 -0
  35. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +1 -0
  36. package/dist/packages/core/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +1 -0
  37. package/dist/packages/core/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +1 -0
  38. package/dist/packages/core/src/application/use-cases/features/create/metadata-generator.d.ts.map +1 -0
  39. package/dist/packages/core/src/application/use-cases/features/create/slug-resolver.d.ts.map +1 -0
  40. package/dist/packages/core/src/application/use-cases/features/create/types.d.ts.map +1 -0
  41. package/dist/packages/core/src/application/use-cases/features/delete-feature.use-case.d.ts.map +1 -0
  42. package/dist/packages/core/src/application/use-cases/features/list-features.use-case.d.ts.map +1 -0
  43. package/dist/packages/core/src/application/use-cases/features/resume-feature.use-case.d.ts.map +1 -0
  44. package/dist/packages/core/src/application/use-cases/features/show-feature.use-case.d.ts.map +1 -0
  45. package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -0
  46. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -0
  47. package/dist/packages/core/src/application/use-cases/settings/load-settings.use-case.d.ts.map +1 -0
  48. package/dist/packages/core/src/application/use-cases/settings/update-settings.use-case.d.ts.map +1 -0
  49. package/dist/packages/core/src/application/use-cases/tools/install-tool.use-case.d.ts.map +1 -0
  50. package/dist/packages/core/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +1 -0
  51. package/dist/packages/core/src/domain/factories/index.d.ts.map +1 -0
  52. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -0
  53. package/dist/packages/core/src/domain/generated/index.d.ts +2 -0
  54. package/dist/packages/core/src/domain/generated/index.d.ts.map +1 -0
  55. package/dist/packages/core/src/domain/generated/index.js +2 -0
  56. package/dist/packages/core/src/domain/generated/output.d.ts.map +1 -0
  57. package/dist/packages/core/src/domain/index.d.ts +10 -0
  58. package/dist/packages/core/src/domain/index.d.ts.map +1 -0
  59. package/dist/packages/core/src/domain/index.js +10 -0
  60. package/dist/packages/core/src/domain/value-objects/index.d.ts.map +1 -0
  61. package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.d.ts +1 -1
  62. package/dist/packages/core/src/domain/value-objects/tool-installation-status.d.ts.map +1 -0
  63. package/dist/packages/core/src/domain/value-objects/version-info.d.ts.map +1 -0
  64. package/dist/packages/core/src/index.d.ts +6 -0
  65. package/dist/packages/core/src/index.d.ts.map +1 -0
  66. package/dist/packages/core/src/index.js +6 -0
  67. package/dist/packages/core/src/infrastructure/di/container.d.ts.map +1 -0
  68. package/dist/packages/core/src/infrastructure/index.d.ts +8 -0
  69. package/dist/packages/core/src/infrastructure/index.d.ts.map +1 -0
  70. package/dist/packages/core/src/infrastructure/index.js +9 -0
  71. package/dist/packages/core/src/infrastructure/persistence/sqlite/connection.d.ts.map +1 -0
  72. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +1 -0
  73. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +1 -0
  74. package/dist/packages/core/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +1 -0
  75. package/dist/packages/core/src/infrastructure/persistence/sqlite/migrations.d.ts.map +1 -0
  76. package/dist/packages/core/src/infrastructure/repositories/agent-run.repository.d.ts.map +1 -0
  77. package/dist/packages/core/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +1 -0
  78. package/dist/packages/core/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +1 -0
  79. package/dist/packages/core/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +1 -0
  80. package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +1 -0
  81. package/dist/packages/core/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +1 -0
  82. package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +1 -0
  83. package/dist/packages/core/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +1 -0
  84. package/dist/packages/core/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +1 -0
  85. package/dist/packages/core/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +1 -0
  86. package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.js +1 -1
  87. package/dist/packages/core/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +1 -0
  88. package/dist/packages/core/src/infrastructure/services/agents/common/checkpointer.d.ts.map +1 -0
  89. package/dist/packages/core/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +1 -0
  90. package/dist/packages/core/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +1 -0
  91. package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +1 -0
  92. package/dist/packages/core/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +1 -0
  93. package/dist/packages/core/src/infrastructure/services/agents/common/types.d.ts.map +1 -0
  94. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts +17 -17
  95. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.d.ts.map +1 -1
  96. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +1 -0
  97. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +1 -0
  98. package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.js +2 -2
  99. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +1 -0
  100. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +1 -0
  101. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +1 -0
  102. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +1 -0
  103. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +1 -0
  104. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +1 -0
  105. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +1 -0
  106. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +1 -0
  107. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +1 -0
  108. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +1 -0
  109. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +1 -0
  110. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +1 -0
  111. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +1 -0
  112. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +1 -0
  113. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +1 -0
  114. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +1 -0
  115. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +1 -0
  116. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +1 -0
  117. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +1 -0
  118. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/state.d.ts.map +1 -0
  119. package/dist/packages/core/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +1 -0
  120. package/dist/packages/core/src/infrastructure/services/agents/streaming/index.d.ts.map +1 -0
  121. package/dist/packages/core/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +1 -0
  122. package/dist/packages/core/src/infrastructure/services/external/github-issue.service.d.ts.map +1 -0
  123. package/dist/packages/core/src/infrastructure/services/external/jira-ticket.service.d.ts.map +1 -0
  124. package/dist/packages/core/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +1 -0
  125. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts +20 -0
  126. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.d.ts.map +1 -0
  127. package/dist/packages/core/src/infrastructure/services/folder-dialog.service.js +50 -0
  128. package/dist/packages/core/src/infrastructure/services/git/worktree.service.d.ts.map +1 -0
  129. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.d.ts +1 -1
  130. package/dist/packages/core/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +1 -0
  131. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.d.ts +1 -1
  132. package/dist/packages/core/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +1 -0
  133. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +1 -0
  134. package/dist/packages/core/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +1 -0
  135. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.d.ts +1 -1
  136. package/dist/packages/core/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +1 -0
  137. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.d.ts +1 -1
  138. package/dist/packages/core/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +1 -0
  139. package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.d.ts +1 -1
  140. package/dist/packages/core/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +1 -0
  141. package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -0
  142. package/dist/packages/core/src/infrastructure/services/settings.service.d.ts.map +1 -0
  143. package/dist/packages/core/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +1 -0
  144. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +1 -0
  145. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -0
  146. package/dist/packages/core/src/infrastructure/services/version.service.d.ts.map +1 -0
  147. package/dist/{src → packages/core/src}/infrastructure/services/version.service.js +18 -4
  148. package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.d.ts +4 -4
  149. package/dist/packages/core/src/infrastructure/services/web-server.service.d.ts.map +1 -0
  150. package/dist/{src → packages/core/src}/infrastructure/services/web-server.service.js +8 -7
  151. package/dist/src/index.d.ts +2 -2
  152. package/dist/src/index.js +1 -1
  153. package/dist/src/presentation/cli/commands/agent/approve.command.js +2 -2
  154. package/dist/src/presentation/cli/commands/agent/delete.command.js +3 -3
  155. package/dist/src/presentation/cli/commands/agent/ls.command.js +2 -2
  156. package/dist/src/presentation/cli/commands/agent/reject.command.js +2 -2
  157. package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts +1 -1
  158. package/dist/src/presentation/cli/commands/agent/resolve-run.d.ts.map +1 -1
  159. package/dist/src/presentation/cli/commands/agent/resolve-run.js +3 -3
  160. package/dist/src/presentation/cli/commands/agent/show.command.js +2 -2
  161. package/dist/src/presentation/cli/commands/agent/stop.command.js +2 -2
  162. package/dist/src/presentation/cli/commands/feat/approve.command.js +2 -2
  163. package/dist/src/presentation/cli/commands/feat/del.command.js +3 -3
  164. package/dist/src/presentation/cli/commands/feat/ls.command.js +2 -2
  165. package/dist/src/presentation/cli/commands/feat/new.command.js +3 -3
  166. package/dist/src/presentation/cli/commands/feat/reject.command.js +2 -2
  167. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts +3 -3
  168. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.d.ts.map +1 -1
  169. package/dist/src/presentation/cli/commands/feat/resolve-waiting-feature.js +1 -1
  170. package/dist/src/presentation/cli/commands/feat/resume.command.js +2 -2
  171. package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
  172. package/dist/src/presentation/cli/commands/feat/show.command.js +3 -3
  173. package/dist/src/presentation/cli/commands/ide-open.command.js +6 -6
  174. package/dist/src/presentation/cli/commands/install.command.js +4 -4
  175. package/dist/src/presentation/cli/commands/run.command.js +2 -2
  176. package/dist/src/presentation/cli/commands/settings/agent.command.d.ts.map +1 -1
  177. package/dist/src/presentation/cli/commands/settings/agent.command.js +3 -3
  178. package/dist/src/presentation/cli/commands/settings/ide.command.js +5 -5
  179. package/dist/src/presentation/cli/commands/settings/init.command.d.ts.map +1 -1
  180. package/dist/src/presentation/cli/commands/settings/init.command.js +2 -2
  181. package/dist/src/presentation/cli/commands/settings/show.command.js +2 -2
  182. package/dist/src/presentation/cli/commands/ui.command.js +4 -4
  183. package/dist/src/presentation/cli/commands/version.command.js +1 -1
  184. package/dist/src/presentation/cli/index.js +11 -3
  185. package/dist/src/presentation/cli/ui/colors.d.ts +1 -1
  186. package/dist/src/presentation/cli/ui/colors.js +1 -1
  187. package/dist/src/presentation/cli/ui/formatters.d.ts +1 -1
  188. package/dist/src/presentation/cli/ui/formatters.js +1 -1
  189. package/dist/src/presentation/cli/ui/index.d.ts +1 -1
  190. package/dist/src/presentation/cli/ui/index.js +1 -1
  191. package/dist/src/presentation/cli/ui/messages.d.ts +1 -1
  192. package/dist/src/presentation/cli/ui/messages.js +1 -1
  193. package/dist/src/presentation/cli/ui/spinner.d.ts +1 -1
  194. package/dist/src/presentation/cli/ui/spinner.js +1 -1
  195. package/dist/src/presentation/cli/ui/symbols.d.ts +1 -1
  196. package/dist/src/presentation/cli/ui/symbols.js +1 -1
  197. package/dist/src/presentation/tui/prompts/agent-select.prompt.d.ts +1 -1
  198. package/dist/src/presentation/tui/prompts/agent-select.prompt.js +1 -1
  199. package/dist/src/presentation/tui/prompts/auth-method.prompt.d.ts +1 -1
  200. package/dist/src/presentation/tui/prompts/auth-method.prompt.js +1 -1
  201. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts +1 -1
  202. package/dist/src/presentation/tui/prompts/ide-select.prompt.d.ts.map +1 -1
  203. package/dist/src/presentation/tui/prompts/ide-select.prompt.js +1 -1
  204. package/dist/src/presentation/tui/wizards/agent-config.wizard.d.ts +1 -1
  205. package/dist/src/presentation/tui/wizards/agent-config.wizard.js +1 -1
  206. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts +11 -0
  207. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.d.ts.map +1 -0
  208. package/dist/src/presentation/web/app/api/dialog/pick-folder/route.js +16 -0
  209. package/dist/src/presentation/web/app/layout.js +1 -1
  210. package/dist/src/presentation/web/app/page.d.ts +1 -1
  211. package/dist/src/presentation/web/app/page.d.ts.map +1 -1
  212. package/dist/src/presentation/web/app/page.js +72 -5
  213. package/dist/src/presentation/web/app/version/page.js +2 -2
  214. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts +7 -0
  215. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.d.ts.map +1 -0
  216. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node-config.js +1 -0
  217. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts +6 -0
  218. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.d.ts.map +1 -0
  219. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.js +23 -0
  220. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts +8 -0
  221. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.d.ts.map +1 -0
  222. package/dist/src/presentation/web/components/common/add-repository-node/add-repository-node.stories.js +27 -0
  223. package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts +3 -0
  224. package/dist/src/presentation/web/components/common/add-repository-node/index.d.ts.map +1 -0
  225. package/dist/src/presentation/web/components/common/add-repository-node/index.js +1 -0
  226. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts +6 -0
  227. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.d.ts.map +1 -0
  228. package/dist/src/presentation/web/components/common/add-repository-node/pick-folder.js +13 -0
  229. package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.d.ts +1 -1
  230. package/dist/src/presentation/web/components/common/elapsed-time/elapsed-time.stories.js +1 -1
  231. package/dist/src/presentation/web/components/common/elapsed-time/index.d.ts +1 -1
  232. package/dist/src/presentation/web/components/common/elapsed-time/index.js +1 -1
  233. package/dist/src/presentation/web/components/common/empty-state/empty-state.js +1 -1
  234. package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.d.ts +1 -1
  235. package/dist/src/presentation/web/components/common/empty-state/empty-state.stories.js +2 -2
  236. package/dist/src/presentation/web/components/common/empty-state/index.d.ts +1 -1
  237. package/dist/src/presentation/web/components/common/empty-state/index.js +1 -1
  238. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.d.ts +1 -1
  239. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.js +3 -3
  240. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.d.ts +1 -1
  241. package/dist/src/presentation/web/components/common/feature-list-item/feature-list-item.stories.js +2 -2
  242. package/dist/src/presentation/web/components/common/feature-list-item/index.d.ts +2 -2
  243. package/dist/src/presentation/web/components/common/feature-list-item/index.js +1 -1
  244. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts +12 -0
  245. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.d.ts.map +1 -0
  246. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.js +29 -0
  247. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts +8 -0
  248. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.d.ts.map +1 -0
  249. package/dist/src/presentation/web/components/common/feature-node/agent-type-icons.stories.js +30 -0
  250. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts +28 -0
  251. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.d.ts.map +1 -0
  252. package/dist/src/presentation/web/components/common/feature-node/derive-feature-state.js +71 -0
  253. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts +42 -0
  254. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.d.ts.map +1 -0
  255. package/dist/src/presentation/web/components/common/feature-node/feature-node-state-config.js +71 -0
  256. package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts +7 -0
  257. package/dist/src/presentation/web/components/common/feature-node/feature-node.d.ts.map +1 -0
  258. package/dist/src/presentation/web/components/common/feature-node/feature-node.js +37 -0
  259. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts +16 -0
  260. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.d.ts.map +1 -0
  261. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +228 -0
  262. package/dist/src/presentation/web/components/common/feature-node/index.d.ts +5 -0
  263. package/dist/src/presentation/web/components/common/feature-node/index.d.ts.map +1 -0
  264. package/dist/src/presentation/web/components/common/feature-node/index.js +4 -0
  265. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.d.ts +1 -1
  266. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.js +3 -3
  267. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.d.ts +1 -1
  268. package/dist/src/presentation/web/components/common/feature-status-badges/feature-status-badges.stories.js +2 -2
  269. package/dist/src/presentation/web/components/common/feature-status-badges/index.d.ts +2 -2
  270. package/dist/src/presentation/web/components/common/feature-status-badges/index.js +1 -1
  271. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.js +1 -1
  272. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.d.ts +1 -1
  273. package/dist/src/presentation/web/components/common/feature-status-group/feature-status-group.stories.js +3 -3
  274. package/dist/src/presentation/web/components/common/feature-status-group/index.d.ts +2 -2
  275. package/dist/src/presentation/web/components/common/feature-status-group/index.js +1 -1
  276. package/dist/src/presentation/web/components/common/index.d.ts +16 -0
  277. package/dist/src/presentation/web/components/common/index.d.ts.map +1 -0
  278. package/dist/src/presentation/web/components/common/index.js +15 -0
  279. package/dist/src/presentation/web/components/common/loading-skeleton/index.d.ts +1 -1
  280. package/dist/src/presentation/web/components/common/loading-skeleton/index.js +1 -1
  281. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.js +1 -1
  282. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.d.ts +1 -1
  283. package/dist/src/presentation/web/components/common/loading-skeleton/loading-skeleton.stories.js +1 -1
  284. package/dist/src/presentation/web/components/common/page-header/index.d.ts +1 -1
  285. package/dist/src/presentation/web/components/common/page-header/index.js +1 -1
  286. package/dist/src/presentation/web/components/common/page-header/page-header.js +1 -1
  287. package/dist/src/presentation/web/components/common/page-header/page-header.stories.d.ts +1 -1
  288. package/dist/src/presentation/web/components/common/page-header/page-header.stories.js +2 -2
  289. package/dist/src/presentation/web/components/common/repository-node/index.d.ts +3 -0
  290. package/dist/src/presentation/web/components/common/repository-node/index.d.ts.map +1 -0
  291. package/dist/src/presentation/web/components/common/repository-node/index.js +1 -0
  292. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts +11 -0
  293. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.d.ts.map +1 -0
  294. package/dist/src/presentation/web/components/common/repository-node/repository-node-config.js +1 -0
  295. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts +6 -0
  296. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts.map +1 -0
  297. package/dist/src/presentation/web/components/common/repository-node/repository-node.js +13 -0
  298. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts +12 -0
  299. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.d.ts.map +1 -0
  300. package/dist/src/presentation/web/components/common/repository-node/repository-node.stories.js +76 -0
  301. package/dist/src/presentation/web/components/common/shep-logo/index.d.ts +2 -2
  302. package/dist/src/presentation/web/components/common/shep-logo/index.js +1 -1
  303. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.js +1 -1
  304. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.d.ts +1 -1
  305. package/dist/src/presentation/web/components/common/shep-logo/shep-logo.stories.js +1 -1
  306. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.d.ts +2 -2
  307. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/index.js +1 -1
  308. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.js +3 -3
  309. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.d.ts +1 -1
  310. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.stories.js +2 -2
  311. package/dist/src/presentation/web/components/common/sidebar-nav-item/index.d.ts +2 -2
  312. package/dist/src/presentation/web/components/common/sidebar-nav-item/index.js +1 -1
  313. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.js +1 -1
  314. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.d.ts +1 -1
  315. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.stories.js +2 -2
  316. package/dist/src/presentation/web/components/common/sidebar-section-header/index.d.ts +2 -2
  317. package/dist/src/presentation/web/components/common/sidebar-section-header/index.js +1 -1
  318. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.js +4 -4
  319. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.d.ts +1 -1
  320. package/dist/src/presentation/web/components/common/sidebar-section-header/sidebar-section-header.stories.js +2 -2
  321. package/dist/src/presentation/web/components/common/theme-toggle/index.d.ts +1 -1
  322. package/dist/src/presentation/web/components/common/theme-toggle/index.js +1 -1
  323. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.js +2 -2
  324. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.d.ts +1 -1
  325. package/dist/src/presentation/web/components/common/theme-toggle/theme-toggle.stories.js +1 -1
  326. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts +6 -0
  327. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -0
  328. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +31 -0
  329. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts +8 -0
  330. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.d.ts.map +1 -0
  331. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.stories.js +25 -0
  332. package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts +9 -0
  333. package/dist/src/presentation/web/components/features/control-center/control-center-inner.d.ts.map +1 -0
  334. package/dist/src/presentation/web/components/features/control-center/control-center-inner.js +9 -0
  335. package/dist/src/presentation/web/components/features/control-center/control-center.d.ts +8 -0
  336. package/dist/src/presentation/web/components/features/control-center/control-center.d.ts.map +1 -0
  337. package/dist/src/presentation/web/components/features/control-center/control-center.js +7 -0
  338. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts +29 -0
  339. package/dist/src/presentation/web/components/features/control-center/control-center.stories.d.ts.map +1 -0
  340. package/dist/src/presentation/web/components/features/control-center/control-center.stories.js +249 -0
  341. package/dist/src/presentation/web/components/features/control-center/index.d.ts +3 -0
  342. package/dist/src/presentation/web/components/features/control-center/index.d.ts.map +1 -0
  343. package/dist/src/presentation/web/components/features/control-center/index.js +2 -0
  344. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts +20 -0
  345. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.d.ts.map +1 -0
  346. package/dist/src/presentation/web/components/features/control-center/use-control-center-state.js +219 -0
  347. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts +22 -0
  348. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -0
  349. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +52 -0
  350. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts +17 -0
  351. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.d.ts.map +1 -0
  352. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +520 -0
  353. package/dist/src/presentation/web/components/features/features-canvas/index.d.ts +2 -0
  354. package/dist/src/presentation/web/components/features/features-canvas/index.d.ts.map +1 -0
  355. package/dist/src/presentation/web/components/features/features-canvas/index.js +1 -0
  356. package/dist/src/presentation/web/components/features/index.d.ts +2 -0
  357. package/dist/src/presentation/web/components/features/index.d.ts.map +1 -0
  358. package/dist/src/presentation/web/components/features/index.js +1 -0
  359. package/dist/src/presentation/web/components/features/version/version-page-client.d.ts +1 -1
  360. package/dist/src/presentation/web/components/features/version/version-page-client.js +4 -4
  361. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.d.ts.map +1 -1
  362. package/dist/src/presentation/web/components/layouts/app-shell/app-shell.js +4 -5
  363. package/dist/src/presentation/web/components/layouts/app-shell/index.d.ts +1 -1
  364. package/dist/src/presentation/web/components/layouts/app-shell/index.js +1 -1
  365. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts +1 -1
  366. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +10 -10
  367. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.d.ts +1 -1
  368. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.stories.js +2 -2
  369. package/dist/src/presentation/web/components/layouts/app-sidebar/index.d.ts +2 -2
  370. package/dist/src/presentation/web/components/layouts/app-sidebar/index.js +1 -1
  371. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.d.ts +1 -1
  372. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.js +3 -3
  373. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.d.ts +1 -1
  374. package/dist/src/presentation/web/components/layouts/dashboard-layout/dashboard-layout.stories.js +1 -1
  375. package/dist/src/presentation/web/components/layouts/dashboard-layout/index.d.ts +1 -1
  376. package/dist/src/presentation/web/components/layouts/dashboard-layout/index.js +1 -1
  377. package/dist/src/presentation/web/components/layouts/header/header.js +1 -1
  378. package/dist/src/presentation/web/components/layouts/header/header.stories.d.ts +1 -1
  379. package/dist/src/presentation/web/components/layouts/header/header.stories.js +1 -1
  380. package/dist/src/presentation/web/components/layouts/header/index.d.ts +1 -1
  381. package/dist/src/presentation/web/components/layouts/header/index.js +1 -1
  382. package/dist/src/presentation/web/components/layouts/index.d.ts +6 -0
  383. package/dist/src/presentation/web/components/layouts/index.d.ts.map +1 -0
  384. package/dist/src/presentation/web/components/layouts/index.js +5 -0
  385. package/dist/src/presentation/web/components/layouts/sidebar/index.d.ts +2 -2
  386. package/dist/src/presentation/web/components/layouts/sidebar/index.js +1 -1
  387. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.js +1 -1
  388. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.d.ts +1 -1
  389. package/dist/src/presentation/web/components/layouts/sidebar/sidebar.stories.js +1 -1
  390. package/dist/src/presentation/web/components/ui/accordion.js +1 -1
  391. package/dist/src/presentation/web/components/ui/accordion.stories.d.ts +1 -1
  392. package/dist/src/presentation/web/components/ui/accordion.stories.js +1 -1
  393. package/dist/src/presentation/web/components/ui/alert.js +1 -1
  394. package/dist/src/presentation/web/components/ui/alert.stories.d.ts +1 -1
  395. package/dist/src/presentation/web/components/ui/alert.stories.js +1 -1
  396. package/dist/src/presentation/web/components/ui/badge.js +1 -1
  397. package/dist/src/presentation/web/components/ui/badge.stories.d.ts +1 -1
  398. package/dist/src/presentation/web/components/ui/badge.stories.js +1 -1
  399. package/dist/src/presentation/web/components/ui/button.js +1 -1
  400. package/dist/src/presentation/web/components/ui/button.stories.d.ts +1 -1
  401. package/dist/src/presentation/web/components/ui/button.stories.js +1 -1
  402. package/dist/src/presentation/web/components/ui/card.js +1 -1
  403. package/dist/src/presentation/web/components/ui/card.stories.d.ts +1 -1
  404. package/dist/src/presentation/web/components/ui/card.stories.js +2 -2
  405. package/dist/src/presentation/web/components/ui/comet-spinner.d.ts +12 -0
  406. package/dist/src/presentation/web/components/ui/comet-spinner.d.ts.map +1 -0
  407. package/dist/src/presentation/web/components/ui/comet-spinner.js +32 -0
  408. package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts +13 -0
  409. package/dist/src/presentation/web/components/ui/comet-spinner.stories.d.ts.map +1 -0
  410. package/dist/src/presentation/web/components/ui/comet-spinner.stories.js +50 -0
  411. package/dist/src/presentation/web/components/ui/dialog.js +1 -1
  412. package/dist/src/presentation/web/components/ui/dialog.stories.d.ts +1 -1
  413. package/dist/src/presentation/web/components/ui/dialog.stories.js +4 -4
  414. package/dist/src/presentation/web/components/ui/input.js +1 -1
  415. package/dist/src/presentation/web/components/ui/input.stories.d.ts +1 -1
  416. package/dist/src/presentation/web/components/ui/input.stories.js +2 -2
  417. package/dist/src/presentation/web/components/ui/label.js +1 -1
  418. package/dist/src/presentation/web/components/ui/label.stories.d.ts +1 -1
  419. package/dist/src/presentation/web/components/ui/label.stories.js +2 -2
  420. package/dist/src/presentation/web/components/ui/popover.js +1 -1
  421. package/dist/src/presentation/web/components/ui/popover.stories.d.ts +1 -1
  422. package/dist/src/presentation/web/components/ui/popover.stories.js +4 -4
  423. package/dist/src/presentation/web/components/ui/scroll-area.js +1 -1
  424. package/dist/src/presentation/web/components/ui/select.js +1 -1
  425. package/dist/src/presentation/web/components/ui/select.stories.d.ts +1 -1
  426. package/dist/src/presentation/web/components/ui/select.stories.js +1 -1
  427. package/dist/src/presentation/web/components/ui/separator.js +1 -1
  428. package/dist/src/presentation/web/components/ui/sheet.js +1 -1
  429. package/dist/src/presentation/web/components/ui/sidebar.d.ts +4 -4
  430. package/dist/src/presentation/web/components/ui/sidebar.js +8 -8
  431. package/dist/src/presentation/web/components/ui/skeleton.js +1 -1
  432. package/dist/src/presentation/web/components/ui/sonner.stories.d.ts +1 -1
  433. package/dist/src/presentation/web/components/ui/sonner.stories.js +2 -2
  434. package/dist/src/presentation/web/components/ui/spinner.d.ts +10 -0
  435. package/dist/src/presentation/web/components/ui/spinner.d.ts.map +1 -0
  436. package/dist/src/presentation/web/components/ui/spinner.js +28 -0
  437. package/dist/src/presentation/web/components/ui/spinner.stories.d.ts +11 -0
  438. package/dist/src/presentation/web/components/ui/spinner.stories.d.ts.map +1 -0
  439. package/dist/src/presentation/web/components/ui/spinner.stories.js +38 -0
  440. package/dist/src/presentation/web/components/ui/tabs.js +1 -1
  441. package/dist/src/presentation/web/components/ui/tabs.stories.d.ts +1 -1
  442. package/dist/src/presentation/web/components/ui/tabs.stories.js +4 -4
  443. package/dist/src/presentation/web/components/ui/tooltip.js +1 -1
  444. package/dist/src/presentation/web/dev-server.d.ts +11 -0
  445. package/dist/src/presentation/web/dev-server.d.ts.map +1 -0
  446. package/dist/src/presentation/web/dev-server.js +68 -0
  447. package/dist/src/presentation/web/hooks/useTheme.d.ts +1 -1
  448. package/dist/src/presentation/web/hooks/useTheme.js +1 -1
  449. package/dist/src/presentation/web/lib/layout-with-dagre.d.ts +27 -0
  450. package/dist/src/presentation/web/lib/layout-with-dagre.d.ts.map +1 -0
  451. package/dist/src/presentation/web/lib/layout-with-dagre.js +98 -0
  452. package/dist/src/presentation/web/lib/use-cases.d.ts +29 -0
  453. package/dist/src/presentation/web/lib/use-cases.d.ts.map +1 -0
  454. package/dist/src/presentation/web/lib/use-cases.js +46 -0
  455. package/dist/src/presentation/web/next.config.d.ts.map +1 -1
  456. package/dist/src/presentation/web/next.config.js +2 -0
  457. package/dist/tsconfig.build.tsbuildinfo +1 -1
  458. package/package.json +5 -3
  459. package/web/.next/BUILD_ID +1 -1
  460. package/web/.next/app-path-routes-manifest.json +1 -0
  461. package/web/.next/build-manifest.json +5 -5
  462. package/web/.next/cache/.previewinfo +1 -1
  463. package/web/.next/cache/.rscinfo +1 -1
  464. package/web/.next/cache/.tsbuildinfo +1 -1
  465. package/web/.next/cache/config.json +3 -3
  466. package/web/.next/fallback-build-manifest.json +2 -2
  467. package/web/.next/prerender-manifest.json +3 -3
  468. package/web/.next/required-server-files.js +4 -1
  469. package/web/.next/required-server-files.json +4 -1
  470. package/web/.next/routes-manifest.json +6 -0
  471. package/web/.next/server/app/_global-error/page/build-manifest.json +3 -3
  472. package/web/.next/server/app/_global-error/page.js +4 -4
  473. package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
  474. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  475. package/web/.next/server/app/_global-error.html +2 -2
  476. package/web/.next/server/app/_global-error.rsc +1 -1
  477. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  478. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  479. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  480. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  481. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  482. package/web/.next/server/app/_not-found/page/build-manifest.json +3 -3
  483. package/web/.next/server/app/_not-found/page.js +4 -4
  484. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  485. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  486. package/web/.next/server/app/_not-found.html +2 -2
  487. package/web/.next/server/app/_not-found.rsc +9 -9
  488. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +9 -9
  489. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  490. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  491. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  492. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  493. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  494. package/web/.next/server/app/api/dialog/pick-folder/route/app-paths-manifest.json +3 -0
  495. package/web/.next/server/app/api/dialog/pick-folder/route/build-manifest.json +11 -0
  496. package/web/.next/server/app/api/dialog/pick-folder/route/server-reference-manifest.json +4 -0
  497. package/web/.next/server/app/api/dialog/pick-folder/route.js +6 -0
  498. package/web/.next/server/app/api/dialog/pick-folder/route.js.map +5 -0
  499. package/web/.next/server/app/api/dialog/pick-folder/route.js.nft.json +1 -0
  500. package/web/.next/server/app/api/dialog/pick-folder/route_client-reference-manifest.js +2 -0
  501. package/web/.next/server/app/index.html +2 -2
  502. package/web/.next/server/app/index.rsc +5 -4
  503. package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  504. package/web/.next/server/app/index.segments/_full.segment.rsc +5 -4
  505. package/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  506. package/web/.next/server/app/index.segments/_index.segment.rsc +3 -3
  507. package/web/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  508. package/web/.next/server/app/page/build-manifest.json +3 -3
  509. package/web/.next/server/app/page.js +5 -5
  510. package/web/.next/server/app/page.js.nft.json +1 -1
  511. package/web/.next/server/app/page_client-reference-manifest.js +1 -1
  512. package/web/.next/server/app/version/page/build-manifest.json +3 -3
  513. package/web/.next/server/app/version/page.js +4 -4
  514. package/web/.next/server/app/version/page.js.nft.json +1 -1
  515. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  516. package/web/.next/server/app/version.html +2 -2
  517. package/web/.next/server/app/version.rsc +4 -4
  518. package/web/.next/server/app/version.segments/_full.segment.rsc +4 -4
  519. package/web/.next/server/app/version.segments/_head.segment.rsc +1 -1
  520. package/web/.next/server/app/version.segments/_index.segment.rsc +3 -3
  521. package/web/.next/server/app/version.segments/_tree.segment.rsc +2 -2
  522. package/web/.next/server/app/version.segments/version/__PAGE__.segment.rsc +2 -2
  523. package/web/.next/server/app/version.segments/version.segment.rsc +1 -1
  524. package/web/.next/server/app-paths-manifest.json +1 -0
  525. package/web/.next/server/chunks/744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js +3 -0
  526. package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js +3 -0
  527. package/web/.next/server/chunks/[externals]_next_dist_a6d89067._.js.map +1 -0
  528. package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js +21 -0
  529. package/web/.next/server/chunks/[root-of-the-server]__ebcd3642._.js.map +1 -0
  530. package/web/.next/server/chunks/[turbopack]_runtime.js +795 -0
  531. package/web/.next/server/chunks/[turbopack]_runtime.js.map +10 -0
  532. package/web/.next/server/chunks/ssr/403f9_next_dist_1f3516d7._.js +3 -0
  533. package/web/.next/server/chunks/ssr/{[root-of-the-server]__01b8cb62._.js.map → 403f9_next_dist_1f3516d7._.js.map} +1 -1
  534. package/web/.next/server/chunks/ssr/403f9_next_dist_d738ab66._.js +3 -0
  535. package/web/.next/server/chunks/ssr/{[root-of-the-server]__7b98fb96._.js.map → 403f9_next_dist_d738ab66._.js.map} +1 -1
  536. package/web/.next/server/chunks/ssr/403f9_next_dist_esm_build_templates_app-page_dbf21e04.js +1 -1
  537. package/web/.next/server/chunks/ssr/[root-of-the-server]__2127336f._.js +3 -0
  538. package/web/.next/server/chunks/ssr/{[root-of-the-server]__659cf841._.js.map → [root-of-the-server]__2127336f._.js.map} +1 -1
  539. package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js +3 -0
  540. package/web/.next/server/chunks/ssr/[root-of-the-server]__44c4e191._.js.map +1 -0
  541. package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js +3 -0
  542. package/web/.next/server/chunks/ssr/[root-of-the-server]__492e833d._.js.map +1 -0
  543. package/web/.next/server/chunks/ssr/{[root-of-the-server]__18ff2ebf._.js → [root-of-the-server]__6b3c1f2b._.js} +2 -2
  544. package/web/.next/server/chunks/ssr/{[root-of-the-server]__ccf8a903._.js.map → [root-of-the-server]__6b3c1f2b._.js.map} +1 -1
  545. package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js +3 -0
  546. package/web/.next/server/chunks/ssr/[root-of-the-server]__80e5bed2._.js.map +1 -0
  547. package/web/.next/server/chunks/ssr/[root-of-the-server]__c37779e6._.js +4 -0
  548. package/web/.next/server/chunks/ssr/{node_modules__pnpm_03635e2b._.js.map → [root-of-the-server]__c37779e6._.js.map} +1 -1
  549. package/web/.next/server/chunks/ssr/[root-of-the-server]__e55e9c7f._.js +3 -0
  550. package/web/.next/server/chunks/ssr/{[root-of-the-server]__479da921._.js.map → [root-of-the-server]__e55e9c7f._.js.map} +1 -1
  551. package/web/.next/server/chunks/ssr/[root-of-the-server]__f12b60be._.js +3 -0
  552. package/web/.next/server/chunks/ssr/{_19be0743._.js.map → [root-of-the-server]__f12b60be._.js.map} +1 -1
  553. package/web/.next/server/chunks/ssr/[root-of-the-server]__fa87595c._.js +3 -0
  554. package/web/.next/server/chunks/ssr/{_c536147b._.js.map → [root-of-the-server]__fa87595c._.js.map} +1 -1
  555. package/web/.next/server/chunks/ssr/_09afa42a._.js +4 -0
  556. package/web/.next/server/chunks/ssr/_09afa42a._.js.map +1 -0
  557. package/web/.next/server/chunks/ssr/{_4582f3c3._.js → _3d152196._.js} +2 -2
  558. package/web/.next/server/chunks/ssr/_3d152196._.js.map +1 -0
  559. package/web/.next/server/chunks/ssr/_884ddade._.js +1 -1
  560. package/web/.next/server/chunks/ssr/_a0c04017._.js +2 -2
  561. package/web/.next/server/chunks/ssr/_a0c04017._.js.map +1 -1
  562. package/web/.next/server/chunks/ssr/_c5d377cc._.js +1 -1
  563. package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js +3 -0
  564. package/web/.next/server/chunks/ssr/node_modules__pnpm_b11d5ad4._.js.map +1 -0
  565. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js +1 -1
  566. package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js +3 -0
  567. package/web/.next/server/chunks/ssr/src_presentation_web_ed0934e5._.js.map +1 -0
  568. package/web/.next/server/middleware-build-manifest.js +3 -3
  569. package/web/.next/server/pages/404.html +2 -2
  570. package/web/.next/server/pages/500.html +2 -2
  571. package/web/.next/server/server-reference-manifest.js +1 -1
  572. package/web/.next/server/server-reference-manifest.json +1 -1
  573. package/web/.next/static/chunks/3701b9d5749e6143.css +1 -0
  574. package/web/.next/static/chunks/a8030d19b4d73c95.js +1 -0
  575. package/web/.next/static/chunks/b0d13220be9ac29c.js +1 -0
  576. package/web/.next/static/chunks/b29c0572633eb9e4.js +2 -0
  577. package/web/.next/static/chunks/be34161188b4e0a0.js +2 -0
  578. package/web/.next/static/chunks/c87445f8cbe36c74.js +1 -0
  579. package/web/.next/static/chunks/f220dad9d38bff95.js +5 -0
  580. package/web/.next/static/chunks/{turbopack-a5a88a85e7ac8e8d.js → turbopack-e0a0178ee911c212.js} +1 -1
  581. package/web/.next/trace +1 -1
  582. package/web/.next/trace-build +1 -1
  583. package/web/.next/types/link.d.ts +1 -0
  584. package/web/.next/types/routes.d.ts +18 -2
  585. package/web/.next/types/validator.ts +20 -2
  586. package/web/package.json +5 -1
  587. package/dist/src/application/ports/output/agents/agent-executor-factory.interface.d.ts.map +0 -1
  588. package/dist/src/application/ports/output/agents/agent-executor-provider.interface.d.ts.map +0 -1
  589. package/dist/src/application/ports/output/agents/agent-executor.interface.d.ts.map +0 -1
  590. package/dist/src/application/ports/output/agents/agent-registry.interface.d.ts.map +0 -1
  591. package/dist/src/application/ports/output/agents/agent-run-repository.interface.d.ts.map +0 -1
  592. package/dist/src/application/ports/output/agents/agent-runner.interface.d.ts.map +0 -1
  593. package/dist/src/application/ports/output/agents/agent-validator.interface.d.ts.map +0 -1
  594. package/dist/src/application/ports/output/agents/feature-agent-process.interface.d.ts.map +0 -1
  595. package/dist/src/application/ports/output/agents/index.d.ts.map +0 -1
  596. package/dist/src/application/ports/output/agents/phase-timing-repository.interface.d.ts.map +0 -1
  597. package/dist/src/application/ports/output/index.d.ts.map +0 -1
  598. package/dist/src/application/ports/output/repositories/feature-repository.interface.d.ts.map +0 -1
  599. package/dist/src/application/ports/output/repositories/index.d.ts.map +0 -1
  600. package/dist/src/application/ports/output/repositories/settings.repository.interface.d.ts.map +0 -1
  601. package/dist/src/application/ports/output/services/external-issue-fetcher.interface.d.ts.map +0 -1
  602. package/dist/src/application/ports/output/services/index.d.ts.map +0 -1
  603. package/dist/src/application/ports/output/services/spec-initializer.interface.d.ts.map +0 -1
  604. package/dist/src/application/ports/output/services/tool-installer.service.d.ts.map +0 -1
  605. package/dist/src/application/ports/output/services/version-service.interface.d.ts.map +0 -1
  606. package/dist/src/application/ports/output/services/web-server-service.interface.d.ts.map +0 -1
  607. package/dist/src/application/ports/output/services/worktree-service.interface.d.ts.map +0 -1
  608. package/dist/src/application/use-cases/agents/approve-agent-run.use-case.d.ts.map +0 -1
  609. package/dist/src/application/use-cases/agents/configure-agent.use-case.d.ts.map +0 -1
  610. package/dist/src/application/use-cases/agents/delete-agent-run.use-case.d.ts.map +0 -1
  611. package/dist/src/application/use-cases/agents/get-agent-run.use-case.d.ts.map +0 -1
  612. package/dist/src/application/use-cases/agents/list-agent-runs.use-case.d.ts.map +0 -1
  613. package/dist/src/application/use-cases/agents/reject-agent-run.use-case.d.ts.map +0 -1
  614. package/dist/src/application/use-cases/agents/run-agent.use-case.d.ts.map +0 -1
  615. package/dist/src/application/use-cases/agents/show-agent-run.use-case.d.ts.map +0 -1
  616. package/dist/src/application/use-cases/agents/stop-agent-run.use-case.d.ts.map +0 -1
  617. package/dist/src/application/use-cases/agents/validate-agent-auth.use-case.d.ts.map +0 -1
  618. package/dist/src/application/use-cases/features/create/create-feature.use-case.d.ts.map +0 -1
  619. package/dist/src/application/use-cases/features/create/metadata-generator.d.ts.map +0 -1
  620. package/dist/src/application/use-cases/features/create/slug-resolver.d.ts.map +0 -1
  621. package/dist/src/application/use-cases/features/create/types.d.ts.map +0 -1
  622. package/dist/src/application/use-cases/features/delete-feature.use-case.d.ts.map +0 -1
  623. package/dist/src/application/use-cases/features/list-features.use-case.d.ts.map +0 -1
  624. package/dist/src/application/use-cases/features/resume-feature.use-case.d.ts.map +0 -1
  625. package/dist/src/application/use-cases/features/show-feature.use-case.d.ts.map +0 -1
  626. package/dist/src/application/use-cases/settings/index.d.ts.map +0 -1
  627. package/dist/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +0 -1
  628. package/dist/src/application/use-cases/settings/load-settings.use-case.d.ts.map +0 -1
  629. package/dist/src/application/use-cases/settings/update-settings.use-case.d.ts.map +0 -1
  630. package/dist/src/application/use-cases/tools/install-tool.use-case.d.ts.map +0 -1
  631. package/dist/src/application/use-cases/tools/validate-tool-availability.use-case.d.ts.map +0 -1
  632. package/dist/src/domain/factories/index.d.ts.map +0 -1
  633. package/dist/src/domain/factories/settings-defaults.factory.d.ts.map +0 -1
  634. package/dist/src/domain/generated/output.d.ts.map +0 -1
  635. package/dist/src/domain/value-objects/index.d.ts.map +0 -1
  636. package/dist/src/domain/value-objects/tool-installation-status.d.ts.map +0 -1
  637. package/dist/src/domain/value-objects/version-info.d.ts.map +0 -1
  638. package/dist/src/infrastructure/di/container.d.ts.map +0 -1
  639. package/dist/src/infrastructure/persistence/sqlite/connection.d.ts.map +0 -1
  640. package/dist/src/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts.map +0 -1
  641. package/dist/src/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts.map +0 -1
  642. package/dist/src/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts.map +0 -1
  643. package/dist/src/infrastructure/persistence/sqlite/migrations.d.ts.map +0 -1
  644. package/dist/src/infrastructure/repositories/agent-run.repository.d.ts.map +0 -1
  645. package/dist/src/infrastructure/repositories/sqlite-feature.repository.d.ts.map +0 -1
  646. package/dist/src/infrastructure/repositories/sqlite-phase-timing.repository.d.ts.map +0 -1
  647. package/dist/src/infrastructure/repositories/sqlite-settings.repository.d.ts.map +0 -1
  648. package/dist/src/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts.map +0 -1
  649. package/dist/src/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts.map +0 -1
  650. package/dist/src/infrastructure/services/agents/common/agent-executor-factory.service.d.ts.map +0 -1
  651. package/dist/src/infrastructure/services/agents/common/agent-executor-provider.service.d.ts.map +0 -1
  652. package/dist/src/infrastructure/services/agents/common/agent-registry.service.d.ts.map +0 -1
  653. package/dist/src/infrastructure/services/agents/common/agent-runner.service.d.ts.map +0 -1
  654. package/dist/src/infrastructure/services/agents/common/agent-validator.service.d.ts.map +0 -1
  655. package/dist/src/infrastructure/services/agents/common/checkpointer.d.ts.map +0 -1
  656. package/dist/src/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts.map +0 -1
  657. package/dist/src/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts.map +0 -1
  658. package/dist/src/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts.map +0 -1
  659. package/dist/src/infrastructure/services/agents/common/executors/mock-executor.service.d.ts.map +0 -1
  660. package/dist/src/infrastructure/services/agents/common/types.d.ts.map +0 -1
  661. package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts.map +0 -1
  662. package/dist/src/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts.map +0 -1
  663. package/dist/src/infrastructure/services/agents/feature-agent/heartbeat.d.ts.map +0 -1
  664. package/dist/src/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts.map +0 -1
  665. package/dist/src/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts.map +0 -1
  666. package/dist/src/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts.map +0 -1
  667. package/dist/src/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts.map +0 -1
  668. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts.map +0 -1
  669. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts.map +0 -1
  670. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts.map +0 -1
  671. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts.map +0 -1
  672. package/dist/src/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts.map +0 -1
  673. package/dist/src/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts.map +0 -1
  674. package/dist/src/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts.map +0 -1
  675. package/dist/src/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts.map +0 -1
  676. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts.map +0 -1
  677. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts.map +0 -1
  678. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts.map +0 -1
  679. package/dist/src/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts.map +0 -1
  680. package/dist/src/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts.map +0 -1
  681. package/dist/src/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts.map +0 -1
  682. package/dist/src/infrastructure/services/agents/feature-agent/state.d.ts.map +0 -1
  683. package/dist/src/infrastructure/services/agents/streaming/event-channel.d.ts.map +0 -1
  684. package/dist/src/infrastructure/services/agents/streaming/index.d.ts.map +0 -1
  685. package/dist/src/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts.map +0 -1
  686. package/dist/src/infrastructure/services/external/github-issue.service.d.ts.map +0 -1
  687. package/dist/src/infrastructure/services/external/jira-ticket.service.d.ts.map +0 -1
  688. package/dist/src/infrastructure/services/filesystem/shep-directory.service.d.ts.map +0 -1
  689. package/dist/src/infrastructure/services/git/worktree.service.d.ts.map +0 -1
  690. package/dist/src/infrastructure/services/ide-launchers/antigravity.launcher.d.ts.map +0 -1
  691. package/dist/src/infrastructure/services/ide-launchers/cursor.launcher.d.ts.map +0 -1
  692. package/dist/src/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts.map +0 -1
  693. package/dist/src/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts.map +0 -1
  694. package/dist/src/infrastructure/services/ide-launchers/vscode.launcher.d.ts.map +0 -1
  695. package/dist/src/infrastructure/services/ide-launchers/windsurf.launcher.d.ts.map +0 -1
  696. package/dist/src/infrastructure/services/ide-launchers/zed.launcher.d.ts.map +0 -1
  697. package/dist/src/infrastructure/services/port.service.d.ts.map +0 -1
  698. package/dist/src/infrastructure/services/settings.service.d.ts.map +0 -1
  699. package/dist/src/infrastructure/services/spec/spec-initializer.service.d.ts.map +0 -1
  700. package/dist/src/infrastructure/services/tool-installer/tool-installer.service.d.ts.map +0 -1
  701. package/dist/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +0 -1
  702. package/dist/src/infrastructure/services/version.service.d.ts.map +0 -1
  703. package/dist/src/infrastructure/services/web-server.service.d.ts.map +0 -1
  704. package/web/.next/server/chunks/ssr/[root-of-the-server]__01b8cb62._.js +0 -3
  705. package/web/.next/server/chunks/ssr/[root-of-the-server]__18ff2ebf._.js.map +0 -1
  706. package/web/.next/server/chunks/ssr/[root-of-the-server]__479da921._.js +0 -3
  707. package/web/.next/server/chunks/ssr/[root-of-the-server]__659cf841._.js +0 -3
  708. package/web/.next/server/chunks/ssr/[root-of-the-server]__7b98fb96._.js +0 -3
  709. package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js +0 -3
  710. package/web/.next/server/chunks/ssr/[root-of-the-server]__ab31d101._.js.map +0 -1
  711. package/web/.next/server/chunks/ssr/[root-of-the-server]__ccf8a903._.js +0 -3
  712. package/web/.next/server/chunks/ssr/_0f02ab66._.js +0 -3
  713. package/web/.next/server/chunks/ssr/_0f02ab66._.js.map +0 -1
  714. package/web/.next/server/chunks/ssr/_19be0743._.js +0 -3
  715. package/web/.next/server/chunks/ssr/_4582f3c3._.js.map +0 -1
  716. package/web/.next/server/chunks/ssr/_90bc0c33._.js +0 -3
  717. package/web/.next/server/chunks/ssr/_c536147b._.js +0 -3
  718. package/web/.next/server/chunks/ssr/node_modules__pnpm_03635e2b._.js +0 -4
  719. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js +0 -3
  720. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ce0b44d._.js.map +0 -1
  721. package/web/.next/static/chunks/26d260496abf3ed8.js +0 -5
  722. package/web/.next/static/chunks/33854795ae473cf1.css +0 -1
  723. package/web/.next/static/chunks/4d6504b9f2ca7e4d.js +0 -1
  724. package/web/.next/static/chunks/70993ebedee7eab0.js +0 -2
  725. package/web/.next/static/chunks/8353f5690707d9a5.js +0 -1
  726. package/web/.next/static/chunks/df7d29673e0ac11d.js +0 -1
  727. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.d.ts +0 -0
  728. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-factory.interface.js +0 -0
  729. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.d.ts +0 -0
  730. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor-provider.interface.js +0 -0
  731. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.d.ts +0 -0
  732. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-executor.interface.js +0 -0
  733. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.d.ts +0 -0
  734. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-registry.interface.js +0 -0
  735. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.d.ts +0 -0
  736. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-run-repository.interface.js +0 -0
  737. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.d.ts +0 -0
  738. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-runner.interface.js +0 -0
  739. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.d.ts +0 -0
  740. /package/dist/{src → packages/core/src}/application/ports/output/agents/agent-validator.interface.js +0 -0
  741. /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.d.ts +0 -0
  742. /package/dist/{src → packages/core/src}/application/ports/output/agents/feature-agent-process.interface.js +0 -0
  743. /package/dist/{src → packages/core/src}/application/ports/output/agents/index.d.ts +0 -0
  744. /package/dist/{src → packages/core/src}/application/ports/output/agents/index.js +0 -0
  745. /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.d.ts +0 -0
  746. /package/dist/{src → packages/core/src}/application/ports/output/agents/phase-timing-repository.interface.js +0 -0
  747. /package/dist/{src → packages/core/src}/application/ports/output/index.d.ts +0 -0
  748. /package/dist/{src → packages/core/src}/application/ports/output/index.js +0 -0
  749. /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.d.ts +0 -0
  750. /package/dist/{src → packages/core/src}/application/ports/output/repositories/feature-repository.interface.js +0 -0
  751. /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.d.ts +0 -0
  752. /package/dist/{src → packages/core/src}/application/ports/output/repositories/index.js +0 -0
  753. /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.d.ts +0 -0
  754. /package/dist/{src → packages/core/src}/application/ports/output/repositories/settings.repository.interface.js +0 -0
  755. /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.d.ts +0 -0
  756. /package/dist/{src → packages/core/src}/application/ports/output/services/external-issue-fetcher.interface.js +0 -0
  757. /package/dist/{src → packages/core/src}/application/ports/output/services/index.js +0 -0
  758. /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.d.ts +0 -0
  759. /package/dist/{src → packages/core/src}/application/ports/output/services/spec-initializer.interface.js +0 -0
  760. /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.d.ts +0 -0
  761. /package/dist/{src → packages/core/src}/application/ports/output/services/tool-installer.service.js +0 -0
  762. /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.d.ts +0 -0
  763. /package/dist/{src → packages/core/src}/application/ports/output/services/version-service.interface.js +0 -0
  764. /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.d.ts +0 -0
  765. /package/dist/{src → packages/core/src}/application/ports/output/services/web-server-service.interface.js +0 -0
  766. /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.d.ts +0 -0
  767. /package/dist/{src → packages/core/src}/application/ports/output/services/worktree-service.interface.js +0 -0
  768. /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.d.ts +0 -0
  769. /package/dist/{src → packages/core/src}/application/use-cases/agents/approve-agent-run.use-case.js +0 -0
  770. /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.d.ts +0 -0
  771. /package/dist/{src → packages/core/src}/application/use-cases/agents/configure-agent.use-case.js +0 -0
  772. /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.d.ts +0 -0
  773. /package/dist/{src → packages/core/src}/application/use-cases/agents/delete-agent-run.use-case.js +0 -0
  774. /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.d.ts +0 -0
  775. /package/dist/{src → packages/core/src}/application/use-cases/agents/get-agent-run.use-case.js +0 -0
  776. /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.d.ts +0 -0
  777. /package/dist/{src → packages/core/src}/application/use-cases/agents/list-agent-runs.use-case.js +0 -0
  778. /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.d.ts +0 -0
  779. /package/dist/{src → packages/core/src}/application/use-cases/agents/reject-agent-run.use-case.js +0 -0
  780. /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.d.ts +0 -0
  781. /package/dist/{src → packages/core/src}/application/use-cases/agents/run-agent.use-case.js +0 -0
  782. /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.d.ts +0 -0
  783. /package/dist/{src → packages/core/src}/application/use-cases/agents/show-agent-run.use-case.js +0 -0
  784. /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.d.ts +0 -0
  785. /package/dist/{src → packages/core/src}/application/use-cases/agents/stop-agent-run.use-case.js +0 -0
  786. /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.d.ts +0 -0
  787. /package/dist/{src → packages/core/src}/application/use-cases/agents/validate-agent-auth.use-case.js +0 -0
  788. /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.d.ts +0 -0
  789. /package/dist/{src → packages/core/src}/application/use-cases/features/create/create-feature.use-case.js +0 -0
  790. /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.d.ts +0 -0
  791. /package/dist/{src → packages/core/src}/application/use-cases/features/create/metadata-generator.js +0 -0
  792. /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.d.ts +0 -0
  793. /package/dist/{src → packages/core/src}/application/use-cases/features/create/slug-resolver.js +0 -0
  794. /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.d.ts +0 -0
  795. /package/dist/{src → packages/core/src}/application/use-cases/features/create/types.js +0 -0
  796. /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.d.ts +0 -0
  797. /package/dist/{src → packages/core/src}/application/use-cases/features/delete-feature.use-case.js +0 -0
  798. /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.d.ts +0 -0
  799. /package/dist/{src → packages/core/src}/application/use-cases/features/list-features.use-case.js +0 -0
  800. /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.d.ts +0 -0
  801. /package/dist/{src → packages/core/src}/application/use-cases/features/resume-feature.use-case.js +0 -0
  802. /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.d.ts +0 -0
  803. /package/dist/{src → packages/core/src}/application/use-cases/features/show-feature.use-case.js +0 -0
  804. /package/dist/{src → packages/core/src}/application/use-cases/settings/index.d.ts +0 -0
  805. /package/dist/{src → packages/core/src}/application/use-cases/settings/index.js +0 -0
  806. /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.d.ts +0 -0
  807. /package/dist/{src → packages/core/src}/application/use-cases/settings/initialize-settings.use-case.js +0 -0
  808. /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.d.ts +0 -0
  809. /package/dist/{src → packages/core/src}/application/use-cases/settings/load-settings.use-case.js +0 -0
  810. /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.d.ts +0 -0
  811. /package/dist/{src → packages/core/src}/application/use-cases/settings/update-settings.use-case.js +0 -0
  812. /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.d.ts +0 -0
  813. /package/dist/{src → packages/core/src}/application/use-cases/tools/install-tool.use-case.js +0 -0
  814. /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.d.ts +0 -0
  815. /package/dist/{src → packages/core/src}/application/use-cases/tools/validate-tool-availability.use-case.js +0 -0
  816. /package/dist/{src → packages/core/src}/domain/factories/index.d.ts +0 -0
  817. /package/dist/{src → packages/core/src}/domain/factories/index.js +0 -0
  818. /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.d.ts +0 -0
  819. /package/dist/{src → packages/core/src}/domain/factories/settings-defaults.factory.js +0 -0
  820. /package/dist/{src → packages/core/src}/domain/generated/output.d.ts +0 -0
  821. /package/dist/{src → packages/core/src}/domain/generated/output.js +0 -0
  822. /package/dist/{src → packages/core/src}/domain/value-objects/index.d.ts +0 -0
  823. /package/dist/{src → packages/core/src}/domain/value-objects/index.js +0 -0
  824. /package/dist/{src → packages/core/src}/domain/value-objects/tool-installation-status.js +0 -0
  825. /package/dist/{src → packages/core/src}/domain/value-objects/version-info.d.ts +0 -0
  826. /package/dist/{src → packages/core/src}/domain/value-objects/version-info.js +0 -0
  827. /package/dist/{src → packages/core/src}/infrastructure/di/container.d.ts +0 -0
  828. /package/dist/{src → packages/core/src}/infrastructure/di/container.js +0 -0
  829. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.d.ts +0 -0
  830. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/connection.js +0 -0
  831. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.d.ts +0 -0
  832. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/agent-run.mapper.js +0 -0
  833. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.d.ts +0 -0
  834. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/feature.mapper.js +0 -0
  835. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.d.ts +0 -0
  836. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/mappers/settings.mapper.js +0 -0
  837. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.d.ts +0 -0
  838. /package/dist/{src → packages/core/src}/infrastructure/persistence/sqlite/migrations.js +0 -0
  839. /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.d.ts +0 -0
  840. /package/dist/{src → packages/core/src}/infrastructure/repositories/agent-run.repository.js +0 -0
  841. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.d.ts +0 -0
  842. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-feature.repository.js +0 -0
  843. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.d.ts +0 -0
  844. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-phase-timing.repository.js +0 -0
  845. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.d.ts +0 -0
  846. /package/dist/{src → packages/core/src}/infrastructure/repositories/sqlite-settings.repository.js +0 -0
  847. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.d.ts +0 -0
  848. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/analyze-repository-graph.js +0 -0
  849. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.d.ts +0 -0
  850. /package/dist/{src → packages/core/src}/infrastructure/services/agents/analyze-repo/prompts/analyze-repository.prompt.js +0 -0
  851. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.d.ts +0 -0
  852. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-factory.service.js +0 -0
  853. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.d.ts +0 -0
  854. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-executor-provider.service.js +0 -0
  855. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.d.ts +0 -0
  856. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-registry.service.js +0 -0
  857. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-runner.service.d.ts +0 -0
  858. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.d.ts +0 -0
  859. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/agent-validator.service.js +0 -0
  860. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.d.ts +0 -0
  861. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/checkpointer.js +0 -0
  862. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.d.ts +0 -0
  863. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/claude-code-executor.service.js +0 -0
  864. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.d.ts +0 -0
  865. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/cursor-executor.service.js +0 -0
  866. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.d.ts +0 -0
  867. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor-factory.service.js +0 -0
  868. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.d.ts +0 -0
  869. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/executors/mock-executor.service.js +0 -0
  870. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.d.ts +0 -0
  871. /package/dist/{src → packages/core/src}/infrastructure/services/agents/common/types.js +0 -0
  872. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-graph.js +0 -0
  873. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.d.ts +0 -0
  874. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-process.service.js +0 -0
  875. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/feature-agent-worker.d.ts +0 -0
  876. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.d.ts +0 -0
  877. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/heartbeat.js +0 -0
  878. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.d.ts +0 -0
  879. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/analyze.node.js +0 -0
  880. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.d.ts +0 -0
  881. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/implement.node.js +0 -0
  882. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.d.ts +0 -0
  883. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/node-helpers.js +0 -0
  884. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.d.ts +0 -0
  885. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/plan.node.js +0 -0
  886. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.d.ts +0 -0
  887. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/analyze.prompt.js +0 -0
  888. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.d.ts +0 -0
  889. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/implement.prompt.js +0 -0
  890. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.d.ts +0 -0
  891. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/plan.prompt.js +0 -0
  892. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.d.ts +0 -0
  893. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/requirements.prompt.js +0 -0
  894. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.d.ts +0 -0
  895. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/prompts/research.prompt.js +0 -0
  896. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.d.ts +0 -0
  897. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/repair.node.js +0 -0
  898. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.d.ts +0 -0
  899. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/requirements.node.js +0 -0
  900. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.d.ts +0 -0
  901. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/research.node.js +0 -0
  902. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.d.ts +0 -0
  903. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/plan.schema.js +0 -0
  904. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.d.ts +0 -0
  905. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/research.schema.js +0 -0
  906. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.d.ts +0 -0
  907. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/spec.schema.js +0 -0
  908. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.d.ts +0 -0
  909. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/schemas/validation.js +0 -0
  910. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.d.ts +0 -0
  911. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/nodes/validate.node.js +0 -0
  912. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.d.ts +0 -0
  913. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/phase-timing-context.js +0 -0
  914. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.d.ts +0 -0
  915. /package/dist/{src → packages/core/src}/infrastructure/services/agents/feature-agent/state.js +0 -0
  916. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.d.ts +0 -0
  917. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/event-channel.js +0 -0
  918. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.d.ts +0 -0
  919. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/index.js +0 -0
  920. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.d.ts +0 -0
  921. /package/dist/{src → packages/core/src}/infrastructure/services/agents/streaming/streaming-executor-proxy.js +0 -0
  922. /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.d.ts +0 -0
  923. /package/dist/{src → packages/core/src}/infrastructure/services/external/github-issue.service.js +0 -0
  924. /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.d.ts +0 -0
  925. /package/dist/{src → packages/core/src}/infrastructure/services/external/jira-ticket.service.js +0 -0
  926. /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.d.ts +0 -0
  927. /package/dist/{src → packages/core/src}/infrastructure/services/filesystem/shep-directory.service.js +0 -0
  928. /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.d.ts +0 -0
  929. /package/dist/{src → packages/core/src}/infrastructure/services/git/worktree.service.js +0 -0
  930. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/antigravity.launcher.js +0 -0
  931. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/cursor.launcher.js +0 -0
  932. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.d.ts +0 -0
  933. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.interface.js +0 -0
  934. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.d.ts +0 -0
  935. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/ide-launcher.registry.js +0 -0
  936. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/vscode.launcher.js +0 -0
  937. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/windsurf.launcher.js +0 -0
  938. /package/dist/{src → packages/core/src}/infrastructure/services/ide-launchers/zed.launcher.js +0 -0
  939. /package/dist/{src → packages/core/src}/infrastructure/services/port.service.d.ts +0 -0
  940. /package/dist/{src → packages/core/src}/infrastructure/services/port.service.js +0 -0
  941. /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.d.ts +0 -0
  942. /package/dist/{src → packages/core/src}/infrastructure/services/settings.service.js +0 -0
  943. /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.d.ts +0 -0
  944. /package/dist/{src → packages/core/src}/infrastructure/services/spec/spec-initializer.service.js +0 -0
  945. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.d.ts +0 -0
  946. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-installer.service.js +0 -0
  947. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.d.ts +0 -0
  948. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tool-metadata.js +0 -0
  949. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/antigravity.json +0 -0
  950. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/claude-code.json +0 -0
  951. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/cursor-cli.json +0 -0
  952. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/cursor.json +0 -0
  953. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/vscode.json +0 -0
  954. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/windsurf.json +0 -0
  955. /package/dist/{src → packages/core/src}/infrastructure/services/tool-installer/tools/zed.json +0 -0
  956. /package/dist/{src → packages/core/src}/infrastructure/services/version.service.d.ts +0 -0
  957. /package/web/.next/server/chunks/{ssr/_90bc0c33._.js.map → 744ca_web__next-internal_server_app_api_dialog_pick-folder_route_actions_375ed12f.js.map} +0 -0
  958. /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → 50v5TcK4kMIcF3xxCPBNl}/_buildManifest.js +0 -0
  959. /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → 50v5TcK4kMIcF3xxCPBNl}/_clientMiddlewareManifest.json +0 -0
  960. /package/web/.next/static/{64iQn2RbdM-TFYWmABhXw → 50v5TcK4kMIcF3xxCPBNl}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
- module.exports=[72766,a=>{"use strict";a.s([])}];
1
+ module.exports=[27014,a=>{"use strict";a.s([])}];
2
2
 
3
3
  //# sourceMappingURL=src_presentation_web__next-internal_server_app__not-found_page_actions_a836bb2a.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[15638,a=>{"use strict";a.s(["ControlCenter",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call ControlCenter() from the server but ControlCenter is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/control-center/control-center.tsx <module evaluation>","ControlCenter")},87979,a=>{"use strict";a.s(["ControlCenter",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call ControlCenter() from the server but ControlCenter is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/control-center/control-center.tsx","ControlCenter")},35685,a=>{"use strict";a.i(15638);var b=a.i(87979);a.n(b)},79957,a=>{"use strict";a.s(["useControlCenterState",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call useControlCenterState() from the server but useControlCenterState is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/control-center/use-control-center-state.ts <module evaluation>","useControlCenterState")},81035,a=>{"use strict";a.s(["useControlCenterState",()=>b]);let b=(0,a.i(28478).registerClientReference)(function(){throw Error("Attempted to call useControlCenterState() from the server but useControlCenterState is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"[project]/src/presentation/web/components/features/control-center/use-control-center-state.ts","useControlCenterState")},62858,a=>{"use strict";a.i(79957);var b=a.i(81035);a.n(b)},48886,a=>{"use strict";var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v=a.i(92807),w=a.i(35685);function x(){return globalThis.__shepUseCases}async function y(a){let b=x();if(!b?.listFeatures)return[];try{return await b.listFeatures.execute(a)}catch(a){return console.error("Failed to load features:",a),[]}}async function z(a){let b=x();if(!b?.agentRunRepo)return null;try{return await b.agentRunRepo.findById(a)}catch{return null}}a.i(62858);var A=(a,b)=>()=>(b||a((b={exports:{}}).exports,b),b.exports),B=A((a,b)=>{var c=Object.defineProperty,d=(a,b)=>()=>(b||a((b={exports:{}}).exports,b),b.exports),e=(a,b,d)=>{let e;return(e="symbol"!=typeof b?b+"":b)in a?c(a,e,{enumerable:!0,configurable:!0,writable:!0,value:d}):a[e]=d},f=d((a,b)=>{function c(a,b){a[b]?a[b]++:a[b]=1}function d(a,b){--a[b]||delete a[b]}function f(a,b,c,d){var e=""+b,f=""+c;if(!a&&e>f){var g=e;e=f,f=g}return e+"\x01"+f+"\x01"+(void 0===d?"\0":d)}function g(a,b){return f(a,b.v,b.w,b.name)}b.exports=class{constructor(a){e(this,"_isDirected",!0),e(this,"_isMultigraph",!1),e(this,"_isCompound",!1),e(this,"_label"),e(this,"_defaultNodeLabelFn",()=>{}),e(this,"_defaultEdgeLabelFn",()=>{}),e(this,"_nodes",{}),e(this,"_in",{}),e(this,"_preds",{}),e(this,"_out",{}),e(this,"_sucs",{}),e(this,"_edgeObjs",{}),e(this,"_edgeLabels",{}),e(this,"_nodeCount",0),e(this,"_edgeCount",0),e(this,"_parent"),e(this,"_children"),a&&(this._isDirected=!Object.hasOwn(a,"directed")||a.directed,this._isMultigraph=!!Object.hasOwn(a,"multigraph")&&a.multigraph,this._isCompound=!!Object.hasOwn(a,"compound")&&a.compound),this._isCompound&&(this._parent={},this._children={},this._children["\0"]={})}isDirected(){return this._isDirected}isMultigraph(){return this._isMultigraph}isCompound(){return this._isCompound}setGraph(a){return this._label=a,this}graph(){return this._label}setDefaultNodeLabel(a){return this._defaultNodeLabelFn=a,"function"!=typeof a&&(this._defaultNodeLabelFn=()=>a),this}nodeCount(){return this._nodeCount}nodes(){return Object.keys(this._nodes)}sources(){var a=this;return this.nodes().filter(b=>0===Object.keys(a._in[b]).length)}sinks(){var a=this;return this.nodes().filter(b=>0===Object.keys(a._out[b]).length)}setNodes(a,b){var c=arguments,d=this;return a.forEach(function(a){c.length>1?d.setNode(a,b):d.setNode(a)}),this}setNode(a,b){return Object.hasOwn(this._nodes,a)?arguments.length>1&&(this._nodes[a]=b):(this._nodes[a]=arguments.length>1?b:this._defaultNodeLabelFn(a),this._isCompound&&(this._parent[a]="\0",this._children[a]={},this._children["\0"][a]=!0),this._in[a]={},this._preds[a]={},this._out[a]={},this._sucs[a]={},++this._nodeCount),this}node(a){return this._nodes[a]}hasNode(a){return Object.hasOwn(this._nodes,a)}removeNode(a){var b=this;if(Object.hasOwn(this._nodes,a)){var c=a=>b.removeEdge(b._edgeObjs[a]);delete this._nodes[a],this._isCompound&&(this._removeFromParentsChildList(a),delete this._parent[a],this.children(a).forEach(function(a){b.setParent(a)}),delete this._children[a]),Object.keys(this._in[a]).forEach(c),delete this._in[a],delete this._preds[a],Object.keys(this._out[a]).forEach(c),delete this._out[a],delete this._sucs[a],--this._nodeCount}return this}setParent(a,b){if(!this._isCompound)throw Error("Cannot set parent in a non-compound graph");if(void 0===b)b="\0";else{b+="";for(var c=b;void 0!==c;c=this.parent(c))if(c===a)throw Error("Setting "+b+" as parent of "+a+" would create a cycle");this.setNode(b)}return this.setNode(a),this._removeFromParentsChildList(a),this._parent[a]=b,this._children[b][a]=!0,this}_removeFromParentsChildList(a){delete this._children[this._parent[a]][a]}parent(a){if(this._isCompound){var b=this._parent[a];if("\0"!==b)return b}}children(a="\0"){if(this._isCompound){var b=this._children[a];if(b)return Object.keys(b)}else{if("\0"===a)return this.nodes();if(this.hasNode(a))return[]}}predecessors(a){var b=this._preds[a];if(b)return Object.keys(b)}successors(a){var b=this._sucs[a];if(b)return Object.keys(b)}neighbors(a){var b=this.predecessors(a);if(b){let d=new Set(b);for(var c of this.successors(a))d.add(c);return Array.from(d.values())}}isLeaf(a){return 0===(this.isDirected()?this.successors(a):this.neighbors(a)).length}filterNodes(a){var b=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});b.setGraph(this.graph());var c=this;Object.entries(this._nodes).forEach(function([c,d]){a(c)&&b.setNode(c,d)}),Object.values(this._edgeObjs).forEach(function(a){b.hasNode(a.v)&&b.hasNode(a.w)&&b.setEdge(a,c.edge(a))});var d={};return this._isCompound&&b.nodes().forEach(a=>b.setParent(a,function a(e){var f=c.parent(e);return void 0===f||b.hasNode(f)?(d[e]=f,f):f in d?d[f]:a(f)}(a))),b}setDefaultEdgeLabel(a){return this._defaultEdgeLabelFn=a,"function"!=typeof a&&(this._defaultEdgeLabelFn=()=>a),this}edgeCount(){return this._edgeCount}edges(){return Object.values(this._edgeObjs)}setPath(a,b){var c=this,d=arguments;return a.reduce(function(a,e){return d.length>1?c.setEdge(a,e,b):c.setEdge(a,e),e}),this}setEdge(){var a,b,d,e,g=!1,h=arguments[0];"object"==typeof h&&null!==h&&"v"in h?(a=h.v,b=h.w,d=h.name,2==arguments.length&&(e=arguments[1],g=!0)):(a=h,b=arguments[1],d=arguments[3],arguments.length>2&&(e=arguments[2],g=!0)),a=""+a,b=""+b,void 0!==d&&(d=""+d);var i=f(this._isDirected,a,b,d);if(Object.hasOwn(this._edgeLabels,i))return g&&(this._edgeLabels[i]=e),this;if(void 0!==d&&!this._isMultigraph)throw Error("Cannot set a named edge when isMultigraph = false");this.setNode(a),this.setNode(b),this._edgeLabels[i]=g?e:this._defaultEdgeLabelFn(a,b,d);var j=function(a,b,c,d){var e=""+b,f=""+c;if(!a&&e>f){var g=e;e=f,f=g}var h={v:e,w:f};return d&&(h.name=d),h}(this._isDirected,a,b,d);return a=j.v,b=j.w,Object.freeze(j),this._edgeObjs[i]=j,c(this._preds[b],a),c(this._sucs[a],b),this._in[b][i]=j,this._out[a][i]=j,this._edgeCount++,this}edge(a,b,c){var d=1==arguments.length?g(this._isDirected,arguments[0]):f(this._isDirected,a,b,c);return this._edgeLabels[d]}edgeAsObj(){let a=this.edge(...arguments);return"object"!=typeof a?{label:a}:a}hasEdge(a,b,c){var d=1==arguments.length?g(this._isDirected,arguments[0]):f(this._isDirected,a,b,c);return Object.hasOwn(this._edgeLabels,d)}removeEdge(a,b,c){var e=1==arguments.length?g(this._isDirected,arguments[0]):f(this._isDirected,a,b,c),h=this._edgeObjs[e];return h&&(a=h.v,b=h.w,delete this._edgeLabels[e],delete this._edgeObjs[e],d(this._preds[b],a),d(this._sucs[a],b),delete this._in[b][e],delete this._out[a][e],this._edgeCount--),this}inEdges(a,b){return this.isDirected()?this.filterEdges(this._in[a],a,b):this.nodeEdges(a,b)}outEdges(a,b){return this.isDirected()?this.filterEdges(this._out[a],a,b):this.nodeEdges(a,b)}nodeEdges(a,b){if(a in this._nodes)return this.filterEdges({...this._in[a],...this._out[a]},a,b)}filterEdges(a,b,c){if(a){var d=Object.values(a);return c?d.filter(function(a){return a.v===b&&a.w===c||a.v===c&&a.w===b}):d}}}}),g=d((a,b)=>{b.exports="3.0.2"}),h=d((a,b)=>{b.exports={Graph:f(),version:g()}}),i=d((a,b)=>{var c=f();b.exports={write:function(a){var b,c,d={options:{directed:a.isDirected(),multigraph:a.isMultigraph(),compound:a.isCompound()},nodes:(b=a).nodes().map(function(a){var c=b.node(a),d=b.parent(a),e={v:a};return void 0!==c&&(e.value=c),void 0!==d&&(e.parent=d),e}),edges:(c=a).edges().map(function(a){var b=c.edge(a),d={v:a.v,w:a.w};return void 0!==a.name&&(d.name=a.name),void 0!==b&&(d.value=b),d})};return void 0!==a.graph()&&(d.value=structuredClone(a.graph())),d},read:function(a){var b=new c(a.options).setGraph(a.value);return a.nodes.forEach(function(a){b.setNode(a.v,a.value),a.parent&&b.setParent(a.v,a.parent)}),a.edges.forEach(function(a){b.setEdge({v:a.v,w:a.w,name:a.name},a.value)}),b}}}),j=d((a,b)=>{b.exports=function(a,b,d,e){return function(a,b,c,d){var e={},f=!0,g=0,h=a.nodes(),i=function(a){var b=c(a);e[a.v].distance+b<e[a.w].distance&&(e[a.w]={distance:e[a.v].distance+b,predecessor:a.v},f=!0)},j=function(){h.forEach(function(a){d(a).forEach(function(b){var c=b.v===a?b.v:b.w,d=c===b.v?b.w:b.v;i({v:c,w:d})})})};h.forEach(function(a){e[a]={distance:a===b?0:1/0}});for(var k=h.length,l=1;l<k&&(f=!1,g++,j(),f);l++);if(g===k-1&&(f=!1,j(),f))throw Error("The graph contains a negative weight cycle");return e}(a,String(b),d||c,e||function(b){return a.outEdges(b)})};var c=()=>1}),k=d((a,b)=>{b.exports=function(a){var b,c={},d=[];return a.nodes().forEach(function(e){b=[],function d(e){Object.hasOwn(c,e)||(c[e]=!0,b.push(e),a.successors(e).forEach(d),a.predecessors(e).forEach(d))}(e),b.length&&d.push(b)}),d}}),l=d((a,b)=>{b.exports=class{constructor(){e(this,"_arr",[]),e(this,"_keyIndices",{})}size(){return this._arr.length}keys(){return this._arr.map(function(a){return a.key})}has(a){return Object.hasOwn(this._keyIndices,a)}priority(a){var b=this._keyIndices[a];if(void 0!==b)return this._arr[b].priority}min(){if(0===this.size())throw Error("Queue underflow");return this._arr[0].key}add(a,b){var c=this._keyIndices;if(!Object.hasOwn(c,a=String(a))){var d=this._arr,e=d.length;return c[a]=e,d.push({key:a,priority:b}),this._decrease(e),!0}return!1}removeMin(){this._swap(0,this._arr.length-1);var a=this._arr.pop();return delete this._keyIndices[a.key],this._heapify(0),a.key}decrease(a,b){var c=this._keyIndices[a];if(b>this._arr[c].priority)throw Error("New priority is greater than current priority. Key: "+a+" Old: "+this._arr[c].priority+" New: "+b);this._arr[c].priority=b,this._decrease(c)}_heapify(a){var b=this._arr,c=2*a,d=c+1,e=a;c<b.length&&(e=b[c].priority<b[e].priority?c:e,d<b.length&&(e=b[d].priority<b[e].priority?d:e),e!==a&&(this._swap(a,e),this._heapify(e)))}_decrease(a){for(var b,c=this._arr,d=c[a].priority;0!==a&&!(c[b=a>>1].priority<d);)this._swap(a,b),a=b}_swap(a,b){var c=this._arr,d=this._keyIndices,e=c[a],f=c[b];c[a]=f,c[b]=e,d[f.key]=a,d[e.key]=b}}}),m=d((a,b)=>{var c=l();b.exports=function(a,b,e,f){return function(a,b,d,e){var f,g,h={},i=new c,j=function(a){var b=a.v!==f?a.v:a.w,c=h[b],e=d(a),j=g.distance+e;if(e<0)throw Error("dijkstra does not allow negative edge weights. Bad edge: "+a+" Weight: "+e);j<c.distance&&(c.distance=j,c.predecessor=f,i.decrease(b,j))};for(a.nodes().forEach(function(a){var c=a===b?0:1/0;h[a]={distance:c},i.add(a,c)});i.size()>0&&(g=h[f=i.removeMin()]).distance!==1/0;)e(f).forEach(j);return h}(a,String(b),e||d,f||function(b){return a.outEdges(b)})};var d=()=>1}),n=d((a,b)=>{var c=m();b.exports=function(a,b,d){return a.nodes().reduce(function(e,f){return e[f]=c(a,f,b,d),e},{})}}),o=d((a,b)=>{b.exports=function(a,b,c){if(void 0!==a[b].predecessor)throw Error("Invalid source vertex");if(void 0===a[c].predecessor&&c!==b)throw Error("Invalid destination vertex");return{weight:a[c].distance,path:function(a,b,c){for(var d=[],e=c;e!==b;)d.push(e),e=a[e].predecessor;return d.push(b),d.reverse()}(a,b,c)}}}),p=d((a,b)=>{b.exports=function(a){var b=0,c=[],d={},e=[];return a.nodes().forEach(function(f){Object.hasOwn(d,f)||function f(g){var h=d[g]={onStack:!0,lowlink:b,index:b++};if(c.push(g),a.successors(g).forEach(function(a){Object.hasOwn(d,a)?d[a].onStack&&(h.lowlink=Math.min(h.lowlink,d[a].index)):(f(a),h.lowlink=Math.min(h.lowlink,d[a].lowlink))}),h.lowlink===h.index){var i,j=[];do d[i=c.pop()].onStack=!1,j.push(i);while(g!==i)e.push(j)}}(f)}),e}}),q=d((a,b)=>{var c=p();b.exports=function(a){return c(a).filter(function(b){return b.length>1||1===b.length&&a.hasEdge(b[0],b[0])})}}),r=d((a,b)=>{b.exports=function(a,b,d){var e,f,g,h,i;return e=a,f=b||c,g=d||function(b){return a.outEdges(b)},h={},(i=e.nodes()).forEach(function(a){h[a]={},h[a][a]={distance:0},i.forEach(function(b){a!==b&&(h[a][b]={distance:1/0})}),g(a).forEach(function(b){var c=b.v===a?b.w:b.v,d=f(b);h[a][c]={distance:d,predecessor:a}})}),i.forEach(function(a){var b=h[a];i.forEach(function(c){var d=h[c];i.forEach(function(c){var e=d[a],f=b[c],g=d[c],h=e.distance+f.distance;h<g.distance&&(g.distance=h,g.predecessor=f.predecessor)})})}),h};var c=()=>1}),s=d((a,b)=>{function c(a){var b={},c={},e=[];if(a.sinks().forEach(function f(g){if(Object.hasOwn(c,g))throw new d;Object.hasOwn(b,g)||(c[g]=!0,b[g]=!0,a.predecessors(g).forEach(f),delete c[g],e.push(g))}),Object.keys(b).length!==a.nodeCount())throw new d;return e}var d=class extends Error{constructor(){super(...arguments)}};b.exports=c,c.CycleException=d}),t=d((a,b)=>{var c=s();b.exports=function(a){try{c(a)}catch(a){if(a instanceof c.CycleException)return!1;throw a}return!0}}),u=d((a,b)=>{b.exports=function(a,b,c,d,e){Array.isArray(b)||(b=[b]);var f=(a.isDirected()?a.successors:a.neighbors).bind(a),g={};return b.forEach(function(b){if(!a.hasNode(b))throw Error("Graph does not have node: "+b);e=function a(b,c,d,e,f,g,h){return Object.hasOwn(e,c)||(e[c]=!0,d||(h=g(h,c)),f(c).forEach(function(c){h=a(b,c,d,e,f,g,h)}),d&&(h=g(h,c))),h}(a,b,"post"===c,g,f,d,e)}),e}}),v=d((a,b)=>{var c=u();b.exports=function(a,b,d){return c(a,b,d,function(a,b){return a.push(b),a},[])}}),w=d((a,b)=>{var c=v();b.exports=function(a,b){return c(a,b,"post")}}),x=d((a,b)=>{var c=v();b.exports=function(a,b){return c(a,b,"pre")}}),y=d((a,b)=>{var c=f(),d=l();b.exports=function(a,b){var e,f=new c,g={},h=new d;function i(a){var c=a.v===e?a.w:a.v,d=h.priority(c);if(void 0!==d){var f=b(a);f<d&&(g[c]=e,h.decrease(c,f))}}if(0===a.nodeCount())return f;a.nodes().forEach(function(a){h.add(a,1/0),f.setNode(a)}),h.decrease(a.nodes()[0],0);for(var j=!1;h.size()>0;){if(Object.hasOwn(g,e=h.removeMin()))f.setEdge(e,g[e]);else{if(j)throw Error("Input graph is not connected: "+a);j=!0}a.nodeEdges(e).forEach(i)}return f}}),z=d((a,b)=>{var c=m(),d=j();b.exports=function(a,b,e,f){return function(a,b,e,f){if(void 0===e)return c(a,b,e,f);for(var g=!1,h=a.nodes(),i=0;i<h.length;i++){for(var j=f(h[i]),k=0;k<j.length;k++){var l=j[k],m=l.v===h[i]?l.v:l.w,n=m===l.v?l.w:l.v;0>e({v:m,w:n})&&(g=!0)}if(g)return d(a,b,e,f)}return c(a,b,e,f)}(a,b,e,f||function(b){return a.outEdges(b)})}}),A=d((a,b)=>{b.exports={bellmanFord:j(),components:k(),dijkstra:m(),dijkstraAll:n(),extractPath:o(),findCycles:q(),floydWarshall:r(),isAcyclic:t(),postorder:w(),preorder:x(),prim:y(),shortestPaths:z(),reduce:u(),tarjan:p(),topsort:s()}}),B=h();b.exports={Graph:B.Graph,json:i(),alg:A(),version:B.version}}),C=A((a,b)=>{function c(a){a._prev._next=a._next,a._next._prev=a._prev,delete a._next,delete a._prev}function d(a,b){if("_next"!==a&&"_prev"!==a)return b}b.exports=class{constructor(){let a={};a._next=a._prev=a,this._sentinel=a}dequeue(){let a=this._sentinel,b=a._prev;if(b!==a)return c(b),b}enqueue(a){let b=this._sentinel;a._prev&&a._next&&c(a),a._next=b._next,b._next._prev=a,b._next=a,a._prev=b}toString(){let a=[],b=this._sentinel,c=b._prev;for(;c!==b;)a.push(JSON.stringify(c,d)),c=c._prev;return"["+a.join(", ")+"]"}}}),D=A((a,b)=>{var c=B().Graph,d=C();b.exports=function(a,b){var h,i;let j,k,l,m,n;if(1>=a.nodeCount())return[];let o=(h=a,i=b||e,j=new c,k=0,l=0,h.nodes().forEach(a=>{j.setNode(a,{v:a,in:0,out:0})}),h.edges().forEach(a=>{let b=j.edge(a.v,a.w)||0,c=i(a);j.setEdge(a.v,a.w,b+c),l=Math.max(l,j.node(a.v).out+=c),k=Math.max(k,j.node(a.w).in+=c)}),m=(function(a){let b=[];for(let c=0;c<a;c++)b.push(c);return b})(l+k+3).map(()=>new d),n=k+1,j.nodes().forEach(a=>{g(m,n,j.node(a))}),{graph:j,buckets:m,zeroIdx:n});return(function(a,b,c){let d=[],e=b[b.length-1],g=b[0],h;for(;a.nodeCount();){for(;h=g.dequeue();)f(a,b,c,h);for(;h=e.dequeue();)f(a,b,c,h);if(a.nodeCount()){for(let e=b.length-2;e>0;--e)if(h=b[e].dequeue()){d=d.concat(f(a,b,c,h,!0));break}}}return d})(o.graph,o.buckets,o.zeroIdx).flatMap(b=>a.outEdges(b.v,b.w))};var e=()=>1;function f(a,b,c,d,e){let f=e?[]:void 0;return a.inEdges(d.v).forEach(d=>{let h=a.edge(d),i=a.node(d.v);e&&f.push({v:d.v,w:d.w}),i.out-=h,g(b,c,i)}),a.outEdges(d.v).forEach(d=>{let e=a.edge(d),f=d.w,h=a.node(f);h.in-=e,g(b,c,h)}),a.removeNode(d.v),f}function g(a,b,c){c.out?c.in?a[c.out-c.in+b].enqueue(c):a[a.length-1].enqueue(c):a[0].enqueue(c)}}),E=A((a,b)=>{var c=B().Graph;function d(a,b,c,d){for(var e=d;a.hasNode(e);)e=h(d);return c.dummy=b,a.setNode(e,c),e}b.exports={addBorderNode:function(a,b,c,e){let f={width:0,height:0};return arguments.length>=4&&(f.rank=c,f.order=e),d(a,"border",f,b)},addDummyNode:d,applyWithChunking:e,asNonCompoundGraph:function(a){let b=new c({multigraph:a.isMultigraph()}).setGraph(a.graph());return a.nodes().forEach(c=>{a.children(c).length||b.setNode(c,a.node(c))}),a.edges().forEach(c=>{b.setEdge(c,a.edge(c))}),b},buildLayerMatrix:function(a){let b=i(f(a)+1).map(()=>[]);return a.nodes().forEach(c=>{let d=a.node(c),e=d.rank;void 0!==e&&(b[e][d.order]=c)}),b},intersectRect:function(a,b){let c,d,e=a.x,f=a.y,g=b.x-e,h=b.y-f,i=a.width/2,j=a.height/2;if(!g&&!h)throw Error("Not possible to find intersection inside of the rectangle");return Math.abs(h)*i>Math.abs(g)*j?(h<0&&(j=-j),c=j*g/h,d=j):(g<0&&(i=-i),c=i,d=i*h/g),{x:e+c,y:f+d}},mapValues:function(a,b){let c=b;return"string"==typeof b&&(c=a=>a[b]),Object.entries(a).reduce((a,[b,d])=>(a[b]=c(d,b),a),{})},maxRank:f,normalizeRanks:function(a){let b=e(Math.min,a.nodes().map(b=>{let c=a.node(b).rank;return void 0===c?Number.MAX_VALUE:c}));a.nodes().forEach(c=>{let d=a.node(c);Object.hasOwn(d,"rank")&&(d.rank-=b)})},notime:function(a,b){return b()},partition:function(a,b){let c={lhs:[],rhs:[]};return a.forEach(a=>{b(a)?c.lhs.push(a):c.rhs.push(a)}),c},pick:function(a,b){let c={};for(let d of b)void 0!==a[d]&&(c[d]=a[d]);return c},predecessorWeights:function(a){let b=a.nodes().map(b=>{let c={};return a.inEdges(b).forEach(b=>{c[b.v]=(c[b.v]||0)+a.edge(b).weight}),c});return j(a.nodes(),b)},range:i,removeEmptyRanks:function(a){let b=e(Math.min,a.nodes().map(b=>a.node(b).rank).filter(a=>void 0!==a)),c=[];a.nodes().forEach(d=>{let e=a.node(d).rank-b;c[e]||(c[e]=[]),c[e].push(d)});let d=0,f=a.graph().nodeRankFactor;Array.from(c).forEach((b,c)=>{void 0===b&&c%f!=0?--d:void 0!==b&&d&&b.forEach(b=>a.node(b).rank+=d)})},simplify:function(a){let b=new c().setGraph(a.graph());return a.nodes().forEach(c=>b.setNode(c,a.node(c))),a.edges().forEach(c=>{let d=b.edge(c.v,c.w)||{weight:0,minlen:1},e=a.edge(c);b.setEdge(c.v,c.w,{weight:d.weight+e.weight,minlen:Math.max(d.minlen,e.minlen)})}),b},successorWeights:function(a){let b=a.nodes().map(b=>{let c={};return a.outEdges(b).forEach(b=>{c[b.w]=(c[b.w]||0)+a.edge(b).weight}),c});return j(a.nodes(),b)},time:function(a,b){let c=Date.now();try{return b()}finally{console.log(a+" time: "+(Date.now()-c)+"ms")}},uniqueId:h,zipObject:j};function e(a,b){if(!(b.length>65535))return a.apply(null,b);{let c=function(a,b=65535){let c=[];for(let d=0;d<a.length;d+=b){let e=a.slice(d,d+b);c.push(e)}return c}(b);return a.apply(null,c.map(b=>a.apply(null,b)))}}function f(a){return e(Math.max,a.nodes().map(b=>{let c=a.node(b).rank;return void 0===c?5e-324:c}))}var g=0;function h(a){return a+""+ ++g}function i(a,b,c=1){null==b&&(b=a,a=0);let d=a=>a<b;c<0&&(d=a=>b<a);let e=[];for(let b=a;d(b);b+=c)e.push(b);return e}function j(a,b){return a.reduce((a,c,d)=>(a[c]=b[d],a),{})}}),F=A((a,b)=>{var c=D(),d=E().uniqueId;b.exports={run:function(a){var b,e;let f,g,h;("greedy"===a.graph().acyclicer?c(a,(b=a,a=>b.edge(a).weight)):(f=[],g={},h={},(e=a).nodes().forEach(function a(b){Object.hasOwn(h,b)||(h[b]=!0,g[b]=!0,e.outEdges(b).forEach(b=>{Object.hasOwn(g,b.w)?f.push(b):a(b.w)}),delete g[b])}),f)).forEach(b=>{let c=a.edge(b);a.removeEdge(b),c.forwardName=b.name,c.reversed=!0,a.setEdge(b.w,b.v,c,d("rev"))})},undo:function(a){a.edges().forEach(b=>{let c=a.edge(b);if(c.reversed){a.removeEdge(b);let d=c.forwardName;delete c.reversed,delete c.forwardName,a.setEdge(b.w,b.v,c,d)}})}}}),G=A((a,b)=>{var c=E();b.exports={run:function(a){a.graph().dummyChains=[],a.edges().forEach(b=>(function(a,b){let d,e,f,g=b.v,h=a.node(g).rank,i=b.w,j=a.node(i).rank,k=b.name,l=a.edge(b),m=l.labelRank;if(j!==h+1){for(a.removeEdge(b),f=0,++h;h<j;++f,++h)l.points=[],e={width:0,height:0,edgeLabel:l,edgeObj:b,rank:h},d=c.addDummyNode(a,"edge",e,"_d"),h===m&&(e.width=l.width,e.height=l.height,e.dummy="edge-label",e.labelpos=l.labelpos),a.setEdge(g,d,{weight:l.weight},k),0===f&&a.graph().dummyChains.push(d),g=d;a.setEdge(g,i,{weight:l.weight},k)}})(a,b))},undo:function(a){a.graph().dummyChains.forEach(b=>{let c=a.node(b),d=c.edgeLabel,e;for(a.setEdge(c.edgeObj,d);c.dummy;)e=a.successors(b)[0],a.removeNode(b),d.points.push({x:c.x,y:c.y}),"edge-label"===c.dummy&&(d.x=c.x,d.y=c.y,d.width=c.width,d.height=c.height),b=e,c=a.node(b)})}}}),H=A((a,b)=>{var{applyWithChunking:c}=E();b.exports={longestPath:function(a){var b={};a.sources().forEach(function d(e){var f=a.node(e);if(Object.hasOwn(b,e))return f.rank;b[e]=!0;var g=c(Math.min,a.outEdges(e).map(b=>null==b?1/0:d(b.w)-a.edge(b).minlen));return g===1/0&&(g=0),f.rank=g})},slack:function(a,b){return a.node(b.w).rank-a.node(b.v).rank-a.edge(b).minlen}}}),I=A((a,b)=>{var c=B().Graph,d=H().slack;b.exports=function(a){var b,e,f,g,h=new c({directed:!1}),i=a.nodes()[0],j=a.nodeCount();for(h.setNode(i,{});b=h,e=a,b.nodes().forEach(function a(c){e.nodeEdges(c).forEach(f=>{var g=f.v,h=c===g?f.w:g;b.hasNode(h)||d(e,f)||(b.setNode(h,{}),b.setEdge(c,h,{}),a(h))})}),b.nodeCount()<j;)f=function(a,b){return b.edges().reduce((c,e)=>{let f=1/0;return a.hasNode(e.v)!==a.hasNode(e.w)&&(f=d(b,e)),f<c[0]?[f,e]:c},[1/0,null])[1]}(h,a),g=h.hasNode(f.v)?d(a,f):-d(a,f),function(a,b,c){a.nodes().forEach(a=>b.node(a).rank+=c)}(h,a,g);return h}}),J=A((a,b)=>{var c=I(),d=H().slack,e=H().longestPath,f=B().alg.preorder,g=B().alg.postorder,h=E().simplify;function i(a){e(a=h(a));var b,d,f=c(a);for(l(f),j(f,a);b=m(f);)d=n(f,a,b),o(f,a,b,d)}function j(a,b){var c=g(a,a.nodes());(c=c.slice(0,c.length-1)).forEach(c=>{var d,e,f,g;return d=a,e=b,f=c,g=d.node(f).parent,void(d.edge(f,g).cutvalue=k(d,e,f))})}function k(a,b,c){var d=a.node(c).parent,e=!0,f=b.edge(c,d),g=0;return f||(e=!1,f=b.edge(d,c)),g=f.weight,b.nodeEdges(c).forEach(f=>{var h=f.v===c,i=h?f.w:f.v;if(i!==d){var j,k,l,m=h===e,n=b.edge(f).weight;if(g+=m?n:-n,j=a,k=c,l=i,j.hasEdge(k,l)){var o=a.edge(c,i).cutvalue;g+=m?-o:o}}}),g}function l(a,b){arguments.length<2&&(b=a.nodes()[0]),function a(b,c,d,e,f){var g=d,h=b.node(e);return c[e]=!0,b.neighbors(e).forEach(f=>{Object.hasOwn(c,f)||(d=a(b,c,d,f,e))}),h.low=g,h.lim=d++,f?h.parent=f:delete h.parent,d}(a,{},1,b)}function m(a){return a.edges().find(b=>a.edge(b).cutvalue<0)}function n(a,b,c){var e=c.v,f=c.w;b.hasEdge(e,f)||(e=c.w,f=c.v);var g=a.node(e),h=a.node(f),i=g,j=!1;return g.lim>h.lim&&(i=h,j=!0),b.edges().filter(b=>j===p(a,a.node(b.v),i)&&j!==p(a,a.node(b.w),i)).reduce((a,c)=>d(b,c)<d(b,a)?c:a)}function o(a,b,c,d){var e,g,h,i,k=c.v,m=c.w;a.removeEdge(k,m),a.setEdge(d.v,d.w,{}),l(a),j(a,b),e=a,g=b,h=e.nodes().find(a=>!g.node(a).parent),(i=(i=f(e,h)).slice(1)).forEach(a=>{var b=e.node(a).parent,c=g.edge(a,b),d=!1;c||(c=g.edge(b,a),d=!0),g.node(a).rank=g.node(b).rank+(d?c.minlen:-c.minlen)})}function p(a,b,c){return c.low<=b.lim&&b.lim<=c.lim}b.exports=i,i.initLowLimValues=l,i.initCutValues=j,i.calcCutValue=k,i.leaveEdge=m,i.enterEdge=n,i.exchangeEdges=o}),K=A((a,b)=>{var c=H().longestPath,d=I(),e=J();b.exports=function(a){var b,g=a.graph().ranker;if(g instanceof Function)return g(a);switch(a.graph().ranker){case"network-simplex":default:e(a);break;case"tight-tree":c(b=a),d(b);break;case"longest-path":f(a);case"none":}};var f=c}),L=A((a,b)=>{b.exports=function(a){var b;let c,d,e=(c={},d=0,(b=a).children().forEach(function a(e){let f=d;b.children(e).forEach(a),c[e]={low:f,lim:d++}}),c);a.graph().dummyChains.forEach(b=>{let c=a.node(b),d=c.edgeObj,f=function(a,b,c,d){let e=[],f=[],g=Math.min(b[c].low,b[d].low),h=Math.max(b[c].lim,b[d].lim),i,j;i=c;do e.push(i=a.parent(i));while(i&&(b[i].low>g||h>b[i].lim))for(j=i,i=d;(i=a.parent(i))!==j;)f.push(i);return{path:e.concat(f.reverse()),lca:j}}(a,e,d.v,d.w),g=f.path,h=f.lca,i=0,j=g[0],k=!0;for(;b!==d.w;){if(c=a.node(b),k){for(;(j=g[i])!==h&&a.node(j).maxRank<c.rank;)i++;j===h&&(k=!1)}if(!k){for(;i<g.length-1&&a.node(j=g[i+1]).minRank<=c.rank;)i++;j=g[i]}a.setParent(b,j),b=a.successors(b)[0]}})}}),M=A((a,b)=>{var c=E();b.exports={run:function(a){var b,d,e;let f=c.addDummyNode(a,"root",{},"_root"),g=(d={},(b=a).children().forEach(a=>(function a(c,e){var f=b.children(c);f&&f.length&&f.forEach(b=>a(b,e+1)),d[c]=e})(a,1)),d),h=Object.values(g),i=c.applyWithChunking(Math.max,h)-1,j=2*i+1;a.graph().nestingRoot=f,a.edges().forEach(b=>a.edge(b).minlen*=j);let k=(e=a).edges().reduce((a,b)=>a+e.edge(b).weight,0)+1;a.children().forEach(b=>(function a(b,d,e,f,g,h,i){let j=b.children(i);if(!j.length){i!==d&&b.setEdge(d,i,{weight:0,minlen:e});return}let k=c.addBorderNode(b,"_bt"),l=c.addBorderNode(b,"_bb"),m=b.node(i);b.setParent(k,i),m.borderTop=k,b.setParent(l,i),m.borderBottom=l,j.forEach(c=>{a(b,d,e,f,g,h,c);let j=b.node(c),m=j.borderTop?j.borderTop:c,n=j.borderBottom?j.borderBottom:c,o=j.borderTop?f:2*f,p=m!==n?1:g-h[i]+1;b.setEdge(k,m,{weight:o,minlen:p,nestingEdge:!0}),b.setEdge(n,l,{weight:o,minlen:p,nestingEdge:!0})}),b.parent(i)||b.setEdge(d,k,{weight:0,minlen:g+h[i]})})(a,f,j,k,i,g,b)),a.graph().nodeRankFactor=j},cleanup:function(a){var b=a.graph();a.removeNode(b.nestingRoot),delete b.nestingRoot,a.edges().forEach(b=>{a.edge(b).nestingEdge&&a.removeEdge(b)})}}}),N=A((a,b)=>{var c=E();function d(a,b,d,e,f,g){let h=f[b][g-1],i=c.addDummyNode(a,"border",{width:0,height:0,rank:g,borderType:b},d);f[b][g]=i,a.setParent(i,e),h&&a.setEdge(h,i,{weight:1})}b.exports=function(a){a.children().forEach(function b(c){let e=a.children(c),f=a.node(c);if(e.length&&e.forEach(b),Object.hasOwn(f,"minRank")){f.borderLeft=[],f.borderRight=[];for(let b=f.minRank,e=f.maxRank+1;b<e;++b)d(a,"borderLeft","_bl",c,f,b),d(a,"borderRight","_br",c,f,b)}})}}),O=A((a,b)=>{function c(a){a.nodes().forEach(b=>d(a.node(b))),a.edges().forEach(b=>d(a.edge(b)))}function d(a){let b=a.width;a.width=a.height,a.height=b}function e(a){a.y=-a.y}function f(a){let b=a.x;a.x=a.y,a.y=b}b.exports={adjust:function(a){let b=a.graph().rankdir.toLowerCase();("lr"===b||"rl"===b)&&c(a)},undo:function(a){var b,d;let g=a.graph().rankdir.toLowerCase();("bt"===g||"rl"===g)&&((b=a).nodes().forEach(a=>e(b.node(a))),b.edges().forEach(a=>{let c=b.edge(a);c.points.forEach(e),Object.hasOwn(c,"y")&&e(c)})),("lr"===g||"rl"===g)&&((d=a).nodes().forEach(a=>f(d.node(a))),d.edges().forEach(a=>{let b=d.edge(a);b.points.forEach(f),Object.hasOwn(b,"x")&&f(b)}),c(a))}}}),P=A((a,b)=>{var c=E();b.exports=function(a){let b={},d=a.nodes().filter(b=>!a.children(b).length),e=d.map(b=>a.node(b).rank),f=c.applyWithChunking(Math.max,e),g=c.range(f+1).map(()=>[]);return d.sort((b,c)=>a.node(b).rank-a.node(c).rank).forEach(function c(d){b[d]||(b[d]=!0,g[a.node(d).rank].push(d),a.successors(d).forEach(c))}),g}}),Q=A((a,b)=>{var c=E().zipObject;b.exports=function(a,b){let d=0;for(let e=1;e<b.length;++e)d+=function(a,b,d){let e=c(d,d.map((a,b)=>b)),f=b.flatMap(b=>a.outEdges(b).map(b=>({pos:e[b.w],weight:a.edge(b).weight})).sort((a,b)=>a.pos-b.pos)),g=1;for(;g<d.length;)g<<=1;let h=2*g-1;g-=1;let i=Array(h).fill(0),j=0;return f.forEach(a=>{let b=a.pos+g;i[b]+=a.weight;let c=0;for(;b>0;)b%2&&(c+=i[b+1]),b=b-1>>1,i[b]+=a.weight;j+=a.weight*c}),j}(a,b[e-1],b[e]);return d}}),R=A((a,b)=>{b.exports=function(a,b=[]){return b.map(b=>{let c=a.inEdges(b);if(!c.length)return{v:b};{let d=c.reduce((b,c)=>{let d=a.edge(c),e=a.node(c.v);return{sum:b.sum+d.weight*e.order,weight:b.weight+d.weight}},{sum:0,weight:0});return{v:b,barycenter:d.sum/d.weight,weight:d.weight}}})}}),S=A((a,b)=>{var c=E();b.exports=function(a,b){let d={};return a.forEach((a,b)=>{let c=d[a.v]={indegree:0,in:[],out:[],vs:[a.v],i:b};void 0!==a.barycenter&&(c.barycenter=a.barycenter,c.weight=a.weight)}),b.edges().forEach(a=>{let b=d[a.v],c=d[a.w];void 0!==b&&void 0!==c&&(c.indegree++,b.out.push(d[a.w]))}),function(a){let b=[];for(;a.length;){let c=a.pop();b.push(c),c.in.reverse().forEach(function(a){return b=>{b.merged||(void 0===b.barycenter||void 0===a.barycenter||b.barycenter>=a.barycenter)&&function(a,b){let c=0,d=0;a.weight&&(c+=a.barycenter*a.weight,d+=a.weight),b.weight&&(c+=b.barycenter*b.weight,d+=b.weight),a.vs=b.vs.concat(a.vs),a.barycenter=c/d,a.weight=d,a.i=Math.min(b.i,a.i),b.merged=!0}(a,b)}}(c)),c.out.forEach(function(b){return c=>{c.in.push(b),0==--c.indegree&&a.push(c)}}(c))}return b.filter(a=>!a.merged).map(a=>c.pick(a,["vs","i","barycenter","weight"]))}(Object.values(d).filter(a=>!a.indegree))}}),T=A((a,b)=>{var c=E();function d(a,b,c){let d;for(;b.length&&(d=b[b.length-1]).i<=c;)b.pop(),a.push(d.vs),c++;return c}b.exports=function(a,b){var e;let f=c.partition(a,a=>Object.hasOwn(a,"barycenter")),g=f.lhs,h=f.rhs.sort((a,b)=>b.i-a.i),i=[],j=0,k=0,l=0;g.sort((e=!!b,(a,b)=>a.barycenter<b.barycenter?-1:a.barycenter>b.barycenter?1:e?b.i-a.i:a.i-b.i)),l=d(i,h,l),g.forEach(a=>{l+=a.vs.length,i.push(a.vs),j+=a.barycenter*a.weight,k+=a.weight,l=d(i,h,l)});let m={vs:i.flat(!0)};return k&&(m.barycenter=j/k,m.weight=k),m}}),U=A((a,b)=>{var c=R(),d=S(),e=T();b.exports=function a(b,f,g,h){var i,j;let k=b.children(f),l=b.node(f),m=l?l.borderLeft:void 0,n=l?l.borderRight:void 0,o={};m&&(k=k.filter(a=>a!==m&&a!==n));let p=c(b,k);p.forEach(c=>{if(b.children(c.v).length){var d,e;let f=a(b,c.v,g,h);o[c.v]=f,Object.hasOwn(f,"barycenter")&&(d=c,e=f,void 0!==d.barycenter?(d.barycenter=(d.barycenter*d.weight+e.barycenter*e.weight)/(d.weight+e.weight),d.weight+=e.weight):(d.barycenter=e.barycenter,d.weight=e.weight))}});let q=d(p,g);i=q,j=o,i.forEach(a=>{a.vs=a.vs.flatMap(a=>j[a]?j[a].vs:a)});let r=e(q,h);if(m&&(r.vs=[m,r.vs,n].flat(!0),b.predecessors(m).length)){let a=b.node(b.predecessors(m)[0]),c=b.node(b.predecessors(n)[0]);Object.hasOwn(r,"barycenter")||(r.barycenter=0,r.weight=0),r.barycenter=(r.barycenter*r.weight+a.order+c.order)/(r.weight+2),r.weight+=2}return r}}),V=A((a,b)=>{var c=B().Graph,d=E();b.exports=function(a,b,e,f){f||(f=a.nodes());let g=function(a){for(var b;a.hasNode(b=d.uniqueId("_root")););return b}(a),h=new c({compound:!0}).setGraph({root:g}).setDefaultNodeLabel(b=>a.node(b));return f.forEach(c=>{let d=a.node(c),f=a.parent(c);(d.rank===b||d.minRank<=b&&b<=d.maxRank)&&(h.setNode(c),h.setParent(c,f||g),a[e](c).forEach(b=>{let d=b.v===c?b.w:b.v,e=h.edge(d,c),f=void 0!==e?e.weight:0;h.setEdge(d,c,{weight:a.edge(b).weight+f})}),Object.hasOwn(d,"minRank")&&h.setNode(c,{borderLeft:d.borderLeft[b],borderRight:d.borderRight[b]}))}),h}}),W=A((a,b)=>{b.exports=function(a,b,c){let d={},e;c.forEach(c=>{let f=a.parent(c),g,h;for(;f;){if((g=a.parent(f))?(h=d[g],d[g]=f):(h=e,e=f),h&&h!==f)return void b.setEdge(h,f);f=g}})}}),X=A((a,b)=>{var c=P(),d=Q(),e=U(),f=V(),g=W(),h=B().Graph,i=E();function j(a,b,c){let d=new Map,e=(a,b)=>{d.has(a)||d.set(a,[]),d.get(a).push(b)};for(let b of a.nodes()){let c=a.node(b);if("number"==typeof c.rank&&e(c.rank,b),"number"==typeof c.minRank&&"number"==typeof c.maxRank)for(let a=c.minRank;a<=c.maxRank;a++)a!==c.rank&&e(a,b)}return b.map(function(b){return f(a,b,c,d.get(b)||[])})}function k(a,b){Object.values(b).forEach(b=>b.forEach((b,c)=>a.node(b).order=c))}b.exports=function a(b,f={}){if("function"==typeof f.customOrder)return void f.customOrder(b,a);let l=i.maxRank(b),m=j(b,i.range(1,l+1),"inEdges"),n=j(b,i.range(l-1,-1,-1),"outEdges"),o=c(b);if(k(b,o),f.disableOptimalOrderHeuristic)return;let p=1/0,q,r=f.constraints||[];for(let a=0,c=0;c<4;++a,++c){(function(a,b,c){let d=new h;a.forEach(function(a){c.forEach(a=>d.setEdge(a.left,a.right));let f=a.graph().root,h=e(a,f,d,b);h.vs.forEach((b,c)=>a.node(b).order=c),g(a,d,h.vs)})})(a%2?m:n,a%4>=2,r),o=i.buildLayerMatrix(b);let f=d(b,o);f<p?(c=0,q=Object.assign({},o),p=f):f===p&&(q=structuredClone(o))}k(b,q)}}),Y=A((a,b)=>{var c=B().Graph,d=E();function e(a,b){let c={};return b.length&&b.reduce(function(b,d){let e=0,f=0,h=b.length,i=d[d.length-1];return d.forEach((b,j)=>{let k=function(a,b){if(a.node(b).dummy)return a.predecessors(b).find(b=>a.node(b).dummy)}(a,b),l=k?a.node(k).order:h;(k||b===i)&&(d.slice(f,j+1).forEach(b=>{a.predecessors(b).forEach(d=>{let f=a.node(d),h=f.order;(h<e||l<h)&&!(f.dummy&&a.node(b).dummy)&&g(c,d,b)})}),f=j+1,e=l)}),d}),c}function f(a,b){let c={};function e(b,e,f,h,i){let j;d.range(e,f).forEach(d=>{j=b[d],a.node(j).dummy&&a.predecessors(j).forEach(b=>{let d=a.node(b);d.dummy&&(d.order<h||d.order>i)&&g(c,b,j)})})}return b.length&&b.reduce(function(b,c){let d=-1,f,g=0;return c.forEach((h,i)=>{if("border"===a.node(h).dummy){let b=a.predecessors(h);b.length&&(f=a.node(b[0]).order,e(c,g,i,d,f),g=i,d=f)}e(c,g,c.length,f,b.length)}),c}),c}function g(a,b,c){if(b>c){let a=b;b=c,c=a}let d=a[b];d||(a[b]=d={}),d[c]=!0}function h(a,b,c){if(b>c){let a=b;b=c,c=a}return!!a[b]&&Object.hasOwn(a[b],c)}function i(a,b,c,d){let e={},f={},g={};return b.forEach(a=>{a.forEach((a,b)=>{e[a]=a,f[a]=a,g[a]=b})}),b.forEach(a=>{let b=-1;a.forEach(a=>{let i=d(a);if(i.length){let d=((i=i.sort((a,b)=>g[a]-g[b])).length-1)/2;for(let j=Math.floor(d),k=Math.ceil(d);j<=k;++j){let d=i[j];f[a]===a&&b<g[d]&&!h(c,a,d)&&(f[d]=a,f[a]=e[a]=e[d],b=g[d])}}})}),{root:e,align:f}}function j(a,b,d,e,f){var g,h,i,j,k,l,m;let n,o,p,q={},r=(g=a,h=b,i=d,j=f,n=new c,p=(k=(o=g.graph()).nodesep,l=o.edgesep,m=j,(a,b,c)=>{let d=a.node(b),e=a.node(c),f,g;if(f=0+d.width/2,Object.hasOwn(d,"labelpos"))switch(d.labelpos.toLowerCase()){case"l":g=-d.width/2;break;case"r":g=d.width/2}if(g&&(f+=m?g:-g),g=0,f+=(d.dummy?l:k)/2,f+=(e.dummy?l:k)/2,f+=e.width/2,Object.hasOwn(e,"labelpos"))switch(e.labelpos.toLowerCase()){case"l":g=e.width/2;break;case"r":g=-e.width/2}return g&&(f+=m?g:-g),g=0,f}),h.forEach(a=>{let b;a.forEach(a=>{let c=i[a];if(n.setNode(c),b){var d=i[b],e=n.edge(d,c);n.setEdge(d,c,Math.max(p(g,a,b),e||0))}b=a})}),n),s=f?"borderLeft":"borderRight";function t(a,b){let c=r.nodes().slice(),d={},e=c.pop();for(;e;){if(d[e])a(e);else for(let a of(d[e]=!0,c.push(e),b(e)))c.push(a);e=c.pop()}}return t(function(a){q[a]=r.inEdges(a).reduce((a,b)=>Math.max(a,q[b.v]+r.edge(b)),0)},r.predecessors.bind(r)),t(function(b){let c=r.outEdges(b).reduce((a,b)=>Math.min(a,q[b.w]-r.edge(b)),1/0),d=a.node(b);c!==1/0&&d.borderType!==s&&(q[b]=Math.max(q[b],c))},r.successors.bind(r)),Object.keys(e).forEach(a=>q[a]=q[d[a]]),q}function k(a,b){return Object.values(b).reduce((b,c)=>{let d=-1/0,e=1/0;Object.entries(c).forEach(([b,c])=>{var f,g;let h=(f=a,g=b,f.node(g).width/2);d=Math.max(c+h,d),e=Math.min(c-h,e)});let f=d-e;return f<b[0]&&(b=[f,c]),b},[1/0,null])[1]}function l(a,b){let c=Object.values(b),e=d.applyWithChunking(Math.min,c),f=d.applyWithChunking(Math.max,c);["u","d"].forEach(c=>{["l","r"].forEach(g=>{let h=c+g,i=a[h];if(i===b)return;let j=Object.values(i),k=e-d.applyWithChunking(Math.min,j);"l"!==g&&(k=f-d.applyWithChunking(Math.max,j)),k&&(a[h]=d.mapValues(i,a=>a+k))})})}function m(a,b){return d.mapValues(a.ul,(c,d)=>{if(b)return a[b.toLowerCase()][d];{let b=Object.values(a).map(a=>a[d]).sort((a,b)=>a-b);return(b[1]+b[2])/2}})}b.exports={positionX:function(a){let b=d.buildLayerMatrix(a),c=Object.assign(e(a,b),f(a,b)),g={},h;["u","d"].forEach(e=>{h="u"===e?b:Object.values(b).reverse(),["l","r"].forEach(b=>{"r"===b&&(h=h.map(a=>Object.values(a).reverse()));let f=("u"===e?a.predecessors:a.successors).bind(a),k=i(a,h,c,f),l=j(a,h,k.root,k.align,"r"===b);"r"===b&&(l=d.mapValues(l,a=>-a)),g[e+b]=l})});let n=k(a,g);return l(g,n),m(g,a.graph().align)},findType1Conflicts:e,findType2Conflicts:f,addConflict:g,hasConflict:h,verticalAlignment:i,horizontalCompaction:j,alignCoordinates:l,findSmallestWidthAlignment:k,balance:m}}),Z=A((a,b)=>{var c=E(),d=Y().positionX;b.exports=function(a){var b;let e,f,g,h;b=a=c.asNonCompoundGraph(a),e=c.buildLayerMatrix(b),f=b.graph().ranksep,g=b.graph().rankalign,h=0,e.forEach(a=>{let c=a.reduce((a,c)=>{let d=b.node(c).height;return a>d?a:d},0);a.forEach(a=>{let d=b.node(a);"top"===g?d.y=h+d.height/2:"bottom"===g?d.y=h+c-d.height/2:d.y=h+c/2}),h+=c+f}),Object.entries(d(a)).forEach(([b,c])=>a.node(b).x=c)}}),$=A((a,b)=>{var c=F(),d=G(),e=K(),f=E().normalizeRanks,g=L(),h=E().removeEmptyRanks,i=M(),j=N(),k=O(),l=X(),m=Z(),n=E(),o=B().Graph;b.exports=function(a,b={}){let z=b.debugTiming?n.time:n.notime;return z("layout",()=>{let A=z(" buildLayoutGraph",()=>{var b;let c,d;return b=a,c=new o({multigraph:!0,compound:!0}),d=y(b.graph()),c.setGraph(Object.assign({},q,x(d,p),n.pick(d,r))),b.nodes().forEach(a=>{let d=x(y(b.node(a)),s);Object.keys(t).forEach(a=>{void 0===d[a]&&(d[a]=t[a])}),c.setNode(a,d),c.setParent(a,b.parent(a))}),b.edges().forEach(a=>{let d=y(b.edge(a));c.setEdge(a,Object.assign({},v,x(d,u),n.pick(d,w)))}),c});return z(" runLayout",()=>{var a,o,p;return a=A,o=z,p=b,void(o(" makeSpaceForEdgeLabels",()=>{var b;let c;return c=(b=a).graph(),void(c.ranksep/=2,b.edges().forEach(a=>{let d=b.edge(a);d.minlen*=2,"c"!==d.labelpos.toLowerCase()&&("TB"===c.rankdir||"BT"===c.rankdir?d.width+=d.labeloffset:d.height+=d.labeloffset)}))}),o(" removeSelfEdges",()=>{var b;(b=a).edges().forEach(a=>{if(a.v===a.w){var c=b.node(a.v);c.selfEdges||(c.selfEdges=[]),c.selfEdges.push({e:a,label:b.edge(a)}),b.removeEdge(a)}})}),o(" acyclic",()=>c.run(a)),o(" nestingGraph.run",()=>i.run(a)),o(" rank",()=>e(n.asNonCompoundGraph(a))),o(" injectEdgeLabelProxies",()=>{var b;(b=a).edges().forEach(a=>{let c=b.edge(a);if(c.width&&c.height){let c=b.node(a.v),d={rank:(b.node(a.w).rank-c.rank)/2+c.rank,e:a};n.addDummyNode(b,"edge-proxy",d,"_ep")}})}),o(" removeEmptyRanks",()=>h(a)),o(" nestingGraph.cleanup",()=>i.cleanup(a)),o(" normalizeRanks",()=>f(a)),o(" assignRankMinMax",()=>{var b;let c;return c=0,void((b=a).nodes().forEach(a=>{let d=b.node(a);d.borderTop&&(d.minRank=b.node(d.borderTop).rank,d.maxRank=b.node(d.borderBottom).rank,c=Math.max(c,d.maxRank))}),b.graph().maxRank=c)}),o(" removeEdgeLabelProxies",()=>{var b;(b=a).nodes().forEach(a=>{let c=b.node(a);"edge-proxy"===c.dummy&&(b.edge(c.e).labelRank=c.rank,b.removeNode(a))})}),o(" normalize.run",()=>d.run(a)),o(" parentDummyChains",()=>g(a)),o(" addBorderSegments",()=>j(a)),o(" order",()=>l(a,p)),o(" insertSelfEdges",()=>{var b;return b=a,void n.buildLayerMatrix(b).forEach(a=>{var c=0;a.forEach((a,d)=>{var e=b.node(a);e.order=d+c,(e.selfEdges||[]).forEach(a=>{n.addDummyNode(b,"selfedge",{width:a.label.width,height:a.label.height,rank:e.rank,order:d+ ++c,e:a.e,label:a.label},"_se")}),delete e.selfEdges})})}),o(" adjustCoordinateSystem",()=>k.adjust(a)),o(" position",()=>m(a)),o(" positionSelfEdges",()=>{var b;(b=a).nodes().forEach(a=>{var c=b.node(a);if("selfedge"===c.dummy){var d=b.node(c.e.v),e=d.x+d.width/2,f=d.y,g=c.x-e,h=d.height/2;b.setEdge(c.e,c.label),b.removeNode(a),c.label.points=[{x:e+2*g/3,y:f-h},{x:e+5*g/6,y:f-h},{x:e+g,y:f},{x:e+5*g/6,y:f+h},{x:e+2*g/3,y:f+h}],c.label.x=c.x,c.label.y=c.y}})}),o(" removeBorderNodes",()=>{var b;(b=a).nodes().forEach(a=>{if(b.children(a).length){let c=b.node(a),d=b.node(c.borderTop),e=b.node(c.borderBottom),f=b.node(c.borderLeft[c.borderLeft.length-1]),g=b.node(c.borderRight[c.borderRight.length-1]);c.width=Math.abs(g.x-f.x),c.height=Math.abs(e.y-d.y),c.x=f.x+c.width/2,c.y=d.y+c.height/2}}),b.nodes().forEach(a=>{"border"===b.node(a).dummy&&b.removeNode(a)})}),o(" normalize.undo",()=>d.undo(a)),o(" fixupEdgeLabelCoords",()=>{var b;(b=a).edges().forEach(a=>{let c=b.edge(a);if(Object.hasOwn(c,"x"))switch(("l"===c.labelpos||"r"===c.labelpos)&&(c.width-=c.labeloffset),c.labelpos){case"l":c.x-=c.width/2+c.labeloffset;break;case"r":c.x+=c.width/2+c.labeloffset}})}),o(" undoCoordinateSystem",()=>k.undo(a)),o(" translateGraph",()=>(function(a){let b=1/0,c=0,d=1/0,e=0,f=a.graph(),g=f.marginx||0,h=f.marginy||0;function i(a){let f=a.x,g=a.y,h=a.width,i=a.height;b=Math.min(b,f-h/2),c=Math.max(c,f+h/2),d=Math.min(d,g-i/2),e=Math.max(e,g+i/2)}a.nodes().forEach(b=>i(a.node(b))),a.edges().forEach(b=>{let c=a.edge(b);Object.hasOwn(c,"x")&&i(c)}),b-=g,d-=h,a.nodes().forEach(c=>{let e=a.node(c);e.x-=b,e.y-=d}),a.edges().forEach(c=>{let e=a.edge(c);e.points.forEach(a=>{a.x-=b,a.y-=d}),Object.hasOwn(e,"x")&&(e.x-=b),Object.hasOwn(e,"y")&&(e.y-=d)}),f.width=c-b+g,f.height=e-d+h})(a)),o(" assignNodeIntersects",()=>{var b;(b=a).edges().forEach(a=>{let c=b.edge(a),d=b.node(a.v),e=b.node(a.w),f,g;c.points?(f=c.points[0],g=c.points[c.points.length-1]):(c.points=[],f=e,g=d),c.points.unshift(n.intersectRect(d,f)),c.points.push(n.intersectRect(e,g))})}),o(" reversePoints",()=>{var b;(b=a).edges().forEach(a=>{let c=b.edge(a);c.reversed&&c.points.reverse()})}),o(" acyclic.undo",()=>c.undo(a)))}),z(" updateInputGraph",()=>{var b,c;return b=a,c=A,void(b.nodes().forEach(a=>{let d=b.node(a),e=c.node(a);d&&(d.x=e.x,d.y=e.y,d.order=e.order,d.rank=e.rank,c.children(a).length&&(d.width=e.width,d.height=e.height))}),b.edges().forEach(a=>{let d=b.edge(a),e=c.edge(a);d.points=e.points,Object.hasOwn(e,"x")&&(d.x=e.x,d.y=e.y)}),b.graph().width=c.graph().width,b.graph().height=c.graph().height)}),A})};var p=["nodesep","edgesep","ranksep","marginx","marginy"],q={ranksep:50,edgesep:20,nodesep:50,rankdir:"tb",rankalign:"center"},r=["acyclicer","ranker","rankdir","align","rankalign"],s=["width","height","rank"],t={width:0,height:0},u=["minlen","weight","width","height","labeloffset"],v={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:"r"},w=["labelpos"];function x(a,b){return n.mapValues(n.pick(a,b),Number)}function y(a){var b={};return a&&Object.entries(a).forEach(([a,c])=>{"string"==typeof a&&(a=a.toLowerCase()),b[a]=c}),b}}),_=A((a,b)=>{var c=E(),d=B().Graph;b.exports={debugOrdering:function(a){let b=c.buildLayerMatrix(a),e=new d({compound:!0,multigraph:!0}).setGraph({});return a.nodes().forEach(b=>{e.setNode(b,{label:b}),e.setParent(b,"layer"+a.node(b).rank)}),a.edges().forEach(a=>e.setEdge(a.v,a.w,{},a.name)),b.forEach((a,b)=>{e.setNode("layer"+b,{rank:"same"}),a.reduce((a,b)=>(e.setEdge(a,b,{style:"invis"}),b))}),e}}}),aa=A((a,b)=>{b.exports="2.0.4"});let ab=A((a,b)=>{b.exports={graphlib:B(),layout:$(),debug:_(),util:{time:E().time,notime:E().notime},version:aa()}})(),ac={featureNode:{width:288,height:140},repositoryNode:{width:224,height:50},addRepositoryNode:{width:224,height:50}};function ad(a,b){let c=a.data;return c&&"number"==typeof c.width&&"number"==typeof c.height?{width:c.width,height:c.height}:ac[a.type??""]??b}(b={}).PRD="PRD",b.API="API",b.Design="Design",b.Other="Other",(c={}).Markdown="md",c.Text="txt",c.Yaml="yaml",c.Other="Other",(d={}).Todo="Todo",d.Elaborating="Elaborating",d.Done="Done",(e={}).Assistant="assistant",e.User="user",(f={}).Functional="Functional",f.NonFunctional="NonFunctional",(g={}).NotStarted="NotStarted",g.Running="Running",g.Finished="Finished",(h={}).VsCode="vscode",h.Cursor="cursor",h.Windsurf="windsurf",h.Zed="zed",h.Antigravity="antigravity",(i={}).ClaudeCode="claude-code",i.GeminiCli="gemini-cli",i.Aider="aider",i.Continue="continue",i.Cursor="cursor",(j={}).Session="session",j.Token="token";var ae=((k={}).Todo="Todo",k.WIP="Work in Progress",k.Done="Done",k.Review="Review",k);(l={}).Requirements="Requirements",l.ClarificationRequired="ClarificationRequired",l.Ready="Ready";var af=((m={}).Requirements="Requirements",m.Research="Research",m.Implementation="Implementation",m.Review="Review",m.DeployAndQA="Deploy & QA",m.Maintain="Maintain",m);(n={}).VsCode="vscode",n.Cursor="cursor",n.Windsurf="windsurf",n.Zed="zed",n.Antigravity="antigravity",n.CursorCli="cursor-cli",n.ClaudeCode="claude-code",(o={}).Idle="Idle",o.Running="Running",o.Paused="Paused",o.Stopped="Stopped",(p={}).GatheringRequirements="GatheringRequirements",p.ClarificationsRequired="ClarificationsRequired",p.DoingResearch="DoingResearch",p.AwaitingReview="AwaitingReview",p.ExecutingWorkPlan="ExecutingWorkPlan",p.Ready="Ready",(q={}).TCP="TCP",q.UDP="UDP",(r={}).DockerCompose="DockerCompose",r.Docker="Docker",r.Kubernetes="Kubernetes",r.Script="Script",r.Manual="Manual",(s={}).Booting="Booting",s.Ready="Ready",s.Stopped="Stopped";var ag=((t={}).pending="pending",t.running="running",t.completed="completed",t.failed="failed",t.interrupted="interrupted",t.cancelled="cancelled",t.waitingApproval="waiting_approval",t);(u={}).sessionResume="session-resume",u.streaming="streaming",u.toolScoping="tool-scoping",u.structuredOutput="structured-output",u.systemPrompt="system-prompt";let ah={Requirements:"requirements",Research:"research",Implementation:"implementation",Review:"review","Deploy & QA":"deploy",Maintain:"maintain"};async function ai(){let a=await y(),b=await Promise.all(a.map(a=>a.agentRunId?z(a.agentRunId):Promise.resolve(null))),c={};a.forEach((a,b)=>{let d=a.repositoryPath;c[d]||(c[d]=[]),c[d].push({index:b,feature:a})});let d=[],e=[];Object.entries(c).forEach(([a,c])=>{let f=`repo-${a}`,g=a.split("/").pop()??a;d.push({id:f,type:"repositoryNode",position:{x:0,y:0},data:{name:g}}),c.forEach(({index:a,feature:c})=>{let g=b[a],h=ah[c.lifecycle]??"requirements",i={name:c.name,description:c.description??c.slug,featureId:c.id,lifecycle:h,state:function(a,b){if(b)switch(b.status){case ag.waitingApproval:return"action-required";case ag.failed:return"error";case ag.interrupted:case ag.cancelled:return"blocked";case ag.completed:return a.lifecycle===af.Maintain,"done";case ag.running:case ag.pending:return"running"}if(a.lifecycle===af.Maintain)return"done";let c=a.plan?.tasks;return c&&0!==c.length?c.some(a=>a.state===ae.Review)?"action-required":c.some(a=>a.state===ae.WIP)?"running":c.every(a=>a.state===ae.Done)?"done":"running":"running"}(c,g),progress:function(a){if(a.lifecycle===af.Maintain)return 100;let b=a.plan?.tasks;return b&&0!==b.length?Math.round(b.filter(a=>a.state===ae.Done).length/b.length*100):0}(c),...g?.agentType&&{agentType:g.agentType}},j=`feat-${c.id}`;d.push({id:j,type:"featureNode",position:{x:0,y:0},data:i}),e.push({id:`edge-${f}-${j}`,source:f,target:j,style:{strokeDasharray:"5 5"}})})});let f=function(a,b,c={}){let{direction:d="TB",nodeSize:e={width:172,height:36},ranksep:f=80,nodesep:g=30}=c;if(0===a.length)return{nodes:[],edges:[]};let h=new ab.graphlib.Graph({multigraph:!0});h.setDefaultEdgeLabel(()=>({})),h.setGraph({rankdir:d,ranksep:f,nodesep:g});let i=new Set;for(let a of b)i.add(a.source),i.add(a.target);let j=a.filter(a=>i.has(a.id)),k=a.filter(a=>!i.has(a.id));for(let a of j){let b=ad(a,e);h.setNode(a.id,{width:b.width,height:b.height})}for(let a of b)h.hasNode(a.source)&&h.hasNode(a.target)&&h.setEdge(a.source,a.target,{},a.id);ab.layout(h);let{targetPosition:l,sourcePosition:m}=function(a){switch(a){case"LR":return{targetPosition:"left",sourcePosition:"right"};case"RL":return{targetPosition:"right",sourcePosition:"left"};case"BT":return{targetPosition:"bottom",sourcePosition:"top"};default:return{targetPosition:"top",sourcePosition:"bottom"}}}(d),n=[];for(let a of j){let b=h.node(a.id),c=ad(a,e);n.push({...a,targetPosition:l,sourcePosition:m,position:{x:b.x-c.width/2,y:b.y-c.height/2}})}if(k.length>0){let a=0,b=1/0;for(let c of n){let d=ad(c,e);a=Math.max(a,c.position.y+d.height),b=Math.min(b,c.position.x)}for(let c=0;c<k.length;c++){let d=k[c],f=ad(d,e);n.push({...d,targetPosition:l,sourcePosition:m,position:{x:b,y:a+30+c*(f.height+20)}})}}return{nodes:n,edges:[...b]}}(d,e,{direction:"LR",ranksep:60,nodesep:20});return(0,v.jsx)("div",{className:"h-screen w-full",children:(0,v.jsx)(w.ControlCenter,{initialNodes:f.nodes,initialEdges:f.edges})})}a.s(["default",()=>ai],48886)}];
2
+
3
+ //# sourceMappingURL=src_presentation_web_ed0934e5._.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../../src/presentation/web/components/features/control-center/control-center.tsx/__nextjs-internal-proxy.mjs","../../../../../../../src/presentation/web/components/features/control-center/use-control-center-state.ts/__nextjs-internal-proxy.mjs","../../../../../../../src/presentation/web/components/features/control-center/index.ts","../../../../../../../node_modules/.pnpm/%40dagrejs%2Bdagre%402.0.4/node_modules/%40dagrejs/dagre/dist/dagre.esm.js","../../../../../../../src/presentation/web/app/page.tsx","../../../../../../../src/presentation/web/lib/layout-with-dagre.ts","../../../../../../../src/presentation/web/components/common/feature-node/derive-feature-state.ts","../../../../../../../src/presentation/web/lib/use-cases.ts","../../../../../../../packages/core/src/domain/generated/output.ts"],"sourcesContent":["// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const ControlCenter = registerClientReference(\n function() { throw new Error(\"Attempted to call ControlCenter() from the server but ControlCenter is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/src/presentation/web/components/features/control-center/control-center.tsx\",\n \"ControlCenter\",\n);\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const useControlCenterState = registerClientReference(\n function() { throw new Error(\"Attempted to call useControlCenterState() from the server but useControlCenterState is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.\"); },\n \"[project]/src/presentation/web/components/features/control-center/use-control-center-state.ts\",\n \"useControlCenterState\",\n);\n","export { ControlCenter, type ControlCenterProps } from './control-center';\nexport { useControlCenterState, type ControlCenterState } from './use-control-center-state';\n","var v=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var y=v((Fi,ee)=>{var Vt=Object.defineProperty,At=(e,t,r)=>t in e?Vt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,E=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),k=(e,t,r)=>At(e,typeof t!=\"symbol\"?t+\"\":t,r),R=E((e,t)=>{\"use strict\";var r=\"\\0\",n=\"\\0\",i=\"\u0001\",o=class{constructor(d){k(this,\"_isDirected\",!0),k(this,\"_isMultigraph\",!1),k(this,\"_isCompound\",!1),k(this,\"_label\"),k(this,\"_defaultNodeLabelFn\",()=>{}),k(this,\"_defaultEdgeLabelFn\",()=>{}),k(this,\"_nodes\",{}),k(this,\"_in\",{}),k(this,\"_preds\",{}),k(this,\"_out\",{}),k(this,\"_sucs\",{}),k(this,\"_edgeObjs\",{}),k(this,\"_edgeLabels\",{}),k(this,\"_nodeCount\",0),k(this,\"_edgeCount\",0),k(this,\"_parent\"),k(this,\"_children\"),d&&(this._isDirected=Object.hasOwn(d,\"directed\")?d.directed:!0,this._isMultigraph=Object.hasOwn(d,\"multigraph\")?d.multigraph:!1,this._isCompound=Object.hasOwn(d,\"compound\")?d.compound:!1),this._isCompound&&(this._parent={},this._children={},this._children[n]={})}isDirected(){return this._isDirected}isMultigraph(){return this._isMultigraph}isCompound(){return this._isCompound}setGraph(d){return this._label=d,this}graph(){return this._label}setDefaultNodeLabel(d){return this._defaultNodeLabelFn=d,typeof d!=\"function\"&&(this._defaultNodeLabelFn=()=>d),this}nodeCount(){return this._nodeCount}nodes(){return Object.keys(this._nodes)}sources(){var d=this;return this.nodes().filter(h=>Object.keys(d._in[h]).length===0)}sinks(){var d=this;return this.nodes().filter(h=>Object.keys(d._out[h]).length===0)}setNodes(d,h){var f=arguments,m=this;return d.forEach(function(p){f.length>1?m.setNode(p,h):m.setNode(p)}),this}setNode(d,h){return Object.hasOwn(this._nodes,d)?(arguments.length>1&&(this._nodes[d]=h),this):(this._nodes[d]=arguments.length>1?h:this._defaultNodeLabelFn(d),this._isCompound&&(this._parent[d]=n,this._children[d]={},this._children[n][d]=!0),this._in[d]={},this._preds[d]={},this._out[d]={},this._sucs[d]={},++this._nodeCount,this)}node(d){return this._nodes[d]}hasNode(d){return Object.hasOwn(this._nodes,d)}removeNode(d){var h=this;if(Object.hasOwn(this._nodes,d)){var f=m=>h.removeEdge(h._edgeObjs[m]);delete this._nodes[d],this._isCompound&&(this._removeFromParentsChildList(d),delete this._parent[d],this.children(d).forEach(function(m){h.setParent(m)}),delete this._children[d]),Object.keys(this._in[d]).forEach(f),delete this._in[d],delete this._preds[d],Object.keys(this._out[d]).forEach(f),delete this._out[d],delete this._sucs[d],--this._nodeCount}return this}setParent(d,h){if(!this._isCompound)throw new Error(\"Cannot set parent in a non-compound graph\");if(h===void 0)h=n;else{h+=\"\";for(var f=h;f!==void 0;f=this.parent(f))if(f===d)throw new Error(\"Setting \"+h+\" as parent of \"+d+\" would create a cycle\");this.setNode(h)}return this.setNode(d),this._removeFromParentsChildList(d),this._parent[d]=h,this._children[h][d]=!0,this}_removeFromParentsChildList(d){delete this._children[this._parent[d]][d]}parent(d){if(this._isCompound){var h=this._parent[d];if(h!==n)return h}}children(d=n){if(this._isCompound){var h=this._children[d];if(h)return Object.keys(h)}else{if(d===n)return this.nodes();if(this.hasNode(d))return[]}}predecessors(d){var h=this._preds[d];if(h)return Object.keys(h)}successors(d){var h=this._sucs[d];if(h)return Object.keys(h)}neighbors(d){var h=this.predecessors(d);if(h){let m=new Set(h);for(var f of this.successors(d))m.add(f);return Array.from(m.values())}}isLeaf(d){var h;return this.isDirected()?h=this.successors(d):h=this.neighbors(d),h.length===0}filterNodes(d){var h=new this.constructor({directed:this._isDirected,multigraph:this._isMultigraph,compound:this._isCompound});h.setGraph(this.graph());var f=this;Object.entries(this._nodes).forEach(function([w,b]){d(w)&&h.setNode(w,b)}),Object.values(this._edgeObjs).forEach(function(w){h.hasNode(w.v)&&h.hasNode(w.w)&&h.setEdge(w,f.edge(w))});var m={};function p(w){var b=f.parent(w);return b===void 0||h.hasNode(b)?(m[w]=b,b):b in m?m[b]:p(b)}return this._isCompound&&h.nodes().forEach(w=>h.setParent(w,p(w))),h}setDefaultEdgeLabel(d){return this._defaultEdgeLabelFn=d,typeof d!=\"function\"&&(this._defaultEdgeLabelFn=()=>d),this}edgeCount(){return this._edgeCount}edges(){return Object.values(this._edgeObjs)}setPath(d,h){var f=this,m=arguments;return d.reduce(function(p,w){return m.length>1?f.setEdge(p,w,h):f.setEdge(p,w),w}),this}setEdge(){var d,h,f,m,p=!1,w=arguments[0];typeof w==\"object\"&&w!==null&&\"v\"in w?(d=w.v,h=w.w,f=w.name,arguments.length===2&&(m=arguments[1],p=!0)):(d=w,h=arguments[1],f=arguments[3],arguments.length>2&&(m=arguments[2],p=!0)),d=\"\"+d,h=\"\"+h,f!==void 0&&(f=\"\"+f);var b=l(this._isDirected,d,h,f);if(Object.hasOwn(this._edgeLabels,b))return p&&(this._edgeLabels[b]=m),this;if(f!==void 0&&!this._isMultigraph)throw new Error(\"Cannot set a named edge when isMultigraph = false\");this.setNode(d),this.setNode(h),this._edgeLabels[b]=p?m:this._defaultEdgeLabelFn(d,h,f);var g=u(this._isDirected,d,h,f);return d=g.v,h=g.w,Object.freeze(g),this._edgeObjs[b]=g,s(this._preds[h],d),s(this._sucs[d],h),this._in[h][b]=g,this._out[d][b]=g,this._edgeCount++,this}edge(d,h,f){var m=arguments.length===1?c(this._isDirected,arguments[0]):l(this._isDirected,d,h,f);return this._edgeLabels[m]}edgeAsObj(){let d=this.edge(...arguments);return typeof d!=\"object\"?{label:d}:d}hasEdge(d,h,f){var m=arguments.length===1?c(this._isDirected,arguments[0]):l(this._isDirected,d,h,f);return Object.hasOwn(this._edgeLabels,m)}removeEdge(d,h,f){var m=arguments.length===1?c(this._isDirected,arguments[0]):l(this._isDirected,d,h,f),p=this._edgeObjs[m];return p&&(d=p.v,h=p.w,delete this._edgeLabels[m],delete this._edgeObjs[m],a(this._preds[h],d),a(this._sucs[d],h),delete this._in[h][m],delete this._out[d][m],this._edgeCount--),this}inEdges(d,h){return this.isDirected()?this.filterEdges(this._in[d],d,h):this.nodeEdges(d,h)}outEdges(d,h){return this.isDirected()?this.filterEdges(this._out[d],d,h):this.nodeEdges(d,h)}nodeEdges(d,h){if(d in this._nodes)return this.filterEdges({...this._in[d],...this._out[d]},d,h)}filterEdges(d,h,f){if(d){var m=Object.values(d);return f?m.filter(function(p){return p.v===h&&p.w===f||p.v===f&&p.w===h}):m}}};function s(d,h){d[h]?d[h]++:d[h]=1}function a(d,h){--d[h]||delete d[h]}function l(d,h,f,m){var p=\"\"+h,w=\"\"+f;if(!d&&p>w){var b=p;p=w,w=b}return p+i+w+i+(m===void 0?r:m)}function u(d,h,f,m){var p=\"\"+h,w=\"\"+f;if(!d&&p>w){var b=p;p=w,w=b}var g={v:p,w};return m&&(g.name=m),g}function c(d,h){return l(d,h.v,h.w,h.name)}t.exports=o}),Yt=E((e,t)=>{t.exports=\"3.0.2\"}),Bt=E((e,t)=>{t.exports={Graph:R(),version:Yt()}}),Wt=E((e,t)=>{var r=R();t.exports={write:n,read:s};function n(a){var l={options:{directed:a.isDirected(),multigraph:a.isMultigraph(),compound:a.isCompound()},nodes:i(a),edges:o(a)};return a.graph()!==void 0&&(l.value=structuredClone(a.graph())),l}function i(a){return a.nodes().map(function(l){var u=a.node(l),c=a.parent(l),d={v:l};return u!==void 0&&(d.value=u),c!==void 0&&(d.parent=c),d})}function o(a){return a.edges().map(function(l){var u=a.edge(l),c={v:l.v,w:l.w};return l.name!==void 0&&(c.name=l.name),u!==void 0&&(c.value=u),c})}function s(a){var l=new r(a.options).setGraph(a.value);return a.nodes.forEach(function(u){l.setNode(u.v,u.value),u.parent&&l.setParent(u.v,u.parent)}),a.edges.forEach(function(u){l.setEdge({v:u.v,w:u.w,name:u.name},u.value)}),l}}),U=E((e,t)=>{t.exports=n;var r=()=>1;function n(o,s,a,l){return i(o,String(s),a||r,l||function(u){return o.outEdges(u)})}function i(o,s,a,l){var u={},c=!0,d=0,h=o.nodes(),f=function(b){var g=a(b);u[b.v].distance+g<u[b.w].distance&&(u[b.w]={distance:u[b.v].distance+g,predecessor:b.v},c=!0)},m=function(){h.forEach(function(b){l(b).forEach(function(g){var I=g.v===b?g.v:g.w,Gt=I===g.v?g.w:g.v;f({v:I,w:Gt})})})};h.forEach(function(b){var g=b===s?0:Number.POSITIVE_INFINITY;u[b]={distance:g}});for(var p=h.length,w=1;w<p&&(c=!1,d++,m(),!!c);w++);if(d===p-1&&(c=!1,m(),c))throw new Error(\"The graph contains a negative weight cycle\");return u}}),zt=E((e,t)=>{t.exports=r;function r(n){var i={},o=[],s;function a(l){Object.hasOwn(i,l)||(i[l]=!0,s.push(l),n.successors(l).forEach(a),n.predecessors(l).forEach(a))}return n.nodes().forEach(function(l){s=[],a(l),s.length&&o.push(s)}),o}}),K=E((e,t)=>{var r=class{constructor(){k(this,\"_arr\",[]),k(this,\"_keyIndices\",{})}size(){return this._arr.length}keys(){return this._arr.map(function(n){return n.key})}has(n){return Object.hasOwn(this._keyIndices,n)}priority(n){var i=this._keyIndices[n];if(i!==void 0)return this._arr[i].priority}min(){if(this.size()===0)throw new Error(\"Queue underflow\");return this._arr[0].key}add(n,i){var o=this._keyIndices;if(n=String(n),!Object.hasOwn(o,n)){var s=this._arr,a=s.length;return o[n]=a,s.push({key:n,priority:i}),this._decrease(a),!0}return!1}removeMin(){this._swap(0,this._arr.length-1);var n=this._arr.pop();return delete this._keyIndices[n.key],this._heapify(0),n.key}decrease(n,i){var o=this._keyIndices[n];if(i>this._arr[o].priority)throw new Error(\"New priority is greater than current priority. Key: \"+n+\" Old: \"+this._arr[o].priority+\" New: \"+i);this._arr[o].priority=i,this._decrease(o)}_heapify(n){var i=this._arr,o=2*n,s=o+1,a=n;o<i.length&&(a=i[o].priority<i[a].priority?o:a,s<i.length&&(a=i[s].priority<i[a].priority?s:a),a!==n&&(this._swap(n,a),this._heapify(a)))}_decrease(n){for(var i=this._arr,o=i[n].priority,s;n!==0&&(s=n>>1,!(i[s].priority<o));)this._swap(n,s),n=s}_swap(n,i){var o=this._arr,s=this._keyIndices,a=o[n],l=o[i];o[n]=l,o[i]=a,s[l.key]=n,s[a.key]=i}};t.exports=r}),T=E((e,t)=>{var r=K();t.exports=i;var n=()=>1;function i(s,a,l,u){var c=function(d){return s.outEdges(d)};return o(s,String(a),l||n,u||c)}function o(s,a,l,u){var c={},d=new r,h,f,m=function(p){var w=p.v!==h?p.v:p.w,b=c[w],g=l(p),I=f.distance+g;if(g<0)throw new Error(\"dijkstra does not allow negative edge weights. Bad edge: \"+p+\" Weight: \"+g);I<b.distance&&(b.distance=I,b.predecessor=h,d.decrease(w,I))};for(s.nodes().forEach(function(p){var w=p===a?0:Number.POSITIVE_INFINITY;c[p]={distance:w},d.add(p,w)});d.size()>0&&(h=d.removeMin(),f=c[h],f.distance!==Number.POSITIVE_INFINITY);)u(h).forEach(m);return c}}),Xt=E((e,t)=>{var r=T();t.exports=n;function n(i,o,s){return i.nodes().reduce(function(a,l){return a[l]=r(i,l,o,s),a},{})}}),Ht=E((e,t)=>{t.exports=r;function r(i,o,s){if(i[o].predecessor!==void 0)throw new Error(\"Invalid source vertex\");if(i[s].predecessor===void 0&&s!==o)throw new Error(\"Invalid destination vertex\");return{weight:i[s].distance,path:n(i,o,s)}}function n(i,o,s){for(var a=[],l=s;l!==o;)a.push(l),l=i[l].predecessor;return a.push(o),a.reverse()}}),Q=E((e,t)=>{t.exports=r;function r(n){var i=0,o=[],s={},a=[];function l(u){var c=s[u]={onStack:!0,lowlink:i,index:i++};if(o.push(u),n.successors(u).forEach(function(f){Object.hasOwn(s,f)?s[f].onStack&&(c.lowlink=Math.min(c.lowlink,s[f].index)):(l(f),c.lowlink=Math.min(c.lowlink,s[f].lowlink))}),c.lowlink===c.index){var d=[],h;do h=o.pop(),s[h].onStack=!1,d.push(h);while(u!==h);a.push(d)}}return n.nodes().forEach(function(u){Object.hasOwn(s,u)||l(u)}),a}}),Ut=E((e,t)=>{var r=Q();t.exports=n;function n(i){return r(i).filter(function(o){return o.length>1||o.length===1&&i.hasEdge(o[0],o[0])})}}),Kt=E((e,t)=>{t.exports=n;var r=()=>1;function n(o,s,a){return i(o,s||r,a||function(l){return o.outEdges(l)})}function i(o,s,a){var l={},u=o.nodes();return u.forEach(function(c){l[c]={},l[c][c]={distance:0},u.forEach(function(d){c!==d&&(l[c][d]={distance:Number.POSITIVE_INFINITY})}),a(c).forEach(function(d){var h=d.v===c?d.w:d.v,f=s(d);l[c][h]={distance:f,predecessor:c}})}),u.forEach(function(c){var d=l[c];u.forEach(function(h){var f=l[h];u.forEach(function(m){var p=f[c],w=d[m],b=f[m],g=p.distance+w.distance;g<b.distance&&(b.distance=g,b.predecessor=w.predecessor)})})}),l}}),J=E((e,t)=>{function r(i){var o={},s={},a=[];function l(u){if(Object.hasOwn(s,u))throw new n;Object.hasOwn(o,u)||(s[u]=!0,o[u]=!0,i.predecessors(u).forEach(l),delete s[u],a.push(u))}if(i.sinks().forEach(l),Object.keys(o).length!==i.nodeCount())throw new n;return a}var n=class extends Error{constructor(){super(...arguments)}};t.exports=r,r.CycleException=n}),Qt=E((e,t)=>{var r=J();t.exports=n;function n(i){try{r(i)}catch(o){if(o instanceof r.CycleException)return!1;throw o}return!0}}),Z=E((e,t)=>{t.exports=r;function r(i,o,s,a,l){Array.isArray(o)||(o=[o]);var u=(i.isDirected()?i.successors:i.neighbors).bind(i),c={};return o.forEach(function(d){if(!i.hasNode(d))throw new Error(\"Graph does not have node: \"+d);l=n(i,d,s===\"post\",c,u,a,l)}),l}function n(i,o,s,a,l,u,c){return Object.hasOwn(a,o)||(a[o]=!0,s||(c=u(c,o)),l(o).forEach(function(d){c=n(i,d,s,a,l,u,c)}),s&&(c=u(c,o))),c}}),$=E((e,t)=>{var r=Z();t.exports=n;function n(i,o,s){return r(i,o,s,function(a,l){return a.push(l),a},[])}}),Jt=E((e,t)=>{var r=$();t.exports=n;function n(i,o){return r(i,o,\"post\")}}),Zt=E((e,t)=>{var r=$();t.exports=n;function n(i,o){return r(i,o,\"pre\")}}),$t=E((e,t)=>{var r=R(),n=K();t.exports=i;function i(o,s){var a=new r,l={},u=new n,c;function d(f){var m=f.v===c?f.w:f.v,p=u.priority(m);if(p!==void 0){var w=s(f);w<p&&(l[m]=c,u.decrease(m,w))}}if(o.nodeCount()===0)return a;o.nodes().forEach(function(f){u.add(f,Number.POSITIVE_INFINITY),a.setNode(f)}),u.decrease(o.nodes()[0],0);for(var h=!1;u.size()>0;){if(c=u.removeMin(),Object.hasOwn(l,c))a.setEdge(c,l[c]);else{if(h)throw new Error(\"Input graph is not connected: \"+o);h=!0}o.nodeEdges(c).forEach(d)}return a}}),er=E((e,t)=>{var r=T(),n=U();t.exports=i;function i(s,a,l,u){return o(s,a,l,u||function(c){return s.outEdges(c)})}function o(s,a,l,u){if(l===void 0)return r(s,a,l,u);for(var c=!1,d=s.nodes(),h=0;h<d.length;h++){for(var f=u(d[h]),m=0;m<f.length;m++){var p=f[m],w=p.v===d[h]?p.v:p.w,b=w===p.v?p.w:p.v;l({v:w,w:b})<0&&(c=!0)}if(c)return n(s,a,l,u)}return r(s,a,l,u)}}),tr=E((e,t)=>{t.exports={bellmanFord:U(),components:zt(),dijkstra:T(),dijkstraAll:Xt(),extractPath:Ht(),findCycles:Ut(),floydWarshall:Kt(),isAcyclic:Qt(),postorder:Jt(),preorder:Zt(),prim:$t(),shortestPaths:er(),reduce:Z(),tarjan:Q(),topsort:J()}}),H=Bt();ee.exports={Graph:H.Graph,json:Wt(),alg:tr(),version:H.version}});var ne=v((Ai,re)=>{var S=class{constructor(){let t={};t._next=t._prev=t,this._sentinel=t}dequeue(){let t=this._sentinel,r=t._prev;if(r!==t)return te(r),r}enqueue(t){let r=this._sentinel;t._prev&&t._next&&te(t),t._next=r._next,r._next._prev=t,r._next=t,t._prev=r}toString(){let t=[],r=this._sentinel,n=r._prev;for(;n!==r;)t.push(JSON.stringify(n,rr)),n=n._prev;return\"[\"+t.join(\", \")+\"]\"}};function te(e){e._prev._next=e._next,e._next._prev=e._prev,delete e._next,delete e._prev}function rr(e,t){if(e!==\"_next\"&&e!==\"_prev\")return t}re.exports=S});var oe=v((Yi,ie)=>{var nr=y().Graph,ir=ne();ie.exports=sr;var or=()=>1;function sr(e,t){if(e.nodeCount()<=1)return[];let r=dr(e,t||or);return ar(r.graph,r.buckets,r.zeroIdx).flatMap(i=>e.outEdges(i.v,i.w))}function ar(e,t,r){let n=[],i=t[t.length-1],o=t[0],s;for(;e.nodeCount();){for(;s=o.dequeue();)P(e,t,r,s);for(;s=i.dequeue();)P(e,t,r,s);if(e.nodeCount()){for(let a=t.length-2;a>0;--a)if(s=t[a].dequeue(),s){n=n.concat(P(e,t,r,s,!0));break}}}return n}function P(e,t,r,n,i){let o=i?[]:void 0;return e.inEdges(n.v).forEach(s=>{let a=e.edge(s),l=e.node(s.v);i&&o.push({v:s.v,w:s.w}),l.out-=a,F(t,r,l)}),e.outEdges(n.v).forEach(s=>{let a=e.edge(s),l=s.w,u=e.node(l);u.in-=a,F(t,r,u)}),e.removeNode(n.v),o}function dr(e,t){let r=new nr,n=0,i=0;e.nodes().forEach(a=>{r.setNode(a,{v:a,in:0,out:0})}),e.edges().forEach(a=>{let l=r.edge(a.v,a.w)||0,u=t(a),c=l+u;r.setEdge(a.v,a.w,c),i=Math.max(i,r.node(a.v).out+=u),n=Math.max(n,r.node(a.w).in+=u)});let o=lr(i+n+3).map(()=>new ir),s=n+1;return r.nodes().forEach(a=>{F(o,s,r.node(a))}),{graph:r,buckets:o,zeroIdx:s}}function F(e,t,r){r.out?r.in?e[r.out-r.in+t].enqueue(r):e[e.length-1].enqueue(r):e[0].enqueue(r)}function lr(e){let t=[];for(let r=0;r<e;r++)t.push(r);return t}});var _=v((Bi,ce)=>{\"use strict\";var se=y().Graph;ce.exports={addBorderNode:vr,addDummyNode:ae,applyWithChunking:C,asNonCompoundGraph:hr,buildLayerMatrix:mr,intersectRect:pr,mapValues:Or,maxRank:le,normalizeRanks:wr,notime:kr,partition:Er,pick:xr,predecessorWeights:fr,range:he,removeEmptyRanks:br,simplify:ur,successorWeights:cr,time:_r,uniqueId:ue,zipObject:D};function ae(e,t,r,n){for(var i=n;e.hasNode(i);)i=ue(n);return r.dummy=t,e.setNode(i,r),i}function ur(e){let t=new se().setGraph(e.graph());return e.nodes().forEach(r=>t.setNode(r,e.node(r))),e.edges().forEach(r=>{let n=t.edge(r.v,r.w)||{weight:0,minlen:1},i=e.edge(r);t.setEdge(r.v,r.w,{weight:n.weight+i.weight,minlen:Math.max(n.minlen,i.minlen)})}),t}function hr(e){let t=new se({multigraph:e.isMultigraph()}).setGraph(e.graph());return e.nodes().forEach(r=>{e.children(r).length||t.setNode(r,e.node(r))}),e.edges().forEach(r=>{t.setEdge(r,e.edge(r))}),t}function cr(e){let t=e.nodes().map(r=>{let n={};return e.outEdges(r).forEach(i=>{n[i.w]=(n[i.w]||0)+e.edge(i).weight}),n});return D(e.nodes(),t)}function fr(e){let t=e.nodes().map(r=>{let n={};return e.inEdges(r).forEach(i=>{n[i.v]=(n[i.v]||0)+e.edge(i).weight}),n});return D(e.nodes(),t)}function pr(e,t){let r=e.x,n=e.y,i=t.x-r,o=t.y-n,s=e.width/2,a=e.height/2;if(!i&&!o)throw new Error(\"Not possible to find intersection inside of the rectangle\");let l,u;return Math.abs(o)*s>Math.abs(i)*a?(o<0&&(a=-a),l=a*i/o,u=a):(i<0&&(s=-s),l=s,u=s*o/i),{x:r+l,y:n+u}}function mr(e){let t=he(le(e)+1).map(()=>[]);return e.nodes().forEach(r=>{let n=e.node(r),i=n.rank;i!==void 0&&(t[i][n.order]=r)}),t}function wr(e){let t=e.nodes().map(n=>{let i=e.node(n).rank;return i===void 0?Number.MAX_VALUE:i}),r=C(Math.min,t);e.nodes().forEach(n=>{let i=e.node(n);Object.hasOwn(i,\"rank\")&&(i.rank-=r)})}function br(e){let t=e.nodes().map(s=>e.node(s).rank).filter(s=>s!==void 0),r=C(Math.min,t),n=[];e.nodes().forEach(s=>{let a=e.node(s).rank-r;n[a]||(n[a]=[]),n[a].push(s)});let i=0,o=e.graph().nodeRankFactor;Array.from(n).forEach((s,a)=>{s===void 0&&a%o!==0?--i:s!==void 0&&i&&s.forEach(l=>e.node(l).rank+=i)})}function vr(e,t,r,n){let i={width:0,height:0};return arguments.length>=4&&(i.rank=r,i.order=n),ae(e,\"border\",i,t)}function gr(e,t=de){let r=[];for(let n=0;n<e.length;n+=t){let i=e.slice(n,n+t);r.push(i)}return r}var de=65535;function C(e,t){if(t.length>de){let r=gr(t);return e.apply(null,r.map(n=>e.apply(null,n)))}else return e.apply(null,t)}function le(e){let r=e.nodes().map(n=>{let i=e.node(n).rank;return i===void 0?Number.MIN_VALUE:i});return C(Math.max,r)}function Er(e,t){let r={lhs:[],rhs:[]};return e.forEach(n=>{t(n)?r.lhs.push(n):r.rhs.push(n)}),r}function _r(e,t){let r=Date.now();try{return t()}finally{console.log(e+\" time: \"+(Date.now()-r)+\"ms\")}}function kr(e,t){return t()}var yr=0;function ue(e){var t=++yr;return e+(\"\"+t)}function he(e,t,r=1){t==null&&(t=e,e=0);let n=o=>o<t;r<0&&(n=o=>t<o);let i=[];for(let o=e;n(o);o+=r)i.push(o);return i}function xr(e,t){let r={};for(let n of t)e[n]!==void 0&&(r[n]=e[n]);return r}function Or(e,t){let r=t;return typeof t==\"string\"&&(r=n=>n[t]),Object.entries(e).reduce((n,[i,o])=>(n[i]=r(o,i),n),{})}function D(e,t){return e.reduce((r,n,i)=>(r[n]=t[i],r),{})}});var pe=v((Wi,fe)=>{\"use strict\";var Nr=oe(),Ir=_().uniqueId;fe.exports={run:jr,undo:Lr};function jr(e){(e.graph().acyclicer===\"greedy\"?Nr(e,r(e)):Cr(e)).forEach(n=>{let i=e.edge(n);e.removeEdge(n),i.forwardName=n.name,i.reversed=!0,e.setEdge(n.w,n.v,i,Ir(\"rev\"))});function r(n){return i=>n.edge(i).weight}}function Cr(e){let t=[],r={},n={};function i(o){Object.hasOwn(n,o)||(n[o]=!0,r[o]=!0,e.outEdges(o).forEach(s=>{Object.hasOwn(r,s.w)?t.push(s):i(s.w)}),delete r[o])}return e.nodes().forEach(i),t}function Lr(e){e.edges().forEach(t=>{let r=e.edge(t);if(r.reversed){e.removeEdge(t);let n=r.forwardName;delete r.reversed,delete r.forwardName,e.setEdge(t.w,t.v,r,n)}})}});var we=v((zi,me)=>{\"use strict\";var qr=_();me.exports={run:Mr,undo:Tr};function Mr(e){e.graph().dummyChains=[],e.edges().forEach(t=>Rr(e,t))}function Rr(e,t){let r=t.v,n=e.node(r).rank,i=t.w,o=e.node(i).rank,s=t.name,a=e.edge(t),l=a.labelRank;if(o===n+1)return;e.removeEdge(t);let u,c,d;for(d=0,++n;n<o;++d,++n)a.points=[],c={width:0,height:0,edgeLabel:a,edgeObj:t,rank:n},u=qr.addDummyNode(e,\"edge\",c,\"_d\"),n===l&&(c.width=a.width,c.height=a.height,c.dummy=\"edge-label\",c.labelpos=a.labelpos),e.setEdge(r,u,{weight:a.weight},s),d===0&&e.graph().dummyChains.push(u),r=u;e.setEdge(r,i,{weight:a.weight},s)}function Tr(e){e.graph().dummyChains.forEach(t=>{let r=e.node(t),n=r.edgeLabel,i;for(e.setEdge(r.edgeObj,n);r.dummy;)i=e.successors(t)[0],e.removeNode(t),n.points.push({x:r.x,y:r.y}),r.dummy===\"edge-label\"&&(n.x=r.x,n.y=r.y,n.width=r.width,n.height=r.height),t=i,r=e.node(t)})}});var j=v((Xi,be)=>{\"use strict\";var{applyWithChunking:Sr}=_();be.exports={longestPath:Pr,slack:Fr};function Pr(e){var t={};function r(n){var i=e.node(n);if(Object.hasOwn(t,n))return i.rank;t[n]=!0;let o=e.outEdges(n).map(a=>a==null?Number.POSITIVE_INFINITY:r(a.w)-e.edge(a).minlen);var s=Sr(Math.min,o);return s===Number.POSITIVE_INFINITY&&(s=0),i.rank=s}e.sources().forEach(r)}function Fr(e,t){return e.node(t.w).rank-e.node(t.v).rank-e.edge(t).minlen}});var G=v((Hi,ve)=>{\"use strict\";var Dr=y().Graph,L=j().slack;ve.exports=Gr;function Gr(e){var t=new Dr({directed:!1}),r=e.nodes()[0],n=e.nodeCount();t.setNode(r,{});for(var i,o;Vr(t,e)<n;)i=Ar(t,e),o=t.hasNode(i.v)?L(e,i):-L(e,i),Yr(t,e,o);return t}function Vr(e,t){function r(n){t.nodeEdges(n).forEach(i=>{var o=i.v,s=n===o?i.w:o;!e.hasNode(s)&&!L(t,i)&&(e.setNode(s,{}),e.setEdge(n,s,{}),r(s))})}return e.nodes().forEach(r),e.nodeCount()}function Ar(e,t){return t.edges().reduce((n,i)=>{let o=Number.POSITIVE_INFINITY;return e.hasNode(i.v)!==e.hasNode(i.w)&&(o=L(t,i)),o<n[0]?[o,i]:n},[Number.POSITIVE_INFINITY,null])[1]}function Yr(e,t,r){e.nodes().forEach(n=>t.node(n).rank+=r)}});var Ie=v((Ui,Ne)=>{\"use strict\";var Br=G(),ge=j().slack,Wr=j().longestPath,zr=y().alg.preorder,Xr=y().alg.postorder,Hr=_().simplify;Ne.exports=N;N.initLowLimValues=A;N.initCutValues=V;N.calcCutValue=_e;N.leaveEdge=ye;N.enterEdge=xe;N.exchangeEdges=Oe;function N(e){e=Hr(e),Wr(e);var t=Br(e);A(t),V(t,e);for(var r,n;r=ye(t);)n=xe(t,e,r),Oe(t,e,r,n)}function V(e,t){var r=Xr(e,e.nodes());r=r.slice(0,r.length-1),r.forEach(n=>Ur(e,t,n))}function Ur(e,t,r){var n=e.node(r),i=n.parent;e.edge(r,i).cutvalue=_e(e,t,r)}function _e(e,t,r){var n=e.node(r),i=n.parent,o=!0,s=t.edge(r,i),a=0;return s||(o=!1,s=t.edge(i,r)),a=s.weight,t.nodeEdges(r).forEach(l=>{var u=l.v===r,c=u?l.w:l.v;if(c!==i){var d=u===o,h=t.edge(l).weight;if(a+=d?h:-h,Qr(e,r,c)){var f=e.edge(r,c).cutvalue;a+=d?-f:f}}}),a}function A(e,t){arguments.length<2&&(t=e.nodes()[0]),ke(e,{},1,t)}function ke(e,t,r,n,i){var o=r,s=e.node(n);return t[n]=!0,e.neighbors(n).forEach(a=>{Object.hasOwn(t,a)||(r=ke(e,t,r,a,n))}),s.low=o,s.lim=r++,i?s.parent=i:delete s.parent,r}function ye(e){return e.edges().find(t=>e.edge(t).cutvalue<0)}function xe(e,t,r){var n=r.v,i=r.w;t.hasEdge(n,i)||(n=r.w,i=r.v);var o=e.node(n),s=e.node(i),a=o,l=!1;o.lim>s.lim&&(a=s,l=!0);var u=t.edges().filter(c=>l===Ee(e,e.node(c.v),a)&&l!==Ee(e,e.node(c.w),a));return u.reduce((c,d)=>ge(t,d)<ge(t,c)?d:c)}function Oe(e,t,r,n){var i=r.v,o=r.w;e.removeEdge(i,o),e.setEdge(n.v,n.w,{}),A(e),V(e,t),Kr(e,t)}function Kr(e,t){var r=e.nodes().find(i=>!t.node(i).parent),n=zr(e,r);n=n.slice(1),n.forEach(i=>{var o=e.node(i).parent,s=t.edge(i,o),a=!1;s||(s=t.edge(o,i),a=!0),t.node(i).rank=t.node(o).rank+(a?s.minlen:-s.minlen)})}function Qr(e,t,r){return e.hasEdge(t,r)}function Ee(e,t,r){return r.low<=t.lim&&t.lim<=r.lim}});var qe=v((Ki,Le)=>{\"use strict\";var Jr=j(),Ce=Jr.longestPath,Zr=G(),$r=Ie();Le.exports=en;function en(e){var t=e.graph().ranker;if(t instanceof Function)return t(e);switch(e.graph().ranker){case\"network-simplex\":je(e);break;case\"tight-tree\":rn(e);break;case\"longest-path\":tn(e);break;case\"none\":break;default:je(e)}}var tn=Ce;function rn(e){Ce(e),Zr(e)}function je(e){$r(e)}});var Re=v((Qi,Me)=>{Me.exports=nn;function nn(e){let t=sn(e);e.graph().dummyChains.forEach(r=>{let n=e.node(r),i=n.edgeObj,o=on(e,t,i.v,i.w),s=o.path,a=o.lca,l=0,u=s[l],c=!0;for(;r!==i.w;){if(n=e.node(r),c){for(;(u=s[l])!==a&&e.node(u).maxRank<n.rank;)l++;u===a&&(c=!1)}if(!c){for(;l<s.length-1&&e.node(u=s[l+1]).minRank<=n.rank;)l++;u=s[l]}e.setParent(r,u),r=e.successors(r)[0]}})}function on(e,t,r,n){let i=[],o=[],s=Math.min(t[r].low,t[n].low),a=Math.max(t[r].lim,t[n].lim),l,u;l=r;do l=e.parent(l),i.push(l);while(l&&(t[l].low>s||a>t[l].lim));for(u=l,l=n;(l=e.parent(l))!==u;)o.push(l);return{path:i.concat(o.reverse()),lca:u}}function sn(e){let t={},r=0;function n(i){let o=r;e.children(i).forEach(n),t[i]={low:o,lim:r++}}return e.children().forEach(n),t}});var Pe=v((Ji,Se)=>{var q=_();Se.exports={run:an,cleanup:un};function an(e){let t=q.addDummyNode(e,\"root\",{},\"_root\"),r=dn(e),n=Object.values(r),i=q.applyWithChunking(Math.max,n)-1,o=2*i+1;e.graph().nestingRoot=t,e.edges().forEach(a=>e.edge(a).minlen*=o);let s=ln(e)+1;e.children().forEach(a=>Te(e,t,o,s,i,r,a)),e.graph().nodeRankFactor=o}function Te(e,t,r,n,i,o,s){let a=e.children(s);if(!a.length){s!==t&&e.setEdge(t,s,{weight:0,minlen:r});return}let l=q.addBorderNode(e,\"_bt\"),u=q.addBorderNode(e,\"_bb\"),c=e.node(s);e.setParent(l,s),c.borderTop=l,e.setParent(u,s),c.borderBottom=u,a.forEach(d=>{Te(e,t,r,n,i,o,d);let h=e.node(d),f=h.borderTop?h.borderTop:d,m=h.borderBottom?h.borderBottom:d,p=h.borderTop?n:2*n,w=f!==m?1:i-o[s]+1;e.setEdge(l,f,{weight:p,minlen:w,nestingEdge:!0}),e.setEdge(m,u,{weight:p,minlen:w,nestingEdge:!0})}),e.parent(s)||e.setEdge(t,l,{weight:0,minlen:i+o[s]})}function dn(e){var t={};function r(n,i){var o=e.children(n);o&&o.length&&o.forEach(s=>r(s,i+1)),t[n]=i}return e.children().forEach(n=>r(n,1)),t}function ln(e){return e.edges().reduce((t,r)=>t+e.edge(r).weight,0)}function un(e){var t=e.graph();e.removeNode(t.nestingRoot),delete t.nestingRoot,e.edges().forEach(r=>{var n=e.edge(r);n.nestingEdge&&e.removeEdge(r)})}});var Ge=v((Zi,De)=>{var hn=_();De.exports=cn;function cn(e){function t(r){let n=e.children(r),i=e.node(r);if(n.length&&n.forEach(t),Object.hasOwn(i,\"minRank\")){i.borderLeft=[],i.borderRight=[];for(let o=i.minRank,s=i.maxRank+1;o<s;++o)Fe(e,\"borderLeft\",\"_bl\",r,i,o),Fe(e,\"borderRight\",\"_br\",r,i,o)}}e.children().forEach(t)}function Fe(e,t,r,n,i,o){let s={width:0,height:0,rank:o,borderType:t},a=i[t][o-1],l=hn.addDummyNode(e,\"border\",s,r);i[t][o]=l,e.setParent(l,n),a&&e.setEdge(a,l,{weight:1})}});var Be=v(($i,Ye)=>{\"use strict\";Ye.exports={adjust:fn,undo:pn};function fn(e){let t=e.graph().rankdir.toLowerCase();(t===\"lr\"||t===\"rl\")&&Ae(e)}function pn(e){let t=e.graph().rankdir.toLowerCase();(t===\"bt\"||t===\"rl\")&&mn(e),(t===\"lr\"||t===\"rl\")&&(wn(e),Ae(e))}function Ae(e){e.nodes().forEach(t=>Ve(e.node(t))),e.edges().forEach(t=>Ve(e.edge(t)))}function Ve(e){let t=e.width;e.width=e.height,e.height=t}function mn(e){e.nodes().forEach(t=>Y(e.node(t))),e.edges().forEach(t=>{let r=e.edge(t);r.points.forEach(Y),Object.hasOwn(r,\"y\")&&Y(r)})}function Y(e){e.y=-e.y}function wn(e){e.nodes().forEach(t=>B(e.node(t))),e.edges().forEach(t=>{let r=e.edge(t);r.points.forEach(B),Object.hasOwn(r,\"x\")&&B(r)})}function B(e){let t=e.x;e.x=e.y,e.y=t}});var Xe=v((eo,ze)=>{\"use strict\";var We=_();ze.exports=bn;function bn(e){let t={},r=e.nodes().filter(l=>!e.children(l).length),n=r.map(l=>e.node(l).rank),i=We.applyWithChunking(Math.max,n),o=We.range(i+1).map(()=>[]);function s(l){if(t[l])return;t[l]=!0;let u=e.node(l);o[u.rank].push(l),e.successors(l).forEach(s)}return r.sort((l,u)=>e.node(l).rank-e.node(u).rank).forEach(s),o}});var Ue=v((to,He)=>{\"use strict\";var vn=_().zipObject;He.exports=gn;function gn(e,t){let r=0;for(let n=1;n<t.length;++n)r+=En(e,t[n-1],t[n]);return r}function En(e,t,r){let n=vn(r,r.map((u,c)=>c)),i=t.flatMap(u=>e.outEdges(u).map(c=>({pos:n[c.w],weight:e.edge(c).weight})).sort((c,d)=>c.pos-d.pos)),o=1;for(;o<r.length;)o<<=1;let s=2*o-1;o-=1;let a=new Array(s).fill(0),l=0;return i.forEach(u=>{let c=u.pos+o;a[c]+=u.weight;let d=0;for(;c>0;)c%2&&(d+=a[c+1]),c=c-1>>1,a[c]+=u.weight;l+=u.weight*d}),l}});var Qe=v((ro,Ke)=>{Ke.exports=_n;function _n(e,t=[]){return t.map(r=>{let n=e.inEdges(r);if(n.length){let i=n.reduce((o,s)=>{let a=e.edge(s),l=e.node(s.v);return{sum:o.sum+a.weight*l.order,weight:o.weight+a.weight}},{sum:0,weight:0});return{v:r,barycenter:i.sum/i.weight,weight:i.weight}}else return{v:r}})}});var Ze=v((no,Je)=>{\"use strict\";var kn=_();Je.exports=yn;function yn(e,t){let r={};e.forEach((i,o)=>{let s=r[i.v]={indegree:0,in:[],out:[],vs:[i.v],i:o};i.barycenter!==void 0&&(s.barycenter=i.barycenter,s.weight=i.weight)}),t.edges().forEach(i=>{let o=r[i.v],s=r[i.w];o!==void 0&&s!==void 0&&(s.indegree++,o.out.push(r[i.w]))});let n=Object.values(r).filter(i=>!i.indegree);return xn(n)}function xn(e){let t=[];function r(i){return o=>{o.merged||(o.barycenter===void 0||i.barycenter===void 0||o.barycenter>=i.barycenter)&&On(i,o)}}function n(i){return o=>{o.in.push(i),--o.indegree===0&&e.push(o)}}for(;e.length;){let i=e.pop();t.push(i),i.in.reverse().forEach(r(i)),i.out.forEach(n(i))}return t.filter(i=>!i.merged).map(i=>kn.pick(i,[\"vs\",\"i\",\"barycenter\",\"weight\"]))}function On(e,t){let r=0,n=0;e.weight&&(r+=e.barycenter*e.weight,n+=e.weight),t.weight&&(r+=t.barycenter*t.weight,n+=t.weight),e.vs=t.vs.concat(e.vs),e.barycenter=r/n,e.weight=n,e.i=Math.min(t.i,e.i),t.merged=!0}});var tt=v((io,et)=>{var Nn=_();et.exports=In;function In(e,t){let r=Nn.partition(e,c=>Object.hasOwn(c,\"barycenter\")),n=r.lhs,i=r.rhs.sort((c,d)=>d.i-c.i),o=[],s=0,a=0,l=0;n.sort(jn(!!t)),l=$e(o,i,l),n.forEach(c=>{l+=c.vs.length,o.push(c.vs),s+=c.barycenter*c.weight,a+=c.weight,l=$e(o,i,l)});let u={vs:o.flat(!0)};return a&&(u.barycenter=s/a,u.weight=a),u}function $e(e,t,r){let n;for(;t.length&&(n=t[t.length-1]).i<=r;)t.pop(),e.push(n.vs),r++;return r}function jn(e){return(t,r)=>t.barycenter<r.barycenter?-1:t.barycenter>r.barycenter?1:e?r.i-t.i:t.i-r.i}});var it=v((oo,nt)=>{var Cn=Qe(),Ln=Ze(),qn=tt();nt.exports=rt;function rt(e,t,r,n){let i=e.children(t),o=e.node(t),s=o?o.borderLeft:void 0,a=o?o.borderRight:void 0,l={};s&&(i=i.filter(h=>h!==s&&h!==a));let u=Cn(e,i);u.forEach(h=>{if(e.children(h.v).length){let f=rt(e,h.v,r,n);l[h.v]=f,Object.hasOwn(f,\"barycenter\")&&Rn(h,f)}});let c=Ln(u,r);Mn(c,l);let d=qn(c,n);if(s&&(d.vs=[s,d.vs,a].flat(!0),e.predecessors(s).length)){let h=e.node(e.predecessors(s)[0]),f=e.node(e.predecessors(a)[0]);Object.hasOwn(d,\"barycenter\")||(d.barycenter=0,d.weight=0),d.barycenter=(d.barycenter*d.weight+h.order+f.order)/(d.weight+2),d.weight+=2}return d}function Mn(e,t){e.forEach(r=>{r.vs=r.vs.flatMap(n=>t[n]?t[n].vs:n)})}function Rn(e,t){e.barycenter!==void 0?(e.barycenter=(e.barycenter*e.weight+t.barycenter*t.weight)/(e.weight+t.weight),e.weight+=t.weight):(e.barycenter=t.barycenter,e.weight=t.weight)}});var st=v((so,ot)=>{var Tn=y().Graph,Sn=_();ot.exports=Pn;function Pn(e,t,r,n){n||(n=e.nodes());let i=Fn(e),o=new Tn({compound:!0}).setGraph({root:i}).setDefaultNodeLabel(s=>e.node(s));return n.forEach(s=>{let a=e.node(s),l=e.parent(s);(a.rank===t||a.minRank<=t&&t<=a.maxRank)&&(o.setNode(s),o.setParent(s,l||i),e[r](s).forEach(u=>{let c=u.v===s?u.w:u.v,d=o.edge(c,s),h=d!==void 0?d.weight:0;o.setEdge(c,s,{weight:e.edge(u).weight+h})}),Object.hasOwn(a,\"minRank\")&&o.setNode(s,{borderLeft:a.borderLeft[t],borderRight:a.borderRight[t]}))}),o}function Fn(e){for(var t;e.hasNode(t=Sn.uniqueId(\"_root\")););return t}});var dt=v((ao,at)=>{at.exports=Dn;function Dn(e,t,r){let n={},i;r.forEach(o=>{let s=e.parent(o),a,l;for(;s;){if(a=e.parent(s),a?(l=n[a],n[a]=s):(l=i,i=s),l&&l!==s){t.setEdge(l,s);return}s=a}})}});var ft=v((lo,ct)=>{\"use strict\";var Gn=Xe(),Vn=Ue(),An=it(),Yn=st(),Bn=dt(),Wn=y().Graph,M=_();ct.exports=ht;function ht(e,t={}){if(typeof t.customOrder==\"function\"){t.customOrder(e,ht);return}let r=M.maxRank(e),n=lt(e,M.range(1,r+1),\"inEdges\"),i=lt(e,M.range(r-1,-1,-1),\"outEdges\"),o=Gn(e);if(ut(e,o),t.disableOptimalOrderHeuristic)return;let s=Number.POSITIVE_INFINITY,a,l=t.constraints||[];for(let u=0,c=0;c<4;++u,++c){zn(u%2?n:i,u%4>=2,l),o=M.buildLayerMatrix(e);let d=Vn(e,o);d<s?(c=0,a=Object.assign({},o),s=d):d===s&&(a=structuredClone(o))}ut(e,a)}function lt(e,t,r){let n=new Map,i=(o,s)=>{n.has(o)||n.set(o,[]),n.get(o).push(s)};for(let o of e.nodes()){let s=e.node(o);if(typeof s.rank==\"number\"&&i(s.rank,o),typeof s.minRank==\"number\"&&typeof s.maxRank==\"number\")for(let a=s.minRank;a<=s.maxRank;a++)a!==s.rank&&i(a,o)}return t.map(function(o){return Yn(e,o,r,n.get(o)||[])})}function zn(e,t,r){let n=new Wn;e.forEach(function(i){r.forEach(a=>n.setEdge(a.left,a.right));let o=i.graph().root,s=An(i,o,n,t);s.vs.forEach((a,l)=>i.node(a).order=l),Bn(i,n,s.vs)})}function ut(e,t){Object.values(t).forEach(r=>r.forEach((n,i)=>e.node(n).order=i))}});var yt=v((uo,kt)=>{\"use strict\";var Xn=y().Graph,O=_();kt.exports={positionX:Kn,findType1Conflicts:pt,findType2Conflicts:mt,addConflict:W,hasConflict:wt,verticalAlignment:bt,horizontalCompaction:vt,alignCoordinates:Et,findSmallestWidthAlignment:gt,balance:_t};function pt(e,t){let r={};function n(i,o){let s=0,a=0,l=i.length,u=o[o.length-1];return o.forEach((c,d)=>{let h=Hn(e,c),f=h?e.node(h).order:l;(h||c===u)&&(o.slice(a,d+1).forEach(m=>{e.predecessors(m).forEach(p=>{let w=e.node(p),b=w.order;(b<s||f<b)&&!(w.dummy&&e.node(m).dummy)&&W(r,p,m)})}),a=d+1,s=f)}),o}return t.length&&t.reduce(n),r}function mt(e,t){let r={};function n(o,s,a,l,u){let c;O.range(s,a).forEach(d=>{c=o[d],e.node(c).dummy&&e.predecessors(c).forEach(h=>{let f=e.node(h);f.dummy&&(f.order<l||f.order>u)&&W(r,h,c)})})}function i(o,s){let a=-1,l,u=0;return s.forEach((c,d)=>{if(e.node(c).dummy===\"border\"){let h=e.predecessors(c);h.length&&(l=e.node(h[0]).order,n(s,u,d,a,l),u=d,a=l)}n(s,u,s.length,l,o.length)}),s}return t.length&&t.reduce(i),r}function Hn(e,t){if(e.node(t).dummy)return e.predecessors(t).find(r=>e.node(r).dummy)}function W(e,t,r){if(t>r){let i=t;t=r,r=i}let n=e[t];n||(e[t]=n={}),n[r]=!0}function wt(e,t,r){if(t>r){let n=t;t=r,r=n}return!!e[t]&&Object.hasOwn(e[t],r)}function bt(e,t,r,n){let i={},o={},s={};return t.forEach(a=>{a.forEach((l,u)=>{i[l]=l,o[l]=l,s[l]=u})}),t.forEach(a=>{let l=-1;a.forEach(u=>{let c=n(u);if(c.length){c=c.sort((h,f)=>s[h]-s[f]);let d=(c.length-1)/2;for(let h=Math.floor(d),f=Math.ceil(d);h<=f;++h){let m=c[h];o[u]===u&&l<s[m]&&!wt(r,u,m)&&(o[m]=u,o[u]=i[u]=i[m],l=s[m])}}})}),{root:i,align:o}}function vt(e,t,r,n,i){let o={},s=Un(e,t,r,i),a=i?\"borderLeft\":\"borderRight\";function l(d,h){let f=s.nodes().slice(),m={},p=f.pop();for(;p;){if(m[p])d(p);else{m[p]=!0,f.push(p);for(let w of h(p))f.push(w)}p=f.pop()}}function u(d){o[d]=s.inEdges(d).reduce((h,f)=>Math.max(h,o[f.v]+s.edge(f)),0)}function c(d){let h=s.outEdges(d).reduce((m,p)=>Math.min(m,o[p.w]-s.edge(p)),Number.POSITIVE_INFINITY),f=e.node(d);h!==Number.POSITIVE_INFINITY&&f.borderType!==a&&(o[d]=Math.max(o[d],h))}return l(u,s.predecessors.bind(s)),l(c,s.successors.bind(s)),Object.keys(n).forEach(d=>o[d]=o[r[d]]),o}function Un(e,t,r,n){let i=new Xn,o=e.graph(),s=Qn(o.nodesep,o.edgesep,n);return t.forEach(a=>{let l;a.forEach(u=>{let c=r[u];if(i.setNode(c),l){var d=r[l],h=i.edge(d,c);i.setEdge(d,c,Math.max(s(e,u,l),h||0))}l=u})}),i}function gt(e,t){return Object.values(t).reduce((r,n)=>{let i=Number.NEGATIVE_INFINITY,o=Number.POSITIVE_INFINITY;Object.entries(n).forEach(([a,l])=>{let u=Jn(e,a)/2;i=Math.max(l+u,i),o=Math.min(l-u,o)});let s=i-o;return s<r[0]&&(r=[s,n]),r},[Number.POSITIVE_INFINITY,null])[1]}function Et(e,t){let r=Object.values(t),n=O.applyWithChunking(Math.min,r),i=O.applyWithChunking(Math.max,r);[\"u\",\"d\"].forEach(o=>{[\"l\",\"r\"].forEach(s=>{let a=o+s,l=e[a];if(l===t)return;let u=Object.values(l),c=n-O.applyWithChunking(Math.min,u);s!==\"l\"&&(c=i-O.applyWithChunking(Math.max,u)),c&&(e[a]=O.mapValues(l,d=>d+c))})})}function _t(e,t){return O.mapValues(e.ul,(r,n)=>{if(t)return e[t.toLowerCase()][n];{let i=Object.values(e).map(o=>o[n]).sort((o,s)=>o-s);return(i[1]+i[2])/2}})}function Kn(e){let t=O.buildLayerMatrix(e),r=Object.assign(pt(e,t),mt(e,t)),n={},i;[\"u\",\"d\"].forEach(s=>{i=s===\"u\"?t:Object.values(t).reverse(),[\"l\",\"r\"].forEach(a=>{a===\"r\"&&(i=i.map(d=>Object.values(d).reverse()));let l=(s===\"u\"?e.predecessors:e.successors).bind(e),u=bt(e,i,r,l),c=vt(e,i,u.root,u.align,a===\"r\");a===\"r\"&&(c=O.mapValues(c,d=>-d)),n[s+a]=c})});let o=gt(e,n);return Et(n,o),_t(n,e.graph().align)}function Qn(e,t,r){return(n,i,o)=>{let s=n.node(i),a=n.node(o),l=0,u;if(l+=s.width/2,Object.hasOwn(s,\"labelpos\"))switch(s.labelpos.toLowerCase()){case\"l\":u=-s.width/2;break;case\"r\":u=s.width/2;break}if(u&&(l+=r?u:-u),u=0,l+=(s.dummy?t:e)/2,l+=(a.dummy?t:e)/2,l+=a.width/2,Object.hasOwn(a,\"labelpos\"))switch(a.labelpos.toLowerCase()){case\"l\":u=a.width/2;break;case\"r\":u=-a.width/2;break}return u&&(l+=r?u:-u),u=0,l}}function Jn(e,t){return e.node(t).width}});var Nt=v((ho,Ot)=>{\"use strict\";var xt=_(),Zn=yt().positionX;Ot.exports=$n;function $n(e){e=xt.asNonCompoundGraph(e),ei(e),Object.entries(Zn(e)).forEach(([t,r])=>e.node(t).x=r)}function ei(e){let t=xt.buildLayerMatrix(e),r=e.graph().ranksep,n=e.graph().rankalign,i=0;t.forEach(o=>{let s=o.reduce((a,l)=>{let u=e.node(l).height;return a>u?a:u},0);o.forEach(a=>{let l=e.node(a);n===\"top\"?l.y=i+l.height/2:n===\"bottom\"?l.y=i+s-l.height/2:l.y=i+s/2}),i+=s+r})}});var Rt=v((co,Mt)=>{\"use strict\";var It=pe(),jt=we(),ti=qe(),ri=_().normalizeRanks,ni=Re(),ii=_().removeEmptyRanks,Ct=Pe(),oi=Ge(),Lt=Be(),si=ft(),ai=Nt(),x=_(),di=y().Graph;Mt.exports=li;function li(e,t={}){let r=t.debugTiming?x.time:x.notime;return r(\"layout\",()=>{let n=r(\" buildLayoutGraph\",()=>gi(e));return r(\" runLayout\",()=>ui(n,r,t)),r(\" updateInputGraph\",()=>hi(e,n)),n})}function ui(e,t,r){t(\" makeSpaceForEdgeLabels\",()=>Ei(e)),t(\" removeSelfEdges\",()=>Ci(e)),t(\" acyclic\",()=>It.run(e)),t(\" nestingGraph.run\",()=>Ct.run(e)),t(\" rank\",()=>ti(x.asNonCompoundGraph(e))),t(\" injectEdgeLabelProxies\",()=>_i(e)),t(\" removeEmptyRanks\",()=>ii(e)),t(\" nestingGraph.cleanup\",()=>Ct.cleanup(e)),t(\" normalizeRanks\",()=>ri(e)),t(\" assignRankMinMax\",()=>ki(e)),t(\" removeEdgeLabelProxies\",()=>yi(e)),t(\" normalize.run\",()=>jt.run(e)),t(\" parentDummyChains\",()=>ni(e)),t(\" addBorderSegments\",()=>oi(e)),t(\" order\",()=>si(e,r)),t(\" insertSelfEdges\",()=>Li(e)),t(\" adjustCoordinateSystem\",()=>Lt.adjust(e)),t(\" position\",()=>ai(e)),t(\" positionSelfEdges\",()=>qi(e)),t(\" removeBorderNodes\",()=>ji(e)),t(\" normalize.undo\",()=>jt.undo(e)),t(\" fixupEdgeLabelCoords\",()=>Ni(e)),t(\" undoCoordinateSystem\",()=>Lt.undo(e)),t(\" translateGraph\",()=>xi(e)),t(\" assignNodeIntersects\",()=>Oi(e)),t(\" reversePoints\",()=>Ii(e)),t(\" acyclic.undo\",()=>It.undo(e))}function hi(e,t){e.nodes().forEach(r=>{let n=e.node(r),i=t.node(r);n&&(n.x=i.x,n.y=i.y,n.order=i.order,n.rank=i.rank,t.children(r).length&&(n.width=i.width,n.height=i.height))}),e.edges().forEach(r=>{let n=e.edge(r),i=t.edge(r);n.points=i.points,Object.hasOwn(i,\"x\")&&(n.x=i.x,n.y=i.y)}),e.graph().width=t.graph().width,e.graph().height=t.graph().height}var ci=[\"nodesep\",\"edgesep\",\"ranksep\",\"marginx\",\"marginy\"],fi={ranksep:50,edgesep:20,nodesep:50,rankdir:\"tb\",rankalign:\"center\"},pi=[\"acyclicer\",\"ranker\",\"rankdir\",\"align\",\"rankalign\"],mi=[\"width\",\"height\",\"rank\"],qt={width:0,height:0},wi=[\"minlen\",\"weight\",\"width\",\"height\",\"labeloffset\"],bi={minlen:1,weight:1,width:0,height:0,labeloffset:10,labelpos:\"r\"},vi=[\"labelpos\"];function gi(e){let t=new di({multigraph:!0,compound:!0}),r=X(e.graph());return t.setGraph(Object.assign({},fi,z(r,ci),x.pick(r,pi))),e.nodes().forEach(n=>{let i=X(e.node(n)),o=z(i,mi);Object.keys(qt).forEach(s=>{o[s]===void 0&&(o[s]=qt[s])}),t.setNode(n,o),t.setParent(n,e.parent(n))}),e.edges().forEach(n=>{let i=X(e.edge(n));t.setEdge(n,Object.assign({},bi,z(i,wi),x.pick(i,vi)))}),t}function Ei(e){let t=e.graph();t.ranksep/=2,e.edges().forEach(r=>{let n=e.edge(r);n.minlen*=2,n.labelpos.toLowerCase()!==\"c\"&&(t.rankdir===\"TB\"||t.rankdir===\"BT\"?n.width+=n.labeloffset:n.height+=n.labeloffset)})}function _i(e){e.edges().forEach(t=>{let r=e.edge(t);if(r.width&&r.height){let n=e.node(t.v),o={rank:(e.node(t.w).rank-n.rank)/2+n.rank,e:t};x.addDummyNode(e,\"edge-proxy\",o,\"_ep\")}})}function ki(e){let t=0;e.nodes().forEach(r=>{let n=e.node(r);n.borderTop&&(n.minRank=e.node(n.borderTop).rank,n.maxRank=e.node(n.borderBottom).rank,t=Math.max(t,n.maxRank))}),e.graph().maxRank=t}function yi(e){e.nodes().forEach(t=>{let r=e.node(t);r.dummy===\"edge-proxy\"&&(e.edge(r.e).labelRank=r.rank,e.removeNode(t))})}function xi(e){let t=Number.POSITIVE_INFINITY,r=0,n=Number.POSITIVE_INFINITY,i=0,o=e.graph(),s=o.marginx||0,a=o.marginy||0;function l(u){let c=u.x,d=u.y,h=u.width,f=u.height;t=Math.min(t,c-h/2),r=Math.max(r,c+h/2),n=Math.min(n,d-f/2),i=Math.max(i,d+f/2)}e.nodes().forEach(u=>l(e.node(u))),e.edges().forEach(u=>{let c=e.edge(u);Object.hasOwn(c,\"x\")&&l(c)}),t-=s,n-=a,e.nodes().forEach(u=>{let c=e.node(u);c.x-=t,c.y-=n}),e.edges().forEach(u=>{let c=e.edge(u);c.points.forEach(d=>{d.x-=t,d.y-=n}),Object.hasOwn(c,\"x\")&&(c.x-=t),Object.hasOwn(c,\"y\")&&(c.y-=n)}),o.width=r-t+s,o.height=i-n+a}function Oi(e){e.edges().forEach(t=>{let r=e.edge(t),n=e.node(t.v),i=e.node(t.w),o,s;r.points?(o=r.points[0],s=r.points[r.points.length-1]):(r.points=[],o=i,s=n),r.points.unshift(x.intersectRect(n,o)),r.points.push(x.intersectRect(i,s))})}function Ni(e){e.edges().forEach(t=>{let r=e.edge(t);if(Object.hasOwn(r,\"x\"))switch((r.labelpos===\"l\"||r.labelpos===\"r\")&&(r.width-=r.labeloffset),r.labelpos){case\"l\":r.x-=r.width/2+r.labeloffset;break;case\"r\":r.x+=r.width/2+r.labeloffset;break}})}function Ii(e){e.edges().forEach(t=>{let r=e.edge(t);r.reversed&&r.points.reverse()})}function ji(e){e.nodes().forEach(t=>{if(e.children(t).length){let r=e.node(t),n=e.node(r.borderTop),i=e.node(r.borderBottom),o=e.node(r.borderLeft[r.borderLeft.length-1]),s=e.node(r.borderRight[r.borderRight.length-1]);r.width=Math.abs(s.x-o.x),r.height=Math.abs(i.y-n.y),r.x=o.x+r.width/2,r.y=n.y+r.height/2}}),e.nodes().forEach(t=>{e.node(t).dummy===\"border\"&&e.removeNode(t)})}function Ci(e){e.edges().forEach(t=>{if(t.v===t.w){var r=e.node(t.v);r.selfEdges||(r.selfEdges=[]),r.selfEdges.push({e:t,label:e.edge(t)}),e.removeEdge(t)}})}function Li(e){var t=x.buildLayerMatrix(e);t.forEach(r=>{var n=0;r.forEach((i,o)=>{var s=e.node(i);s.order=o+n,(s.selfEdges||[]).forEach(a=>{x.addDummyNode(e,\"selfedge\",{width:a.label.width,height:a.label.height,rank:s.rank,order:o+ ++n,e:a.e,label:a.label},\"_se\")}),delete s.selfEdges})})}function qi(e){e.nodes().forEach(t=>{var r=e.node(t);if(r.dummy===\"selfedge\"){var n=e.node(r.e.v),i=n.x+n.width/2,o=n.y,s=r.x-i,a=n.height/2;e.setEdge(r.e,r.label),e.removeNode(t),r.label.points=[{x:i+2*s/3,y:o-a},{x:i+5*s/6,y:o-a},{x:i+s,y:o},{x:i+5*s/6,y:o+a},{x:i+2*s/3,y:o+a}],r.label.x=r.x,r.label.y=r.y}})}function z(e,t){return x.mapValues(x.pick(e,t),Number)}function X(e){var t={};return e&&Object.entries(e).forEach(([r,n])=>{typeof r==\"string\"&&(r=r.toLowerCase()),t[r]=n}),t}});var St=v((fo,Tt)=>{var Mi=_(),Ri=y().Graph;Tt.exports={debugOrdering:Ti};function Ti(e){let t=Mi.buildLayerMatrix(e),r=new Ri({compound:!0,multigraph:!0}).setGraph({});return e.nodes().forEach(n=>{r.setNode(n,{label:n}),r.setParent(n,\"layer\"+e.node(n).rank)}),e.edges().forEach(n=>r.setEdge(n.v,n.w,{},n.name)),t.forEach((n,i)=>{let o=\"layer\"+i;r.setNode(o,{rank:\"same\"}),n.reduce((s,a)=>(r.setEdge(s,a,{style:\"invis\"}),a))}),r}});var Ft=v((po,Pt)=>{Pt.exports=\"2.0.4\"});var Si=v((mo,Dt)=>{Dt.exports={graphlib:y(),layout:Rt(),debug:St(),util:{time:_().time,notime:_().notime},version:Ft()}});export default Si();\n/*! For license information please see dagre.esm.js.LEGAL.txt */\n//# sourceMappingURL=dagre.esm.js.map\n","import { ControlCenter } from '@/components/features/control-center';\nimport { getFeatures, getAgentRun } from '@/lib/use-cases';\nimport { layoutWithDagre } from '@/lib/layout-with-dagre';\nimport {\n deriveNodeState,\n deriveProgress,\n} from '@/components/common/feature-node/derive-feature-state';\nimport type { CanvasNodeType } from '@/components/features/features-canvas';\nimport type { Edge } from '@xyflow/react';\nimport type { FeatureNodeData, FeatureLifecyclePhase } from '@/components/common/feature-node';\n\n/** Map domain SdlcLifecycle enum values to UI FeatureLifecyclePhase (1:1). */\nconst lifecycleMap: Record<string, FeatureLifecyclePhase> = {\n Requirements: 'requirements',\n Research: 'research',\n Implementation: 'implementation',\n Review: 'review',\n 'Deploy & QA': 'deploy',\n Maintain: 'maintain',\n};\n\nexport default async function HomePage() {\n const features = await getFeatures();\n\n // Load agent runs for all features in parallel (mirrors CLI feat ls)\n const agentRuns = await Promise.all(\n features.map((f) => (f.agentRunId ? getAgentRun(f.agentRunId) : Promise.resolve(null)))\n );\n\n // Group features by repository path\n const featuresByRepo: Record<string, { index: number; feature: (typeof features)[number] }[]> =\n {};\n features.forEach((f, i) => {\n const repoKey = f.repositoryPath;\n if (!featuresByRepo[repoKey]) {\n featuresByRepo[repoKey] = [];\n }\n featuresByRepo[repoKey].push({ index: i, feature: f });\n });\n\n const nodes: CanvasNodeType[] = [];\n const edges: Edge[] = [];\n\n Object.entries(featuresByRepo).forEach(([repoPath, repoFeatures]) => {\n const repoNodeId = `repo-${repoPath}`;\n const repoName = repoPath.split('/').pop() ?? repoPath;\n nodes.push({\n id: repoNodeId,\n type: 'repositoryNode',\n position: { x: 0, y: 0 },\n data: { name: repoName },\n });\n\n repoFeatures.forEach(({ index, feature }) => {\n const run = agentRuns[index];\n const lifecycle: FeatureLifecyclePhase = lifecycleMap[feature.lifecycle] ?? 'requirements';\n\n const nodeData: FeatureNodeData = {\n name: feature.name,\n description: feature.description ?? feature.slug,\n featureId: feature.id,\n lifecycle,\n state: deriveNodeState(feature, run),\n progress: deriveProgress(feature),\n ...(run?.agentType && { agentType: run.agentType as FeatureNodeData['agentType'] }),\n };\n\n const featureNodeId = `feat-${feature.id}`;\n nodes.push({\n id: featureNodeId,\n type: 'featureNode',\n position: { x: 0, y: 0 },\n data: nodeData,\n });\n\n edges.push({\n id: `edge-${repoNodeId}-${featureNodeId}`,\n source: repoNodeId,\n target: featureNodeId,\n style: { strokeDasharray: '5 5' },\n });\n });\n });\n\n // Use dagre LR layout for compact, automatic positioning\n const laid = layoutWithDagre(nodes, edges, {\n direction: 'LR',\n ranksep: 60,\n nodesep: 20,\n });\n\n return (\n <div className=\"h-screen w-full\">\n <ControlCenter initialNodes={laid.nodes} initialEdges={laid.edges} />\n </div>\n );\n}\n","import dagre from '@dagrejs/dagre';\nimport type { Edge, Node } from '@xyflow/react';\n\nexport type LayoutDirection = 'TB' | 'LR' | 'BT' | 'RL';\n\nexport interface LayoutOptions {\n /** Graph direction: top-bottom, left-right, etc. Default \"TB\" */\n direction?: LayoutDirection;\n /** Default node size when per-node size is unavailable */\n nodeSize?: { width: number; height: number };\n /** Vertical separation between ranks (default 80) */\n ranksep?: number;\n /** Horizontal separation between nodes in the same rank (default 30) */\n nodesep?: number;\n}\n\n/** Known node-type dimensions for the canvas node types */\nconst NODE_DIMENSIONS: Record<string, { width: number; height: number }> = {\n featureNode: { width: 288, height: 140 },\n repositoryNode: { width: 224, height: 50 },\n addRepositoryNode: { width: 224, height: 50 },\n};\n\nfunction getNodeSize(\n node: Node,\n defaultSize: { width: number; height: number }\n): { width: number; height: number } {\n // Prefer per-node size from data, then type-based lookup, then default\n const data = node.data as Record<string, unknown> | undefined;\n if (data && typeof data.width === 'number' && typeof data.height === 'number') {\n return { width: data.width, height: data.height };\n }\n return NODE_DIMENSIONS[node.type ?? ''] ?? defaultSize;\n}\n\nfunction getHandlePositions(direction: LayoutDirection) {\n switch (direction) {\n case 'LR':\n return { targetPosition: 'left' as const, sourcePosition: 'right' as const };\n case 'RL':\n return { targetPosition: 'right' as const, sourcePosition: 'left' as const };\n case 'BT':\n return { targetPosition: 'bottom' as const, sourcePosition: 'top' as const };\n case 'TB':\n default:\n return { targetPosition: 'top' as const, sourcePosition: 'bottom' as const };\n }\n}\n\n/**\n * Compute an automatic hierarchical layout for React Flow nodes and edges\n * using Dagre. Returns new node/edge arrays — never mutates the originals.\n *\n * Disconnected nodes (no edges) are placed below the laid-out graph\n * so they remain visible without overlapping.\n */\nexport function layoutWithDagre<N extends Node>(\n nodes: N[],\n edges: Edge[],\n opts: LayoutOptions = {}\n): { nodes: N[]; edges: Edge[] } {\n const {\n direction = 'TB',\n nodeSize = { width: 172, height: 36 },\n ranksep = 80,\n nodesep = 30,\n } = opts;\n\n if (nodes.length === 0) {\n return { nodes: [], edges: [] };\n }\n\n const g = new dagre.graphlib.Graph({ multigraph: true });\n g.setDefaultEdgeLabel(() => ({}));\n g.setGraph({ rankdir: direction, ranksep, nodesep });\n\n // Separate connected from disconnected nodes\n const connectedIds = new Set<string>();\n for (const edge of edges) {\n connectedIds.add(edge.source);\n connectedIds.add(edge.target);\n }\n\n const graphNodes = nodes.filter((n) => connectedIds.has(n.id));\n const disconnectedNodes = nodes.filter((n) => !connectedIds.has(n.id));\n\n // Add nodes to the dagre graph\n for (const node of graphNodes) {\n const size = getNodeSize(node, nodeSize);\n g.setNode(node.id, { width: size.width, height: size.height });\n }\n\n // Add edges — use edge.id as key to support multigraph (duplicate source→target)\n for (const edge of edges) {\n if (!g.hasNode(edge.source) || !g.hasNode(edge.target)) continue;\n g.setEdge(edge.source, edge.target, {}, edge.id);\n }\n\n dagre.layout(g);\n\n const { targetPosition, sourcePosition } = getHandlePositions(direction);\n const result: N[] = [];\n\n // Map laid-out nodes, converting dagre center-coords to React Flow top-left\n for (const node of graphNodes) {\n const pos = g.node(node.id);\n const size = getNodeSize(node, nodeSize);\n result.push({\n ...node,\n targetPosition,\n sourcePosition,\n position: { x: pos.x - size.width / 2, y: pos.y - size.height / 2 },\n } as N);\n }\n\n // Place disconnected nodes after the laid-out graph so they don't overlap\n if (disconnectedNodes.length > 0) {\n let maxY = 0;\n let minX = Infinity;\n\n for (const n of result) {\n const size = getNodeSize(n, nodeSize);\n maxY = Math.max(maxY, n.position.y + size.height);\n minX = Math.min(minX, n.position.x);\n }\n\n for (let i = 0; i < disconnectedNodes.length; i++) {\n const node = disconnectedNodes[i];\n const size = getNodeSize(node, nodeSize);\n result.push({\n ...node,\n targetPosition,\n sourcePosition,\n position: { x: minX, y: maxY + 30 + i * (size.height + 20) },\n } as N);\n }\n }\n\n return { nodes: result, edges: [...edges] };\n}\n","/**\n * Feature State Derivation\n *\n * Derives UI node state and progress from the Feature domain model\n * and its associated AgentRun status (mirrors CLI feat ls logic).\n */\n\nimport { SdlcLifecycle, AgentRunStatus, TaskState } from '@shepai/core/domain/generated';\nimport type { Feature, AgentRun } from '@shepai/core/domain/generated';\nimport type { FeatureNodeState } from './feature-node-state-config';\n\n/**\n * Derives the visual node state from a Feature and its optional AgentRun.\n *\n * Priority (mirrors CLI formatStatus):\n * 1. Agent waiting_approval → action-required\n * 2. Agent failed → error\n * 3. Agent interrupted/cancelled → blocked\n * 4. Agent completed + Maintain lifecycle → done\n * 5. Agent running/pending → running\n * 6. No agent run → fall back to plan tasks / lifecycle\n */\nexport function deriveNodeState(feature: Feature, agentRun?: AgentRun | null): FeatureNodeState {\n if (agentRun) {\n switch (agentRun.status) {\n case AgentRunStatus.waitingApproval:\n return 'action-required';\n case AgentRunStatus.failed:\n return 'error';\n case AgentRunStatus.interrupted:\n case AgentRunStatus.cancelled:\n return 'blocked';\n case AgentRunStatus.completed:\n return feature.lifecycle === SdlcLifecycle.Maintain ? 'done' : 'done';\n case AgentRunStatus.running:\n case AgentRunStatus.pending:\n return 'running';\n }\n }\n\n // No agent run — fall back to plan tasks\n if (feature.lifecycle === SdlcLifecycle.Maintain) {\n return 'done';\n }\n\n const tasks = feature.plan?.tasks;\n if (!tasks || tasks.length === 0) {\n return 'running';\n }\n\n if (tasks.some((t) => t.state === TaskState.Review)) {\n return 'action-required';\n }\n if (tasks.some((t) => t.state === TaskState.WIP)) {\n return 'running';\n }\n if (tasks.every((t) => t.state === TaskState.Done)) {\n return 'done';\n }\n\n return 'running';\n}\n\n/**\n * Derives progress percentage from Feature.plan.tasks.\n *\n * Returns the percentage of tasks in Done state.\n * Returns 100 for Maintain lifecycle, 0 if no plan.\n */\nexport function deriveProgress(feature: Feature): number {\n if (feature.lifecycle === SdlcLifecycle.Maintain) {\n return 100;\n }\n\n const tasks = feature.plan?.tasks;\n if (!tasks || tasks.length === 0) {\n return 0;\n }\n\n const doneCount = tasks.filter((t) => t.state === TaskState.Done).length;\n return Math.round((doneCount / tasks.length) * 100);\n}\n","/**\n * Global DI Bridge — Web Layer Use Case Access\n *\n * Reads resolved use cases from globalThis.__shepUseCases, which is populated\n * by the CLI bootstrap after DI container initialization. This avoids importing\n * CLI source files directly (Turbopack cannot resolve Node.js ESM .js imports).\n *\n * All TypeScript interfaces are defined locally to avoid cross-package imports.\n * Server-side only (used in server components).\n */\n\nimport type { Feature, AgentRun } from '@shepai/core/domain/generated';\n\n/** Filters for listing features. */\ninterface FeatureListFilters {\n repositoryPath?: string;\n lifecycle?: string;\n}\n\n/** Shape of the use case exposed via globalThis. */\ninterface ListFeaturesUseCase {\n execute(filters?: FeatureListFilters): Promise<Feature[]>;\n}\n\n/** Minimal repository shape for agent run lookups. */\ninterface AgentRunRepository {\n findById(id: string): Promise<AgentRun | null>;\n}\n\n/** Shape of the globalThis.__shepUseCases bridge object. */\ninterface ShepUseCases {\n listFeatures: ListFeaturesUseCase;\n agentRunRepo: AgentRunRepository;\n}\n\nfunction getUseCases(): ShepUseCases | undefined {\n return (globalThis as Record<string, unknown>).__shepUseCases as ShepUseCases | undefined;\n}\n\n/**\n * List all features for the control center.\n * Returns an empty array if the DI bridge is not initialized\n * (e.g. during static builds or when running outside the CLI process).\n */\nexport async function getFeatures(filters?: FeatureListFilters): Promise<Feature[]> {\n const useCases = getUseCases();\n if (!useCases?.listFeatures) return [];\n\n try {\n return await useCases.listFeatures.execute(filters);\n } catch (error) {\n // eslint-disable-next-line no-console\n console.error('Failed to load features:', error);\n return [];\n }\n}\n\n/**\n * Find an agent run by ID.\n * Returns null if the DI bridge is not initialized or the run is not found.\n */\nexport async function getAgentRun(id: string): Promise<AgentRun | null> {\n const useCases = getUseCases();\n if (!useCases?.agentRunRepo) return null;\n\n try {\n return await useCases.agentRunRepo.findById(id);\n } catch {\n return null;\n }\n}\n","export type UUID = string;\n\n/**\n * Base model providing identity and timestamp fields for all domain entities\n */\nexport type BaseEntity = {\n /**\n * Unique identifier for this entity (UUID v4 format)\n */\n id: UUID;\n /**\n * Timestamp when this entity was created (read-only, set by system)\n */\n createdAt: any;\n /**\n * Timestamp when this entity was last updated (read-only, set by system)\n */\n updatedAt: any;\n};\n\n/**\n * Entity that supports soft deletion with a deletedAt timestamp\n */\nexport type SoftDeletableEntity = BaseEntity & {\n /**\n * Timestamp when this entity was soft-deleted (null if not deleted)\n */\n deletedAt?: any;\n};\n\n/**\n * Entity with audit trail tracking who created and modified it\n */\nexport type AuditableEntity = BaseEntity & {\n /**\n * UUID of the user who created this entity (null for system-created)\n */\n createdBy?: UUID;\n /**\n * UUID of the user who last updated this entity (null for system-updated)\n */\n updatedBy?: UUID;\n};\n\n/**\n * Request model for conversational AI interactions\n */\nexport type AskRequest = {\n /**\n * The natural language query to be processed by the AI agent\n */\n query: string;\n};\n\n/**\n * Response model for conversational AI interactions\n */\nexport type AskResponse = {\n /**\n * The AI-generated response content (typically Markdown-formatted)\n */\n content: string;\n /**\n * Whether the operation completed successfully\n */\n success: boolean;\n};\n\n/**\n * Acceptance criterion for validating completion of an action item\n */\nexport type AcceptanceCriteria = BaseEntity & {\n /**\n * Description of what must be true for this criterion to be satisfied\n */\n description: string;\n /**\n * Whether this criterion has been verified as complete\n */\n verified: boolean;\n};\n\n/**\n * Granular, atomic step within a Task representing a single unit of work\n */\nexport type ActionItem = BaseEntity & {\n /**\n * Short name describing the action (verb-noun pattern recommended)\n */\n name: string;\n /**\n * Detailed description of the work to be performed\n */\n description: string;\n /**\n * Git branch name where this action item's work is performed\n */\n branch: string;\n /**\n * Action items that must complete before this one can start\n */\n dependsOn: ActionItem[];\n /**\n * Acceptance criteria for verifying completion of this action item\n */\n acceptanceCriteria: AcceptanceCriteria[];\n};\nexport enum ArtifactCategory {\n PRD = 'PRD',\n API = 'API',\n Design = 'Design',\n Other = 'Other',\n}\nexport enum ArtifactFormat {\n Markdown = 'md',\n Text = 'txt',\n Yaml = 'yaml',\n Other = 'Other',\n}\nexport enum ArtifactState {\n Todo = 'Todo',\n Elaborating = 'Elaborating',\n Done = 'Done',\n}\n\n/**\n * Generated document or file attached to a Feature\n */\nexport type Artifact = BaseEntity & {\n /**\n * Human-readable name identifying this artifact\n */\n name: string;\n /**\n * Type description providing additional context (e.g., 'documentation', 'api-spec')\n */\n type: string;\n /**\n * Category classification (PRD, API, Design, or Other)\n */\n category: ArtifactCategory;\n /**\n * File format for the artifact content\n */\n format: ArtifactFormat;\n /**\n * Brief summary of the artifact's content and purpose\n */\n summary: string;\n /**\n * Relative file path where the artifact is stored\n */\n path: string;\n /**\n * Current state in the artifact generation lifecycle\n */\n state: ArtifactState;\n};\nexport enum MessageRole {\n Assistant = 'assistant',\n User = 'user',\n}\n\n/**\n * A message in a conversation thread between user and AI assistant\n */\nexport type Message = BaseEntity & {\n /**\n * Role of the message sender (User or Assistant)\n */\n role: MessageRole;\n /**\n * The text content of the message\n */\n content: string;\n /**\n * Optional choices presented to the user for selection\n */\n options?: string[];\n /**\n * Optional user's freeform text answer\n */\n answer?: string;\n /**\n * Optional index of the selected option from the options array (0-based)\n */\n selectedOption?: number;\n};\nexport enum RequirementType {\n Functional = 'Functional',\n NonFunctional = 'NonFunctional',\n}\nexport enum ResearchState {\n NotStarted = 'NotStarted',\n Running = 'Running',\n Finished = 'Finished',\n}\n\n/**\n * A research topic exploration for gathering technical information\n */\nexport type Research = BaseEntity & {\n /**\n * The topic or subject being researched\n */\n topic: string;\n /**\n * Current state of the research activity (NotStarted, Running, Finished)\n */\n state: ResearchState;\n /**\n * Summary of research findings and recommendations\n */\n summary: string;\n /**\n * Artifacts produced during the research activity\n */\n artifacts: Artifact[];\n};\n\n/**\n * A user or inferred requirement attached to a feature\n */\nexport type Requirement = BaseEntity & {\n /**\n * URL-friendly short identifier for the requirement\n */\n slug: string;\n /**\n * The original user query that generated this requirement\n */\n userQuery: string;\n /**\n * Classification type of the requirement (Functional or NonFunctional)\n */\n type: RequirementType;\n /**\n * Research activities conducted to clarify or validate this requirement\n */\n researches: Research[];\n};\n\n/**\n * AI model configuration for different SDLC agents\n */\nexport type ModelConfiguration = {\n /**\n * Model for codebase analysis agent\n */\n analyze: string;\n /**\n * Model for requirements gathering agent\n */\n requirements: string;\n /**\n * Model for planning agent\n */\n plan: string;\n /**\n * Model for implementation agent\n */\n implement: string;\n};\n\n/**\n * User profile information\n */\nexport type UserProfile = {\n /**\n * User's display name (optional)\n */\n name?: string;\n /**\n * User's email address (optional)\n */\n email?: string;\n /**\n * GitHub username (optional, for PR attribution)\n */\n githubUsername?: string;\n};\nexport enum EditorType {\n VsCode = 'vscode',\n Cursor = 'cursor',\n Windsurf = 'windsurf',\n Zed = 'zed',\n Antigravity = 'antigravity',\n}\n\n/**\n * Environment and tooling preferences\n */\nexport type EnvironmentConfig = {\n /**\n * Preferred code editor\n */\n defaultEditor: EditorType;\n /**\n * Preferred shell\n */\n shellPreference: string;\n};\n\n/**\n * System configuration\n */\nexport type SystemConfig = {\n /**\n * CLI auto-update preference\n */\n autoUpdate: boolean;\n /**\n * Log level for CLI output\n */\n logLevel: string;\n};\nexport enum AgentType {\n ClaudeCode = 'claude-code',\n GeminiCli = 'gemini-cli',\n Aider = 'aider',\n Continue = 'continue',\n Cursor = 'cursor',\n}\nexport enum AgentAuthMethod {\n Session = 'session',\n Token = 'token',\n}\n\n/**\n * AI coding agent configuration\n */\nexport type AgentConfig = {\n /**\n * Selected AI coding agent\n */\n type: AgentType;\n /**\n * Authentication method for the agent\n */\n authMethod: AgentAuthMethod;\n /**\n * API token for token-based auth (optional)\n */\n token?: string;\n};\n\n/**\n * Global Shep platform settings (singleton)\n */\nexport type Settings = BaseEntity & {\n /**\n * AI model configuration for different agents\n */\n models: ModelConfiguration;\n /**\n * User profile information\n */\n user: UserProfile;\n /**\n * Environment and tooling preferences\n */\n environment: EnvironmentConfig;\n /**\n * System-level parameters\n */\n system: SystemConfig;\n /**\n * AI coding agent selection and authentication\n */\n agent: AgentConfig;\n};\nexport enum TaskState {\n Todo = 'Todo',\n WIP = 'Work in Progress',\n Done = 'Done',\n Review = 'Review',\n}\n\n/**\n * A discrete unit of work within an implementation plan\n */\nexport type Task = BaseEntity & {\n /**\n * Optional human-readable title for the task\n */\n title?: string;\n /**\n * Optional detailed description of what the task entails\n */\n description?: string;\n /**\n * Tasks that must be completed before this task can begin\n */\n dependsOn: Task[];\n /**\n * Granular action items that comprise this task\n */\n actionItems: ActionItem[];\n /**\n * The base branch from which this task's working branch was created\n */\n baseBranch: string;\n /**\n * Current state of task execution (Todo, WIP, Review, Done)\n */\n state: TaskState;\n /**\n * Git branch where work for this task is performed\n */\n branch: string;\n};\n\n/**\n * A significant event in the feature's timeline tracking user interactions and milestones\n */\nexport type TimelineEvent = BaseEntity & {\n /**\n * The user query or action that triggered this timeline event\n */\n userQuery: string;\n /**\n * Timestamp when this event occurred (read-only, set by system)\n */\n timestamp: any;\n};\nexport enum PlanState {\n Requirements = 'Requirements',\n ClarificationRequired = 'ClarificationRequired',\n Ready = 'Ready',\n}\n\n/**\n * Individual task representation within a Gantt chart visualization\n */\nexport type GanttTask = {\n /**\n * Unique identifier for the Gantt task\n */\n id: UUID;\n /**\n * Display name of the task shown in the Gantt chart\n */\n name: string;\n /**\n * Scheduled start time for the task\n */\n start: any;\n /**\n * Scheduled end time for the task\n */\n end: any;\n /**\n * IDs of tasks that this task depends on (must complete before this task can start)\n */\n dependencies: UUID[];\n /**\n * Completion progress as a fraction (0.0 = not started, 1.0 = complete)\n */\n progress: number;\n};\n\n/**\n * Container for Gantt chart visualization data including tasks and time bounds\n */\nexport type GanttViewData = {\n /**\n * Collection of tasks to display in the Gantt chart\n */\n tasks: GanttTask[];\n /**\n * Start date of the overall work plan (left boundary of the chart)\n */\n startDate: any;\n /**\n * End date of the overall work plan (right boundary of the chart)\n */\n endDate: any;\n};\n\n/**\n * Implementation plan for a feature containing tasks, artifacts, and requirements\n */\nexport type Plan = BaseEntity & {\n /**\n * High-level overview describing the implementation approach\n */\n overview: string;\n /**\n * User and inferred requirements that this plan addresses\n */\n requirements: Requirement[];\n /**\n * Documents and artifacts to be produced as part of this plan\n */\n artifacts: Artifact[];\n /**\n * Work items (tasks) that comprise this implementation plan\n */\n tasks: Task[];\n /**\n * Current state of the plan execution lifecycle\n */\n state: PlanState;\n /**\n * Optional Gantt chart visualization data for work scheduling\n */\n workPlan?: GanttViewData;\n};\nexport enum SdlcLifecycle {\n Requirements = 'Requirements',\n Research = 'Research',\n Implementation = 'Implementation',\n Review = 'Review',\n DeployAndQA = 'Deploy & QA',\n Maintain = 'Maintain',\n}\n\n/**\n * Central entity tracking a piece of work through the SDLC lifecycle (Aggregate Root)\n */\nexport type Feature = BaseEntity & {\n /**\n * Human-readable name identifying this feature\n */\n name: string;\n /**\n * URL-friendly identifier derived from name (unique within repository)\n */\n slug: string;\n /**\n * Detailed description explaining the feature's purpose and scope\n */\n description: string;\n /**\n * Absolute file system path to the repository\n */\n repositoryPath: string;\n /**\n * Git branch name where this feature's work is performed\n */\n branch: string;\n /**\n * Current stage in the SDLC lifecycle\n */\n lifecycle: SdlcLifecycle;\n /**\n * Conversation history with the AI assistant\n */\n messages: Message[];\n /**\n * Implementation plan containing tasks, artifacts, and requirements (optional)\n */\n plan?: Plan;\n /**\n * Generated documents and artifacts attached to this feature\n */\n relatedArtifacts: Artifact[];\n /**\n * Associated agent run ID for process tracking (optional)\n */\n agentRunId?: string;\n /**\n * Absolute path to the feature spec directory inside the worktree\n */\n specPath?: string;\n};\n\n/**\n * Open question that may need resolution before implementation\n */\nexport type OpenQuestion = {\n /**\n * The question text that needs to be answered\n */\n question: string;\n /**\n * Whether this question has been resolved (false = blocking)\n */\n resolved: boolean;\n /**\n * The answer or resolution to this question (present if resolved)\n */\n answer?: string;\n};\n\n/**\n * Base entity for spec artifacts with common metadata fields\n */\nexport type SpecArtifactBase = BaseEntity & {\n /**\n * Artifact title / feature name\n */\n name: string;\n /**\n * Short description of the artifact's purpose\n */\n summary: string;\n /**\n * Raw Markdown body containing the human-written spec content\n */\n content: string;\n /**\n * Key technologies mentioned or evaluated in this artifact\n */\n technologies: string[];\n /**\n * References to other spec IDs (e.g., '008-agent-configuration')\n */\n relatedFeatures: string[];\n /**\n * URLs to external documentation, references, or comparisons\n */\n relatedLinks: string[];\n /**\n * Structured open questions for validation gate checks\n */\n openQuestions: OpenQuestion[];\n};\n\n/**\n * Technology or approach decision with rationale\n */\nexport type TechDecision = {\n /**\n * Title or name of the decision being made\n */\n title: string;\n /**\n * The chosen technology, library, or approach\n */\n chosen: string;\n /**\n * Alternative options that were considered but rejected\n */\n rejected: string[];\n /**\n * Rationale explaining why the chosen option was selected\n */\n rationale: string;\n};\n\n/**\n * Implementation phase grouping related tasks\n */\nexport type PlanPhase = {\n /**\n * Unique identifier for this phase (e.g., 'phase-1')\n */\n id: string;\n /**\n * Display name of the phase\n */\n name: string;\n /**\n * Whether tasks in this phase can be executed in parallel\n */\n parallel: boolean;\n /**\n * IDs of SpecTasks that belong to this phase\n */\n taskIds: string[];\n};\n\n/**\n * Test-Driven Development cycle phases for a task\n */\nexport type TddCycle = {\n /**\n * RED phase: tests to write FIRST (before implementation)\n */\n red: string[];\n /**\n * GREEN phase: minimal implementation to pass tests\n */\n green: string[];\n /**\n * REFACTOR phase: code improvements while keeping tests green\n */\n refactor: string[];\n};\n\n/**\n * Task definition within a spec's task breakdown\n */\nexport type SpecTask = {\n /**\n * Unique identifier for this task (e.g., 'task-1')\n */\n id: string;\n /**\n * Task title or name\n */\n title: string;\n /**\n * Detailed description of what this task accomplishes\n */\n description: string;\n /**\n * Current state of the task\n */\n state: TaskState;\n /**\n * IDs of other SpecTasks that must complete before this task starts\n */\n dependencies: string[];\n /**\n * List of acceptance criteria that define task completion\n */\n acceptanceCriteria: string[];\n /**\n * TDD cycle definition for this task (if applicable)\n */\n tdd?: TddCycle;\n /**\n * Estimated effort (e.g., '2 hours', '1 day')\n */\n estimatedEffort: string;\n};\n\n/**\n * Feature specification artifact defining requirements and scope\n */\nexport type FeatureSpec = SpecArtifactBase & {\n /**\n * Spec number (e.g., 11 for spec 011)\n */\n number: number;\n /**\n * Git branch name for this feature (e.g., 'feat/011-feature-name')\n */\n branch: string;\n /**\n * One-line description of the feature\n */\n oneLiner: string;\n /**\n * Current phase in the SDLC lifecycle\n */\n phase: SdlcLifecycle;\n /**\n * Size estimate: XS, S, M, L, or XL\n */\n sizeEstimate: string;\n};\n\n/**\n * Research artifact documenting technical analysis and decisions\n */\nexport type ResearchSpec = SpecArtifactBase & {\n /**\n * Structured technology decisions with rationale\n */\n decisions: TechDecision[];\n};\n\n/**\n * Implementation plan artifact defining strategy and file changes\n */\nexport type PlanSpec = SpecArtifactBase & {\n /**\n * Structured implementation phases with task groupings\n */\n phases: PlanPhase[];\n /**\n * New files planned to be created\n */\n filesToCreate: string[];\n /**\n * Existing files planned to be modified\n */\n filesToModify: string[];\n};\n\n/**\n * Task breakdown artifact defining implementation tasks\n */\nexport type TasksSpec = SpecArtifactBase & {\n /**\n * Structured task list with acceptance criteria and TDD phases\n */\n tasks: SpecTask[];\n /**\n * Overall effort estimate for all tasks combined\n */\n totalEstimate: string;\n};\nexport enum ToolType {\n VsCode = 'vscode',\n Cursor = 'cursor',\n Windsurf = 'windsurf',\n Zed = 'zed',\n Antigravity = 'antigravity',\n CursorCli = 'cursor-cli',\n ClaudeCode = 'claude-code',\n}\n\n/**\n * IDE or CLI tool entity with installation tracking\n */\nexport type Tool = BaseEntity & {\n /**\n * Display name of the tool\n */\n toolName: string;\n /**\n * Tool type classification\n */\n type: ToolType;\n /**\n * Installed version number\n */\n installedVersion?: string;\n /**\n * Tool installation timestamp\n */\n installedAt?: any;\n};\n\n/**\n * Single installation suggestion for a tool\n */\nexport type InstallationSuggestion = {\n /**\n * Package manager or installation method\n */\n packageManager: string;\n /**\n * Installation command\n */\n command: string;\n /**\n * Official documentation URL\n */\n documentationUrl: string;\n /**\n * Additional notes for installation\n */\n notes?: string;\n};\n\n/**\n * Installation status and suggestions for a tool\n */\nexport type ToolInstallationStatus = {\n /**\n * Current installation status\n */\n status: 'available' | 'missing' | 'error';\n /**\n * Tool name\n */\n toolName: string;\n /**\n * Error message if status is error\n */\n errorMessage?: string;\n /**\n * Installation suggestions\n */\n suggestions?: InstallationSuggestion[];\n};\n\n/**\n * Executable installation command for a tool\n */\nexport type ToolInstallCommand = {\n /**\n * Shell command string to execute\n */\n command: string;\n /**\n * Target platform identifier\n */\n platform: string;\n /**\n * Execution timeout in milliseconds\n */\n timeout: number;\n /**\n * Tool name\n */\n toolName: string;\n /**\n * Package manager identifier\n */\n packageManager: string;\n};\nexport enum AgentStatus {\n Idle = 'Idle',\n Running = 'Running',\n Paused = 'Paused',\n Stopped = 'Stopped',\n}\n\n/**\n * A running agent instance that processes work and responds to queries\n */\nexport type AgentInstance = {\n /**\n * Unique identifier for this agent instance\n */\n id: UUID;\n /**\n * Git branch this agent is operating on for code changes\n */\n branch: string;\n /**\n * Current operational status of the agent (Idle, Running, Paused, or Stopped)\n */\n status: AgentStatus;\n /**\n * Timestamp when this agent instance was created\n */\n createdAt: any;\n};\n\n/**\n * Deployment target wrapping a single ActionItem for granular deployments\n */\nexport type DeployTargetActionItem = {\n /**\n * Discriminator indicating this is an action item target\n */\n kind: 'actionItem';\n /**\n * The action item to deploy - represents an atomic unit of work\n */\n actionItem: ActionItem;\n};\n\n/**\n * Deployment target wrapping a single Task for task-level deployments\n */\nexport type DeployTargetTask = {\n /**\n * Discriminator indicating this is a task target\n */\n kind: 'task';\n /**\n * The task to deploy - includes all action items within the task\n */\n task: Task;\n};\n\n/**\n * Deployment target wrapping multiple Tasks for batch deployments\n */\nexport type DeployTargetTasks = {\n /**\n * Discriminator indicating this is a multi-task target\n */\n kind: 'tasks';\n /**\n * The tasks to deploy - enables batch deployment of related work\n */\n tasks: Task[];\n};\nexport enum FeatureAgentState {\n GatheringRequirements = 'GatheringRequirements',\n ClarificationsRequired = 'ClarificationsRequired',\n DoingResearch = 'DoingResearch',\n AwaitingReview = 'AwaitingReview',\n ExecutingWorkPlan = 'ExecutingWorkPlan',\n Ready = 'Ready',\n}\n\n/**\n * Main orchestrating agent - the 'brain' that manages the complete SDLC workflow for a feature\n */\nexport type FeatureAgent = {\n /**\n * Unique identifier for this feature agent instance\n */\n id: UUID;\n /**\n * The feature being managed by this agent throughout its lifecycle\n */\n feature: Feature;\n /**\n * Sub-agents spawned to handle specific tasks within the workflow\n */\n agents: AgentInstance[];\n /**\n * Current operational state determining what the agent is doing\n */\n state: FeatureAgentState;\n /**\n * Timestamp when this feature agent was created\n */\n createdAt: any;\n};\n\n/**\n * Agent for handling local deployment of features, tasks, or action items\n */\nexport type LocalDeployAgent = {\n /**\n * Unique identifier for this deployment agent instance\n */\n id: UUID;\n /**\n * URL where the deployment is accessible once available (null before deployment)\n */\n url?: string;\n /**\n * Timestamp when this deployment agent was created\n */\n createdAt: any;\n};\nexport enum PortProtocol {\n TCP = 'TCP',\n UDP = 'UDP',\n}\n\n/**\n * Port mapping configuration for exposing container services to the network\n */\nexport type PortMap = {\n /**\n * Service name identifier (e.g., 'web', 'api', 'db', 'redis')\n */\n name: string;\n /**\n * Port number to expose on the host or container network\n */\n port: number;\n /**\n * Network protocol for the port (defaults to TCP if not specified)\n */\n protocol?: PortProtocol;\n};\nexport enum DeployMethod {\n DockerCompose = 'DockerCompose',\n Docker = 'Docker',\n Kubernetes = 'Kubernetes',\n Script = 'Script',\n Manual = 'Manual',\n}\n\n/**\n * Configuration defining how to deploy an application with method and instructions\n */\nexport type DeploySkill = {\n /**\n * Unique identifier for the deployment skill configuration\n */\n id: UUID;\n /**\n * List of port mappings for services to expose when deployed\n */\n ports: PortMap[];\n /**\n * Method to use for deployment (DockerCompose, Docker, Kubernetes, Script, or Manual)\n */\n method: DeployMethod;\n /**\n * Deployment instructions or commands to execute for this deployment method\n */\n instructions: string;\n /**\n * Timestamp when the deployment skill was created\n */\n createdAt: any;\n};\nexport enum DeploymentState {\n Booting = 'Booting',\n Ready = 'Ready',\n Stopped = 'Stopped',\n}\n\n/**\n * A running deployment instance with network configuration and lifecycle management\n */\nexport type Deployment = {\n /**\n * Unique identifier for the deployment instance\n */\n id: UUID;\n /**\n * Current state of the deployment (Booting, Ready, or Stopped)\n */\n state: DeploymentState;\n /**\n * URL where the deployment is accessible (e.g., 'http://localhost:30100/' or 'http://172.33.0.20:5173')\n */\n url: string;\n /**\n * List of port mappings for services exposed by this deployment\n */\n ports: PortMap[];\n /**\n * Timestamp when the deployment was created\n */\n createdAt: any;\n /**\n * Timestamp when the deployment was stopped (only present when state is Stopped)\n */\n stoppedAt?: any;\n};\nexport enum AgentRunStatus {\n pending = 'pending',\n running = 'running',\n completed = 'completed',\n failed = 'failed',\n interrupted = 'interrupted',\n cancelled = 'cancelled',\n waitingApproval = 'waiting_approval',\n}\n\n/**\n * Configuration for human-in-the-loop approval gates\n */\nexport type ApprovalGates = {\n /**\n * Skip human review after requirements phase\n */\n allowPrd: boolean;\n /**\n * Skip human review after plan phase\n */\n allowPlan: boolean;\n};\n\n/**\n * Agent execution run record\n */\nexport type AgentRun = BaseEntity & {\n /**\n * Agent executor type used (claude-code, gemini-cli, etc.)\n */\n agentType: AgentType;\n /**\n * Agent workflow name (analyze-repository, requirements, etc.)\n */\n agentName: string;\n /**\n * Current execution status\n */\n status: AgentRunStatus;\n /**\n * Input prompt sent to agent executor\n */\n prompt: string;\n /**\n * Final result output (optional, populated on completion)\n */\n result?: string;\n /**\n * Executor session ID for resumption (optional)\n */\n sessionId?: string;\n /**\n * LangGraph thread_id for checkpoint lookup and crash resume\n */\n threadId: string;\n /**\n * Process ID for crash recovery (optional)\n */\n pid?: number;\n /**\n * Last heartbeat timestamp for crash detection (optional)\n */\n lastHeartbeat?: any;\n /**\n * Execution start timestamp (optional)\n */\n startedAt?: any;\n /**\n * Execution completion timestamp (optional)\n */\n completedAt?: any;\n /**\n * Error message if execution failed (optional)\n */\n error?: string;\n /**\n * Associated feature ID for feature agent runs (optional)\n */\n featureId?: string;\n /**\n * Repository path for context scoping (optional)\n */\n repositoryPath?: string;\n /**\n * Approval gate configuration for human-in-the-loop review (optional)\n */\n approvalGates?: ApprovalGates;\n};\n\n/**\n * Streaming event emitted during agent execution\n */\nexport type AgentRunEvent = {\n /**\n * Event type: progress, result, or error\n */\n type: 'progress' | 'result' | 'error';\n /**\n * Event content\n */\n content: string;\n /**\n * Event timestamp\n */\n timestamp: any;\n};\n\n/**\n * Agent workflow registration metadata\n */\nexport type AgentDefinition = {\n /**\n * Unique agent workflow name (e.g., analyze-repository)\n */\n name: string;\n /**\n * Human-readable description of what this agent does\n */\n description: string;\n};\n\n/**\n * Timing record for a single agent graph node execution\n */\nexport type PhaseTiming = BaseEntity & {\n /**\n * Agent run this timing belongs to\n */\n agentRunId: string;\n /**\n * Graph node name: analyze, requirements, research, plan, implement\n */\n phase: string;\n /**\n * When the phase started executing\n */\n startedAt: any;\n /**\n * When the phase finished executing (null if still running)\n */\n completedAt?: any;\n /**\n * Duration in milliseconds (computed on completion)\n */\n durationMs?: bigint;\n};\nexport enum AgentFeature {\n sessionResume = 'session-resume',\n streaming = 'streaming',\n toolScoping = 'tool-scoping',\n structuredOutput = 'structured-output',\n systemPrompt = 'system-prompt',\n}\nexport type DeployTarget = DeployTargetActionItem | DeployTargetTask | DeployTargetTasks;\n\nexport type Askable = {\n Ask(request: AskRequest): AskResponse;\n};\n\nexport type FeatureAgentOperations = {\n NewFeatureWizard(): Feature;\n GatherRequirements(): Requirement[];\n DoResearch(): Research;\n CreatePlan(): Plan;\n BeginImplementation(): void;\n Ask(query: string): AskResponse;\n};\n\nexport type LocalDeployAgentOperations = {\n Deploy(target: DeployTarget, skill: DeploySkill): Deployment;\n Analyze(repositoryPath: string): DeploySkill;\n Ask(query: string): AskResponse;\n};\n"],"names":[],"mappings":"oEAEO,IAAM,EAAgB,CAAA,EAAA,AAD7B,EAAA,CAAA,CAAA,OAC6B,uBAAA,AAAuB,EAChD,WAAa,MAAM,AAAI,MAAM,wOAA0O,EACvQ,2GACA,sEAHG,IAAM,EAAgB,CAAA,EAD7B,AAC6B,EAD7B,CAAA,CAAA,OAC6B,uBAAuB,AAAvB,EACzB,WAAa,MAAM,AAAI,MAAM,wOAA0O,EACvQ,uFACA,yICHG,IAAM,EAAwB,CAAA,EADrC,AACqC,EADrC,CAAA,CAAA,OACqC,uBAAA,AAAuB,EACxD,WAAa,MAAM,AAAI,MAAM,wPAA0P,EACvR,oHACA,sFAHG,IAAM,EAAwB,CAAA,EADrC,AACqC,EADrC,CAAA,CAAA,OACqC,uBAAA,AAAuB,EACxD,WAAa,MAAM,AAAI,MAAM,wPAA0P,EACvR,gGACA,kHO4GQ,EAMA,IAqEA,IA6FA,gBAoqBA,yBN77BZ,EAAA,EAAA,CAAA,CAAA,OKmCA,SAAS,IACP,OAAQ,WAAuC,cAAc,AAC/D,CAOO,eAAe,EAAY,CAA4B,EAC5D,IAAM,EAAW,IACjB,GAAI,CAAC,GAAU,aAAc,MAAO,EAAE,CAEtC,GAAI,CACF,OAAO,MAAM,EAAS,YAAY,CAAC,OAAO,CAAC,EAC7C,CAAE,MAAO,EAAO,CAGd,OADA,QAAQ,KAAK,CAAC,2BAA4B,GACnC,EAAE,AACX,CACF,CAMO,eAAe,EAAY,CAAU,EAC1C,IAAM,EAAW,IACjB,GAAI,CAAC,GAAU,aAAc,OAAO,KAEpC,GAAI,CACF,OAAO,MAAM,EAAS,YAAY,CAAC,QAAQ,CAAC,EAC9C,CAAE,KAAM,CACN,OAAO,IACT,CACF,CLrEA,EAAA,CAAA,CAAA,OCDA,IAAI,EAAE,CAAC,EAAE,IAAI,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAC,CAAC,CAAE,OAAO,CAAC,GAAG,EAAE,OAAO,AAAP,EAAa,EAAE,EAAE,CAAC,EAAG,KAAM,IAAI,EAAG,OAAO,cAAc,CAAuF,CAAtF,CAAwF,CAAC,EAAE,CAAxF,CAAC,EAA2F,IAAI,AAAC,IAAG,EAAE,AAAC,GAAE,CAAC,QAAQ,CAAC,EAAC,CAAC,CAAE,OAAO,CAAC,GAAG,EAAE,OAAA,AAAO,EAAE,EAAE,CAAC,EAAE,EAAE,IAAI,aAA/I,CAAN,EAA0J,AAAU,CAAlK,CAAS,eAAsJ,EAAY,EAAE,GAAG,KAA1B,EAA3I,GAAG,CAAE,EAAE,CAAC,WAAW,CAAC,EAAE,aAAa,CAAC,EAAE,SAAS,CAAC,EAAE,OAAM,AAAC,GAAG,CAAC,CAAC,EAAE,CAAuG,EAAtG,CAAyG,EAAE,EAAE,CAAC,EAAE,KAAuxL,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,OAAO,EAAj4L,EAAm4L,GAA/3L,EAAi4L,IAAE,IAAE,EAAK,KAAK,IAAT,AAAW,EAAn6L,MAAK,AAAg6L,CAAC,AAAC,CAAwG,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,EAAE,OAAO,CAA/iM,EAAgjM,IAA1iM,YAAY,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC,UAAU,EAAE,IAAI,CAAC,sBAAsB,KAAK,GAAG,EAAE,IAAI,CAAC,sBAAsB,KAAK,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,GAAG,EAAE,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,IAAI,CAAC,YAAY,CAAC,GAAG,EAAE,IAAI,CAAC,cAAc,CAAC,GAAG,EAAE,IAAI,CAAC,aAAa,GAAG,EAAE,IAAI,CAAC,aAAa,GAAG,EAAE,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,aAAa,IAAI,CAAD,GAAK,CAAC,WAAW,EAAC,OAAO,MAAM,CAAC,EAAE,aAAY,EAAE,QAAQ,CAAI,EAAH,CAAC,CAAM,CAAC,aAAa,GAAC,OAAO,MAAM,CAAC,EAAE,eAAc,EAAE,UAAU,CAAI,EAAH,CAAC,CAAM,CAAC,WAAW,GAAC,OAAO,MAAM,CAAC,EAAE,aAAY,EAAE,QAAQ,AAAE,CAAC,CAAE,CAAJ,GAAQ,CAAC,WAAW,GAAG,CAAD,GAAK,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,KAAE,CAAC,EAAC,CAAC,AAAC,CAAC,YAAY,CAAC,OAAO,IAAI,CAAC,WAAW,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,aAAa,CAAC,YAAY,CAAC,OAAO,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,mBAAmB,CAAC,EAAE,AAAU,cAAY,KAAf,IAAgB,IAAI,CAAC,mBAAmB,CAAC,KAAI,CAAC,CAAE,IAAI,CAAC,WAAW,CAAC,OAAO,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,OAAO,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,GAAkC,IAA/B,OAAO,IAAI,CAAC,EAAE,GAAG,CAAC,EAAE,EAAE,MAAM,CAAK,CAAC,OAAO,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,IAAI,CAAC,KAAK,GAAG,MAAM,CAAC,GAAG,AAAgC,WAAzB,IAAI,CAAC,EAAE,IAAI,CAAC,EAAE,EAAE,MAAM,CAAK,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,UAAU,EAAE,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,GAAI,EAAD,QAAW,MAAM,CAAC,IAAI,CAAD,GAAK,CAAC,MAAM,CAAC,EAAE,EAAC,CAAC,CAAS,EAAP,GAAW,CAAP,AAAQ,IAAN,EAAY,CAAC,EAAE,CAAC,UAAU,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,mBAAmB,CAAC,GAAG,IAAI,CAAC,WAAW,GAAG,CAAD,GAAK,CAAC,OAAO,CAAC,EAAE,GAAC,GAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,KAAE,CAAC,EAAE,CAAC,EAAC,CAAC,CAAE,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,UAAU,AAAC,EAAA,IAAI,AAAC,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,OAAO,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,GAAG,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,EAAE,UAAU,CAAC,EAAE,SAAS,CAAC,EAAE,CAAE,QAAO,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,IAAI,CAAC,WAAW,GAAG,CAAD,GAAK,CAAC,2BAA2B,CAAC,GAAG,OAAO,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,GAAG,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,AAAF,EAAI,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,OAAO,CAAC,GAAG,OAAO,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,OAAO,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,OAAO,CAAC,GAAG,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,OAAO,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,UAAU,CAAC,OAAO,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,WAAW,CAAC,MAAM,AAAI,MAAM,6CAA6C,GAAO,KAAK,IAAT,EAAW,IAAE,OAAM,CAAC,GAAG,GAAG,IAAI,IAAI,EAAE,EAAM,KAAK,IAAT,EAAW,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG,GAAG,IAAI,EAAE,MAAM,AAAI,MAAM,WAAW,EAAE,iBAAiB,EAAE,yBAAyB,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,2BAA2B,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,4BAA4B,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,UAAG,EAAM,IAAF,GAAS,CAAC,CAAC,CAAC,SAAS,IAAE,EAAC,CAAC,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,OAAO,IAAI,CAAC,EAAE,KAAK,CAAC,GAArwF,MAAK,CAAmwF,EAAM,IAAF,GAAS,IAAI,CAAC,KAAK,GAAG,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,MAAM,EAAE,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,OAAO,IAAI,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,OAAO,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,YAAY,CAAC,GAAG,GAAG,EAAE,CAAC,IAAI,EAAE,IAAI,IAAI,GAAG,IAAI,IAAI,KAAK,IAAI,CAAC,UAAU,CAAC,GAAG,EAAE,GAAG,CAAC,GAAG,OAAO,MAAM,IAAI,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAO,OAA6E,IAAX,CAA3D,IAAI,CAAC,UAAU,GAAK,EAAF,EAAM,CAAC,UAAU,CAAC,GAAK,EAAF,EAAM,CAAC,SAAS,CAAC,IAAK,MAAM,AAAI,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,IAAI,CAAC,WAAW,CAAC,CAAC,SAAS,IAAI,CAAC,WAAW,CAAC,WAAW,IAAI,CAAC,aAAa,CAAC,SAAS,IAAI,CAAC,WAAW,GAAG,EAAE,QAAQ,CAAC,IAAI,CAAC,KAAK,IAAI,IAAI,EAAE,IAAI,CAAC,OAAO,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,EAAE,GAAG,OAAO,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,IAAI,EAAE,CAAC,EAA8F,OAAO,IAAI,CAAC,WAAW,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,SAAS,CAAC,EAAE,AAAxJ,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,MAAM,CAAC,GAAG,OAAW,KAAK,IAAT,GAAY,EAAE,OAAO,CAAC,IAAI,CAAD,AAAE,CAAC,EAAE,CAAC,GAAE,CAAC,CAAE,KAAK,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAA+D,KAAK,CAAC,CAAC,oBAAoB,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,mBAAmB,CAAC,EAAE,AAAU,cAAY,KAAf,IAAgB,IAAI,CAAC,mBAAmB,CAAC,KAAI,CAAC,CAAE,IAAI,CAAC,WAAW,CAAC,OAAO,IAAI,CAAC,UAAU,CAAC,OAAO,CAAC,OAAO,OAAO,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,UAAU,OAAO,EAAE,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,CAAW,UAAV,OAAO,GAAiB,OAAJ,GAAU,MAAM,GAAG,CAAD,CAAG,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAoB,GAAnB,EAAsB,QAAZ,MAAM,GAAO,EAAE,SAAS,CAAC,EAAE,CAAC,EAAE,EAAC,CAAC,CAAC,EAAG,EAAD,AAAG,EAAE,EAAE,SAAS,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,EAAE,CAAC,UAAU,MAAM,CAAC,IAAI,CAAD,CAAG,SAAS,CAAC,EAAE,CAAC,EAAE,CAAC,EAAC,CAAC,CAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAM,KAAK,IAAT,CAAY,GAAC,EAAE,IAAG,CAAC,CAAE,IAAI,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,EAAE,GAAG,GAAG,OAAO,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,GAAG,OAAO,IAAI,CAAD,GAAK,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAC,GAAO,KAAK,IAAT,GAAY,CAAC,IAAI,CAAC,aAAa,CAAC,MAAM,AAAI,MAAM,oDAAqD,KAAI,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,mBAAmB,CAAC,EAAE,EAAE,GAAG,IAAI,EAAE,AAAo4C,SAAS,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,EAAE,IAAE,CAAC,EAAE,OAAO,IAAI,CAAD,CAAG,IAAI,EAAC,CAAC,CAAE,CAAC,EAAx+C,IAAI,CAAC,WAAW,CAAC,EAAE,EAAE,GAAG,OAAO,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,OAAO,MAAM,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,AAAmB,aAAT,MAAM,CAAK,EAAE,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,EAAE,GAAG,OAAO,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,WAAW,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,IAAI,WAAW,MAAiB,UAAV,OAAO,EAAY,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAqB,GAAnB,UAAU,MAAM,CAAK,EAAE,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,EAAE,GAAG,OAAO,OAAO,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAqB,GAAnB,UAAU,MAAM,CAAK,EAAE,IAAI,CAAC,WAAW,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,OAAO,IAAI,CAAD,CAAG,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,OAAO,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,OAAO,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,UAAU,EAAA,CAAE,CAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,GAAG,IAAI,CAAC,SAAS,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,KAAK,IAAI,CAAC,MAAM,CAAC,OAAO,IAAI,CAAC,WAAW,CAAC,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,OAAO,MAAM,CAAC,GAAG,OAAO,EAAE,EAAE,MAAM,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAwU,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,OAAO,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,MAAM,IAAI,QAAQ,GAAI,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC,MAAgB,CAAV,QAAmB,AAAE,CAAC,EAAE,IAAiM,CAAC,CAAgJ,CAAC,CAA/U,EAAE,CAAC,QAAQ,CAAC,SAAS,EAAE,UAAU,GAAG,WAAW,EAAE,YAAY,GAAG,SAAS,EAAE,UAAU,EAAE,EAAE,MAA8G,CAAxG,EAAE,GAAwG,KAAK,GAAG,GAAG,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,MAAM,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,OAAW,KAAK,IAAT,CAAY,GAAC,EAAE,KAAK,EAAC,CAAC,CAAM,KAAK,IAAT,CAAY,GAAC,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,GAA5N,MAAoP,CAA9O,EAAE,GAA8O,KAAK,GAAG,GAAG,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,OAAgB,KAAK,IAAd,CAAiB,CAAf,IAAI,GAAY,EAAE,IAAI,CAAC,EAAE,IAAA,AAAI,EAAE,AAAI,KAAK,KAAG,GAAC,EAAE,KAAK,EAAC,CAAC,CAAE,CAAC,EAArW,EAAE,OAAmB,KAAK,IAAjB,CAAoB,CAAlB,KAAK,KAAc,EAAE,KAAK,CAAC,gBAAgB,EAAE,KAAK,GAAA,CAAG,CAAE,CAAC,EAA3M,KAAgf,CAA3e,QAAof,AAAE,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,EAAE,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,KAAK,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,EAAE,IAAI,EAAE,EAAE,KAAK,CAAC,GAAG,CAAC,CAA7sB,CAA8sB,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAe,EAAd,OAAyB,AAAF,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,AAAyD,SAAS,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,GAAG,CAAD,AAAE,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,QAAQ,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,EAAE,EAAC,CAAC,AAAC,EAAE,EAAE,WAAW,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAG,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAE,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,SAAS,CAAC,EAAyC,CAAC,CAAC,EAAE,CAAC,CAAC,SAAvC,CAAgD,GAA5C,EAAE,EAAE,GAAyC,CAAC,GAAG,AAAtC,IAA0C,IAAI,EAAE,EAAE,KAAjC,CAAuC,CAAC,EAAE,EAAE,EAAE,IAAI,CAAD,CAAG,CAAC,EAAE,IAAI,KAAI,AAAE,CAAD,AAAE,CAAE,KAAK,GAAG,IAAI,EAAE,IAAI,CAAD,CAAG,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,AAAI,MAAM,8CAA8C,OAAO,CAAC,EAA7jB,EAAE,OAAO,GAAG,GAAG,EAAE,GAAG,SAAS,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,EAA/F,IAAI,EAAE,IAAI,CAA6lB,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,EAAE,IAAc,EAAV,EAAE,CAAC,EAAE,EAAE,EAAE,CAAiH,OAAO,EAAE,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,CAAvJ,AAAwJ,SAA/I,EAAE,CAAC,EAAE,OAAO,MAAM,CAAC,EAAE,KAAK,CAAD,AAAE,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,GAAG,OAAO,CAAC,GAAG,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC,EAAA,CAAE,AAAC,EAA6C,GAAG,EAAE,MAAM,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,KAA+vC,EAAE,OAAO,CAA7vC,EAA8vC,IAAxvC,aAAa,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,EAAE,EAAE,IAAI,CAAC,cAAc,CAAC,EAAE,CAAC,MAAM,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM,CAAC,OAAO,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,OAAO,OAAO,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,AAAI,KAAK,MAAE,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAiB,IAAd,IAAI,CAAC,IAAI,GAAO,MAAM,AAAI,MAAM,mBAAmB,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,IAAgB,OAAO,MAAM,CAAC,EAA3B,CAA6B,CAA3B,OAAO,IAAuB,AAApB,CAAqB,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,IAAI,EAAE,SAAS,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,GAAG,OAAO,OAAO,IAAI,CAAC,WAAW,CAAC,EAAE,GAAG,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,GAAG,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,GAAG,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,MAAM,AAAI,MAAM,uDAAuD,EAAE,SAAS,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,SAAS,GAAG,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,EAAG,EAAD,CAAG,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,EAAE,EAAE,EAAE,MAAM,GAAG,CAAD,CAAG,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,EAAE,IAAI,IAAI,CAAD,GAAK,CAAC,KAAK,CAAC,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,EAAA,CAAE,CAAC,AAAC,CAAC,UAAU,CAAC,CAAC,CAAC,IAAI,IAAgC,EAA5B,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAO,IAAJ,CAAO,GAAU,EAAC,CAAV,AAAW,EAAT,GAAG,EAAQ,CAAC,AAAP,CAAC,OAAc,EAAC,CAAC,CAAC,CAAG,IAAI,CAAC,KAAK,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,WAAW,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAa,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,OAAO,CAAe,EAAd,OAAuB,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAA0C,OAAO,AAAyB,SAAS,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAiB,EAAE,EAAf,EAAE,CAAC,EAAE,EAAE,IAAI,EAAM,EAAE,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,QAAQ,CAAC,EAAE,GAAG,EAAE,EAAE,MAAM,AAAI,MAAM,4DAA4D,EAAE,YAAY,GAAG,EAAE,EAAE,QAAQ,GAAG,CAAD,CAAG,QAAQ,CAAC,EAAE,EAAE,WAAW,CAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,EAAA,CAAE,AAAC,EAAE,IAAI,EAAE,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,IAAyB,CAAC,CAAC,CAApB,CAAsB,CAAC,CAAC,SAAS,CAAC,EAAE,EAAE,AAArB,GAAwB,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,GAAG,GAA2B,CAAP,CAAjB,CAAmB,CAAC,CAAnB,AAAoB,EAAlB,EAAE,SAAS,GAAO,AAAE,EAAG,QAAQ,GAAG,KAA2B,EAApB,AAAsB,GAAG,OAAO,CAAC,GAAG,GAAnB,IAA0B,CAAC,EAA/e,EAAE,OAAO,GAAG,GAAG,EAAE,GAA5D,EAA+D,OAAtD,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAiC,EAAvG,IAAI,EAAE,IAAI,CAAujB,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,KAAK,GAAG,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAsB,KAAK,IAAxB,CAAC,CAAC,EAAE,CAAC,WAAW,CAAU,MAAM,AAAI,MAAM,yBAAyB,GAAsB,AAAnB,KAAwB,KAAvB,CAAC,EAAE,CAAC,WAAW,EAAW,IAAI,EAAE,MAAM,AAAI,MAAM,8BAA8B,MAAM,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,QAAQ,CAAC,KAAK,AAAU,SAAS,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,IAAI,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,WAAW,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,EAAE,OAAO,EAAE,EAA3G,EAAE,EAAE,EAAE,CAAC,CAAqG,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAA2U,OAAO,EAAE,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,OAAO,MAAM,CAAC,EAAE,IAA/X,AAAmY,SAA1X,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,EAAE,QAAQ,EAAE,MAAM,GAAG,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,OAAO,MAAM,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,OAAO,EAAG,EAAD,CAAG,OAAO,CAAC,KAAK,GAAG,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,MAAK,CAAC,EAAG,EAAD,AAAG,GAAG,EAAE,OAAO,CAAC,KAAK,GAAG,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,QAAO,CAAC,AAAC,GAAG,EAAE,OAAO,GAAG,EAAE,KAAK,CAAC,CAAC,IAAS,EAAL,EAAE,EAAE,CAAG,GAAa,CAAC,CAAX,AAAY,EAAV,EAAE,GAAG,GAAO,CAAC,OAAO,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,SAAS,IAAI,EAAG,EAAE,IAAI,CAAC,EAAE,CAAC,EAA4D,EAAE,GAAG,CAAC,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,EAAE,OAAO,EAAE,GAAG,MAAM,CAAC,SAAS,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,GAAc,IAAX,EAAE,MAAM,EAAM,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAe,EAAd,OAAuB,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,UAAuE,CAAC,CAAM,IAA5E,OAAO,AAA0D,CAAC,CAAzD,EAA0D,CAAC,CAAzD,GAAG,IAAE,GAAG,SAAS,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,IAA2B,CAAC,EAAqB,CAAnB,EAAE,EAAE,KAAK,IAAY,OAAO,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,IAAI,IAAI,CAAD,AAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,SAAS,IAAwB,CAAE,AAAD,EAAlB,CAAsB,EAAE,GAAG,OAAO,CAAC,GAAlB,MAA2B,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,SAAS,EAAE,YAAY,CAAC,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,QAAQ,CAAC,EAAE,EAAE,QAAQ,GAAG,CAAD,CAAG,QAAQ,CAAC,EAAE,EAAE,WAAW,CAAC,EAAE,WAAW,AAAX,CAAY,EAAE,EAAE,GAAG,CAApd,EAAnF,IAAI,EAAE,IAAI,CAA+hB,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,CAA0I,GAAG,EAAE,KAAK,GAAG,OAAO,CAA7J,AAA8J,SAArJ,EAAE,CAAC,EAAE,GAAG,OAAO,MAAM,CAAC,EAAE,GAAG,MAAM,IAAI,EAAE,OAAO,MAAM,CAAC,EAAE,KAAK,CAAD,AAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAA,CAAG,AAAD,GAA0B,OAAO,IAAI,CAAC,GAAG,MAAM,GAAG,EAAE,SAAS,GAAG,MAAM,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,EAAE,cAAc,MAAM,aAAa,CAAC,KAAK,IAAI,UAAU,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,cAAc,CAAC,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,MAAM,EAAE,CAAC,GAAG,aAAa,EAAE,cAAc,CAAC,MAAM,CAAC,CAAE,OAAM,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,OAAO,CAAC,KAAK,CAAD,CAAG,CAAC,EAAE,EAAE,IAAI,EAAE,CAAC,EAAE,UAAU,GAAG,EAAE,UAAU,CAAC,EAAE,SAAA,AAAS,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,GAAG,CAAC,EAAE,OAAO,CAAC,GAAG,MAAM,AAAI,MAAM,6BAA6B,GAAG,EAAgC,AAA9B,SAAuC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,OAAO,MAAM,CAAC,EAAE,KAAK,CAAD,AAAE,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,CAAD,CAAG,EAAE,EAAE,EAAA,CAAE,CAAE,EAAE,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,IAAI,CAAD,CAAG,EAAE,EAAE,EAAA,CAAE,CAAC,CAAE,CAAC,EAAtK,EAAE,EAAM,SAAJ,EAAW,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,CAA4I,GAAG,EAAE,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,SAAS,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,GAAI,GAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,MAAM,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,EAAE,IAAyB,EAArB,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,IAAI,EAAI,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,GAAG,GAAO,KAAK,IAAT,EAAW,CAAC,IAAI,EAAE,EAAE,GAAG,EAAE,IAAI,CAAD,AAAE,CAAC,EAAE,CAAC,EAAE,EAAE,QAAQ,CAAC,EAAE,EAAA,CAAG,AAAD,CAAE,CAAC,GAAmB,IAAhB,EAAE,SAAS,GAAO,OAAO,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,KAA0B,EAAnB,AAAqB,OAAO,CAAC,EAAE,GAAG,EAAE,EAAnB,MAA2B,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,GAAG,IAAI,IAAI,EAAE,CAAC,EAAE,EAAE,IAAI,GAAG,GAAG,CAAC,GAAG,AAAgB,OAAO,MAAM,CAAC,GAAE,CAA9B,EAAE,SAAS,IAAsB,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,MAAM,AAAI,MAAM,iCAAiC,GAAG,EAAE,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,OAAO,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,OAAO,CAAG,EAAF,OAAW,AAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,AAA8C,SAAW,AAAF,CAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,AAAI,KAAK,MAAE,OAAO,EAAE,EAAE,EAAE,EAAE,GAAG,IAAI,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,KAAK,GAAG,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAc,EAAb,EAAE,CAAC,AAAa,EAAX,EAAE,EAAE,CAAC,KAAO,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,OAAO,EAAE,EAAE,EAAE,EAAE,EAAE,EAApS,EAAE,EAAE,EAAE,GAAG,SAAS,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,EAAE,EAAE,CAA0P,GAAG,EAAG,EAAE,CAAC,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,YAAY,IAAI,WAAW,IAAK,SAAS,IAAI,YAAY,IAAK,YAAY,IAAK,WAAW,IAAK,cAAc,IAAK,UAAU,IAAK,UAAU,IAAK,SAAS,IAAK,KAAK,IAAK,cAAc,IAAK,OAAO,IAAI,OAAO,IAAI,QAAQ,GAAG,CAAC,GAAG,EAAE,IAAK,EAAG,OAAO,CAAC,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,IAAK,IAAI,IAAK,QAAQ,EAAE,OAAO,CAAC,GAAO,EAAG,EAAE,CAAC,EAAG,KAAwX,SAAS,EAAG,CAAC,EAAE,EAAE,KAAK,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,EAAE,GAAO,UAAJ,GAAa,AAAI,YAAQ,OAAO,CAAC,CAAC,EAAG,OAAO,CAArgB,EAAsgB,IAAhgB,aAAa,CAAC,IAAI,EAAE,CAAC,CAAE,GAAE,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,EAAE,KAAK,CAAC,GAAG,IAAI,EAAE,OAAO,EAAG,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAG,GAAG,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,CAAC,UAAU,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,IAAI,CAAC,SAAS,CAAC,EAAE,EAAE,KAAK,CAAC,KAAK,IAAI,GAAG,EAAE,IAAI,CAAC,KAAK,SAAS,CAAC,EAAE,IAAK,EAAE,EAAE,KAAK,CAAC,MAAM,IAAI,EAAE,IAAI,CAAC,MAAM,GAAG,CAAC,CAA6J,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,IAAI,EAAG,IAAI,KAAK,CAAC,EAAG,IAAK,EAAG,OAAO,CAAiB,EAAhB,OAAyB,AAAG,CAAC,CAAC,CAAC,MAAunB,CAAC,OAAQ,MAA+N,IAA71B,GAAG,AAAe,KAAb,SAAS,GAAM,MAAM,EAAE,CAAC,IAAI,IAAE,CAAG,EAAilB,CAAC,CAAhlB,GAAG,IAAqlB,IAAI,EAAG,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,EAAE,EAAS,EAAN,CAAQ,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAArB,CAAsB,CAApB,GAAuB,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,KAAS,CAA+M,SAAS,AAAG,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,GAAG,OAAO,EAAC,EAA1Q,EAAE,EAAE,GAAG,GAAG,CAAC,IAAI,IAAI,GAAI,EAAE,EAAE,EAAS,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,CAAC,MAAM,EAAE,QAAQ,EAAE,QAAQ,CAAC,GAA55B,MAAO,CAAgE,SAAS,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,IAAI,CAAC,KAAK,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,OAAO,IAAI,EAAE,EAAE,EAAE,EAAE,GAAG,GAAG,EAAE,SAAS,IAAI,AAAD,IAAK,IAAI,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,OAAO,GAAK,CAAF,AAAG,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,IAAI,MAAK,CAAE,CAAC,OAAO,EAAC,EAArT,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,GAAG,EAAE,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAnJ,IAAI,EAAG,IAAI,EAAkY,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,QAAQ,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC,CAAqW,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,CAAgE,GAAO,EAAE,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,KAAK,CAA0T,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,IAAI,EAAE,EAAE,EAAE,OAAO,CAAC,IAAI,EAAE,EAAG,GAAG,OAAO,EAAE,KAAK,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,GAAG,CAAC,CAAjZ,EAAG,OAAO,CAAC,CAAC,cAAqgE,CAAv/D,QAAggE,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,OAAO,UAAU,MAAM,EAAE,IAAI,CAAD,CAAG,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC,CAAC,EAAE,EAAG,EAAE,SAAS,EAAE,EAAE,EAArmE,aAAa,EAAG,kBAAkB,EAAE,mBAAylB,CAAtkB,QAA+kB,AAAG,CAAC,EAAE,IAAI,EAAE,IAAI,EAAG,CAAC,WAAW,EAAE,YAAY,EAAE,GAAG,QAAQ,CAAC,EAAE,KAAK,IAAI,OAAO,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,EAAE,QAAQ,CAAC,GAAG,MAAM,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,CAAC,EAA9wB,iBAA8zC,CAA7yC,QAAszC,AAAG,CAAC,EAAE,IAAI,EAAE,EAAG,EAAG,GAAG,GAAG,GAAG,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,AAAK,MAAK,IAAT,CAAY,EAAC,EAAC,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAC,CAAC,AAAC,GAAG,CAAC,EAA96C,cAA4hC,CAA9gC,QAAuhC,AAAG,CAAC,CAAC,CAAC,EAAE,IAAoJ,EAAE,EAAlJ,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,GAAG,CAAC,EAAE,MAAM,AAAI,MAAM,6DAAqE,OAAO,KAAK,GAAG,CAAC,GAAG,EAAE,KAAK,GAAG,CAAC,GAAG,GAAG,CAAD,CAAG,IAAI,CAAD,CAAG,EAAC,CAAC,CAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,GAAG,CAAD,CAAG,IAAI,CAAD,CAAG,EAAC,CAAC,CAAE,EAAE,EAAE,EAAE,EAAE,GAAE,CAAC,CAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAxxC,UAAg0F,CAAtzF,QAAk0F,AAAH,CAAI,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,MAAiB,UAAV,EAAoB,KAAb,IAAc,EAAE,GAAG,CAAC,CAAC,EAAA,AAAE,EAAE,OAAO,OAAO,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,EAAE,EAA16F,QAAQ,EAAG,eAAs4C,CAAv3C,QAAm4C,AAAH,CAAI,EAAE,IAAI,AAAgF,EAAE,EAAE,KAAK,GAAG,CAA1F,CAA2F,CAAzF,KAAK,GAAG,GAAG,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,OAAW,KAAK,IAAT,EAAW,OAAO,SAAS,CAAC,CAAC,IAAmB,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,OAAO,MAAM,CAAC,EAAE,UAAU,CAAD,CAAG,IAAI,GAAE,CAAC,AAAC,EAAE,EAAnjD,OAAmgF,CAA5/E,QAAqgF,AAAG,CAAC,CAAC,CAAC,EAAE,OAAO,GAAG,EAAphF,UAAizE,CAAvyE,QAAgzE,AAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,IAAI,EAAE,CAAC,IAAI,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE,GAAG,EAAE,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,CAAC,IAAI,CAAC,EAAE,GAAG,CAAC,EAAp4E,KAAkrF,CAA7qF,QAAsrF,AAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,IAAI,KAAK,EAAS,KAAK,IAAZ,CAAC,AAAc,CAAb,EAAE,GAAY,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAA,AAAE,EAAE,OAAO,CAAC,EAAtvF,mBAAkzB,CAA/xB,QAAwyB,AAAG,CAAC,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAE,CAAC,CAAE,EAAE,IAAI,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,OAAO,EAAE,EAAE,KAAK,GAAG,EAAE,EAA36B,MAAM,EAAG,iBAAs/C,CAAr+C,QAAi/C,AAAH,CAAI,EAAE,IAAI,AAAyD,EAAE,EAAE,KAAK,GAAG,CAAnE,CAAoE,CAAlE,KAAK,GAAG,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,MAAM,CAAC,GAAO,KAAK,IAAT,IAA4B,EAAE,EAAE,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,AAAF,CAAG,EAAE,CAAC,EAAA,AAAE,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,KAAK,GAAG,cAAc,CAAC,MAAM,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,KAAS,KAAK,IAAT,GAAY,EAAE,GAAI,EAAE,EAAE,EAAM,KAAK,IAAT,GAAY,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,EAAE,EAAE,EAAxxD,SAA0J,CAAjJ,QAA0J,AAAG,CAAC,EAAE,IAAI,EAAE,IAAI,IAAK,QAAQ,CAAC,EAAE,KAAK,IAAI,OAAO,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,OAAO,EAAE,OAAO,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,OAAO,KAAK,GAAG,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,GAAG,CAAC,EAArZ,iBAAkmB,CAAjlB,QAA0lB,AAAG,CAAC,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,GAAG,CAAC,IAAI,IAAI,EAAE,CAAC,EAAE,OAAO,EAAE,QAAQ,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAE,CAAC,CAAE,EAAE,IAAI,CAAC,GAAG,MAAM,GAAG,CAAC,GAAG,OAAO,EAAE,EAAE,KAAK,GAAG,EAAE,EAA9tB,KAA0yE,CAAryE,QAA8yE,AAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,GAAG,GAAG,GAAG,CAAC,OAAO,GAAG,QAAQ,CAAC,QAAQ,GAAG,CAAC,EAAE,WAAW,CAAD,IAAM,GAAG,IAAG,CAAC,CAAE,KAAK,CAAC,EAAx4E,SAAS,EAAG,UAAU,CAAC,EAA27D,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,KAAG,EAAE,MAAM,CAAjC,EAAkC,GAAA,EAAoE,OAAO,EAAE,KAAK,CAAC,KAAK,EAArF,EAAC,IAAI,EAAE,AAArJ,SAAS,AAAG,CAAC,CAAC,IAAE,GAAE,EAAE,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,EAAuD,GAAG,OAAO,EAAE,KAAK,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,EAAE,KAAK,CAAC,KAAK,IAAI,CAA4B,CAAC,SAAS,EAAG,CAAC,EAAsF,OAAO,EAAE,KAAK,GAAG,CAA/F,CAAgG,CAA9F,KAAK,GAAG,GAAG,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,OAAW,KAAK,IAAT,EAAW,OAAO,AAAU,CAAC,GAAuB,CAAqO,IAA9P,AAAkQ,EAAG,EAAE,SAAS,EAAG,CAAC,EAAa,OAAO,EAAG,EAAD,EAAd,CAAkB,CAAC,AAAjB,CAAkB,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAK,MAAH,EAAS,EAAC,EAAE,EAAE,GAAE,CAAC,CAAE,IAAI,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,CAAD,CAAG,GAAG,GAAE,CAAC,CAAE,IAAI,EAAE,EAAE,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,GAAG,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,CAAsM,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAC,CAAC,CAAE,CAAC,EAAE,CAAC,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAK,EAAG,IAAI,QAAQ,CAAC,EAAG,OAAO,CAAC,CAAC,IAAgB,CAAZ,QAAqB,AAAG,CAAC,cAAiO,MAA/N,AAAC,CAAsB,aAApB,KAAK,GAAG,SAAS,CAAY,EAAG,GAAE,AAAwI,CAAC,CAAvI,EAAgJ,GAAG,CAA/I,CAAiJ,IAAI,CAAC,GAAG,MAAM,MAAuB,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAA2I,CAA/J,CAAC,CAA3K,GAA2U,KAAK,GAAG,OAAO,CAA1J,AAA2J,SAAlJ,EAAE,CAAC,EAAE,OAAO,MAAM,CAAC,EAAE,KAAK,CAAD,AAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,QAAQ,CAAC,GAAG,OAAO,CAAC,IAAI,OAAO,MAAM,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,AAAF,CAAG,GAA6B,EAA9V,CAAE,CAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,GAAG,EAAE,WAAW,CAAC,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAG,OAAO,EAA4C,EAAnO,KAAsa,CAAja,QAA0a,AAAG,CAAC,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,QAAQ,CAAC,CAAC,EAAE,UAAU,CAAC,GAAG,IAAI,EAAE,EAAE,WAAW,AAAC,QAAO,EAAE,QAAQ,CAAC,OAAO,EAAE,WAAW,CAAC,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,CAAvkB,CAAwkB,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,GAAI,GAAG,OAAO,CAAC,CAAC,IAAgB,CAAZ,QAAqB,AAAG,CAAC,EAAE,EAAE,KAAK,GAAG,WAAW,CAAC,EAAE,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,CAAS,SAAS,AAAG,CAAC,CAAC,CAAC,EAAE,IAA2H,EAAE,EAAE,EAA3H,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,SAAS,CAAC,GAAG,IAAI,EAAE,GAAE,AAAiC,IAA1B,AAA8B,EAA5B,UAAU,CAAC,KAAmB,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,CAAC,EAAE,CAAC,MAAM,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,KAAK,CAAC,EAAE,EAAE,EAAG,YAAY,CAAC,EAAE,OAAO,EAAE,MAAM,IAAI,IAAI,CAAD,CAAG,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,aAAa,EAAE,QAAQ,CAAC,EAAE,QAAA,AAAQ,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,GAAO,IAAJ,GAAO,EAAE,KAAK,GAAG,WAAW,CAAC,IAAI,CAAC,GAAG,EAAE,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAE,EAArd,EAAE,GAAG,EAA9E,KAA+hB,CAA1hB,QAAmiB,AAAG,CAAC,EAAE,EAAE,KAAK,GAAG,WAAW,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,SAAS,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,UAAU,CAAC,GAAG,EAAE,MAAM,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,GAAa,eAAV,CAAwB,CAAtB,KAAK,GAAkB,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,AAAN,EAAQ,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,CAA5yB,CAA6yB,GAAO,EAAE,EAAE,CAAC,EAAG,KAAmB,GAAG,CAAC,kBAAkB,CAAE,CAAC,CAAC,IAAI,EAAG,OAAO,CAAC,CAAC,YAAyB,CAAb,QAAsB,AAAG,CAAC,EAAE,IAAI,EAAE,CAAC,EAA0O,EAAE,OAAO,GAAG,OAAO,CAA3P,AAA4P,SAAnP,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,OAAO,MAAM,CAAC,EAAE,GAAG,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAuF,IAAI,EAAE,EAAG,KAAK,GAAG,CAAhG,CAAiG,CAA/F,QAAQ,CAAC,GAAG,GAAG,CAAC,GAAM,MAAH,EAAQ,IAAyB,EAAE,CAApB,CAAsB,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,GAAlB,GAAwB,GAAuB,OAAO,IAAI,MAA2B,CAApB,EAAsB,CAAC,CAAE,EAAE,IAAI,CAAC,CAAC,EAAuB,EAAhS,CAAyP,IAAE,CAAsC,CAA3R,QAAoS,AAAG,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,GAAG,MAAM,CAAnW,CAAoW,GAAO,EAAE,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,KAAK,CAAC,EAAE,IAAI,KAAK,CAAC,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,EAAE,IAA2K,CAAC,CAAC,CAAC,CAA3F,EAAE,EAAjF,EAAE,IAAI,EAAG,CAAC,SAAS,CAAC,CAAC,GAAG,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,SAAS,GAAmB,IAAhB,AAAoB,EAAlB,OAAO,CAAC,EAAE,CAAC,GAAe,EAAG,IAAE,EAA+N,EAAE,KAAK,GAAG,OAAO,CAA5J,AAA6J,SAApJ,EAAE,CAAC,EAAE,EAAE,SAAS,CAAC,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,CAAE,CAAC,EAAE,OAAO,CAAC,IAAK,EAAD,AAAG,EAAE,KAAK,CAAD,CAAG,OAAO,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,EAAA,CAAE,AAAC,EAAE,GAA6B,EAAE,SAAS,GAA5P,GAAG,EAA4P,AAA1P,SAAmQ,AAAG,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,KAAK,GAAG,MAAM,CAAC,CAAC,EAAE,KAAK,IAAI,EAAE,IAAyB,GAAlB,IAAyB,EAAE,OAAO,CAAC,EAAE,CAApB,AAAqB,IAAI,EAAE,OAAO,CAAC,EAAE,CAAC,IAAI,CAAD,CAAG,EAAE,EAAE,EAAA,CAAE,CAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,IAAyB,GAAlB,EAAuB,CAAC,CAAC,EAAE,EAA7a,EAAE,GAAG,EAAE,EAAE,AAA0Z,OAAnZ,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,AAAyY,SAAS,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,EAAE,EAAhc,EAAE,EAAE,GAAG,OAAO,CAAC,CAAkb,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,EAAG,IAAI,KAAK,CAAC,EAAG,IAAI,WAAW,CAAC,EAAG,IAAI,GAAG,CAAC,QAAQ,CAAC,EAAG,IAAI,GAAG,CAAC,SAAS,CAAC,EAAG,IAAI,QAAQ,CAAwH,SAAS,EAAE,CAAC,EAAU,EAAR,CAAW,CAAT,EAAG,IAAS,IAAgC,EAAE,EAA9B,EAAE,EAAG,GAAe,IAAZ,AAAgB,EAAd,GAAG,EAAE,EAAE,GAAe,EAAE,EAAG,IAAI,EAAE,EAAG,EAAE,EAAE,GAAG,EAAG,EAAE,EAAE,EAAE,EAAE,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAG,EAAE,EAAE,KAAK,IAA4B,CAAxB,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,MAAM,CAAC,EAAA,EAAK,OAAO,CAAC,IAAG,mBAAuB,CAAC,CAArB,EAAsB,CAAC,CAArB,EAAsB,CAAC,CAArB,EAAuC,EAAE,AAAZ,EAAE,IAAI,CAAC,GAAO,MAAM,MAAC,EAAE,IAAI,CAAC,EAAE,GAAG,QAAQ,CAAC,EAAG,EAAE,EAAE,EAAA,GAA3E,CAA8E,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,AAAY,EAAV,AAAY,EAAV,IAAI,CAAC,GAAO,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,EAAE,OAAO,IAAI,CAAD,CAAG,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAA,CAAE,CAAE,EAAE,EAAE,MAAM,CAAC,EAAE,SAAS,CAAC,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,IAAI,EAAE,CAAC,IAA68B,CAAC,KAA18B,EAAE,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,GAAG,GAAG,EAAE,EAAE,CAAC,GAAE,CAAG,EAAg6B,CAAC,CAA/5B,EAAg6B,CAAC,CAA/5B,EAAw6B,EAAE,OAAO,CAAC,EAAE,GAAj7B,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,QAAQ,CAAC,GAAG,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,UAAU,MAAM,CAAC,IAAI,CAAD,CAAG,EAAE,KAAK,EAAE,CAAC,EAAE,AAAF,EAAI,AAAa,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,SAAS,CAAC,GAAG,OAAO,CAAC,IAAI,OAAO,MAAM,CAAC,EAAE,IAAK,EAAD,CAAG,EAAG,EAAE,EAAE,EAAE,EAAE,EAAA,CAAE,AAAC,GAAG,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,IAAI,EAAE,EAAE,MAAM,CAAC,EAAE,OAAO,EAAE,MAAM,CAAC,CAAC,EAAvL,EAAE,CAAC,EAAE,EAAE,EAAE,CAA+K,SAAS,EAAG,CAAC,EAAE,OAAO,EAAE,KAAK,GAAG,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,OAAO,CAAC,EAAE,KAAK,CAAD,CAAG,EAAE,CAAC,CAAC,EAAE,GAAE,AAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC,EAAsG,OAApG,EAAE,GAAG,CAAC,EAAE,GAAG,GAAG,CAAD,CAAG,EAAE,EAAE,CAAC,CAAC,EAAqF,AAA7E,EAAE,KAAK,GAAG,MAAM,CAAC,GAAG,IAAI,EAAG,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,IAAI,IAAI,EAAG,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,IAAa,MAAM,CAAC,CAAC,EAAE,IAAI,EAAG,EAAE,GAAG,EAAG,EAAE,GAAG,EAAE,EAAE,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAA0F,CAAC,GAA6C,EAApI,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,UAAU,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,GAAG,EAAE,EAAE,GAAuB,CAApB,AAAqB,CAAlB,IAAE,EAAwB,EAAE,EAAE,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC,GAAG,MAAM,EAAY,AAAa,GAAX,GAAV,EAAG,EAAE,IAAO,KAAK,CAAC,EAAA,EAAK,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,IAAI,CAAD,CAAG,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,EAAC,CAAC,CAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,IAAI,CAAC,GAAG,IAAI,CAAE,EAAD,CAAG,EAAE,MAAM,CAAC,CAAC,EAAE,MAAA,AAAM,CAAC,EAAxN,CAAoQ,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,CAAvkD,EAAG,OAAO,CAAC,EAAE,EAAE,gBAAgB,CAAC,EAAE,EAAE,aAAa,CAAC,EAAE,EAAE,YAAY,CAAC,EAAG,EAAE,SAAS,CAAC,EAAG,EAAE,SAAS,CAAC,EAAG,EAAE,aAAa,CAAC,CAAo9C,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,AAAO,EAAJ,AAAO,IAAG,WAAW,CAAC,EAAG,IAAI,EAAG,IAAK,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,EAAE,IAAyO,CAAC,CAAtO,EAAE,EAAE,KAAK,GAAG,MAAM,CAAC,GAAG,aAAa,SAAS,OAAO,EAAE,GAAG,OAAO,EAAE,KAAK,GAAG,MAAM,EAAE,IAAI,kBAA2G,QAAmE,EAAzJ,CAA4J,EAAzJ,KAAM,KAAI,aAAiH,GAAG,CAApG,GAAuG,EAAG,GAAvG,KAAM,KAAI,eAAe,EAAG,EAAS,KAAI,OAA0B,CAAC,EAAC,IAAI,EAAG,CAAmD,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,gBAAM,GAAqlB,CAAnlB,CAAqlB,CAAC,EAAE,EAAE,EAA6E,CAA3F,CAAC,CAA1kB,GAAsqB,QAAQ,GAAG,OAAO,CAAC,AAAhG,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,QAAQ,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,GAAG,CAAC,GAAgC,GAAzrB,EAAE,KAAK,GAAG,WAAW,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,CAAC,EAAE,AAAiQ,SAAS,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAiB,EAAE,IAAI,CAAC,AAArB,EAAE,EAAE,MAAM,CAAC,UAAmB,GAAI,EAAD,AAAE,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,GAAA,AAAG,EAAG,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,EAAA,CAAE,GAAI,GAAG,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,OAAO,IAAI,IAAI,CAAC,CAAC,EAAtf,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,EAAE,GAAG,CAAC,IAAI,EAAE,CAAC,CAAL,AAAM,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,IAAI,EAAE,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,EAAA,AAAE,IAAI,GAAG,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,EAAE,IAAI,EAAE,IAAI,IAAI,IAAI,CAAD,CAAG,EAAC,CAAC,AAAC,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,MAAM,CAAC,GAAG,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,EAAE,GAAG,EAAE,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAA2X,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,IAAI,EAAE,GAAI,GAAG,OAAO,CAAC,CAAC,IAAmB,CAAf,QAAwB,AAAG,CAAC,MAA0zB,CAAC,KAAzzB,IAAI,EAAE,EAAE,YAAY,CAAC,EAAE,OAAO,CAAC,EAAE,SAAS,GAAqxB,CAAnxB,CAAqxB,CAAC,EAAwF,GAA32B,GAA62B,QAAQ,GAAG,OAAO,CAAC,GAAG,CAA9G,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,QAAQ,CAAC,GAAG,GAAG,EAAE,MAAM,EAAE,EAAE,OAAO,CAAC,GAAG,EAAE,EAAE,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,EAAC,EAAkC,EAAE,IAAI,GAAx4B,EAAE,OAAO,MAAM,CAAC,GAAG,EAAE,EAAE,iBAAiB,CAAC,KAAK,GAAG,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,KAAK,GAAG,WAAW,CAAC,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,MAAM,EAAE,GAAG,IAAI,EAA2xB,AAAzxB,CAA+wB,CAAC,CAA7wB,GAAwxB,KAAK,GAAG,MAAM,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,GAA9zB,EAAE,EAAE,QAAQ,GAAG,OAAO,CAAC,GAAG,CAA8C,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,QAAQ,CAAC,GAAG,GAAG,CAAC,EAAE,MAAM,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,IAAI,EAAE,EAAE,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,IAAI,CAAC,EAAG,GAAE,SAAS,CAAC,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,GAAG,EAAE,YAAY,CAAC,EAAE,EAAE,OAAO,CAAC,IAAI,EAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,SAAS,CAAC,EAAE,SAAS,CAAC,EAAE,EAAE,EAAE,YAAY,CAAC,EAAE,YAAY,CAAC,EAAE,EAAE,EAAE,SAAS,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,YAAY,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,GAAE,EAA/kB,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,EAAE,KAAK,GAAG,cAAc,CAAC,CAAC,EAAjS,QAA2hC,CAAnhC,QAA+hC,AAAH,CAAI,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,EAAE,UAAU,CAAC,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC,IAAU,AAAU,EAAR,IAAI,CAAC,GAAK,WAAW,EAAE,EAAE,UAAU,CAAC,EAAE,EAAE,CAAvqC,CAAwqC,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,IAAI,EAAG,IAAwS,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,AAAyC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAG,YAAY,CAAC,EAAE,SAAvE,CAAC,AAA+E,MAAzE,EAAE,OAAO,EAAE,KAAK,EAAE,WAAW,CAAC,EAA6C,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,SAAS,CAAC,EAAE,GAAG,GAAG,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,EAAE,CAA/c,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,EAAiP,EAAE,QAAQ,GAAG,OAAO,CAAC,AAApQ,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,QAAQ,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,MAAM,EAAE,EAAE,OAAO,CAAC,GAAG,OAAO,MAAM,CAAC,EAAE,WAAW,CAAC,EAAE,UAAU,CAAC,EAAE,CAAC,EAAE,WAAW,CAAC,EAAE,CAAC,IAAI,IAAI,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAG,EAAE,aAAa,MAAM,EAAE,EAAE,GAAG,EAAG,EAAE,cAAc,MAAM,EAAE,EAAE,EAAE,CAAC,EAAwB,CAA6K,GAAO,EAAG,EAAE,CAAC,EAAG,KAAwP,SAAS,EAAG,CAAC,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAG,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAG,EAAE,IAAI,CAAC,IAAI,CAAC,SAAS,EAAG,CAAC,EAAE,IAAI,EAAE,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC,CAA0I,SAAS,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAA0I,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAnsB,EAAG,OAAO,CAAC,CAAC,OAAmB,CAAZ,QAAqB,AAAG,CAAC,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,WAAW,EAAG,EAAK,AAAJ,UAAc,OAAJ,CAAI,CAAI,EAAG,EAAG,EAAE,EAAzF,KAA0F,CAArF,QAA8F,AAAG,CAAC,QAAoa,CAAC,CAAna,IAAI,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,WAAW,EAAG,EAAK,OAAJ,GAAc,OAAJ,CAAI,CAAI,GAA4M,CAAH,CAAtM,AAAuM,CAApM,GAAwM,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,OAAO,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,EAAA,EAA1T,CAAK,OAAJ,GAAU,AAAI,QAAA,CAAI,GAAgV,AAA5U,EAAD,CAAI,GAA2U,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,OAAO,CAAC,GAAG,OAAO,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,GAA7b,EAAG,EAAA,CAAE,AAAC,CAAvM,CAAuqB,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,KAAK,GAAG,MAAM,CAAC,GAAG,CAAC,EAAE,QAAQ,CAAC,GAAG,MAAM,EAAE,EAAE,EAAE,GAAG,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,EAAE,EAAG,iBAAiB,CAAC,KAAK,GAAG,CAAC,GAAG,EAAE,EAAG,KAAK,CAAC,EAAE,GAAG,GAAG,CAAC,IAAI,EAAE,EAAoG,OAAO,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,EAAE,IAAI,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC,AAA9J,SAAS,EAAE,CAAC,EAAE,AAAG,CAAC,CAAC,EAAE,EAAC,CAAO,CAAC,CAAC,EAAE,CAAC,CAAC,EAAkB,CAAC,CAAC,AAAZ,EAAE,IAAI,CAAC,GAAO,IAAI,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,UAAU,CAAC,GAAG,OAAO,CAAC,GAAE,GAAgE,CAAC,CAAC,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,SAAS,CAAC,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,IAAI,IAAI,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,GAAG,AAA2B,SAAS,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAG,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,IAAI,IAAI,EAAE,EAAE,OAAO,CAAC,GAAG,EAAE,QAAQ,CAAC,GAAG,GAAG,CAAC,IAAG,AAAC,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,MAAM,CAAA,CAAC,EAAG,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,EAAE,GAAG,GAAG,EAAE,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,IAAI,EAAE,AAAI,MAAM,GAAG,IAAI,CAAC,GAAG,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,GAAG,CAAC,CAAE,EAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,IAAI,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,IAAI,CAAD,EAAI,CAAC,CAAC,EAAE,EAAA,AAAE,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,CAAC,GAAG,CAAC,EAAtX,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,CAAC,CAAgW,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,CAAC,EAAE,EAAE,EAAE,OAAO,EAAE,GAAG,CAAC,IAAI,IAAI,EAAE,EAAE,OAAO,CAAC,GAAG,IAAG,EAAE,MAAM,CAAiM,MAAM,CAAC,EAAE,CAAC,CAA1M,EAAC,IAAI,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,OAAO,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,EAAE,EAAE,WAAW,EAAE,GAAG,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC,CAAiB,EAAE,CAAC,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAqS,OAAnS,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,EAAE,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAiB,MAAK,IAApB,CAAuB,CAArB,UAAU,GAAY,EAAE,UAAU,CAAC,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,EAAE,MAAA,AAAM,CAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,AAAK,MAAK,IAAT,GAAgB,KAAK,IAAT,CAAY,GAAC,EAAE,QAAQ,GAAG,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAC,CAAC,AAAC,GAAwD,AAAM,GAAH,MAAY,AAAG,CAAC,EAAE,IAAI,EAAE,EAAE,CAA4L,KAAK,EAAE,MAAM,EAAE,CAAC,IAAI,EAAE,EAAE,GAAG,EAAG,GAAE,IAAI,CAAC,GAAG,EAAE,EAAE,CAAC,OAAO,GAAG,OAAO,CAAC,AAA1P,SAAS,AAAE,CAAC,EAAE,OAAO,IAAI,EAAE,MAAM,EAAE,CAAgB,KAAK,IAApB,EAAE,UAAU,EAA0B,KAAK,IAApB,EAAE,UAAU,EAAW,EAAE,UAAU,EAAE,EAAE,UAAU,AAAV,GAAa,AAAuP,SAAS,AAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,GAAG,CAAD,EAAI,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,MAAA,AAAM,EAAE,EAAE,MAAM,GAAG,CAAD,EAAI,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,MAAA,AAAM,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,UAAU,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,EAAvc,EAAE,EAAE,CAAC,EAAqI,IAAI,EAAE,GAAG,CAAC,OAAO,CAAC,AAAtJ,SAAS,AAAE,CAAC,EAAE,OAAO,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,GAAkB,GAAf,EAAE,EAAE,QAAQ,EAAM,EAAE,IAAI,CAAC,EAAE,CAAC,EAAsF,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,GAAG,CAAC,GAAG,EAAG,IAAI,CAAC,EAAE,CAAC,KAAK,IAAI,aAAa,SAAS,EAAE,EAAlb,OAAO,MAAM,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,EAAE,QAAQ,EAAc,CAAmlB,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,IAAI,EAAG,IAAyU,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,EAAA,AAAE,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,GAAG,EAAE,IAAI,CAAC,EAAE,EAAE,EAAE,IAAI,OAAO,CAAC,CAAta,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,CAAC,CAAC,MAAsZ,CAAC,CAArZ,IAAI,EAAE,EAAG,SAAS,CAAC,EAAE,GAAG,OAAO,MAAM,CAAC,EAAE,eAAe,EAAE,EAAE,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAoS,CAAC,EAAE,IAAI,EAAE,UAAU,CAAC,EAAE,UAAU,CAAC,CAAC,EAAE,EAAE,UAAU,CAAC,EAAE,UAAU,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,GAAjX,EAAE,EAAG,EAAE,EAAE,GAAG,EAAE,OAAO,CAAC,IAAI,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,EAAG,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,EAAE,EAAE,OAAO,IAAI,CAAD,CAAG,UAAU,CAAC,EAAE,EAAE,EAAE,MAAM,EAAC,CAAC,CAAE,CAAC,CAA0M,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,IAAI,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAG,OAAO,CAAI,EAAH,OAAY,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAAsjB,CAAC,CAAC,CAAC,CAAvjB,IAAI,EAAE,EAAE,QAAQ,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,EAAE,UAAU,CAAC,KAAK,EAAE,EAAE,EAAE,EAAE,WAAW,CAAC,KAAK,EAAE,EAAE,CAAC,EAAE,IAAI,CAAD,CAAG,EAAE,MAAM,CAAC,GAAG,IAAI,GAAG,IAAI,EAAA,CAAE,CAAE,IAAI,EAAE,EAAG,EAAE,GAAG,EAAE,OAAO,CAAC,IAAI,GAAG,EAAE,QAAQ,CAAC,EAAE,CAAC,EAAE,MAAM,CAAC,KAA6c,CAAC,GAA7c,IAAI,EAAE,EAAG,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,OAAO,MAAM,CAAC,EAAE,iBAAe,CAAG,EAA+Y,CAAC,CAA9Y,EAA+Z,KAAK,IAApB,AAAsB,EAApB,UAAU,CAAW,GAAE,UAAU,CAAC,CAAC,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,EAAE,UAAU,CAAC,EAAE,MAAA,AAAM,GAAG,CAAD,CAAG,MAAM,CAAC,EAAE,MAAA,AAAM,EAAE,EAAE,MAAM,EAAE,EAAE,MAAA,AAAM,GAAG,CAAD,CAAG,UAAU,CAAC,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,EAAE,MAAA,AAAM,EAApjB,CAAC,GAAG,IAAI,EAAE,EAAG,EAAE,KAAM,IAAE,EAAiT,EAAE,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,GAAhW,IAAI,EAAE,EAAG,EAAE,GAAG,GAAG,IAAI,CAAD,CAAG,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAI,CAAC,CAAC,GAAG,EAAE,YAAY,CAAC,GAAG,MAAA,AAAM,EAAE,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,MAAM,CAAC,EAAE,gBAAgB,CAAD,CAAG,UAAU,CAAC,EAAE,EAAE,MAAM,EAAC,CAAC,CAAE,EAAE,UAAU,CAAC,CAAC,EAAE,UAAU,CAAC,EAAE,MAAM,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,AAAL,GAAQ,CAAD,CAAG,MAAM,EAAC,CAAC,CAAE,EAAE,MAAM,EAAE,CAAC,CAAC,OAAO,CAAC,CAAgQ,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,IAAI,EAAG,IAAI,KAAK,CAAC,EAAG,IAAI,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,CAAD,CAAG,EAAE,KAAK,EAAA,CAAE,CAAE,IAAI,EAAE,AAAub,SAAS,AAAG,CAAC,EAAE,IAAI,IAAI,EAAE,EAAE,OAAO,CAAC,EAAE,EAAG,QAAQ,CAAC,YAAY,OAAO,CAAC,EAAzf,GAAG,EAAE,IAAI,EAAG,CAAC,SAAS,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,KAAK,CAAC,GAAG,mBAAmB,CAAC,GAAG,EAAE,IAAI,CAAC,IAAI,OAAO,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,MAAM,CAAC,EAAG,EAAC,EAAE,IAAI,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,GAAG,EAAE,OAAA,AAAO,IAAI,CAAD,CAAG,OAAO,CAAC,GAAG,EAAE,SAAS,CAAC,EAAE,GAAG,GAAG,CAAC,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,EAAM,KAAK,IAAT,EAAW,EAAE,MAAM,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,GAAG,OAAO,MAAM,CAAC,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,CAAC,WAAW,EAAE,UAAU,CAAC,EAAE,CAAC,YAAY,EAAE,WAAW,CAAC,EAAE,EAAA,CAAE,AAAC,GAAG,CAAC,CAAuE,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,MAAM,CAAC,GAAG,EAAE,EAAE,KAAK,GAAG,CAAC,GAAiB,AAAd,GAAE,CAAc,CAAZ,MAAM,CAAC,EAAA,GAAM,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAC,CAAC,EAAG,EAAD,AAAG,EAAE,GAAE,CAAC,CAAE,GAAG,IAAI,EAAE,YAAC,EAAE,OAAO,CAAC,EAAE,GAAU,EAAE,CAAC,CAAC,EAAE,CAAC,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAG,IAAI,KAAK,CAAC,EAAE,IAAgd,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,GAAG,IAAI,CAAC,EAAE,EAAE,IAAI,IAAI,KAAK,EAAE,KAAK,GAAG,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,AAAe,iBAAR,EAAE,IAAI,EAAY,EAAE,EAAE,IAAI,CAAC,GAAqB,UAAlB,OAAO,EAAE,OAAO,EAA8B,UAAlB,OAAO,EAAE,OAAO,CAAW,IAAI,IAAI,EAAE,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,SAAS,CAAC,EAAE,OAAO,EAAG,EAAE,EAAE,EAAE,EAAE,GAAG,CAAC,IAAI,EAAE,CAAC,EAAE,CAAwL,SAAS,EAAG,CAAC,CAAC,CAAC,EAAE,OAAO,MAAM,CAAC,GAAG,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,GAAG,CAA/hC,EAAG,OAAO,CAAI,EAAH,OAAY,EAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAyB,YAAtB,OAAO,EAAE,WAAW,CAAa,YAAC,EAAE,WAAW,CAAC,EAAE,GAAW,IAAI,EAAE,EAAE,OAAO,CAAC,GAAG,EAAE,EAAG,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,GAAG,WAAW,EAAE,EAAG,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,YAAY,EAAE,EAAG,GAAG,GAAG,EAAG,EAAE,GAAG,EAAE,4BAA4B,CAAC,OAAO,IAAI,EAAE,IAAyB,EAAE,CAApB,CAAsB,EAAE,WAAW,EAAE,CAApB,CAAsB,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAgd,SAAS,AAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,EAAG,EAAE,OAAO,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,EAAE,KAAK,GAAG,IAAI,EAAE,EAAE,KAAK,GAAG,IAAI,CAAC,EAAE,EAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,GAAG,EAAG,EAAE,EAAE,EAAE,EAAE,CAAC,GAAE,EAAnoB,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,EAAE,EAAE,gBAAgB,CAAC,GAAG,IAAI,EAAE,EAAG,EAAE,GAAG,EAAE,GAAG,CAAD,CAAG,EAAE,EAAE,OAAO,MAAM,CAAC,CAAC,EAAE,GAAG,GAAE,CAAC,CAAE,IAAI,IAAI,CAAD,CAAG,gBAAgB,EAAA,CAAG,AAAD,CAAE,EAAG,EAAE,EAAE,CAAqlB,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,KAAK,CAAC,EAAE,IAAiN,SAAS,EAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAA2R,OAAO,EAAE,MAAM,EAAE,EAAE,MAAM,CAAC,AAAnT,SAAS,AAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,IAAI,EAAE,AAAwoB,SAAS,AAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,OAAO,EAAE,YAAY,CAAC,GAAG,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,EAA1tB,EAAE,GAAG,EAAE,EAAE,EAAE,IAAI,CAAC,GAAG,KAAK,CAAC,CAAE,EAAC,GAAG,KAAI,CAAC,GAAI,EAAD,AAAG,KAAK,CAAC,EAAE,EAAE,GAAG,OAAO,CAAC,IAAI,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,KAAK,AAAC,EAAC,EAAE,GAAG,GAAE,CAAC,EAAG,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,IAAI,CAAC,GAAG,KAAA,AAAK,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAE,CAAC,AAAC,GAAG,CAAC,GAA8B,CAAC,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,KAAK,CAAC,EAAE,GAAG,OAAO,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,GAAG,KAAK,EAAE,EAAE,YAAY,CAAC,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,KAAK,GAAG,CAAD,CAAG,KAAK,CAAC,GAAG,EAAE,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAqM,OAAO,EAAE,MAAM,EAAE,EAAE,MAAM,CAAC,AAA9N,SAAS,AAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,GAAqB,WAAlB,EAAE,IAAI,CAAC,GAAG,KAAK,CAAY,CAAC,IAAI,EAAE,EAAE,YAAY,CAAC,GAAG,EAAE,MAAM,GAAG,CAAD,CAAG,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,GAAE,CAAC,AAAC,CAAC,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,MAAM,CAAC,GAAG,CAAC,GAA8B,CAAC,CAAuF,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,IAAI,CAAD,AAAE,CAAC,EAAE,CAAC,EAAE,EAAC,CAAC,CAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC,EAAE,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,GAAG,GAAG,EAAE,MAAM,CAAC,CAA4B,IAAI,EAAE,CAAC,CAAlC,EAAE,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,GAAE,EAAW,MAAM,EAAC,CAAC,CAAE,EAAE,IAAI,IAAI,EAAE,KAAK,KAAK,CAAC,GAAG,EAAE,KAAK,IAAI,CAAC,GAAG,GAAG,EAAE,EAAE,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,GAAG,GAAG,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,EAAG,EAAE,EAAE,KAAK,CAAD,AAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAA,AAAE,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC,CAAC,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,MAA+jB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAA82C,CAAC,CAAC,CAAC,aAAj7D,EAAE,CAAC,EAAE,IAAE,CAAG,IAAE,IAAE,IAAE,EAAsjB,EAAE,IAAI,EAAe,IAAE,CAAG,CAAjB,EAAE,EAAE,KAAK,IAAU,OAAO,GAAC,EAAE,OAAO,CAA+zC,CAAC,CAA/zC,EAAu0C,CAAC,EAAE,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,EAAI,EAAE,GAAG,EAAP,EAAU,EAAE,KAAK,CAAC,EAAE,OAAO,MAAM,CAAC,EAAE,YAAY,OAAO,EAAE,QAAQ,CAAC,WAAW,IAAI,IAAI,IAAI,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,KAAM,KAAI,IAAI,EAAE,EAAE,KAAK,CAAC,CAAO,CAAC,GAAG,IAAI,CAAD,EAAI,EAAE,EAAE,EAAC,CAAC,CAAE,EAAE,EAAE,GAAG,AAAC,GAAE,KAAK,CAAC,GAAE,CAAC,CAAE,EAAE,GAAG,CAAC,EAAE,KAAK,CAAC,GAAE,CAAC,CAAE,EAAE,GAAG,EAAE,KAAK,CAAC,EAAE,OAAO,MAAM,CAAC,EAAE,YAAY,OAAO,EAAE,QAAQ,CAAC,WAAW,IAAI,IAAI,IAAI,EAAE,EAAE,KAAK,CAAC,EAAE,KAAM,KAAI,IAAI,EAAE,CAAC,EAAE,KAAK,CAAC,CAAO,CAAC,OAAO,IAAI,CAAD,EAAI,EAAE,EAAE,EAAC,CAAC,CAAE,EAAE,EAAE,CAAC,GAAjsD,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,GAAG,EAAE,OAAO,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,EAAE,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,EAAE,GAAG,GAAnvB,EAAE,EAAE,aAAa,cAAc,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,KAAK,GAAG,KAAK,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,GAAG,GAAG,KAAK,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,QAA0B,IAAI,IAAI,KAA1B,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,GAAgB,EAAE,IAAG,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,GAAG,EAAE,CAAC,CAA0Q,OAAO,EAAE,AAAlR,SAAS,AAAE,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,EAAE,EAAuM,EAAE,YAAY,CAAC,IAAI,CAAC,IAAI,EAA9N,AAAgO,SAAvN,AAAE,CAAC,EAAE,IAAI,EAAE,EAAE,QAAQ,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,CAAC,IAAI,KAA0B,EAAnB,AAAqB,EAAE,IAAI,CAAC,GAAG,IAAI,GAAlB,EAA4C,EAAE,AAArB,UAA+B,GAAG,IAAjB,AAAqB,CAAD,AAAE,CAAC,EAAE,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,EAAA,CAAG,AAAD,EAAyC,EAAE,UAAU,CAAC,IAAI,CAAC,IAAI,OAAO,IAAI,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAA4N,SAAS,EAAG,CAAC,CAAC,CAAC,EAAE,OAAO,OAAO,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,EAAE,KAAK,IAAI,GAAE,IAAyB,EAAE,CAApB,GAA6C,GAAlB,IAAyB,OAAnC,AAA0C,CAAC,GAAG,EAAnB,KAA0B,CAAC,CAAC,CAAC,EAAE,EAAE,QAAm7C,CAAC,CAAC,CAAC,CAAl7C,IAAI,GAAE,EAAG,IAAE,EAAg7C,EAAE,IAAI,CAAC,GAAG,KAAK,EAA57C,EAAE,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,OAAO,EAAE,CAAC,CAAC,EAAE,GAAG,CAAD,CAAG,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,IAAyB,GAAlB,EAAuB,CAAC,CAAC,EAAE,CAAC,SAAS,CAApB,CAAuB,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,MAAM,CAAC,GAAG,EAAE,EAAE,iBAAiB,CAAC,KAAK,GAAG,CAAC,GAAG,EAAE,EAAE,iBAAiB,CAAC,KAAK,GAAG,CAAC,GAAG,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,EAAE,OAAO,IAAI,EAAE,OAAO,MAAM,CAAC,GAAG,EAAE,EAAE,EAAE,iBAAiB,CAAC,KAAK,GAAG,CAAC,EAAG,CAAI,OAAK,EAAC,GAAE,EAAE,EAAE,iBAAiB,CAAC,KAAK,GAAG,CAAC,EAAA,CAAE,CAAE,IAAI,CAAD,AAAE,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,EAAE,GAAG,EAAE,EAAA,CAAE,AAAC,EAAE,EAAE,CAAC,SAAS,EAAG,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,GAAG,EAAE,OAAO,CAAC,CAAC,EAAE,WAAW,GAAG,CAAC,EAAE,AAAC,EAAC,IAAI,EAAE,OAAO,MAAM,CAAC,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,EAAE,IAAI,EAAE,GAAG,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAA,AAAE,EAAE,CAAC,CAAC,EAAE,CAA1jG,EAAG,OAAO,CAAC,CAAC,UAA+iG,CAAriG,QAA8iG,AAAG,CAAC,EAAE,IAAI,EAAE,EAAE,gBAAgB,CAAC,GAAG,EAAE,OAAO,MAAM,CAAC,EAAG,EAAE,GAAG,EAAG,EAAE,IAAI,EAAE,CAAC,EAAE,EAAE,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAI,EAAM,MAAJ,EAAQ,EAAE,OAAO,MAAM,CAAC,GAAG,OAAO,GAAG,CAAC,IAAI,IAAI,CAAC,OAAO,CAAC,IAAQ,AAAJ,OAAS,GAAC,EAAE,EAAE,GAAG,CAAC,GAAG,OAAO,MAAM,CAAC,GAAG,OAAO,GAAA,CAAG,CAAE,IAAI,EAAE,CAAK,MAAJ,EAAQ,EAAE,YAAY,CAAC,EAAE,UAAU,AAAV,EAAY,IAAI,CAAC,GAAG,EAAE,EAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAG,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,KAAK,CAAK,MAAJ,GAAa,MAAJ,CAAS,GAAC,EAAE,EAAE,SAAS,CAAC,EAAE,GAAG,CAAC,EAAA,CAAE,CAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,GAAG,IAAI,EAAE,EAAG,EAAE,GAAG,OAAO,EAAG,EAAE,GAAG,EAAG,EAAE,EAAE,KAAK,GAAG,KAAK,CAAC,EAA97G,mBAAmB,EAAG,mBAAmB,EAAG,YAAY,EAAE,YAAY,EAAG,kBAAkB,EAAG,qBAAqB,EAAG,iBAAiB,EAAG,2BAA2B,EAAG,QAAQ,CAAE,CAAotH,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAI,EAAG,IAAK,SAAU,AAAD,GAAI,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,MAAqG,CAAC,WAAyE,IAA7K,EAAE,EAAG,kBAAkB,CAAC,GAAkF,CAA/E,CAAiF,EAA9E,AAAiF,gBAAgB,CAAC,GAAG,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,EAAE,EAAE,KAAK,GAAG,SAAS,GAAG,EAAE,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,MAAM,CAAC,OAAO,EAAE,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAO,QAAJ,EAAU,EAAE,CAAC,CAAC,EAAE,EAAE,MAAM,CAAC,EAAM,AAAJ,aAAa,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,GAA1U,OAAO,OAAO,CAAC,EAAG,IAAI,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,GAAG,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAwR,GAAO,EAAG,EAAE,CAAC,EAAG,KAAmB,IAAI,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAG,IAAI,cAAc,CAAC,EAAG,IAAK,EAAG,IAAI,gBAAgB,CAAC,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAG,IAAK,EAAE,IAAI,EAAG,IAAI,KAAK,CAAC,EAAG,OAAO,CAAI,EAAH,OAAY,AAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,IAAI,EAAE,EAAE,WAAW,CAAC,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,SAAS,KAAK,IAAI,EAAE,EAAE,qBAAqB,IAAI,KAA40D,CAAC,OAA4C,WAAt3D,EAAg1D,EAAE,IAAI,EAAG,CAAC,WAAW,CAAC,EAAE,SAAS,CAAC,CAAC,KAAK,EAAE,EAAE,KAAK,IAAW,EAAE,QAAQ,CAAC,OAAO,MAAM,CAAC,CAAC,EAAE,EAAG,EAAE,EAAE,GAAI,EAAE,IAAI,CAAC,EAAE,KAAM,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAmB,AAAf,EAAiB,EAAE,AAAjB,EAAE,EAAE,IAAI,CAAC,IAAU,GAAI,OAAO,IAAI,CAAC,GAAI,OAAO,CAAC,IAAW,KAAK,IAAZ,CAAC,AAAc,CAAb,EAAE,GAAY,CAAC,CAAC,EAAE,CAAC,CAAE,CAAC,EAAA,AAAE,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,GAAG,EAAE,SAAS,CAAC,EAAE,EAAE,MAAM,CAAC,GAAG,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,OAAO,MAAM,CAAC,CAAC,EAAE,EAAG,EAAE,EAAE,GAAI,EAAE,IAAI,CAAC,EAAE,IAAK,GAAG,IAAzrE,OAAO,EAAE,cAAc,IAAI,KAA+D,CAAC,CAAC,CAAC,CAAC,CAAC,UAAjE,IAAE,IAAE,OAA+D,EAAE,6BAA6B,IAAI,WAA0kE,WAAE,CAAT,CAAC,CAAjkE,GAA2kE,KAAK,OAAG,GAAE,OAAO,EAAE,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,MAAM,EAAE,EAA6B,MAA3B,CAAgC,CAA9B,QAAQ,CAAC,WAAW,KAAuB,OAAZ,EAAE,OAAO,EAAqB,OAAZ,EAAE,OAAO,CAAQ,EAAE,KAAK,EAAE,EAAE,WAAW,CAAC,EAAE,MAAM,EAAE,EAAE,WAAA,AAAW,CAAC,EAAA,IAAjwE,EAAE,sBAAsB,IAAI,OAAovI,CAAH,CAAC,CAA/uI,GAAmvI,KAAK,GAAG,OAAO,CAAC,IAAI,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,SAAS,EAAG,EAAD,CAAG,SAAS,CAAC,EAAA,AAAE,EAAE,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,GAAG,EAAE,UAAU,CAAC,EAAE,CAAC,KAAz3I,EAAE,cAAc,IAAI,EAAG,GAAG,CAAC,IAAI,EAAE,uBAAuB,IAAI,EAAG,GAAG,CAAC,IAAI,EAAE,WAAW,IAAI,EAAG,EAAE,kBAAkB,CAAC,KAAK,EAAE,6BAA6B,IAAI,OAAwlE,CAAH,CAAC,CAAnlE,GAAulE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,EAAE,KAAK,EAAE,EAAE,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,EAAE,IAAA,AAAI,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,YAAY,CAAC,EAAE,aAAa,EAAE,MAAM,CAAC,KAAtvE,EAAE,uBAAuB,IAAI,EAAG,IAAI,EAAE,2BAA2B,IAAI,EAAG,OAAO,CAAC,IAAI,EAAE,qBAAqB,IAAI,EAAG,IAAI,EAAE,uBAAuB,IAAI,oBAAynE,EAAE,OAAE,CAAX,CAAC,CAAhnE,GAA4nE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,SAAS,GAAG,CAAD,CAAG,OAAO,CAAC,EAAE,IAAI,CAAC,EAAE,SAAS,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,QAAO,CAAC,AAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,KAAhyE,EAAE,6BAA6B,IAAI,KAA2wE,CAAC,CAAE,GAA3wE,GAA6wE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAa,eAAV,CAAwB,CAAtB,KAAK,GAAkB,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,SAAS,CAAC,EAAE,IAAI,CAAC,EAAE,UAAU,CAAC,EAAA,CAAE,AAAC,KAAn3E,EAAE,oBAAoB,IAAI,EAAG,GAAG,CAAC,IAAI,EAAE,wBAAwB,IAAI,EAAG,IAAI,EAAE,wBAAwB,IAAI,EAAG,IAAI,EAAE,YAAY,IAAI,EAAG,EAAE,IAAI,EAAE,sBAAsB,IAAI,KAA+3H,CAAC,UAA73H,OAAq4H,AAAsB,EAApB,gBAAgB,CAAC,GAAK,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,EAAE,OAAO,CAAC,CAAC,EAAE,KAAK,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,EAAE,SAAS,EAAE,EAAA,AAAE,EAAE,OAAO,CAAC,IAAI,EAAE,YAAY,CAAC,EAAE,WAAW,CAAC,MAAM,EAAE,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC,KAAK,EAAE,IAAI,CAAC,MAAM,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,EAAE,SAAS,EAAE,KAA3oI,EAAE,6BAA6B,IAAI,EAAG,MAAM,CAAC,IAAI,EAAE,eAAe,IAAI,EAAG,IAAI,EAAE,wBAAwB,IAAI,OAAkjI,CAAH,CAAC,CAA7iI,GAAijI,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,GAAa,aAAV,EAAE,KAAK,CAAc,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,CAAC,CAAE,GAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,UAAU,CAAC,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAj1I,EAAE,wBAAwB,IAAI,OAAitG,CAAH,CAAC,CAA5sG,GAAgtG,KAAK,GAAG,OAAO,CAAC,IAAI,GAAG,EAAE,QAAQ,CAAC,GAAG,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,SAAS,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,YAAY,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,UAAU,CAAC,EAAE,UAAU,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,WAAW,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,EAAE,EAAE,EAAE,KAAK,CAAC,KAAK,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,KAAK,GAAG,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAsB,WAAlB,EAAE,IAAI,CAAC,GAAG,KAAK,EAAa,EAAE,UAAU,CAAC,EAAE,KAApjH,EAAE,qBAAqB,IAAI,EAAG,IAAI,CAAC,IAAI,EAAE,2BAA2B,IAAI,OAAozF,CAAH,CAAC,CAA/yF,GAAmzF,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,GAAG,OAAO,MAAM,CAAC,EAAE,KAAK,OAAO,AAAC,CAAa,QAAX,QAAQ,EAAqB,MAAb,EAAE,QAAQ,AAAG,CAAG,GAAI,EAAD,AAAG,KAAK,EAAE,EAAE,WAAA,AAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,IAAI,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,WAAW,CAAC,KAAM,KAAI,IAAI,EAAE,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,WAAW,AAAM,CAAC,KAAnhG,EAAE,2BAA2B,IAAI,EAAG,IAAI,CAAC,IAAI,EAAE,qBAAqB,IAAI,CAA25D,SAAS,AAAG,CAAC,EAAE,IAAI,EAAE,IAAyB,EAAE,CAApB,CAAsB,EAAE,IAAyB,EAAE,CAApB,CAAsB,EAAE,EAAE,EAAxC,GAA6C,GAAG,EAAE,EAAnB,AAAqB,OAAO,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,EAAE,KAAK,CAAC,EAAE,EAAE,MAAM,CAAC,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,OAAO,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,OAAO,CAAC,IAAI,EAAE,CAAC,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,GAAG,OAAO,MAAM,CAAC,EAAE,OAAO,CAAD,CAAG,CAAC,GAAE,CAAC,CAAE,OAAO,MAAM,CAAC,EAAE,OAAO,CAAD,CAAG,CAAC,GAAE,CAAC,AAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,EAAE,EAAE,MAAM,CAAC,EAAE,EAAE,EAAC,EAAn+E,IAAI,EAAE,2BAA2B,IAAI,OAA88E,CAAH,CAAC,CAAz8E,GAA68E,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,MAAM,EAAE,CAAD,CAAG,EAAE,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,CAAC,EAAA,AAAE,GAAG,CAAD,CAAG,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,GAAE,CAAC,CAAE,EAAE,MAAM,CAAC,OAAO,CAAC,EAAE,aAAa,CAAC,EAAE,IAAI,EAAE,MAAM,CAAC,IAAI,CAAC,EAAE,aAAa,CAAC,EAAE,GAAG,KAApqF,EAAE,oBAAoB,IAAI,KAAi5F,CAAC,CAAE,GAAj5F,GAAm5F,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,EAAG,GAAE,QAAQ,EAAE,EAAE,MAAM,CAAC,OAAO,EAAE,KAAj9F,EAAE,mBAAmB,IAAI,EAAG,IAAI,CAAC,GAAA,IAAvjC,EAAE,qBAAqB,IAAI,gBAA4iC,CAAC,CAA1iC,EAA2iC,CAAC,CAA1iC,OAA4iC,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,IAAI,CAAD,CAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,IAAI,CAAC,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC,GAAG,MAAM,GAAG,CAAD,CAAG,KAAK,CAAC,EAAE,KAAK,CAAC,EAAE,MAAM,CAAC,EAAE,MAAA,CAAM,CAAC,AAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,IAAI,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,GAAG,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,OAAO,MAAM,CAAC,EAAE,OAAO,CAAD,CAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,GAAE,AAAC,CAAC,GAAG,EAAE,KAAK,GAAG,KAAK,CAAC,EAAE,KAAK,GAAG,KAAK,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC,EAAE,KAAK,GAAG,MAAA,AAAM,IAAx3C,CAAC,EAAE,EAAs3C,IAAI,EAAG,CAAC,UAAU,UAAU,UAAU,UAAU,UAAU,CAAC,EAAG,CAAC,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,KAAK,UAAU,QAAQ,EAAE,EAAG,CAAC,YAAY,SAAS,UAAU,QAAQ,YAAY,CAAC,EAAG,CAAC,QAAQ,SAAS,OAAO,CAAC,EAAG,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,EAAG,CAAC,SAAS,SAAS,QAAQ,SAAS,cAAc,CAAC,EAAG,CAAC,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,GAAG,SAAS,GAAG,EAAE,EAAG,CAAC,WAAW,CAA40G,SAAS,EAAE,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,SAAS,CAAC,EAAE,IAAI,CAAC,EAAE,GAAG,OAAO,CAAC,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,OAAO,GAAG,OAAO,OAAO,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,EAAE,EAAE,IAAc,AAAV,YAAoB,KAAb,IAAc,EAAE,EAAE,WAAW,EAAA,CAAE,CAAE,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,GAAO,EAAG,EAAE,CAAC,EAAG,KAAM,IAAI,EAAG,IAAI,EAAG,IAAI,KAAK,CAAC,EAAG,OAAO,CAAC,CAAC,cAAkB,CAAJ,QAAgB,AAAH,CAAI,EAAE,IAAI,EAAE,EAAG,gBAAgB,CAAC,GAAG,EAAE,IAAI,EAAG,CAAC,SAAS,CAAC,EAAE,WAAW,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,GAAG,OAAO,EAAE,KAAK,GAAG,OAAO,CAAC,IAAI,EAAE,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,GAAG,EAAE,SAAS,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,GAAG,IAAI,CAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,EAAE,KAAqB,EAAE,OAAO,CAAnB,AAAoB,QAAZ,EAAc,CAAC,KAAK,MAAM,GAAG,EAAE,MAAM,CAAC,CAAC,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,EAAE,EAAE,CAAC,MAAM,OAAO,IAAG,CAAC,CAAE,GAAG,CAAC,CAApW,CAAqW,GAAO,GAAG,EAAE,CAAC,EAAG,KAAM,EAAG,OAAO,CAAC,OAAO,UAAU,AAAkI,EAAhI,CAAC,EAAG,KAAM,EAAG,OAAO,CAAC,CAAC,SAAS,IAAI,OAAO,IAAK,MAAM,IAAK,KAAK,CAAC,KAAK,IAAI,IAAI,CAAC,OAAO,IAAI,MAAM,EAAE,QAAQ,IAAI,CAAC,KEiB5q1C,GAAqE,CACzE,YAAa,CAAE,MAAO,IAAK,OAAQ,GAAI,EACvC,eAAgB,CAAE,MAAO,IAAK,OAAQ,EAAG,EACzC,kBAAmB,CAAE,MAAO,IAAK,OAAQ,EAAG,CAC9C,EAEA,SAAS,GACP,CAAU,CACV,CAA8C,EAG9C,IAAM,EAAO,EAAK,IAAI,QACtB,AAAI,GAAQ,AAAsB,iBAAf,EAAK,KAAK,EAAwC,UAAvB,AAAiC,OAA1B,EAAK,MAAM,CACvD,CAAE,MAAO,EAAK,KAAK,CAAE,OAAQ,EAAK,MAAM,AAAC,EAE3C,EAAe,CAAC,EAAK,IAAI,EAAI,GAAG,EAAI,CAC7C,EG0EY,4LAmDA,0GAkCA,gLA4HA,iHAOA,wCAgDL,IAAK,KAAA,2EAAA,IAsDA,kGAmFL,IAAK,KAAA,8JAAA,IAsRA,2JAqGA,8SA0HA,6BAsBA,qHAiCA,4DAmCL,IAAA,KAAK,+KAAA,IAmJA,gKJltCZ,IAAM,GAAsD,CAC1D,aAAc,eACd,SAAU,WACV,eAAgB,iBAChB,OAAQ,SACR,cAAe,SACf,SAAU,UACZ,EAEe,eAAe,KAC5B,IAAM,EAAW,MAAM,IAGjB,EAAY,MAAM,QAAQ,GAAG,CACjC,EAAS,GAAG,CAAC,AAAC,GAAO,EAAE,UAAU,CAAG,EAAY,EAAE,UAAU,EAAI,QAAQ,OAAO,CAAC,QAI5E,EACJ,CAAC,EACH,EAAS,OAAO,CAAC,CAAC,EAAG,KACnB,IAAM,EAAU,EAAE,cAAc,AAC5B,CAAC,CAAc,CAAC,EAAQ,EAAE,CAC5B,CAAc,CAAC,EAAQ,CAAG,EAAE,AAAF,EAE5B,CAAc,CAAC,EAAQ,CAAC,IAAI,CAAC,CAAE,MAAO,EAAG,QAAS,CAAE,EACtD,GAEA,IAAM,EAA0B,EAAE,CAC5B,EAAgB,EAAE,CAExB,OAAO,OAAO,CAAC,GAAgB,OAAO,CAAC,CAAC,CAAC,EAAU,EAAa,IAC9D,IAAM,EAAa,CAAC,KAAK,EAAE,EAAA,CAAU,CAC/B,EAAW,EAAS,KAAK,CAAC,KAAK,GAAG,IAAM,EAC9C,EAAM,IAAI,CAAC,CACT,GAAI,EACJ,KAAM,iBACN,SAAU,CAAE,EAAG,EAAG,EAAG,CAAE,EACvB,KAAM,CAAE,KAAM,CAAS,CACzB,GAEA,EAAa,OAAO,CAAC,CAAC,OAAE,CAAK,SAAE,CAAO,CAAE,IACtC,IAAM,EAAM,CAAS,CAAC,EAAM,CACtB,EAAmC,EAAY,CAAC,EAAQ,SAAS,CAAC,EAAI,eAEtE,EAA4B,CAChC,KAAM,EAAQ,IAAI,CAClB,YAAa,EAAQ,WAAW,EAAI,EAAQ,IAAI,CAChD,UAAW,EAAQ,EAAE,WACrB,EACA,MExCD,AFwCQ,SExCiB,AAAhB,CAAgC,CAAE,CAA0B,EAC1E,GAAI,EACF,OAAQ,CADI,CACK,MAAM,EACrB,KAAK,GAAe,eAAe,CACjC,MAAO,iBACT,MAAK,GAAe,MAAM,CACxB,MAAO,OACT,MAAK,GAAe,WAAW,CAC/B,KAAK,GAAe,SAAS,CAC3B,MAAO,SACT,MAAK,GAAe,SAAS,CAC3B,OAAO,EAAQ,SAAS,GAAK,GAAc,QAAQ,CAAG,MACxD,GADiE,GAC5D,GAAe,OAAO,CAC3B,KAAK,GAAe,OAAO,CACzB,MAAO,SACX,CAIF,GAAI,EAAQ,SAAS,GAAK,GAAc,QAAQ,CAC9C,CADgD,KACzC,OAGT,IAAM,EAAQ,EAAQ,IAAI,EAAE,aACxB,AAAJ,AAAK,GAA0B,GAAG,CAApB,EAAM,MAAM,CAItB,EAAM,IAAI,CAAC,AAAC,GAAM,EAAE,KAAK,GAAK,GAAU,MAAM,EACzC,CAD4C,iBAGjD,EAAM,IAAI,CAAC,AAAC,GAAM,EAAE,KAAK,GAAK,GAAU,GAAG,EACtC,CADyC,SAG9C,EAAM,KAAK,CAAC,AAAC,GAAM,EAAE,KAAK,GAAK,GAAU,IAAI,EACxC,CAD2C,MAI7C,UAbE,SAcX,EFC+B,EAAS,GAChC,SEMD,AFNW,SEMF,AAAe,CAAgB,EAC7C,GAAI,EAAQ,SAAS,GAAK,GAAc,QAAQ,CAC9C,CADgD,MACzC,IAGT,IAAM,EAAQ,EAAQ,IAAI,EAAE,aACxB,AAAC,AAAL,GAA+B,GAAG,CAApB,EAAM,MAAM,CAKnB,KAAK,KAAK,CADC,AACC,EADK,MAAM,CAAC,AAAC,GAAM,EAAE,KAAK,GAAK,GAAU,IAAI,EAAE,MAAM,CACzC,EAAM,MAAM,CAAI,KAJtC,CAKX,EFlBiC,GACzB,GAAI,GAAK,WAAa,CAAE,UAAW,EAAI,SAAS,AAAiC,CACnF,AADoF,EAG9E,EAAgB,CAAC,KAAK,EAAE,EAAQ,EAAE,CAAA,CAAE,CAC1C,EAAM,IAAI,CAAC,CACT,GAAI,EACJ,KAAM,cACN,SAAU,CAAE,EAAG,EAAG,EAAG,CAAE,EACvB,KAAM,CACR,GAEA,EAAM,IAAI,CAAC,CACT,GAAI,CAAC,KAAK,EAAE,EAAW,CAAC,EAAE,EAAA,CAAe,CACzC,OAAQ,EACR,OAAQ,EACR,MAAO,CAAE,gBAAiB,KAAM,CAClC,EACF,EACF,GAGA,IAAM,EC7BD,AD6BQ,SC7BC,AACd,CAAU,CACV,CAAa,CACb,EAAsB,CAAC,CAAC,EAExB,GAAM,WACJ,EAAY,IAAI,CAChB,WAAW,CAAE,MAAO,IAAK,OAAQ,EAAG,CAAC,SACrC,EAAU,EAAE,SACZ,EAAU,EAAE,CACb,CAAG,EAEJ,GAAqB,GAAG,CAApB,EAAM,MAAM,CACd,MAAO,CAAE,MAAO,EAAE,CAAE,MAAO,EAAE,AAAC,EAGhC,IAAM,EAAI,IAAI,GAAM,QAAQ,CAAC,KAAK,CAAC,CAAE,YAAY,CAAK,GACtD,EAAE,mBAAmB,CAAC,IAAM,CAAC,EAAC,CAAC,EAC/B,EAAE,QAAQ,CAAC,CAAE,QAAS,UAAW,UAAS,CAAQ,GAGlD,IAAM,EAAe,IAAI,IACzB,IAAK,IAAM,KAAQ,EACjB,EAAa,EADW,CACR,CAAC,EAAK,MAAM,EAC5B,EAAa,GAAG,CAAC,EAAK,MAAM,EAG9B,IAAM,EAAa,EAAM,MAAM,CAAC,AAAC,GAAM,EAAa,GAAG,CAAC,EAAE,EAAE,GACtD,EAAoB,EAAM,MAAM,CAAC,AAAC,GAAM,CAAC,EAAa,GAAG,CAAC,EAAE,EAAE,GAGpE,IAAK,IAAM,KAAQ,EAAY,CAC7B,IAAM,EAAO,GAAY,EAAM,GAC/B,EAAE,OAAO,CAAC,EAAK,EAAE,CAAE,CAAE,MAAO,EAAK,KAAK,CAAE,OAAQ,EAAK,MAAO,AAAD,EAC7D,CAGA,IAAK,IAAM,KAAQ,EACZ,EAAE,EADiB,KACV,CAAC,EAAK,MAAM,GAAM,EAAD,AAAG,OAAO,CAAC,EAAK,MAAM,GAAG,AACxD,EAAE,OAAO,CAAC,EAAK,MAAM,CAAE,EAAK,MAAM,CAAE,CAAC,EAAG,EAAK,EAAE,EAGjD,GAAM,MAAM,CAAC,GAEb,GAAM,gBAAE,CAAc,gBAAE,CAAc,CAAE,CAjE1C,AAiE6C,SAjEpC,AAAmB,CAA0B,EACpD,OAAQ,GACN,IAAK,KACH,MAAO,CAAE,eAAgB,OAAiB,eAAgB,OAAiB,CAC7E,KAAK,KACH,MAAO,CAAE,eAAgB,QAAkB,eAAgB,MAAgB,CAC7E,KAAK,KACH,MAAO,CAAE,eAAgB,SAAmB,eAAgB,KAAe,CAC7E,KAAK,IAEH,MAAO,CAAE,eAAgB,MAAgB,eAAgB,QAAkB,CAC/E,CACF,EAqDgE,GACxD,EAAc,EAAE,CAGtB,IAAK,IAAM,KAAQ,EAAY,CAC7B,IAAM,EAAM,EAAE,IAAI,CAAC,EAAK,EAAE,EACpB,EAAO,GAAY,EAAM,GAC/B,EAAO,IAAI,CAAC,CACV,GAAG,CAAI,gBACP,iBACA,EACA,SAAU,CAAE,EAAG,EAAI,CAAC,CAAG,EAAK,KAAK,CAAG,EAAG,EAAG,EAAI,CAAC,CAAG,EAAK,MAAM,CAAG,CAAE,CACpE,EACF,CAGA,GAAI,EAAkB,MAAM,CAAG,EAAG,CAChC,IAAI,EAAO,EACP,EAAO,IAEX,IAAK,IAAM,KAAK,EAAQ,CACtB,IAAM,EAAO,GAAY,EAAG,GAC5B,EAAO,KAAK,GAAG,CAAC,EAAM,EAAE,QAAQ,CAAC,CAAC,CAAG,EAAK,MAAM,EAChD,EAAO,KAAK,GAAG,CAAC,EAAM,EAAE,QAAQ,CAAC,CAAC,CACpC,CAEA,IAAK,IAAI,EAAI,EAAG,EAAI,EAAkB,MAAM,CAAE,IAAK,CACjD,IAAM,EAAO,CAAiB,CAAC,EAAE,CAC3B,EAAO,GAAY,EAAM,GAC/B,EAAO,IAAI,CAAC,CACV,GAAG,CAAI,gBACP,iBACA,EACA,SAAU,CAAE,EAAG,EAAM,EAAG,EAAO,GAAK,GAAK,CAAD,CAAM,MAAM,CAAG,EAAA,CAAE,AAAE,CAC7D,EACF,CACF,CAEA,MAAO,CAAE,MAAO,EAAQ,MAAO,IAAI,EAAM,AAAC,CAC5C,EDtD+B,EAAO,EAAO,CACzC,UAAW,KACX,QAAS,GACT,QAAS,EACX,GAEA,MACE,CAAA,EAAA,EAAA,GAAA,EAAC,MAAA,CAAI,UAAU,2BACb,CAAA,EAAA,EAAA,GAAA,EAAC,EAAA,aAAa,CAAA,CAAC,aAAc,EAAK,KAAK,CAAE,aAAc,EAAK,KAAK,IAGvE","ignoreList":[0,1,3]}
@@ -8,11 +8,11 @@ globalThis.__BUILD_MANIFEST = {
8
8
  ],
9
9
  "lowPriorityFiles": [],
10
10
  "rootMainFiles": [
11
- "static/chunks/df7d29673e0ac11d.js",
11
+ "static/chunks/a8030d19b4d73c95.js",
12
12
  "static/chunks/07f00e2e73d322d2.js",
13
13
  "static/chunks/f3b4460b1496ef52.js",
14
- "static/chunks/70993ebedee7eab0.js",
15
- "static/chunks/turbopack-a5a88a85e7ac8e8d.js"
14
+ "static/chunks/be34161188b4e0a0.js",
15
+ "static/chunks/turbopack-e0a0178ee911c212.js"
16
16
  ]
17
17
  };
18
18
  globalThis.__BUILD_MANIFEST.lowPriorityFiles = [