@minimalcorp/tsunagi 0.0.1 → 0.0.3

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 (192) hide show
  1. package/.next/standalone/apps/web/.next/BUILD_ID +1 -1
  2. package/.next/standalone/apps/web/.next/build-manifest.json +3 -3
  3. package/.next/standalone/apps/web/.next/prerender-manifest.json +3 -3
  4. package/.next/standalone/apps/web/.next/required-server-files.json +6 -6
  5. package/.next/standalone/apps/web/.next/server/app/_global-error.html +1 -1
  6. package/.next/standalone/apps/web/.next/server/app/_global-error.rsc +1 -1
  7. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  8. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  9. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  10. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  11. package/.next/standalone/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  12. package/.next/standalone/apps/web/.next/server/app/_not-found.html +1 -1
  13. package/.next/standalone/apps/web/.next/server/app/_not-found.rsc +1 -1
  14. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  15. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  16. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  17. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  19. package/.next/standalone/apps/web/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  20. package/.next/standalone/apps/web/.next/server/app/api/clone/route.js.nft.json +1 -1
  21. package/.next/standalone/apps/web/.next/server/app/api/env/list/route.js.nft.json +1 -1
  22. package/.next/standalone/apps/web/.next/server/app/api/env/route.js.nft.json +1 -1
  23. package/.next/standalone/apps/web/.next/server/app/api/env/toggle/route.js.nft.json +1 -1
  24. package/.next/standalone/apps/web/.next/server/app/api/internal/tabs/[tab_id]/status/route.js.nft.json +1 -1
  25. package/.next/standalone/apps/web/.next/server/app/api/internal/tabs/[tab_id]/todos/route.js.nft.json +1 -1
  26. package/.next/standalone/apps/web/.next/server/app/api/onboarding/status/route.js.nft.json +1 -1
  27. package/.next/standalone/apps/web/.next/server/app/api/owners/route.js.nft.json +1 -1
  28. package/.next/standalone/apps/web/.next/server/app/api/planner/tabs/route.js.nft.json +1 -1
  29. package/.next/standalone/apps/web/.next/server/app/api/repos/[owner]/[repo]/route.js.nft.json +1 -1
  30. package/.next/standalone/apps/web/.next/server/app/api/repos/route.js.nft.json +1 -1
  31. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/complete/route.js.nft.json +1 -1
  32. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/needs-rebase/route.js.nft.json +1 -1
  33. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/rebase/route.js.nft.json +1 -1
  34. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  35. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/status/route.js.nft.json +1 -1
  36. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/tabs/[tab_id]/route.js.nft.json +1 -1
  37. package/.next/standalone/apps/web/.next/server/app/api/tasks/[id]/tabs/route.js.nft.json +1 -1
  38. package/.next/standalone/apps/web/.next/server/app/api/tasks/batch-delete/route.js.nft.json +1 -1
  39. package/.next/standalone/apps/web/.next/server/app/api/tasks/route.js.nft.json +1 -1
  40. package/.next/standalone/apps/web/.next/server/app/api/tasks/validate/route.js.nft.json +1 -1
  41. package/.next/standalone/apps/web/.next/server/app/api/worktrees/init/route.js.nft.json +1 -1
  42. package/.next/standalone/apps/web/.next/server/app/index.html +1 -1
  43. package/.next/standalone/apps/web/.next/server/app/index.rsc +1 -1
  44. package/.next/standalone/apps/web/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  45. package/.next/standalone/apps/web/.next/server/app/index.segments/_full.segment.rsc +1 -1
  46. package/.next/standalone/apps/web/.next/server/app/index.segments/_head.segment.rsc +1 -1
  47. package/.next/standalone/apps/web/.next/server/app/index.segments/_index.segment.rsc +1 -1
  48. package/.next/standalone/apps/web/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  49. package/.next/standalone/apps/web/.next/server/app/settings.html +1 -1
  50. package/.next/standalone/apps/web/.next/server/app/settings.rsc +1 -1
  51. package/.next/standalone/apps/web/.next/server/app/settings.segments/_full.segment.rsc +1 -1
  52. package/.next/standalone/apps/web/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  53. package/.next/standalone/apps/web/.next/server/app/settings.segments/_index.segment.rsc +1 -1
  54. package/.next/standalone/apps/web/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  55. package/.next/standalone/apps/web/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +1 -1
  56. package/.next/standalone/apps/web/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  57. package/.next/standalone/apps/web/.next/server/chunks/[root-of-the-server]__0wr1n.-._.js +1 -1
  58. package/.next/standalone/apps/web/.next/server/middleware-build-manifest.js +3 -3
  59. package/.next/standalone/apps/web/.next/server/pages/404.html +1 -1
  60. package/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
  61. package/.next/standalone/apps/web/.next/server/server-reference-manifest.js +1 -1
  62. package/.next/standalone/apps/web/.next/server/server-reference-manifest.json +1 -1
  63. package/.next/standalone/apps/web/package.json +6 -5
  64. package/.next/standalone/apps/web/server.js +1 -1
  65. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/README.md +2 -2
  66. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/glib-2.0/include/glibconfig.h +9 -8
  67. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
  68. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
  69. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
  70. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
  71. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
  72. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  73. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
  74. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
  75. package/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  76. package/.next/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
  77. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  78. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
  79. package/.next/standalone/node_modules/@libsql/{darwin-arm64 → linux-x64-gnu}/package.json +9 -9
  80. package/.next/standalone/node_modules/@libsql/linux-x64-musl/package.json +36 -0
  81. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/linux-x64-gnu/index.node +0 -0
  82. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/{darwin-arm64 → linux-x64-gnu}/package.json +9 -9
  83. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/linux-x64-musl/index.node +0 -0
  84. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/linux-x64-musl/package.json +36 -0
  85. package/dist/scripts/cli.js +10 -3
  86. package/package.json +6 -5
  87. package/scripts/fix-node-pty-permissions.cjs +74 -0
  88. package/.next/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
  89. package/.next/standalone/node_modules/@prisma/adapter-libsql/node_modules/@libsql/darwin-arm64/index.node +0 -0
  90. /package/.next/{static/sl60H6e_1IzjEG6s7q4_7 → standalone/apps/web/.next/static/UEbtaW0dIEqC-1j06ZhQV}/_buildManifest.js +0 -0
  91. /package/.next/{static/sl60H6e_1IzjEG6s7q4_7 → standalone/apps/web/.next/static/UEbtaW0dIEqC-1j06ZhQV}/_clientMiddlewareManifest.js +0 -0
  92. /package/.next/{static/sl60H6e_1IzjEG6s7q4_7 → standalone/apps/web/.next/static/UEbtaW0dIEqC-1j06ZhQV}/_ssgManifest.js +0 -0
  93. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0-_x27yxy_uq_.js +0 -0
  94. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0-whcx~709zzu.js +0 -0
  95. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0.76ju_ex-wmx.js +0 -0
  96. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0.fiftciismd2.js +0 -0
  97. /package/.next/{static → standalone/apps/web/.next/static}/chunks/002jt~~cq5_aa.js +0 -0
  98. /package/.next/{static → standalone/apps/web/.next/static}/chunks/004q74ucr0rud.js +0 -0
  99. /package/.next/{static → standalone/apps/web/.next/static}/chunks/00h5q76-kypod.js +0 -0
  100. /package/.next/{static → standalone/apps/web/.next/static}/chunks/01-i-.qulgo-z.js +0 -0
  101. /package/.next/{static → standalone/apps/web/.next/static}/chunks/01nltpvkna.0_.js +0 -0
  102. /package/.next/{static → standalone/apps/web/.next/static}/chunks/02i7dfk78~t~2.js +0 -0
  103. /package/.next/{static → standalone/apps/web/.next/static}/chunks/037p8v0.zt_g5.js +0 -0
  104. /package/.next/{static → standalone/apps/web/.next/static}/chunks/03~yq9q893hmn.js +0 -0
  105. /package/.next/{static → standalone/apps/web/.next/static}/chunks/043yk9d-7bl43.js +0 -0
  106. /package/.next/{static → standalone/apps/web/.next/static}/chunks/04ygsac3q3ar..js +0 -0
  107. /package/.next/{static → standalone/apps/web/.next/static}/chunks/06x~dj4kp-z9f.js +0 -0
  108. /package/.next/{static → standalone/apps/web/.next/static}/chunks/07.05twov8012.js +0 -0
  109. /package/.next/{static → standalone/apps/web/.next/static}/chunks/08e_.io80mn65.js +0 -0
  110. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0_7ef.hja3s4s.js +0 -0
  111. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0_u58hj44ucg2.js +0 -0
  112. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0apjd6p1xsnc3.js +0 -0
  113. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0bb.y5mii27l0.js +0 -0
  114. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0bew-tpzkv4a6.js +0 -0
  115. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0cea659lv7fcc.js +0 -0
  116. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0coux02phyasu.js +0 -0
  117. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0dwnwe1-v~5z3.js +0 -0
  118. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0e1gsufr5shdc.js +0 -0
  119. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0egss2l0vp3iv.js +0 -0
  120. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0f6mqg1npiv.t.js +0 -0
  121. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0fekzj03ltn5y.js +0 -0
  122. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0fsi8lw5utejl.js +0 -0
  123. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g.j9ko1tr-q0.js +0 -0
  124. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g7ov558axacn.js +0 -0
  125. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g8qw208n3i89.js +0 -0
  126. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0g~f0923b0wjv.js +0 -0
  127. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0hc31lz26e0bj.js +0 -0
  128. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0i_guf4-4_p5..css +0 -0
  129. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0k7r2.t3p~iwm.js +0 -0
  130. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kl8vyx5367.j.js +0 -0
  131. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kr7rpif0ntgr.js +0 -0
  132. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kx.ki.9u_0dy.js +0 -0
  133. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0kxp1btclqdj7.js +0 -0
  134. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0l_tj98f_5ot-.js +0 -0
  135. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0lmm~3cjla0c9.js +0 -0
  136. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0lp.2eizum8y~.js +0 -0
  137. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0lr2ip~4h2o.z.js +0 -0
  138. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0njmix7y_6miv.js +0 -0
  139. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0nt-wtu-~b7hv.js +0 -0
  140. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0nwbvs~t8m~k6.js +0 -0
  141. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0o_q.90~v1nxx.js +0 -0
  142. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0oryo.isv4jwb.js +0 -0
  143. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0p63tiak1b6s-.js +0 -0
  144. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0pqew2nbfoy2f.js +0 -0
  145. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0puq-xa16mucw.js +0 -0
  146. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0quunuyr_o6os.js +0 -0
  147. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0r4wgiv_kwiro.js +0 -0
  148. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0rr4nl_auvf0b.js +0 -0
  149. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0s2ei~z99yg.7.js +0 -0
  150. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0t-7~zw5_oj33.js +0 -0
  151. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0t-ecot2ot8jq.js +0 -0
  152. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0t1nhjmm.2-8-.js +0 -0
  153. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0to6_1mydd3zt.js +0 -0
  154. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0v8zy131j2_sl.js +0 -0
  155. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0vj43fihkfmqz.js +0 -0
  156. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0v~puv980n2mn.js +0 -0
  157. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0w12j2_zw_0ax.js +0 -0
  158. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0w4h2u4jedq4..js +0 -0
  159. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0whqmdgrwdcvt.js +0 -0
  160. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0x48ir_5my2vr.js +0 -0
  161. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0z9df3ijvbr8h.js +0 -0
  162. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0zz1c.5ttlw75.js +0 -0
  163. /package/.next/{static → standalone/apps/web/.next/static}/chunks/0~fjlnit~fkey.js +0 -0
  164. /package/.next/{static → standalone/apps/web/.next/static}/chunks/10.7md7t9nz53.js +0 -0
  165. /package/.next/{static → standalone/apps/web/.next/static}/chunks/104dsd7mk1jyt.js +0 -0
  166. /package/.next/{static → standalone/apps/web/.next/static}/chunks/113wy2s~ukj5p.js +0 -0
  167. /package/.next/{static → standalone/apps/web/.next/static}/chunks/1158vq~dpuyl-.js +0 -0
  168. /package/.next/{static → standalone/apps/web/.next/static}/chunks/11905-quym2vs.js +0 -0
  169. /package/.next/{static → standalone/apps/web/.next/static}/chunks/13n60-fppanm4.js +0 -0
  170. /package/.next/{static → standalone/apps/web/.next/static}/chunks/144c2w7nm3efs.js +0 -0
  171. /package/.next/{static → standalone/apps/web/.next/static}/chunks/14rho~nmo5pbn.js +0 -0
  172. /package/.next/{static → standalone/apps/web/.next/static}/chunks/156lsa3n_7-g1.js +0 -0
  173. /package/.next/{static → standalone/apps/web/.next/static}/chunks/179i-blt6kp34.js +0 -0
  174. /package/.next/{static → standalone/apps/web/.next/static}/chunks/17me7gnh4-..3.js +0 -0
  175. /package/.next/{static → standalone/apps/web/.next/static}/chunks/17oc2l.ekcs8b.css +0 -0
  176. /package/.next/{static → standalone/apps/web/.next/static}/chunks/turbopack-0079niub0zo4u.js +0 -0
  177. /package/.next/{static → standalone/apps/web/.next/static}/media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2 +0 -0
  178. /package/.next/{static → standalone/apps/web/.next/static}/media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2 +0 -0
  179. /package/.next/{static → standalone/apps/web/.next/static}/media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2 +0 -0
  180. /package/.next/{static → standalone/apps/web/.next/static}/media/4fa387ec64143e14-s.0q3udbd2bu5yp.woff2 +0 -0
  181. /package/.next/{static → standalone/apps/web/.next/static}/media/5476f68d60460930-s.0wxq9webf.ew4.woff2 +0 -0
  182. /package/.next/{static → standalone/apps/web/.next/static}/media/7178b3e590c64307-s.11.cyxs5p-0z~.woff2 +0 -0
  183. /package/.next/{static → standalone/apps/web/.next/static}/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2 +0 -0
  184. /package/.next/{static → standalone/apps/web/.next/static}/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2 +0 -0
  185. /package/.next/{static → standalone/apps/web/.next/static}/media/8a480f0b521d4e75-s.06d3mdzz5bre_.woff2 +0 -0
  186. /package/.next/{static → standalone/apps/web/.next/static}/media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2 +0 -0
  187. /package/.next/{static → standalone/apps/web/.next/static}/media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2 +0 -0
  188. /package/.next/{static → standalone/apps/web/.next/static}/media/bbc41e54d2fcbd21-s.0gw~uztddq1df.woff2 +0 -0
  189. /package/.next/{static → standalone/apps/web/.next/static}/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2 +0 -0
  190. /package/.next/{static → standalone/apps/web/.next/static}/media/icon.0fkix7.hkmsz4.png +0 -0
  191. /package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
  192. /package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
@@ -17,7 +17,7 @@ f:I[97367,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_
17
17
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
18
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
19
  :HL["/_next/static/chunks/17oc2l.ekcs8b.css","style"]
20
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17oc2l.ekcs8b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0cea659lv7fcc.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/07.05twov8012.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0g~f0923b0wjv.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0pqew2nbfoy2f.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/113wy2s~ukj5p.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0kxp1btclqdj7.js","async":true,"nonce":"$undefined"}],["$","script","script-6",{"src":"/_next/static/chunks/0e1gsufr5shdc.js","async":true,"nonce":"$undefined"}],["$","script","script-7",{"src":"/_next/static/chunks/0p63tiak1b6s-.js","async":true,"nonce":"$undefined"}],["$","script","script-8",{"src":"/_next/static/chunks/0fekzj03ltn5y.js","async":true,"nonce":"$undefined"}],["$","script","script-9",{"src":"/_next/static/chunks/0kr7rpif0ntgr.js","async":true,"nonce":"$undefined"}],["$","script","script-10",{"src":"/_next/static/chunks/13n60-fppanm4.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"sl60H6e_1IzjEG6s7q4_7"}
20
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17oc2l.ekcs8b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0cea659lv7fcc.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/07.05twov8012.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0g~f0923b0wjv.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0pqew2nbfoy2f.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/113wy2s~ukj5p.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0kxp1btclqdj7.js","async":true,"nonce":"$undefined"}],["$","script","script-6",{"src":"/_next/static/chunks/0e1gsufr5shdc.js","async":true,"nonce":"$undefined"}],["$","script","script-7",{"src":"/_next/static/chunks/0p63tiak1b6s-.js","async":true,"nonce":"$undefined"}],["$","script","script-8",{"src":"/_next/static/chunks/0fekzj03ltn5y.js","async":true,"nonce":"$undefined"}],["$","script","script-9",{"src":"/_next/static/chunks/0kr7rpif0ntgr.js","async":true,"nonce":"$undefined"}],["$","script","script-10",{"src":"/_next/static/chunks/13n60-fppanm4.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"UEbtaW0dIEqC-1j06ZhQV"}
21
21
  a:{}
22
22
  b:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
23
23
  10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -4,7 +4,7 @@
4
4
  6:I[97367,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
6
  :HL["/_next/static/chunks/17oc2l.ekcs8b.css","style"]
7
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17oc2l.ekcs8b.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0cea659lv7fcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/07.05twov8012.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0g~f0923b0wjv.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/0pqew2nbfoy2f.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/113wy2s~ukj5p.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/0kxp1btclqdj7.js","async":true}],["$","script","script-6",{"src":"/_next/static/chunks/0e1gsufr5shdc.js","async":true}],["$","script","script-7",{"src":"/_next/static/chunks/0p63tiak1b6s-.js","async":true}],["$","script","script-8",{"src":"/_next/static/chunks/0fekzj03ltn5y.js","async":true}],["$","script","script-9",{"src":"/_next/static/chunks/0kr7rpif0ntgr.js","async":true}],["$","script","script-10",{"src":"/_next/static/chunks/13n60-fppanm4.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
7
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17oc2l.ekcs8b.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0cea659lv7fcc.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/07.05twov8012.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0g~f0923b0wjv.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/0pqew2nbfoy2f.js","async":true}],["$","script","script-4",{"src":"/_next/static/chunks/113wy2s~ukj5p.js","async":true}],["$","script","script-5",{"src":"/_next/static/chunks/0kxp1btclqdj7.js","async":true}],["$","script","script-6",{"src":"/_next/static/chunks/0e1gsufr5shdc.js","async":true}],["$","script","script-7",{"src":"/_next/static/chunks/0p63tiak1b6s-.js","async":true}],["$","script","script-8",{"src":"/_next/static/chunks/0fekzj03ltn5y.js","async":true}],["$","script","script-9",{"src":"/_next/static/chunks/0kr7rpif0ntgr.js","async":true}],["$","script","script-10",{"src":"/_next/static/chunks/13n60-fppanm4.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
8
8
  4:{}
9
9
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
10
10
  8:null
@@ -17,7 +17,7 @@ f:I[97367,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_
17
17
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
18
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
19
  :HL["/_next/static/chunks/17oc2l.ekcs8b.css","style"]
20
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17oc2l.ekcs8b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0cea659lv7fcc.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/07.05twov8012.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0g~f0923b0wjv.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0pqew2nbfoy2f.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/113wy2s~ukj5p.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0kxp1btclqdj7.js","async":true,"nonce":"$undefined"}],["$","script","script-6",{"src":"/_next/static/chunks/0e1gsufr5shdc.js","async":true,"nonce":"$undefined"}],["$","script","script-7",{"src":"/_next/static/chunks/0p63tiak1b6s-.js","async":true,"nonce":"$undefined"}],["$","script","script-8",{"src":"/_next/static/chunks/0fekzj03ltn5y.js","async":true,"nonce":"$undefined"}],["$","script","script-9",{"src":"/_next/static/chunks/0kr7rpif0ntgr.js","async":true,"nonce":"$undefined"}],["$","script","script-10",{"src":"/_next/static/chunks/13n60-fppanm4.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"sl60H6e_1IzjEG6s7q4_7"}
20
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17oc2l.ekcs8b.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0cea659lv7fcc.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/07.05twov8012.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0g~f0923b0wjv.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/0pqew2nbfoy2f.js","async":true,"nonce":"$undefined"}],["$","script","script-4",{"src":"/_next/static/chunks/113wy2s~ukj5p.js","async":true,"nonce":"$undefined"}],["$","script","script-5",{"src":"/_next/static/chunks/0kxp1btclqdj7.js","async":true,"nonce":"$undefined"}],["$","script","script-6",{"src":"/_next/static/chunks/0e1gsufr5shdc.js","async":true,"nonce":"$undefined"}],["$","script","script-7",{"src":"/_next/static/chunks/0p63tiak1b6s-.js","async":true,"nonce":"$undefined"}],["$","script","script-8",{"src":"/_next/static/chunks/0fekzj03ltn5y.js","async":true,"nonce":"$undefined"}],["$","script","script-9",{"src":"/_next/static/chunks/0kr7rpif0ntgr.js","async":true,"nonce":"$undefined"}],["$","script","script-10",{"src":"/_next/static/chunks/13n60-fppanm4.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"UEbtaW0dIEqC-1j06ZhQV"}
21
21
  a:{}
22
22
  b:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
23
23
  10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Tsunagi (繋ぎ)"}],["$","meta","1",{"name":"description","content":"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0fkix7.hkmsz4.png","sizes":"1024x1024","type":"image/png"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Tsunagi (繋ぎ)"}],["$","meta","1",{"name":"description","content":"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0fkix7.hkmsz4.png","sizes":"1024x1024","type":"image/png"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
@@ -6,4 +6,4 @@
6
6
  6:I[29024,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"ToastProvider"]
7
7
  7:I[67570,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"EditorSessionProvider"]
8
8
  :HL["/_next/static/chunks/0i_guf4-4_p5..css","style"]
9
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
9
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
@@ -3,4 +3,4 @@
3
3
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
4
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
5
5
  :HL["/_next/static/chunks/17oc2l.ekcs8b.css","style"]
6
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
6
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="font-sans inter_b2991b2-module__9mH_6q__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0i_guf4-4_p5..css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0apjd6p1xsnc3.js"/><script src="/_next/static/chunks/02i7dfk78~t~2.js" async=""></script><script src="/_next/static/chunks/0.76ju_ex-wmx.js" async=""></script><script src="/_next/static/chunks/0lp.2eizum8y~.js" async=""></script><script src="/_next/static/chunks/turbopack-0079niub0zo4u.js" async=""></script><script src="/_next/static/chunks/0g.j9ko1tr-q0.js" async=""></script><script src="/_next/static/chunks/0w12j2_zw_0ax.js" async=""></script><script src="/_next/static/chunks/0whqmdgrwdcvt.js" async=""></script><script src="/_next/static/chunks/04ygsac3q3ar..js" async=""></script><script src="/_next/static/chunks/0x48ir_5my2vr.js" async=""></script><meta name="next-size-adjust" content=""/><title>Tsunagi (繋ぎ)</title><meta name="description" content="AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"/><link rel="icon" href="/icon.png?icon.0fkix7.hkmsz4.png" sizes="1024x1024" type="image/png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div class="h-screen flex flex-col bg-background"><div class="sticky top-0 z-50 p-4 border-b border-border bg-card"><div class="flex items-center justify-between"><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center justify-center rounded-md border border-transparent bg-clip-padding whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-2 focus-visible:ring-ring/30 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-2 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 aria-expanded:bg-muted aria-expanded:text-foreground dark:hover:bg-muted/50 h-7 gap-1 px-2 text-xs/relaxed has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-3.5 text-primary font-medium hover:bg-primary/10 hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left w-4 h-4" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg>Back to Board</button><h1 class="text-xl font-bold text-foreground absolute left-1/2 -translate-x-1/2">Settings</h1></div></div><div class="flex-1 flex min-h-0"><div class="w-64 border-r border-border bg-card"><div class="p-4 text-muted-foreground text-sm">Loading...</div></div><div class="flex-1 bg-card p-4 overflow-y-auto"><div class="h-full flex items-center justify-center text-muted-foreground text-sm">Select a node from the left panel</div></div></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/0apjd6p1xsnc3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[627,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n5:I[57787,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ConnectionStatus\"]\n6:I[29024,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ToastProvider\"]\n7:I[67570,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"EditorSessionProvider\"]\n8:I[47257,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ClientPageRoot\"]\n9:I[82341,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\",\"/_next/static/chunks/0x48ir_5my2vr.js\"],\"default\"]\nc:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ViewportBoundary\"]\n12:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"MetadataBoundary\"]\n14:I[68027,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0i_guf4-4_p5..css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/04ygsac3q3ar..js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"font-sans inter_b2991b2-module__9mH_6q__variable\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0x48ir_5my2vr.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$@f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"sl60H6e_1IzjEG6s7q4_7\"}\n"])</script><script>self.__next_f.push([1,"15:[]\nf:\"$W15\"\na:{}\nb:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"16:I[27201,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"IconMark\"]\ne:null\n13:[[\"$\",\"title\",\"0\",{\"children\":\"Tsunagi (繋ぎ)\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.0fkix7.hkmsz4.png\",\"sizes\":\"1024x1024\",\"type\":\"image/png\"}],[\"$\",\"$L16\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="font-sans inter_b2991b2-module__9mH_6q__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0i_guf4-4_p5..css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0apjd6p1xsnc3.js"/><script src="/_next/static/chunks/02i7dfk78~t~2.js" async=""></script><script src="/_next/static/chunks/0.76ju_ex-wmx.js" async=""></script><script src="/_next/static/chunks/0lp.2eizum8y~.js" async=""></script><script src="/_next/static/chunks/turbopack-0079niub0zo4u.js" async=""></script><script src="/_next/static/chunks/0g.j9ko1tr-q0.js" async=""></script><script src="/_next/static/chunks/0w12j2_zw_0ax.js" async=""></script><script src="/_next/static/chunks/0whqmdgrwdcvt.js" async=""></script><script src="/_next/static/chunks/04ygsac3q3ar..js" async=""></script><script src="/_next/static/chunks/0x48ir_5my2vr.js" async=""></script><meta name="next-size-adjust" content=""/><title>Tsunagi (繋ぎ)</title><meta name="description" content="AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"/><link rel="icon" href="/icon.png?icon.0fkix7.hkmsz4.png" sizes="1024x1024" type="image/png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div class="h-screen flex flex-col bg-background"><div class="sticky top-0 z-50 p-4 border-b border-border bg-card"><div class="flex items-center justify-between"><button type="button" tabindex="0" data-slot="button" class="group/button inline-flex shrink-0 items-center justify-center rounded-md border border-transparent bg-clip-padding whitespace-nowrap transition-all outline-none select-none focus-visible:border-ring focus-visible:ring-2 focus-visible:ring-ring/30 active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-2 aria-invalid:ring-destructive/20 dark:aria-invalid:border-destructive/50 dark:aria-invalid:ring-destructive/40 [&amp;_svg]:pointer-events-none [&amp;_svg]:shrink-0 aria-expanded:bg-muted aria-expanded:text-foreground dark:hover:bg-muted/50 h-7 gap-1 px-2 text-xs/relaxed has-data-[icon=inline-end]:pr-1.5 has-data-[icon=inline-start]:pl-1.5 [&amp;_svg:not([class*=&#x27;size-&#x27;])]:size-3.5 text-primary font-medium hover:bg-primary/10 hover:text-foreground"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-arrow-left w-4 h-4" aria-hidden="true"><path d="m12 19-7-7 7-7"></path><path d="M19 12H5"></path></svg>Back to Board</button><h1 class="text-xl font-bold text-foreground absolute left-1/2 -translate-x-1/2">Settings</h1></div></div><div class="flex-1 flex min-h-0"><div class="w-64 border-r border-border bg-card"><div class="p-4 text-muted-foreground text-sm">Loading...</div></div><div class="flex-1 bg-card p-4 overflow-y-auto"><div class="h-full flex items-center justify-center text-muted-foreground text-sm">Select a node from the left panel</div></div></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/0apjd6p1xsnc3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[627,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n5:I[57787,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ConnectionStatus\"]\n6:I[29024,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ToastProvider\"]\n7:I[67570,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"EditorSessionProvider\"]\n8:I[47257,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ClientPageRoot\"]\n9:I[82341,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\",\"/_next/static/chunks/0x48ir_5my2vr.js\"],\"default\"]\nc:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ViewportBoundary\"]\n12:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"MetadataBoundary\"]\n14:I[68027,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0i_guf4-4_p5..css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"settings\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/04ygsac3q3ar..js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"font-sans inter_b2991b2-module__9mH_6q__variable\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0x48ir_5my2vr.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$@f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"UEbtaW0dIEqC-1j06ZhQV\"}\n"])</script><script>self.__next_f.push([1,"15:[]\nf:\"$W15\"\na:{}\nb:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"16:I[27201,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"IconMark\"]\ne:null\n13:[[\"$\",\"title\",\"0\",{\"children\":\"Tsunagi (繋ぎ)\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.0fkix7.hkmsz4.png\",\"sizes\":\"1024x1024\",\"type\":\"image/png\"}],[\"$\",\"$L16\",\"3\",{}]]\n"])</script></body></html>
@@ -16,7 +16,7 @@ d:"$Sreact.suspense"
16
16
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
17
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
18
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
- 0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0x48ir_5my2vr.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$@f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"sl60H6e_1IzjEG6s7q4_7"}
19
+ 0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0x48ir_5my2vr.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$@f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"UEbtaW0dIEqC-1j06ZhQV"}
20
20
  15:[]
21
21
  f:"$W15"
22
22
  a:{}
@@ -16,7 +16,7 @@ d:"$Sreact.suspense"
16
16
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
17
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
18
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
19
- 0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0x48ir_5my2vr.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$@f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"sl60H6e_1IzjEG6s7q4_7"}
19
+ 0:{"P":null,"c":["","settings"],"q":"","i":false,"f":[[["",{"children":["settings",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true,"nonce":"$undefined"}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0x48ir_5my2vr.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$@f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"UEbtaW0dIEqC-1j06ZhQV"}
20
20
  15:[]
21
21
  f:"$W15"
22
22
  a:{}
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Tsunagi (繋ぎ)"}],["$","meta","1",{"name":"description","content":"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0fkix7.hkmsz4.png","sizes":"1024x1024","type":"image/png"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Tsunagi (繋ぎ)"}],["$","meta","1",{"name":"description","content":"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0fkix7.hkmsz4.png","sizes":"1024x1024","type":"image/png"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
@@ -6,4 +6,4 @@
6
6
  6:I[29024,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"ToastProvider"]
7
7
  7:I[67570,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"EditorSessionProvider"]
8
8
  :HL["/_next/static/chunks/0i_guf4-4_p5..css","style"]
9
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
9
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0i_guf4-4_p5..css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0g.j9ko1tr-q0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0w12j2_zw_0ax.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0whqmdgrwdcvt.js","async":true}],["$","script","script-3",{"src":"/_next/static/chunks/04ygsac3q3ar..js","async":true}]],["$","html",null,{"lang":"en","className":"font-sans inter_b2991b2-module__9mH_6q__variable","children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased","children":["$","$L2",null,{"children":[["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L5",null,{}],["$","$L6",null,{}],["$","$L7",null,{}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
@@ -2,4 +2,4 @@
2
2
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
3
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
4
  :HL["/_next/static/media/caa3a2e1cccd8315-s.p.16t1db8_9y2o~.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"settings","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"settings","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
@@ -3,7 +3,7 @@
3
3
  3:I[82341,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js","/_next/static/chunks/0x48ir_5my2vr.js"],"default"]
4
4
  6:I[97367,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0x48ir_5my2vr.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"sl60H6e_1IzjEG6s7q4_7"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0x48ir_5my2vr.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"UEbtaW0dIEqC-1j06ZhQV"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -2,4 +2,4 @@
2
2
  2:I[39756,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/0g.j9ko1tr-q0.js","/_next/static/chunks/0w12j2_zw_0ax.js","/_next/static/chunks/0whqmdgrwdcvt.js","/_next/static/chunks/04ygsac3q3ar..js"],"default"]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"sl60H6e_1IzjEG6s7q4_7"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"UEbtaW0dIEqC-1j06ZhQV"}
@@ -1,3 +1,3 @@
1
- module.exports=[14747,(e,t,r)=>{t.exports=e.x("path",()=>require("path"))},46786,(e,t,r)=>{t.exports=e.x("os",()=>require("os"))},24361,(e,t,r)=>{t.exports=e.x("util",()=>require("util"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},33405,(e,t,r)=>{t.exports=e.x("child_process",()=>require("child_process"))},59638,e=>{"use strict";e.s(["normalizeBranchName",0,function(e){return e.replace(/\//g,"-")}])},49708,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),s=e.i(61916),o=e.i(74677),i=e.i(69741),l=e.i(16795),d=e.i(87718),u=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),x=e.i(74838),m=e.i(10372),v=e.i(93695);e.i(52474);var R=e.i(220),f=e.i(89171),g=e.i(33405),w=e.i(24361),E=e.i(14747),y=e.i(46786),C=e.i(59638);let A=(0,w.promisify)(g.exec);async function b(e){try{let{commandType:t,owner:r,repo:a,branch:n}=await e.json(),s=(0,C.normalizeBranchName)(n),o=E.join(y.homedir(),".tsunagi","workspaces",r,a,s);if("vscode"===t)await A(`code "${o}"`);else if("terminal"===t)y.platform(),await A(`open -a Terminal "${o}"`);else throw Error("Invalid command type");return f.NextResponse.json({success:!0})}catch(e){return console.error("Command execution error:",e),f.NextResponse.json({error:e instanceof Error?e.message:"Command failed"},{status:500})}}e.s(["POST",0,b],23059);var N=e.i(23059);let q=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/commands/open/route",pathname:"/api/commands/open",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/apps/web/src/app/api/commands/open/route.ts",nextConfigOutput:"standalone",userland:N,...{}}),{workAsyncStorage:T,workUnitAsyncStorage:P,serverHooks:_}=q;async function S(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),q.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/commands/open/route";f=f.replace(/\/index$/,"")||"/";let g=await q.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!g)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:E,nextConfig:y,parsedUrl:C,isDraftMode:A,prerenderManifest:b,routerServerContext:N,isOnDemandRevalidate:T,revalidateOnlyGenerated:P,resolvedPathname:_,clientReferenceManifest:S,serverActionsManifest:k}=g,O=(0,i.normalizeAppPath)(f),j=!!(b.dynamicRoutes[O]||b.routes[_]),H=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,C,!1):t.end("This page could not be found"),null);if(j&&!A){let e=!!b.routes[_],t=b.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(y.adapterPath)return await H();throw new v.NoFallbackError}}let I=null;!j||q.isDev||A||(I="/index"===(I=_)?"/":I);let U=!0===q.isDev||!j,M=j&&!U;k&&S&&(0,o.setManifestsSingleton)({page:f,clientReferenceManifest:S,serverActionsManifest:k});let D=e.method||"GET",$=(0,s.getTracer)(),B=$.getActiveScopeSpan(),F=!!(null==N?void 0:N.isWrappedByNextServer),K=!!(0,n.getRequestMeta)(e,"minimalMode"),L=(0,n.getRequestMeta)(e,"incrementalCache")||await q.getIncrementalCache(e,y,b,K);null==L||L.resetRequestCache(),globalThis.__incrementalCache=L;let z={params:E,previewProps:b.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts},cacheComponents:!!y.cacheComponents,supportsDynamicResponse:U,incrementalCache:L,cacheLifeProfiles:y.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>q.onRequestError(e,t,a,n,N)},sharedContext:{buildId:w}},G=new l.NodeNextRequest(e),V=new l.NodeNextResponse(t),W=d.NextRequestAdapter.fromNodeNextRequest(G,(0,d.signalFromNodeResponse)(t));try{let n,o=async e=>q.handle(W,z).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${D} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${D} ${f}`)}),i=async n=>{var s,i;let l=async({previousCacheEntry:r})=>{try{if(!K&&T&&P&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await o(n);e.fetchMetrics=z.renderOpts.fetchMetrics;let i=z.renderOpts.pendingWaitUntil;i&&a.waitUntil&&(a.waitUntil(i),i=void 0);let l=z.renderOpts.collectedTags;if(!j)return await (0,c.sendResponse)(G,V,s,z.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[m.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==z.renderOpts.collectedRevalidate&&!(z.renderOpts.collectedRevalidate>=m.INFINITE_CACHE)&&z.renderOpts.collectedRevalidate,a=void 0===z.renderOpts.collectedExpire||z.renderOpts.collectedExpire>=m.INFINITE_CACHE?void 0:z.renderOpts.collectedExpire;return{value:{kind:R.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await q.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:T})},!1,N),t}},d=await q.handleResponse({req:e,nextConfig:y,cacheKey:I,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:b,isRoutePPREnabled:!1,isOnDemandRevalidate:T,revalidateOnlyGenerated:P,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:K});if(!j)return null;if((null==d||null==(s=d.value)?void 0:s.kind)!==R.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(i=d.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});K||t.setHeader("x-nextjs-cache",T?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return K&&j||u.delete(m.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,x.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(G,V,new Response(d.value.body,{headers:u,status:d.value.status||200})),null};F&&B?await i(B):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(u.BaseServerSpan.handleRequest,{spanName:`${D} ${f}`,kind:s.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},i),void 0,!F))}catch(t){if(t instanceof v.NoFallbackError||await q.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:T})},!1,N),j)throw t;return await (0,c.sendResponse)(G,V,new Response(null,{status:500})),null}}e.s(["handler",0,S,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:T,workUnitAsyncStorage:P})},"routeModule",0,q,"serverHooks",0,_,"workAsyncStorage",0,T,"workUnitAsyncStorage",0,P],49708)}];
1
+ module.exports=[14747,(e,t,r)=>{t.exports=e.x("path",()=>require("path"))},46786,(e,t,r)=>{t.exports=e.x("os",()=>require("os"))},24361,(e,t,r)=>{t.exports=e.x("util",()=>require("util"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},33405,(e,t,r)=>{t.exports=e.x("child_process",()=>require("child_process"))},59638,e=>{"use strict";e.s(["normalizeBranchName",0,function(e){return e.replace(/\//g,"-")}])},49708,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),s=e.i(61916),o=e.i(74677),i=e.i(69741),l=e.i(16795),d=e.i(87718),u=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),x=e.i(74838),m=e.i(10372),v=e.i(93695);e.i(52474);var R=e.i(220),g=e.i(89171),f=e.i(33405),w=e.i(24361),E=e.i(14747),y=e.i(46786),C=e.i(59638);let A=(0,w.promisify)(f.exec);async function b(e){try{let{commandType:t,owner:r,repo:a,branch:n}=await e.json(),s=(0,C.normalizeBranchName)(n),o=E.join(y.homedir(),".tsunagi","workspaces",r,a,s);if("vscode"===t)await A(`code "${o}"`);else if("terminal"===t){y.platform();try{await A(`gnome-terminal --working-directory="${o}"`)}catch{await A(`xterm -e "cd '${o}' && exec $SHELL"`)}}else throw Error("Invalid command type");return g.NextResponse.json({success:!0})}catch(e){return console.error("Command execution error:",e),g.NextResponse.json({error:e instanceof Error?e.message:"Command failed"},{status:500})}}e.s(["POST",0,b],23059);var N=e.i(23059);let q=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/commands/open/route",pathname:"/api/commands/open",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/apps/web/src/app/api/commands/open/route.ts",nextConfigOutput:"standalone",userland:N,...{}}),{workAsyncStorage:T,workUnitAsyncStorage:P,serverHooks:S}=q;async function _(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),q.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let g="/api/commands/open/route";g=g.replace(/\/index$/,"")||"/";let f=await q.prepare(e,t,{srcPage:g,multiZoneDraftMode:!1});if(!f)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:E,nextConfig:y,parsedUrl:C,isDraftMode:A,prerenderManifest:b,routerServerContext:N,isOnDemandRevalidate:T,revalidateOnlyGenerated:P,resolvedPathname:S,clientReferenceManifest:_,serverActionsManifest:k}=f,O=(0,i.normalizeAppPath)(g),j=!!(b.dynamicRoutes[O]||b.routes[S]),H=async()=>((null==N?void 0:N.render404)?await N.render404(e,t,C,!1):t.end("This page could not be found"),null);if(j&&!A){let e=!!b.routes[S],t=b.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(y.adapterPath)return await H();throw new v.NoFallbackError}}let I=null;!j||q.isDev||A||(I="/index"===(I=S)?"/":I);let U=!0===q.isDev||!j,M=j&&!U;k&&_&&(0,o.setManifestsSingleton)({page:g,clientReferenceManifest:_,serverActionsManifest:k});let D=e.method||"GET",$=(0,s.getTracer)(),B=$.getActiveScopeSpan(),F=!!(null==N?void 0:N.isWrappedByNextServer),K=!!(0,n.getRequestMeta)(e,"minimalMode"),L=(0,n.getRequestMeta)(e,"incrementalCache")||await q.getIncrementalCache(e,y,b,K);null==L||L.resetRequestCache(),globalThis.__incrementalCache=L;let z={params:E,previewProps:b.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts},cacheComponents:!!y.cacheComponents,supportsDynamicResponse:U,incrementalCache:L,cacheLifeProfiles:y.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>q.onRequestError(e,t,a,n,N)},sharedContext:{buildId:w}},G=new l.NodeNextRequest(e),V=new l.NodeNextResponse(t),W=d.NextRequestAdapter.fromNodeNextRequest(G,(0,d.signalFromNodeResponse)(t));try{let n,o=async e=>q.handle(W,z).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${D} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${D} ${g}`)}),i=async n=>{var s,i;let l=async({previousCacheEntry:r})=>{try{if(!K&&T&&P&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await o(n);e.fetchMetrics=z.renderOpts.fetchMetrics;let i=z.renderOpts.pendingWaitUntil;i&&a.waitUntil&&(a.waitUntil(i),i=void 0);let l=z.renderOpts.collectedTags;if(!j)return await (0,c.sendResponse)(G,V,s,z.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[m.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==z.renderOpts.collectedRevalidate&&!(z.renderOpts.collectedRevalidate>=m.INFINITE_CACHE)&&z.renderOpts.collectedRevalidate,a=void 0===z.renderOpts.collectedExpire||z.renderOpts.collectedExpire>=m.INFINITE_CACHE?void 0:z.renderOpts.collectedExpire;return{value:{kind:R.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await q.onRequestError(e,t,{routerKind:"App Router",routePath:g,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:T})},!1,N),t}},d=await q.handleResponse({req:e,nextConfig:y,cacheKey:I,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:b,isRoutePPREnabled:!1,isOnDemandRevalidate:T,revalidateOnlyGenerated:P,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:K});if(!j)return null;if((null==d||null==(s=d.value)?void 0:s.kind)!==R.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(i=d.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});K||t.setHeader("x-nextjs-cache",T?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return K&&j||u.delete(m.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,x.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(G,V,new Response(d.value.body,{headers:u,status:d.value.status||200})),null};F&&B?await i(B):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(u.BaseServerSpan.handleRequest,{spanName:`${D} ${g}`,kind:s.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},i),void 0,!F))}catch(t){if(t instanceof v.NoFallbackError||await q.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:M,isOnDemandRevalidate:T})},!1,N),j)throw t;return await (0,c.sendResponse)(G,V,new Response(null,{status:500})),null}}e.s(["handler",0,_,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:T,workUnitAsyncStorage:P})},"routeModule",0,q,"serverHooks",0,S,"workAsyncStorage",0,T,"workUnitAsyncStorage",0,P],49708)}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__0wr1n.-._.js.map
@@ -7,9 +7,9 @@ globalThis.__BUILD_MANIFEST = {
7
7
  "static/chunks/03~yq9q893hmn.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/sl60H6e_1IzjEG6s7q4_7/_buildManifest.js",
11
- "static/sl60H6e_1IzjEG6s7q4_7/_ssgManifest.js",
12
- "static/sl60H6e_1IzjEG6s7q4_7/_clientMiddlewareManifest.js"
10
+ "static/UEbtaW0dIEqC-1j06ZhQV/_buildManifest.js",
11
+ "static/UEbtaW0dIEqC-1j06ZhQV/_ssgManifest.js",
12
+ "static/UEbtaW0dIEqC-1j06ZhQV/_clientMiddlewareManifest.js"
13
13
  ],
14
14
  "rootMainFiles": [
15
15
  "static/chunks/0apjd6p1xsnc3.js",
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="font-sans inter_b2991b2-module__9mH_6q__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0i_guf4-4_p5..css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0apjd6p1xsnc3.js"/><script src="/_next/static/chunks/02i7dfk78~t~2.js" async=""></script><script src="/_next/static/chunks/0.76ju_ex-wmx.js" async=""></script><script src="/_next/static/chunks/0lp.2eizum8y~.js" async=""></script><script src="/_next/static/chunks/turbopack-0079niub0zo4u.js" async=""></script><script src="/_next/static/chunks/0g.j9ko1tr-q0.js" async=""></script><script src="/_next/static/chunks/0w12j2_zw_0ax.js" async=""></script><script src="/_next/static/chunks/0whqmdgrwdcvt.js" async=""></script><script src="/_next/static/chunks/04ygsac3q3ar..js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Tsunagi (繋ぎ)</title><meta name="description" content="AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"/><link rel="icon" href="/icon.png?icon.0fkix7.hkmsz4.png" sizes="1024x1024" type="image/png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/0apjd6p1xsnc3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[627,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n5:I[57787,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ConnectionStatus\"]\n6:I[29024,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ToastProvider\"]\n7:I[67570,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"EditorSessionProvider\"]\n8:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"MetadataBoundary\"]\n10:I[68027,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0i_guf4-4_p5..css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/04ygsac3q3ar..js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"font-sans inter_b2991b2-module__9mH_6q__variable\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,null]},null,false,\"$@b\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"sl60H6e_1IzjEG6s7q4_7\"}\n"])</script><script>self.__next_f.push([1,"11:[]\nb:\"$W11\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"12:I[27201,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"IconMark\"]\na:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Tsunagi (繋ぎ)\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.0fkix7.hkmsz4.png\",\"sizes\":\"1024x1024\",\"type\":\"image/png\"}],[\"$\",\"$L12\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="font-sans inter_b2991b2-module__9mH_6q__variable"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/0i_guf4-4_p5..css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0apjd6p1xsnc3.js"/><script src="/_next/static/chunks/02i7dfk78~t~2.js" async=""></script><script src="/_next/static/chunks/0.76ju_ex-wmx.js" async=""></script><script src="/_next/static/chunks/0lp.2eizum8y~.js" async=""></script><script src="/_next/static/chunks/turbopack-0079niub0zo4u.js" async=""></script><script src="/_next/static/chunks/0g.j9ko1tr-q0.js" async=""></script><script src="/_next/static/chunks/0w12j2_zw_0ax.js" async=""></script><script src="/_next/static/chunks/0whqmdgrwdcvt.js" async=""></script><script src="/_next/static/chunks/04ygsac3q3ar..js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><title>Tsunagi (繋ぎ)</title><meta name="description" content="AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現"/><link rel="icon" href="/icon.png?icon.0fkix7.hkmsz4.png" sizes="1024x1024" type="image/png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/0apjd6p1xsnc3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[627,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ThemeProvider\"]\n3:I[39756,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\"]\n5:I[57787,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ConnectionStatus\"]\n6:I[29024,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ToastProvider\"]\n7:I[67570,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"EditorSessionProvider\"]\n8:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"MetadataBoundary\"]\n10:I[68027,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0i_guf4-4_p5..css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-3\",{\"src\":\"/_next/static/chunks/04ygsac3q3ar..js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"font-sans inter_b2991b2-module__9mH_6q__variable\",\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{}]]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,null]},null,false,\"$@b\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0i_guf4-4_p5..css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"UEbtaW0dIEqC-1j06ZhQV\"}\n"])</script><script>self.__next_f.push([1,"11:[]\nb:\"$W11\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"12:I[27201,[\"/_next/static/chunks/0g.j9ko1tr-q0.js\",\"/_next/static/chunks/0w12j2_zw_0ax.js\",\"/_next/static/chunks/0whqmdgrwdcvt.js\",\"/_next/static/chunks/04ygsac3q3ar..js\"],\"IconMark\"]\na:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Tsunagi (繋ぎ)\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI時代の統合開発マネージャー - Claude と人間のシームレスな協働開発を実現\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.0fkix7.hkmsz4.png\",\"sizes\":\"1024x1024\",\"type\":\"image/png\"}],[\"$\",\"$L12\",\"3\",{}]]\n"])</script></body></html>