miclaw-app 0.2.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/build-manifest.json +6 -5
  3. package/.next/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -2
  4. package/.next/standalone/.next/server/app/_global-error/page.js +6 -4
  5. package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
  6. package/.next/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.html +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  12. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  13. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  14. package/.next/standalone/.next/server/app/_not-found/page/build-manifest.json +3 -2
  15. package/.next/standalone/.next/server/app/_not-found/page.js +6 -4
  16. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next/standalone/.next/server/app/_not-found.html +3 -3
  19. package/.next/standalone/.next/server/app/_not-found.rsc +10 -10
  20. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
  21. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  22. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  23. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  24. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  25. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  26. package/.next/standalone/.next/server/app/agents/page/build-manifest.json +3 -2
  27. package/.next/standalone/.next/server/app/agents/page/server-reference-manifest.json +26 -1
  28. package/.next/standalone/.next/server/app/agents/page.js +10 -6
  29. package/.next/standalone/.next/server/app/agents/page.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  31. package/.next/standalone/.next/server/app/agents.html +17 -10
  32. package/.next/standalone/.next/server/app/agents.rsc +19 -24
  33. package/.next/standalone/.next/server/app/agents.segments/_full.segment.rsc +19 -24
  34. package/.next/standalone/.next/server/app/agents.segments/_head.segment.rsc +4 -4
  35. package/.next/standalone/.next/server/app/agents.segments/_index.segment.rsc +5 -5
  36. package/.next/standalone/.next/server/app/agents.segments/_tree.segment.rsc +2 -2
  37. package/.next/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +14 -19
  38. package/.next/standalone/.next/server/app/agents.segments/agents.segment.rsc +3 -3
  39. package/.next/standalone/.next/server/app/commands/page/build-manifest.json +3 -2
  40. package/.next/standalone/.next/server/app/commands/page/server-reference-manifest.json +26 -1
  41. package/.next/standalone/.next/server/app/commands/page.js +10 -6
  42. package/.next/standalone/.next/server/app/commands/page.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/commands/page_client-reference-manifest.js +1 -1
  44. package/.next/standalone/.next/server/app/commands.html +27 -15
  45. package/.next/standalone/.next/server/app/commands.rsc +166 -174
  46. package/.next/standalone/.next/server/app/commands.segments/_full.segment.rsc +166 -174
  47. package/.next/standalone/.next/server/app/commands.segments/_head.segment.rsc +4 -4
  48. package/.next/standalone/.next/server/app/commands.segments/_index.segment.rsc +5 -5
  49. package/.next/standalone/.next/server/app/commands.segments/_tree.segment.rsc +2 -2
  50. package/.next/standalone/.next/server/app/commands.segments/commands/__PAGE__.segment.rsc +161 -169
  51. package/.next/standalone/.next/server/app/commands.segments/commands.segment.rsc +3 -3
  52. package/.next/standalone/.next/server/app/hooks/page/build-manifest.json +3 -2
  53. package/.next/standalone/.next/server/app/hooks/page.js +7 -5
  54. package/.next/standalone/.next/server/app/hooks/page.js.nft.json +1 -1
  55. package/.next/standalone/.next/server/app/hooks/page_client-reference-manifest.js +1 -1
  56. package/.next/standalone/.next/server/app/hooks.html +3 -3
  57. package/.next/standalone/.next/server/app/hooks.rsc +11 -11
  58. package/.next/standalone/.next/server/app/hooks.segments/_full.segment.rsc +11 -11
  59. package/.next/standalone/.next/server/app/hooks.segments/_head.segment.rsc +4 -4
  60. package/.next/standalone/.next/server/app/hooks.segments/_index.segment.rsc +5 -5
  61. package/.next/standalone/.next/server/app/hooks.segments/_tree.segment.rsc +2 -2
  62. package/.next/standalone/.next/server/app/hooks.segments/hooks/__PAGE__.segment.rsc +2 -2
  63. package/.next/standalone/.next/server/app/hooks.segments/hooks.segment.rsc +3 -3
  64. package/.next/standalone/.next/server/app/index.html +18 -18
  65. package/.next/standalone/.next/server/app/index.rsc +12 -12
  66. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  67. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +12 -12
  68. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +4 -4
  69. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +5 -5
  70. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  71. package/.next/standalone/.next/server/app/mcp/page/build-manifest.json +3 -2
  72. package/.next/standalone/.next/server/app/mcp/page.js +7 -5
  73. package/.next/standalone/.next/server/app/mcp/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/mcp/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/mcp.html +3 -3
  76. package/.next/standalone/.next/server/app/mcp.rsc +12 -12
  77. package/.next/standalone/.next/server/app/mcp.segments/_full.segment.rsc +12 -12
  78. package/.next/standalone/.next/server/app/mcp.segments/_head.segment.rsc +4 -4
  79. package/.next/standalone/.next/server/app/mcp.segments/_index.segment.rsc +5 -5
  80. package/.next/standalone/.next/server/app/mcp.segments/_tree.segment.rsc +2 -2
  81. package/.next/standalone/.next/server/app/mcp.segments/mcp/__PAGE__.segment.rsc +7 -8
  82. package/.next/standalone/.next/server/app/mcp.segments/mcp.segment.rsc +3 -3
  83. package/.next/standalone/.next/server/app/page/build-manifest.json +3 -2
  84. package/.next/standalone/.next/server/app/page.js +7 -5
  85. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  86. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  87. package/.next/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +3 -2
  88. package/.next/standalone/.next/server/app/projects/[slug]/page/server-reference-manifest.json +50 -1
  89. package/.next/standalone/.next/server/app/projects/[slug]/page.js +11 -7
  90. package/.next/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
  91. package/.next/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  92. package/.next/standalone/.next/server/app/rules/page/build-manifest.json +3 -2
  93. package/.next/standalone/.next/server/app/rules/page/server-reference-manifest.json +14 -1
  94. package/.next/standalone/.next/server/app/rules/page.js +10 -6
  95. package/.next/standalone/.next/server/app/rules/page.js.nft.json +1 -1
  96. package/.next/standalone/.next/server/app/rules/page_client-reference-manifest.js +1 -1
  97. package/.next/standalone/.next/server/app/rules.html +24 -12
  98. package/.next/standalone/.next/server/app/rules.rsc +23 -23
  99. package/.next/standalone/.next/server/app/rules.segments/_full.segment.rsc +23 -23
  100. package/.next/standalone/.next/server/app/rules.segments/_head.segment.rsc +4 -4
  101. package/.next/standalone/.next/server/app/rules.segments/_index.segment.rsc +5 -5
  102. package/.next/standalone/.next/server/app/rules.segments/_tree.segment.rsc +2 -2
  103. package/.next/standalone/.next/server/app/rules.segments/rules/__PAGE__.segment.rsc +15 -15
  104. package/.next/standalone/.next/server/app/rules.segments/rules.segment.rsc +3 -3
  105. package/.next/standalone/.next/server/app/settings/page/build-manifest.json +3 -2
  106. package/.next/standalone/.next/server/app/settings/page.js +7 -5
  107. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  108. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  109. package/.next/standalone/.next/server/app/settings.html +3 -50
  110. package/.next/standalone/.next/server/app/settings.rsc +44 -229
  111. package/.next/standalone/.next/server/app/settings.segments/_full.segment.rsc +44 -229
  112. package/.next/standalone/.next/server/app/settings.segments/_head.segment.rsc +4 -4
  113. package/.next/standalone/.next/server/app/settings.segments/_index.segment.rsc +5 -5
  114. package/.next/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  115. package/.next/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +34 -224
  116. package/.next/standalone/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  117. package/.next/standalone/.next/server/app/skills/page/build-manifest.json +3 -2
  118. package/.next/standalone/.next/server/app/skills/page/server-reference-manifest.json +26 -1
  119. package/.next/standalone/.next/server/app/skills/page.js +10 -6
  120. package/.next/standalone/.next/server/app/skills/page.js.nft.json +1 -1
  121. package/.next/standalone/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  122. package/.next/standalone/.next/server/app/skills.html +17 -10
  123. package/.next/standalone/.next/server/app/skills.rsc +22 -24
  124. package/.next/standalone/.next/server/app/skills.segments/_full.segment.rsc +22 -24
  125. package/.next/standalone/.next/server/app/skills.segments/_head.segment.rsc +4 -4
  126. package/.next/standalone/.next/server/app/skills.segments/_index.segment.rsc +5 -5
  127. package/.next/standalone/.next/server/app/skills.segments/_tree.segment.rsc +2 -2
  128. package/.next/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +17 -19
  129. package/.next/standalone/.next/server/app/skills.segments/skills.segment.rsc +3 -3
  130. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.angw.._.js +19 -0
  131. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0.n_sm9._.js +3 -0
  132. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__00-fvlp._.js +3 -0
  133. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0xrk31o._.js → [root-of-the-server]__07-x3pk._.js} +2 -2
  134. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__09x1iac._.js → [root-of-the-server]__074ddak._.js} +2 -2
  135. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0762gzw._.js +3 -0
  136. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0a6fhf4._.js +3 -0
  137. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0cyn.yv._.js +3 -0
  138. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0drsnbn._.js +3 -0
  139. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0gs673v._.js +3 -0
  140. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0hb8yr6._.js +3 -0
  141. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0lvdgab._.js +3 -0
  142. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pi2cyu._.js +3 -0
  143. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pqmw9_._.js +3 -0
  144. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qau0oe._.js +3 -0
  145. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y_r~bl._.js +3 -0
  146. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__13f6exv._.js +3 -0
  147. package/.next/standalone/.next/server/chunks/ssr/_0155~lj._.js +4 -0
  148. package/.next/standalone/.next/server/chunks/ssr/_019pxqf._.js +3 -0
  149. package/.next/standalone/.next/server/chunks/ssr/_04f1jnd._.js +3 -0
  150. package/.next/standalone/.next/server/chunks/ssr/_075l.9f._.js +3 -0
  151. package/.next/standalone/.next/server/chunks/ssr/_08ya7_7._.js +18 -0
  152. package/.next/standalone/.next/server/chunks/ssr/_0_s6zlf._.js +4 -0
  153. package/.next/standalone/.next/server/chunks/ssr/_0blw8hh._.js +4 -0
  154. package/.next/standalone/.next/server/chunks/ssr/_0d3amaq._.js +3 -0
  155. package/.next/standalone/.next/server/chunks/ssr/_0henl1i._.js +3 -0
  156. package/.next/standalone/.next/server/chunks/ssr/_0n0cdzu._.js +7 -0
  157. package/.next/standalone/.next/server/chunks/ssr/_0odsblc._.js +4 -0
  158. package/.next/standalone/.next/server/chunks/ssr/_0qj6zf~._.js +4 -0
  159. package/.next/standalone/.next/server/chunks/ssr/_0~-r05b._.js +3 -0
  160. package/.next/standalone/.next/server/chunks/ssr/node_modules_06ooq~z._.js +3 -0
  161. package/.next/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_x_06-w9xa.js +3 -0
  162. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_05~t7f3._.js +3 -0
  163. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_060d1m.._.js +3 -0
  164. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js +6 -0
  165. package/.next/standalone/.next/server/chunks/ssr/node_modules_next_dist_compiled_0wewlb4._.js +3 -0
  166. package/.next/standalone/.next/server/chunks/ssr/src_components_OverviewClient_tsx_02hf4_.._.js +4 -6
  167. package/.next/standalone/.next/server/chunks/ssr/src_components_PermissionList_tsx_11auuo4._.js +3 -0
  168. package/.next/standalone/.next/server/middleware-build-manifest.js +6 -5
  169. package/.next/standalone/.next/server/pages/404.html +3 -3
  170. package/.next/standalone/.next/server/pages/500.html +1 -1
  171. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  172. package/.next/standalone/.next/server/server-reference-manifest.json +98 -1
  173. package/.next/standalone/AGENTS.md +5 -0
  174. package/.next/standalone/CLAUDE.md +123 -0
  175. package/.next/standalone/README.md +80 -0
  176. package/.next/standalone/package.json +1 -1
  177. package/.next/static/chunks/04aem330ymbdp.js +1 -0
  178. package/.next/static/chunks/04oemklgq9z0h.js +2 -0
  179. package/.next/static/chunks/05aigtet4z44u.js +2 -0
  180. package/.next/static/chunks/07xsxgej4fv2x.js +2 -0
  181. package/.next/static/chunks/08fwcb._hc08b.js +2 -0
  182. package/.next/static/chunks/0_y~i1hg5~4wi.js +1 -0
  183. package/.next/static/chunks/0g_3.48-9emgq.js +2 -0
  184. package/.next/static/chunks/0lb3l2a8_251j.css +4 -0
  185. package/.next/static/chunks/0pokw498xojn-.js +5 -0
  186. package/.next/static/chunks/13dvyaeya8iqh.js +2 -0
  187. package/.next/static/chunks/14eh46s-dfy04.js +13 -0
  188. package/.next/static/chunks/turbopack-0vxtok8kx-1on.js +1 -0
  189. package/README.md +8 -3
  190. package/package.json +1 -1
  191. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-h~dmy._.js +0 -3
  192. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__03-xb~6._.js +0 -3
  193. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__05bypkr._.js +0 -3
  194. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0689aen._.js +0 -3
  195. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09jukbl._.js +0 -3
  196. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__09z7o2x._.js +0 -19
  197. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0beg-.s._.js +0 -3
  198. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0bm8p5g._.js +0 -3
  199. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0j~ozdd._.js +0 -3
  200. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0m45oxh._.js +0 -3
  201. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0o4fjuz._.js +0 -3
  202. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0qk5gqw._.js +0 -3
  203. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0u-t242._.js +0 -3
  204. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__0y_d026._.js +0 -3
  205. package/.next/standalone/.next/server/chunks/ssr/_09kkdgy._.js +0 -6
  206. package/.next/standalone/.next/server/chunks/ssr/_0g8yqoe._.js +0 -7
  207. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_agents_page_actions_07l1ss4.js +0 -3
  208. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_commands_page_actions_0npst50.js +0 -3
  209. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_page_actions_0xg3f7c.js +0 -3
  210. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_rules_page_actions_0xcrbur.js +0 -3
  211. package/.next/standalone/.next/server/chunks/ssr/_next-internal_server_app_skills_page_actions_0cxzzu-.js +0 -3
  212. package/.next/standalone/.next/server/chunks/ssr/node_modules_0sy8gnb._.js +0 -3
  213. package/.next/standalone/.next/server/chunks/ssr/src_components_ExpandableBody_tsx_0-ivqwg._.js +0 -3
  214. package/.next/static/chunks/0hbcy8fff~.ks.js +0 -15
  215. package/.next/static/chunks/0mmpyn9fv2fjf.js +0 -2
  216. package/.next/static/chunks/0xlrze18so95w.css +0 -4
  217. package/.next/static/chunks/0y3~cortx~or~.js +0 -5
  218. package/.next/static/chunks/12p3iqtw2ohfq.js +0 -1
  219. package/.next/static/chunks/turbopack-06dy8k5p5cegf.js +0 -1
  220. /package/.next/static/{vFFhR9bZqGO0pHP7N7NNG → ykykNEJbtAXExgOj13bt9}/_buildManifest.js +0 -0
  221. /package/.next/static/{vFFhR9bZqGO0pHP7N7NNG → ykykNEJbtAXExgOj13bt9}/_clientMiddlewareManifest.js +0 -0
  222. /package/.next/static/{vFFhR9bZqGO0pHP7N7NNG → ykykNEJbtAXExgOj13bt9}/_ssgManifest.js +0 -0
@@ -1,24 +1,24 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[22140,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
- 3:I[39756,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
- 6:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
2
+ 2:I[22140,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
+ 6:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
6
6
  7:"$Sreact.suspense"
7
- a:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
8
- c:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
9
- e:I[68027,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default",1]
10
- :HL["/_next/static/chunks/0xlrze18so95w.css","style"]
7
+ a:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
8
+ c:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
9
+ e:I[68027,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default",1]
10
+ :HL["/_next/static/chunks/0lb3l2a8_251j.css","style"]
11
11
  :HL["/_next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
12
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
13
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
- 0:{"P":null,"c":["","agents"],"q":"","i":false,"f":[[["",{"children":["agents",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0mmpyn9fv2fjf.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","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"}]}]]}]}]}]]}],{"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":["$L5",[["$","script","script-0",{"src":"/_next/static/chunks/12p3iqtw2ohfq.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"vFFhR9bZqGO0pHP7N7NNG"}
14
+ 0:{"P":null,"c":["","agents"],"q":"","i":false,"f":[[["",{"children":["agents",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/08fwcb._hc08b.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","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"}]}]]}]}]}]]}],{"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":["$L5",[["$","script","script-0",{"src":"/_next/static/chunks/05aigtet4z44u.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[null,["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"ykykNEJbtAXExgOj13bt9"}
15
15
  f:[]
16
16
  9:"$Wf"
17
17
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
18
- 10:I[27201,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
18
+ 10:I[27201,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"IconMark"]
19
19
  8:null
20
20
  d:[["$","title","0",{"children":"MiClaw"}],["$","meta","1",{"name":"description","content":"Claude Code configuration visualizer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L10","3",{}]]
21
- 11:I[22450,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/12p3iqtw2ohfq.js"],"ExpandableBody"]
21
+ 11:I[66337,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/05aigtet4z44u.js"],"AgentScopeGroup"]
22
22
  12:T5dc,You are a software engineer addressing code review feedback.
23
23
 
24
24
  ## First Steps (MANDATORY)
@@ -52,8 +52,7 @@ Before making any changes, you MUST detect and read the repo's instruction file:
52
52
  When finished, provide a brief summary of:
53
53
  - Which review issues were addressed
54
54
  - Any review suggestions that were skipped and why
55
- - Whether tests pass5:["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-medium tracking-tight","children":"Agents"}],["$","span",null,{"className":"text-sm text-text-muted","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Custom subagents across all scopes"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"GLOBAL"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude/agents"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/.claude/agents/address-review.md",{"id":"address-review","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"address-review"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Addresses code review feedback by fixing issues identified by the review agent. Use after a review to resolve all flagged issues."}],["$","$L11",null,{"content":"$12"}]]}],["$","div","/Users/gabry/.claude/agents/fix-tests.md",{"id":"fix-tests","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"fix-tests"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Runs the test suite and fixes any failing tests. Use as a final cleanup step after implementation and review."}],"$L13"]}],"$L14","$L15"]}]]}],"$L16"]}]
56
- 17:T6f4,You are a test engineer focused on getting the test suite green.
55
+ - Whether tests pass13:T6f4,You are a test engineer focused on getting the test suite green.
57
56
 
58
57
  ## First Steps (MANDATORY)
59
58
 
@@ -90,8 +89,7 @@ Before running or fixing tests, you MUST detect and read the repo's instruction
90
89
  When finished, provide:
91
90
  - Test results (pass/fail counts)
92
91
  - What was fixed and why
93
- - Any tests that could not be fixed and the reason13:["$","$L11",null,{"content":"$17"}]
94
- 18:T683,You are an expert software engineer implementing features and writing tests.
92
+ - Any tests that could not be fixed and the reason14:T683,You are an expert software engineer implementing features and writing tests.
95
93
 
96
94
  ## First Steps (MANDATORY)
97
95
 
@@ -127,8 +125,7 @@ Before writing any code, you MUST detect and read the repo's instruction file:
127
125
  When finished, provide a brief summary of:
128
126
  - What was implemented
129
127
  - What tests were added/modified
130
- - Any decisions or trade-offs made14:["$","div","/Users/gabry/.claude/agents/implement.md",{"id":"implement","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"implement"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent","children":"opus"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Implements features and writes tests following repo-specific instructions. Use when asked to implement a ticket, feature, or bug fix."}],["$","$L11",null,{"content":"$18"}]]}]
131
- 19:T8e0,You are a senior engineer performing a thorough code review.
128
+ - Any decisions or trade-offs made15:T8e0,You are a senior engineer performing a thorough code review.
132
129
 
133
130
  ## First Steps (MANDATORY)
134
131
 
@@ -177,8 +174,8 @@ For each issue:
177
174
  ### Positives (if any)
178
175
  Briefly note anything done particularly well.
179
176
 
180
- Do NOT suggest cosmetic changes, unnecessary comments, or style nitpicks unless they violate repo standards.15:["$","div","/Users/gabry/.claude/agents/review.md",{"id":"review","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"review"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent","children":"opus"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Reviews code changes for quality, correctness, and adherence to repo standards. Use after implementation to catch issues before committing."}],["$","$L11",null,{"content":"$19"}]]}]
181
- 1a:T724,You are a Playwright Test Generator, an expert in browser automation and end-to-end testing.
177
+ Do NOT suggest cosmetic changes, unnecessary comments, or style nitpicks unless they violate repo standards.5:["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-mono font-medium tracking-tight","children":"Agents"}],["$","span",null,{"className":"font-mono text-sm text-text-dim","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Custom subagents across all scopes"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","GLOBAL","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude"}]]}],["$","$L11",null,{"agents":[{"frontmatter":{"name":"address-review","description":"Addresses code review feedback by fixing issues identified by the review agent. Use after a review to resolve all flagged issues.","tools":"Read, Write, Edit, Bash, Grep, Glob","model":"sonnet"},"body":"$12","filePath":"/Users/gabry/.claude/agents/address-review.md","scope":{"type":"global"}},{"frontmatter":{"name":"fix-tests","description":"Runs the test suite and fixes any failing tests. Use as a final cleanup step after implementation and review.","tools":"Read, Write, Edit, Bash, Grep, Glob","model":"sonnet"},"body":"$13","filePath":"/Users/gabry/.claude/agents/fix-tests.md","scope":"$5:props:children:1:props:children:1:props:agents:0:scope"},{"frontmatter":{"name":"implement","description":"Implements features and writes tests following repo-specific instructions. Use when asked to implement a ticket, feature, or bug fix.","tools":"Read, Write, Edit, Bash, Grep, Glob","model":"opus"},"body":"$14","filePath":"/Users/gabry/.claude/agents/implement.md","scope":"$5:props:children:1:props:children:1:props:agents:0:scope"},{"frontmatter":{"name":"review","description":"Reviews code changes for quality, correctness, and adherence to repo standards. Use after implementation to catch issues before committing.","tools":"Read, Grep, Glob, Bash","model":"opus"},"body":"$15","filePath":"/Users/gabry/.claude/agents/review.md","scope":"$5:props:children:1:props:children:1:props:agents:0:scope"}],"scopePath":"/Users/gabry/.claude","scopeType":"global"}]]}],["$L16"]]}]
178
+ 17:T724,You are a Playwright Test Generator, an expert in browser automation and end-to-end testing.
182
179
  Your specialty is creating robust, reliable Playwright tests that accurately simulate user interactions and validate
183
180
  application behavior.
184
181
 
@@ -228,8 +225,7 @@ application behavior.
228
225
  });
229
226
  });
230
227
  ```
231
- </example-generation>16:["$","div",null,{"children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"WEB-APP"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/web-app/.claude/agents"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-generator.md",{"id":"playwright-test-generator","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"playwright-test-generator"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item. <test-suite><!-- Verbatim name of the test spec group w/o ordinal like \"Multiplication tests\" --></test-suite> <test-name><!-- Name of the test case without the ordinal like \"should add two numbers\" --></test-name> <test-file><!-- Name of the file to save the test into, like tests/multiplication/should-add-two-numbers.spec.ts --></test-file> <seed-file><!-- Seed file path from test plan --></seed-file> <body><!-- Test case content including steps and expectations --></body></example>"}],["$","$L11",null,{"content":"$1a"}]]}],"$L1b","$L1c"]}]]}]
232
- 1d:T945,You are the Playwright Test Healer, an expert test automation engineer specializing in debugging and
228
+ </example-generation>18:T945,You are the Playwright Test Healer, an expert test automation engineer specializing in debugging and
233
229
  resolving Playwright test failures. Your mission is to systematically identify, diagnose, and fix
234
230
  broken Playwright tests using a methodical approach.
235
231
 
@@ -265,8 +261,7 @@ Key principles:
265
261
  so that it is skipped during the execution. Add a comment before the failing step explaining what is happening instead
266
262
  of the expected behavior.
267
263
  - Do not ask user questions, you are not interactive tool, do the most reasonable thing possible to pass the test.
268
- - Never wait for networkidle or use other discouraged or deprecated apis1b:["$","div","/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-healer.md",{"id":"playwright-test-healer","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"playwright-test-healer"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this agent when you need to debug and fix failing Playwright tests"}],["$","$L11",null,{"content":"$1d"}]]}]
269
- 1e:T741,You are an expert web test planner with extensive experience in quality assurance, user experience testing, and test
264
+ - Never wait for networkidle or use other discouraged or deprecated apis19:T741,You are an expert web test planner with extensive experience in quality assurance, user experience testing, and test
270
265
  scenario design. Your expertise includes functional testing, edge case identification, and comprehensive test coverage
271
266
  planning.
272
267
 
@@ -311,4 +306,4 @@ You will:
311
306
  - Ensure scenarios are independent and can be run in any order
312
307
 
313
308
  **Output Format**: Always save the complete test plan as a markdown file with clear headings, numbered steps, and
314
- professional formatting suitable for sharing with development and QA teams.1c:["$","div","/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-planner.md",{"id":"playwright-test-planner","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"playwright-test-planner"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this agent when you need to create comprehensive test plan for a web application or website"}],["$","$L11",null,{"content":"$1e"}]]}]
309
+ professional formatting suitable for sharing with development and QA teams.16:["$","div","/Users/gabry/Desktop/web-app",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WEB-APP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/web-app"}]]}],["$","$L11",null,{"agents":[{"frontmatter":{"name":"playwright-test-generator","description":"Use this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item. <test-suite><!-- Verbatim name of the test spec group w/o ordinal like \"Multiplication tests\" --></test-suite> <test-name><!-- Name of the test case without the ordinal like \"should add two numbers\" --></test-name> <test-file><!-- Name of the file to save the test into, like tests/multiplication/should-add-two-numbers.spec.ts --></test-file> <seed-file><!-- Seed file path from test plan --></seed-file> <body><!-- Test case content including steps and expectations --></body></example>","tools":"Glob, Grep, Read, LS, mcp__playwright-test__browser_click, mcp__playwright-test__browser_drag, mcp__playwright-test__browser_evaluate, mcp__playwright-test__browser_file_upload, mcp__playwright-test__browser_handle_dialog, mcp__playwright-test__browser_hover, mcp__playwright-test__browser_navigate, mcp__playwright-test__browser_press_key, mcp__playwright-test__browser_select_option, mcp__playwright-test__browser_snapshot, mcp__playwright-test__browser_type, mcp__playwright-test__browser_verify_element_visible, mcp__playwright-test__browser_verify_list_visible, mcp__playwright-test__browser_verify_text_visible, mcp__playwright-test__browser_verify_value, mcp__playwright-test__browser_wait_for, mcp__playwright-test__generator_read_log, mcp__playwright-test__generator_setup_page, mcp__playwright-test__generator_write_test","model":"sonnet","color":"blue"},"body":"$17","filePath":"/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-generator.md","scope":{"type":"project","projectName":"web-app","projectPath":"/Users/gabry/Desktop/web-app"}},{"frontmatter":{"name":"playwright-test-healer","description":"Use this agent when you need to debug and fix failing Playwright tests","tools":"Glob, Grep, Read, LS, Edit, MultiEdit, Write, mcp__playwright-test__browser_console_messages, mcp__playwright-test__browser_evaluate, mcp__playwright-test__browser_generate_locator, mcp__playwright-test__browser_network_requests, mcp__playwright-test__browser_snapshot, mcp__playwright-test__test_debug, mcp__playwright-test__test_list, mcp__playwright-test__test_run","model":"sonnet","color":"red"},"body":"$18","filePath":"/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-healer.md","scope":"$16:props:children:1:props:agents:0:scope"},{"frontmatter":{"name":"playwright-test-planner","description":"Use this agent when you need to create comprehensive test plan for a web application or website","tools":"Glob, Grep, Read, LS, mcp__playwright-test__browser_click, mcp__playwright-test__browser_close, mcp__playwright-test__browser_console_messages, mcp__playwright-test__browser_drag, mcp__playwright-test__browser_evaluate, mcp__playwright-test__browser_file_upload, mcp__playwright-test__browser_handle_dialog, mcp__playwright-test__browser_hover, mcp__playwright-test__browser_navigate, mcp__playwright-test__browser_navigate_back, mcp__playwright-test__browser_network_requests, mcp__playwright-test__browser_press_key, mcp__playwright-test__browser_run_code, mcp__playwright-test__browser_select_option, mcp__playwright-test__browser_snapshot, mcp__playwright-test__browser_take_screenshot, mcp__playwright-test__browser_type, mcp__playwright-test__browser_wait_for, mcp__playwright-test__planner_setup_page, mcp__playwright-test__planner_save_plan","model":"sonnet","color":"green"},"body":"$19","filePath":"/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-planner.md","scope":"$16:props:children:1:props:agents:0:scope"}],"scopePath":"/Users/gabry/Desktop/web-app","scopeType":"project"}]]}]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
3
- 3:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 5:I[27201,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.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":"MiClaw"}],["$","meta","1",{"name":"description","content":"Claude Code configuration visualizer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
5
+ 5:I[27201,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.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":"MiClaw"}],["$","meta","1",{"name":"description","content":"Claude Code configuration visualizer"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ykykNEJbtAXExgOj13bt9"}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[22140,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
- 3:I[39756,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
- :HL["/_next/static/chunks/0xlrze18so95w.css","style"]
6
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0xlrze18so95w.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0mmpyn9fv2fjf.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","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."}]}]]}]}]],[]]}]}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
2
+ 2:I[22140,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"Sidebar"]
3
+ 3:I[39756,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
4
+ 4:I[37457,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
5
+ :HL["/_next/static/chunks/0lb3l2a8_251j.css","style"]
6
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0lb3l2a8_251j.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/08fwcb._hc08b.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0d3shmwh5_nmn.js","async":true}]],["$","html",null,{"lang":"en","className":"inter_fe8b9d92-module__LINzvG__variable geist_mono_8d43a2aa-module__8Li5zG__variable fira_code_d18ac710-module__OladcG__variable","children":["$","body",null,{"className":"bg-surface text-text font-sans antialiased","children":["$","div",null,{"className":"flex h-screen overflow-hidden","children":[["$","$L2",null,{}],["$","main",null,{"className":"flex-1 overflow-y-auto bg-grid","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."}]}]]}]}]],[]]}]}]]}]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ykykNEJbtAXExgOj13bt9"}
@@ -1,5 +1,5 @@
1
- :HL["/_next/static/chunks/0xlrze18so95w.css","style"]
1
+ :HL["/_next/static/chunks/0lb3l2a8_251j.css","style"]
2
2
  :HL["/_next/static/media/166ab60e98aadb0a-s.p.0mka4ru4_bj1d.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
3
  :HL["/_next/static/media/797e433ab948586e-s.p.0.q-h669a_dqa.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
4
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
5
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"agents","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
5
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"agents","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"ykykNEJbtAXExgOj13bt9"}
@@ -1,7 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[22450,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/12p3iqtw2ohfq.js"],"ExpandableBody"]
3
- 10:I[97367,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
4
- 11:"$Sreact.suspense"
2
+ 2:I[66337,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js","/_next/static/chunks/05aigtet4z44u.js"],"AgentScopeGroup"]
3
+ d:I[97367,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"OutletBoundary"]
4
+ e:"$Sreact.suspense"
5
5
  3:T5dc,You are a software engineer addressing code review feedback.
6
6
 
7
7
  ## First Steps (MANDATORY)
@@ -35,8 +35,7 @@ Before making any changes, you MUST detect and read the repo's instruction file:
35
35
  When finished, provide a brief summary of:
36
36
  - Which review issues were addressed
37
37
  - Any review suggestions that were skipped and why
38
- - Whether tests pass0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-medium tracking-tight","children":"Agents"}],["$","span",null,{"className":"text-sm text-text-muted","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Custom subagents across all scopes"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"GLOBAL"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude/agents"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/.claude/agents/address-review.md",{"id":"address-review","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"address-review"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Addresses code review feedback by fixing issues identified by the review agent. Use after a review to resolve all flagged issues."}],["$","$L2",null,{"content":"$3"}]]}],["$","div","/Users/gabry/.claude/agents/fix-tests.md",{"id":"fix-tests","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"fix-tests"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Runs the test suite and fixes any failing tests. Use as a final cleanup step after implementation and review."}],"$L4"]}],"$L5","$L6"]}]]}],"$L7"]}],["$L8"],"$L9"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"vFFhR9bZqGO0pHP7N7NNG"}
39
- a:T6f4,You are a test engineer focused on getting the test suite green.
38
+ - Whether tests pass4:T6f4,You are a test engineer focused on getting the test suite green.
40
39
 
41
40
  ## First Steps (MANDATORY)
42
41
 
@@ -73,8 +72,7 @@ Before running or fixing tests, you MUST detect and read the repo's instruction
73
72
  When finished, provide:
74
73
  - Test results (pass/fail counts)
75
74
  - What was fixed and why
76
- - Any tests that could not be fixed and the reason4:["$","$L2",null,{"content":"$a"}]
77
- b:T683,You are an expert software engineer implementing features and writing tests.
75
+ - Any tests that could not be fixed and the reason5:T683,You are an expert software engineer implementing features and writing tests.
78
76
 
79
77
  ## First Steps (MANDATORY)
80
78
 
@@ -110,8 +108,7 @@ Before writing any code, you MUST detect and read the repo's instruction file:
110
108
  When finished, provide a brief summary of:
111
109
  - What was implemented
112
110
  - What tests were added/modified
113
- - Any decisions or trade-offs made5:["$","div","/Users/gabry/.claude/agents/implement.md",{"id":"implement","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"implement"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent","children":"opus"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Implements features and writes tests following repo-specific instructions. Use when asked to implement a ticket, feature, or bug fix."}],["$","$L2",null,{"content":"$b"}]]}]
114
- c:T8e0,You are a senior engineer performing a thorough code review.
111
+ - Any decisions or trade-offs made6:T8e0,You are a senior engineer performing a thorough code review.
115
112
 
116
113
  ## First Steps (MANDATORY)
117
114
 
@@ -160,8 +157,8 @@ For each issue:
160
157
  ### Positives (if any)
161
158
  Briefly note anything done particularly well.
162
159
 
163
- Do NOT suggest cosmetic changes, unnecessary comments, or style nitpicks unless they violate repo standards.6:["$","div","/Users/gabry/.claude/agents/review.md",{"id":"review","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"review"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-accent/15 text-accent","children":"opus"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Reviews code changes for quality, correctness, and adherence to repo standards. Use after implementation to catch issues before committing."}],["$","$L2",null,{"content":"$c"}]]}]
164
- d:T724,You are a Playwright Test Generator, an expert in browser automation and end-to-end testing.
160
+ Do NOT suggest cosmetic changes, unnecessary comments, or style nitpicks unless they violate repo standards.0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto max-w-5xl px-8 py-10","children":[["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-baseline gap-3","children":[["$","h1",null,{"className":"text-2xl font-mono font-medium tracking-tight","children":"Agents"}],["$","span",null,{"className":"font-mono text-sm text-text-dim","children":7}]]}],["$","p",null,{"className":"mt-1 text-sm text-text-muted","children":"Custom subagents across all scopes"}]]}],["$","div",null,{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","GLOBAL","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/.claude"}]]}],["$","$L2",null,{"agents":[{"frontmatter":{"name":"address-review","description":"Addresses code review feedback by fixing issues identified by the review agent. Use after a review to resolve all flagged issues.","tools":"Read, Write, Edit, Bash, Grep, Glob","model":"sonnet"},"body":"$3","filePath":"/Users/gabry/.claude/agents/address-review.md","scope":{"type":"global"}},{"frontmatter":{"name":"fix-tests","description":"Runs the test suite and fixes any failing tests. Use as a final cleanup step after implementation and review.","tools":"Read, Write, Edit, Bash, Grep, Glob","model":"sonnet"},"body":"$4","filePath":"/Users/gabry/.claude/agents/fix-tests.md","scope":"$0:rsc:props:children:0:props:children:1:props:children:1:props:agents:0:scope"},{"frontmatter":{"name":"implement","description":"Implements features and writes tests following repo-specific instructions. Use when asked to implement a ticket, feature, or bug fix.","tools":"Read, Write, Edit, Bash, Grep, Glob","model":"opus"},"body":"$5","filePath":"/Users/gabry/.claude/agents/implement.md","scope":"$0:rsc:props:children:0:props:children:1:props:children:1:props:agents:0:scope"},{"frontmatter":{"name":"review","description":"Reviews code changes for quality, correctness, and adherence to repo standards. Use after implementation to catch issues before committing.","tools":"Read, Grep, Glob, Bash","model":"opus"},"body":"$6","filePath":"/Users/gabry/.claude/agents/review.md","scope":"$0:rsc:props:children:0:props:children:1:props:children:1:props:agents:0:scope"}],"scopePath":"/Users/gabry/.claude","scopeType":"global"}]]}],["$L7"]]}],["$L8"],"$L9"]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"ykykNEJbtAXExgOj13bt9"}
161
+ a:T724,You are a Playwright Test Generator, an expert in browser automation and end-to-end testing.
165
162
  Your specialty is creating robust, reliable Playwright tests that accurately simulate user interactions and validate
166
163
  application behavior.
167
164
 
@@ -211,10 +208,7 @@ application behavior.
211
208
  });
212
209
  });
213
210
  ```
214
- </example-generation>7:["$","div",null,{"children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-dim","children":"WEB-APP"}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/web-app/.claude/agents"}]]}],["$","div",null,{"className":"space-y-3","children":[["$","div","/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-generator.md",{"id":"playwright-test-generator","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"playwright-test-generator"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item. <test-suite><!-- Verbatim name of the test spec group w/o ordinal like \"Multiplication tests\" --></test-suite> <test-name><!-- Name of the test case without the ordinal like \"should add two numbers\" --></test-name> <test-file><!-- Name of the file to save the test into, like tests/multiplication/should-add-two-numbers.spec.ts --></test-file> <seed-file><!-- Seed file path from test plan --></seed-file> <body><!-- Test case content including steps and expectations --></body></example>"}],["$","$L2",null,{"content":"$d"}]]}],"$Le","$Lf"]}]]}]
215
- 8:["$","script","script-0",{"src":"/_next/static/chunks/12p3iqtw2ohfq.js","async":true}]
216
- 9:["$","$L10",null,{"children":["$","$11",null,{"name":"Next.MetadataOutlet","children":"$@12"}]}]
217
- 13:T945,You are the Playwright Test Healer, an expert test automation engineer specializing in debugging and
211
+ </example-generation>b:T945,You are the Playwright Test Healer, an expert test automation engineer specializing in debugging and
218
212
  resolving Playwright test failures. Your mission is to systematically identify, diagnose, and fix
219
213
  broken Playwright tests using a methodical approach.
220
214
 
@@ -250,8 +244,7 @@ Key principles:
250
244
  so that it is skipped during the execution. Add a comment before the failing step explaining what is happening instead
251
245
  of the expected behavior.
252
246
  - Do not ask user questions, you are not interactive tool, do the most reasonable thing possible to pass the test.
253
- - Never wait for networkidle or use other discouraged or deprecated apise:["$","div","/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-healer.md",{"id":"playwright-test-healer","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"playwright-test-healer"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this agent when you need to debug and fix failing Playwright tests"}],["$","$L2",null,{"content":"$13"}]]}]
254
- 14:T741,You are an expert web test planner with extensive experience in quality assurance, user experience testing, and test
247
+ - Never wait for networkidle or use other discouraged or deprecated apisc:T741,You are an expert web test planner with extensive experience in quality assurance, user experience testing, and test
255
248
  scenario design. Your expertise includes functional testing, edge case identification, and comprehensive test coverage
256
249
  planning.
257
250
 
@@ -296,5 +289,7 @@ You will:
296
289
  - Ensure scenarios are independent and can be run in any order
297
290
 
298
291
  **Output Format**: Always save the complete test plan as a markdown file with clear headings, numbered steps, and
299
- professional formatting suitable for sharing with development and QA teams.f:["$","div","/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-planner.md",{"id":"playwright-test-planner","className":"border border-border rounded-sm p-5 scroll-mt-4 ","children":[["$","div",null,{"className":"flex items-center gap-2 flex-wrap","children":[["$","h3",null,{"className":"text-sm font-medium","children":"playwright-test-planner"}],["$","span",null,{"className":"inline-flex items-center px-2 py-0.5 text-xs font-medium rounded-sm bg-surface-raised text-text-muted","children":"sonnet"}]]}],["$","p",null,{"className":"mt-1.5 text-sm text-text-muted leading-relaxed","children":"Use this agent when you need to create comprehensive test plan for a web application or website"}],["$","$L2",null,{"content":"$14"}]]}]
300
- 12:null
292
+ professional formatting suitable for sharing with development and QA teams.7:["$","div","/Users/gabry/Desktop/web-app",{"className":"mb-8","children":[["$","div",null,{"className":"flex items-center gap-2 mb-3","children":[["$","span",null,{"className":"font-mono text-xs text-text-dim","children":["[","WEB-APP","]"]}],["$","span",null,{"className":"text-xs text-text-dim font-mono","children":"~/Desktop/web-app"}]]}],["$","$L2",null,{"agents":[{"frontmatter":{"name":"playwright-test-generator","description":"Use this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item. <test-suite><!-- Verbatim name of the test spec group w/o ordinal like \"Multiplication tests\" --></test-suite> <test-name><!-- Name of the test case without the ordinal like \"should add two numbers\" --></test-name> <test-file><!-- Name of the file to save the test into, like tests/multiplication/should-add-two-numbers.spec.ts --></test-file> <seed-file><!-- Seed file path from test plan --></seed-file> <body><!-- Test case content including steps and expectations --></body></example>","tools":"Glob, Grep, Read, LS, mcp__playwright-test__browser_click, mcp__playwright-test__browser_drag, mcp__playwright-test__browser_evaluate, mcp__playwright-test__browser_file_upload, mcp__playwright-test__browser_handle_dialog, mcp__playwright-test__browser_hover, mcp__playwright-test__browser_navigate, mcp__playwright-test__browser_press_key, mcp__playwright-test__browser_select_option, mcp__playwright-test__browser_snapshot, mcp__playwright-test__browser_type, mcp__playwright-test__browser_verify_element_visible, mcp__playwright-test__browser_verify_list_visible, mcp__playwright-test__browser_verify_text_visible, mcp__playwright-test__browser_verify_value, mcp__playwright-test__browser_wait_for, mcp__playwright-test__generator_read_log, mcp__playwright-test__generator_setup_page, mcp__playwright-test__generator_write_test","model":"sonnet","color":"blue"},"body":"$a","filePath":"/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-generator.md","scope":{"type":"project","projectName":"web-app","projectPath":"/Users/gabry/Desktop/web-app"}},{"frontmatter":{"name":"playwright-test-healer","description":"Use this agent when you need to debug and fix failing Playwright tests","tools":"Glob, Grep, Read, LS, Edit, MultiEdit, Write, mcp__playwright-test__browser_console_messages, mcp__playwright-test__browser_evaluate, mcp__playwright-test__browser_generate_locator, mcp__playwright-test__browser_network_requests, mcp__playwright-test__browser_snapshot, mcp__playwright-test__test_debug, mcp__playwright-test__test_list, mcp__playwright-test__test_run","model":"sonnet","color":"red"},"body":"$b","filePath":"/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-healer.md","scope":"$7:props:children:1:props:agents:0:scope"},{"frontmatter":{"name":"playwright-test-planner","description":"Use this agent when you need to create comprehensive test plan for a web application or website","tools":"Glob, Grep, Read, LS, mcp__playwright-test__browser_click, mcp__playwright-test__browser_close, mcp__playwright-test__browser_console_messages, mcp__playwright-test__browser_drag, mcp__playwright-test__browser_evaluate, mcp__playwright-test__browser_file_upload, mcp__playwright-test__browser_handle_dialog, mcp__playwright-test__browser_hover, mcp__playwright-test__browser_navigate, mcp__playwright-test__browser_navigate_back, mcp__playwright-test__browser_network_requests, mcp__playwright-test__browser_press_key, mcp__playwright-test__browser_run_code, mcp__playwright-test__browser_select_option, mcp__playwright-test__browser_snapshot, mcp__playwright-test__browser_take_screenshot, mcp__playwright-test__browser_type, mcp__playwright-test__browser_wait_for, mcp__playwright-test__planner_setup_page, mcp__playwright-test__planner_save_plan","model":"sonnet","color":"green"},"body":"$c","filePath":"/Users/gabry/Desktop/web-app/.claude/agents/playwright-test-planner.md","scope":"$7:props:children:1:props:agents:0:scope"}],"scopePath":"/Users/gabry/Desktop/web-app","scopeType":"project"}]]}]
293
+ 8:["$","script","script-0",{"src":"/_next/static/chunks/05aigtet4z44u.js","async":true}]
294
+ 9:["$","$Ld",null,{"children":["$","$e",null,{"name":"Next.MetadataOutlet","children":"$@f"}]}]
295
+ f:null
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/0mmpyn9fv2fjf.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
2
+ 2:I[39756,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/08fwcb._hc08b.js","/_next/static/chunks/0d3shmwh5_nmn.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":"vFFhR9bZqGO0pHP7N7NNG"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"ykykNEJbtAXExgOj13bt9"}
@@ -7,9 +7,10 @@
7
7
  "lowPriorityFiles": [],
8
8
  "rootMainFiles": [
9
9
  "static/chunks/0bzupvr5gt3k9.js",
10
- "static/chunks/0y3~cortx~or~.js",
10
+ "static/chunks/04aem330ymbdp.js",
11
11
  "static/chunks/0bogtdbh.dcu1.js",
12
- "static/chunks/turbopack-06dy8k5p5cegf.js"
12
+ "static/chunks/0pokw498xojn-.js",
13
+ "static/chunks/turbopack-0vxtok8kx-1on.js"
13
14
  ],
14
15
  "pages": {},
15
16
  "ampFirstPages": []
@@ -1,4 +1,29 @@
1
1
  {
2
- "node": {},
2
+ "node": {
3
+ "40b8dfe7db740140d96c293c8d85799993b83b3d54": {
4
+ "workers": {
5
+ "app/commands/page": {
6
+ "moduleId": 4600,
7
+ "async": false,
8
+ "exportedName": "saveCommand",
9
+ "filename": "src/lib/actions.ts"
10
+ }
11
+ },
12
+ "exportedName": "saveCommand",
13
+ "filename": "src/lib/actions.ts"
14
+ },
15
+ "40c2d018565fc6eaa80b67c1feeca6bb1881717851": {
16
+ "workers": {
17
+ "app/commands/page": {
18
+ "moduleId": 4600,
19
+ "async": false,
20
+ "exportedName": "deleteItem",
21
+ "filename": "src/lib/actions.ts"
22
+ }
23
+ },
24
+ "exportedName": "deleteItem",
25
+ "filename": "src/lib/actions.ts"
26
+ }
27
+ },
3
28
  "edge": {}
4
29
  }
@@ -1,15 +1,19 @@
1
1
  var R=require("../../chunks/ssr/[turbopack]_runtime.js")("server/app/commands/page.js")
2
- R.c("server/chunks/ssr/[root-of-the-server]__09jukbl._.js")
2
+ R.c("server/chunks/ssr/[root-of-the-server]__0hb8yr6._.js")
3
+ R.c("server/chunks/ssr/node_modules_06ooq~z._.js")
3
4
  R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_071geea.js")
4
- R.c("server/chunks/ssr/[root-of-the-server]__0qk5gqw._.js")
5
- R.c("server/chunks/ssr/node_modules_0sy8gnb._.js")
6
- R.c("server/chunks/ssr/[root-of-the-server]__0beg-.s._.js")
7
- R.c("server/chunks/ssr/[root-of-the-server]__09z7o2x._.js")
5
+ R.c("server/chunks/ssr/[root-of-the-server]__0a6fhf4._.js")
6
+ R.c("server/chunks/ssr/[root-of-the-server]__0.angw.._.js")
7
+ R.c("server/chunks/ssr/node_modules_next_dist_compiled_0wewlb4._.js")
8
8
  R.c("server/chunks/ssr/[root-of-the-server]__0dey16.._.js")
9
9
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js")
10
10
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js")
11
11
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js")
12
12
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js")
13
- R.c("server/chunks/ssr/_next-internal_server_app_commands_page_actions_0npst50.js")
13
+ R.c("server/chunks/ssr/_019pxqf._.js")
14
+ R.c("server/chunks/ssr/node_modules_next_dist_05~t7f3._.js")
15
+ R.c("server/chunks/ssr/[root-of-the-server]__0pi2cyu._.js")
16
+ R.c("server/chunks/ssr/_08ya7_7._.js")
17
+ R.c("server/chunks/ssr/node_modules_next_dist_0ve2ws3._.js")
14
18
  R.m(85395)
15
19
  module.exports=R.m(85395).exports
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../chunks/ssr/[root-of-the-server]__09jukbl._.js","../../chunks/ssr/[root-of-the-server]__09z7o2x._.js","../../chunks/ssr/[root-of-the-server]__0beg-.s._.js","../../chunks/ssr/[root-of-the-server]__0dey16.._.js","../../chunks/ssr/[root-of-the-server]__0qk5gqw._.js","../../chunks/ssr/[root-of-the-server]__0y_d026._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_0g8yqoe._.js","../../chunks/ssr/_next-internal_server_app_commands_page_actions_0npst50.js","../../chunks/ssr/node_modules_09w7yel._.js","../../chunks/ssr/node_modules_0sy8gnb._.js","../../chunks/ssr/node_modules_next_dist_0e1izl_._.js","../../chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_071geea.js","../../chunks/ssr/src_components_ExpandableBody_tsx_0-ivqwg._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../AGENTS.md","../../../../CLAUDE.md","../../../../README.md","../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../node_modules/@swc/helpers/package.json","../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../node_modules/next/dist/client/lib/console.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../node_modules/next/dist/compiled/ws/index.js","../../../../node_modules/next/dist/compiled/ws/package.json","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/picocolors.js","../../../../node_modules/next/dist/lib/scheduler.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../node_modules/next/dist/server/node-environment.js","../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../node_modules/next/dist/server/require-hook.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../node_modules/react/cjs/react.development.js","../../../../node_modules/react/cjs/react.production.js","../../../../node_modules/react/index.js","../../../../node_modules/react/package.json","../../chunks/ssr/[root-of-the-server]__0.angw.._.js","../../chunks/ssr/[root-of-the-server]__00-fvlp._.js","../../chunks/ssr/[root-of-the-server]__0a6fhf4._.js","../../chunks/ssr/[root-of-the-server]__0dey16.._.js","../../chunks/ssr/[root-of-the-server]__0hb8yr6._.js","../../chunks/ssr/[root-of-the-server]__0pi2cyu._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_019pxqf._.js","../../chunks/ssr/_08ya7_7._.js","../../chunks/ssr/_0_s6zlf._.js","../../chunks/ssr/_0n0cdzu._.js","../../chunks/ssr/node_modules_06ooq~z._.js","../../chunks/ssr/node_modules_09w7yel._.js","../../chunks/ssr/node_modules_next_dist_05~t7f3._.js","../../chunks/ssr/node_modules_next_dist_0e1izl_._.js","../../chunks/ssr/node_modules_next_dist_0ve2ws3._.js","../../chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js","../../chunks/ssr/node_modules_next_dist_compiled_0wewlb4._.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_071geea.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}