cici 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 (399) hide show
  1. package/.next/BUILD_ID +1 -0
  2. package/.next/app-build-manifest.json +122 -0
  3. package/.next/app-path-routes-manifest.json +1 -0
  4. package/.next/build-manifest.json +32 -0
  5. package/.next/export-marker.json +1 -0
  6. package/.next/images-manifest.json +1 -0
  7. package/.next/next-minimal-server.js.nft.json +1 -0
  8. package/.next/next-server.js.nft.json +1 -0
  9. package/.next/package.json +1 -0
  10. package/.next/prerender-manifest.json +1 -0
  11. package/.next/react-loadable-manifest.json +1886 -0
  12. package/.next/required-server-files.json +1 -0
  13. package/.next/routes-manifest.json +1 -0
  14. package/.next/server/app/_not-found/page.js +1 -0
  15. package/.next/server/app/_not-found/page.js.nft.json +1 -0
  16. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
  17. package/.next/server/app/api/asset/[...path]/route.js +1 -0
  18. package/.next/server/app/api/asset/[...path]/route.js.nft.json +1 -0
  19. package/.next/server/app/api/auth/[...nextauth]/route.js +1 -0
  20. package/.next/server/app/api/auth/[...nextauth]/route.js.nft.json +1 -0
  21. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/reactions/route.js +1 -0
  22. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/reactions/route.js.nft.json +1 -0
  23. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/route.js +1 -0
  24. package/.next/server/app/api/blog/[id]/highlights/[hid]/comments/[cid]/route.js.nft.json +1 -0
  25. package/.next/server/app/api/blog/[id]/highlights/[hid]/replies/route.js +1 -0
  26. package/.next/server/app/api/blog/[id]/highlights/[hid]/replies/route.js.nft.json +1 -0
  27. package/.next/server/app/api/blog/[id]/highlights/[hid]/resolve/route.js +1 -0
  28. package/.next/server/app/api/blog/[id]/highlights/[hid]/resolve/route.js.nft.json +1 -0
  29. package/.next/server/app/api/blog/[id]/highlights/[hid]/route.js +1 -0
  30. package/.next/server/app/api/blog/[id]/highlights/[hid]/route.js.nft.json +1 -0
  31. package/.next/server/app/api/blog/[id]/highlights/route.js +1 -0
  32. package/.next/server/app/api/blog/[id]/highlights/route.js.nft.json +1 -0
  33. package/.next/server/app/api/graphql/route.js +140 -0
  34. package/.next/server/app/api/graphql/route.js.nft.json +1 -0
  35. package/.next/server/app/api/mile/prompts/route.js +230 -0
  36. package/.next/server/app/api/mile/prompts/route.js.nft.json +1 -0
  37. package/.next/server/app/api/mile/prompts.body +1 -0
  38. package/.next/server/app/api/mile/prompts.meta +1 -0
  39. package/.next/server/app/api/upload/route.js +1 -0
  40. package/.next/server/app/api/upload/route.js.nft.json +1 -0
  41. package/.next/server/app/api/webhooks/notification/route.js +1 -0
  42. package/.next/server/app/api/webhooks/notification/route.js.nft.json +1 -0
  43. package/.next/server/app/atom.xml/route.js +34 -0
  44. package/.next/server/app/atom.xml/route.js.nft.json +1 -0
  45. package/.next/server/app/atom.xml.body +15 -0
  46. package/.next/server/app/atom.xml.meta +1 -0
  47. package/.next/server/app/blog/[id]/page.js +30 -0
  48. package/.next/server/app/blog/[id]/page.js.nft.json +1 -0
  49. package/.next/server/app/blog/[id]/page_client-reference-manifest.js +1 -0
  50. package/.next/server/app/blog/page.js +1 -0
  51. package/.next/server/app/blog/page.js.nft.json +1 -0
  52. package/.next/server/app/blog/page_client-reference-manifest.js +1 -0
  53. package/.next/server/app/editor/page.js +45 -0
  54. package/.next/server/app/editor/page.js.nft.json +1 -0
  55. package/.next/server/app/editor/page_client-reference-manifest.js +1 -0
  56. package/.next/server/app/favicon.ico/route.js +1 -0
  57. package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
  58. package/.next/server/app/favicon.ico.body +0 -0
  59. package/.next/server/app/favicon.ico.meta +1 -0
  60. package/.next/server/app/login/page.js +1 -0
  61. package/.next/server/app/login/page.js.nft.json +1 -0
  62. package/.next/server/app/login/page_client-reference-manifest.js +1 -0
  63. package/.next/server/app/memos/page.js +26 -0
  64. package/.next/server/app/memos/page.js.nft.json +1 -0
  65. package/.next/server/app/memos/page_client-reference-manifest.js +1 -0
  66. package/.next/server/app/page.js +1 -0
  67. package/.next/server/app/page.js.nft.json +1 -0
  68. package/.next/server/app/page_client-reference-manifest.js +1 -0
  69. package/.next/server/app/robots.txt/route.js +1 -0
  70. package/.next/server/app/robots.txt/route.js.nft.json +1 -0
  71. package/.next/server/app/robots.txt.body +8 -0
  72. package/.next/server/app/robots.txt.meta +1 -0
  73. package/.next/server/app/rss.xml/route.js +18 -0
  74. package/.next/server/app/rss.xml/route.js.nft.json +1 -0
  75. package/.next/server/app/rss.xml.body +12 -0
  76. package/.next/server/app/rss.xml.meta +1 -0
  77. package/.next/server/app/sitemap.xml/route.js +76 -0
  78. package/.next/server/app/sitemap.xml/route.js.nft.json +1 -0
  79. package/.next/server/app/sitemap.xml.body +33 -0
  80. package/.next/server/app/sitemap.xml.meta +1 -0
  81. package/.next/server/app/unavailable/page.js +1 -0
  82. package/.next/server/app/unavailable/page.js.nft.json +1 -0
  83. package/.next/server/app/unavailable/page_client-reference-manifest.js +1 -0
  84. package/.next/server/app-paths-manifest.json +27 -0
  85. package/.next/server/chunks/1230.js +1 -0
  86. package/.next/server/chunks/1446.js +1 -0
  87. package/.next/server/chunks/1450.js +1 -0
  88. package/.next/server/chunks/1536.js +1 -0
  89. package/.next/server/chunks/1615.js +1 -0
  90. package/.next/server/chunks/1682.js +6 -0
  91. package/.next/server/chunks/179.js +14 -0
  92. package/.next/server/chunks/2448.js +34 -0
  93. package/.next/server/chunks/2481.js +1 -0
  94. package/.next/server/chunks/2518.js +12 -0
  95. package/.next/server/chunks/2581.js +1 -0
  96. package/.next/server/chunks/2878.js +63 -0
  97. package/.next/server/chunks/3125.js +1 -0
  98. package/.next/server/chunks/330.js +1 -0
  99. package/.next/server/chunks/3381.js +1 -0
  100. package/.next/server/chunks/3464.js +1 -0
  101. package/.next/server/chunks/3573.js +1 -0
  102. package/.next/server/chunks/3607.js +14 -0
  103. package/.next/server/chunks/3844.js +1 -0
  104. package/.next/server/chunks/4536.js +1 -0
  105. package/.next/server/chunks/4742.js +1 -0
  106. package/.next/server/chunks/4857.js +1 -0
  107. package/.next/server/chunks/6621.js +1 -0
  108. package/.next/server/chunks/7070.js +12 -0
  109. package/.next/server/chunks/719.js +1 -0
  110. package/.next/server/chunks/7667.js +1 -0
  111. package/.next/server/chunks/7674.js +1 -0
  112. package/.next/server/chunks/7937.js +1 -0
  113. package/.next/server/chunks/7990.js +1 -0
  114. package/.next/server/chunks/8038.js +1 -0
  115. package/.next/server/chunks/8195.js +1 -0
  116. package/.next/server/chunks/8198.js +1 -0
  117. package/.next/server/chunks/8224.js +1 -0
  118. package/.next/server/chunks/8398.js +1 -0
  119. package/.next/server/chunks/8948.js +2 -0
  120. package/.next/server/chunks/9600.js +1 -0
  121. package/.next/server/chunks/9627.js +1 -0
  122. package/.next/server/chunks/9715.js +1 -0
  123. package/.next/server/chunks/9772.js +2 -0
  124. package/.next/server/chunks/font-manifest.json +1 -0
  125. package/.next/server/font-manifest.json +1 -0
  126. package/.next/server/functions-config-manifest.json +1 -0
  127. package/.next/server/interception-route-rewrite-manifest.js +1 -0
  128. package/.next/server/middleware-build-manifest.js +1 -0
  129. package/.next/server/middleware-manifest.json +6 -0
  130. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  131. package/.next/server/next-font-manifest.js +1 -0
  132. package/.next/server/next-font-manifest.json +1 -0
  133. package/.next/server/pages/500.html +1 -0
  134. package/.next/server/pages/_app.js +1 -0
  135. package/.next/server/pages/_app.js.nft.json +1 -0
  136. package/.next/server/pages/_document.js +1 -0
  137. package/.next/server/pages/_document.js.nft.json +1 -0
  138. package/.next/server/pages/_error.js +1 -0
  139. package/.next/server/pages/_error.js.nft.json +1 -0
  140. package/.next/server/pages-manifest.json +1 -0
  141. package/.next/server/server-reference-manifest.js +1 -0
  142. package/.next/server/server-reference-manifest.json +1 -0
  143. package/.next/server/webpack-runtime.js +1 -0
  144. package/.next/standalone/.next/BUILD_ID +1 -1
  145. package/.next/standalone/.next/app-build-manifest.json +20 -20
  146. package/.next/standalone/.next/app-path-routes-manifest.json +1 -1
  147. package/.next/standalone/.next/build-manifest.json +2 -2
  148. package/.next/standalone/.next/prerender-manifest.json +1 -1
  149. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  150. package/.next/standalone/.next/server/app/api/mile/prompts.body +1 -1
  151. package/.next/standalone/.next/server/app/atom.xml.body +1 -1
  152. package/.next/standalone/.next/server/app/blog/[id]/page_client-reference-manifest.js +1 -1
  153. package/.next/standalone/.next/server/app/blog/page_client-reference-manifest.js +1 -1
  154. package/.next/standalone/.next/server/app/editor/page_client-reference-manifest.js +1 -1
  155. package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
  156. package/.next/standalone/.next/server/app/memos/page_client-reference-manifest.js +1 -1
  157. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  158. package/.next/standalone/.next/server/app/rss.xml.body +1 -1
  159. package/.next/standalone/.next/server/app/sitemap.xml.body +5 -5
  160. package/.next/standalone/.next/server/app/unavailable/page_client-reference-manifest.js +1 -1
  161. package/.next/standalone/.next/server/app-paths-manifest.json +5 -5
  162. package/.next/standalone/.next/server/chunks/3844.js +1 -1
  163. package/.next/standalone/.next/server/chunks/9715.js +1 -1
  164. package/.next/standalone/.next/server/pages/500.html +1 -1
  165. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  166. package/.next/standalone/package.json +5 -4
  167. package/.next/static/H78KNQuyrLX6JpnJaQChP/_buildManifest.js +1 -0
  168. package/.next/static/H78KNQuyrLX6JpnJaQChP/_ssgManifest.js +1 -0
  169. package/.next/static/chunks/0e5ce63c-dc8fe6cd5df6dc6f.js +1 -0
  170. package/.next/static/chunks/0e762574-561b753e40bf5566.js +1 -0
  171. package/.next/static/chunks/117-70c87e31cd233c14.js +2 -0
  172. package/.next/static/chunks/152-16409649f7f42f9f.js +1 -0
  173. package/.next/static/chunks/153-f9c1aae3150e3029.js +1 -0
  174. package/.next/static/chunks/164-27f8b4187a29c395.js +1 -0
  175. package/.next/static/chunks/306-8d9c9a07b04a69f4.js +1 -0
  176. package/.next/static/chunks/343-ef3404804cc77cf3.js +1 -0
  177. package/.next/static/chunks/37-4aae6f4051a21b05.js +1 -0
  178. package/.next/static/chunks/479ba886-f76cebda33235b4d.js +1 -0
  179. package/.next/static/chunks/586-51f7e768b82803f6.js +1 -0
  180. package/.next/static/chunks/654-13e1845df8edb304.js +1 -0
  181. package/.next/static/chunks/767-2ec5d3ea9fe43cfa.js +1 -0
  182. package/.next/static/chunks/789-9810818d7be29598.js +1 -0
  183. package/.next/static/chunks/795d4814-090707ad3f792458.js +1 -0
  184. package/.next/static/chunks/878-b71984a1ef1b61e8.js +1 -0
  185. package/.next/static/chunks/8e1d74a4-f0365ca0a1823520.js +1 -0
  186. package/.next/static/chunks/961-29616c8a08e9f439.js +1 -0
  187. package/.next/static/chunks/972-774fbff93f73f32d.js +1 -0
  188. package/.next/static/chunks/app/_not-found/page-3061d7e79b77cf51.js +1 -0
  189. package/.next/static/chunks/app/blog/[id]/page-1fc779790ce384a8.js +1 -0
  190. package/.next/static/chunks/app/blog/page-096c29c6f69ebc33.js +1 -0
  191. package/.next/static/chunks/app/editor/page-f387899e39bc5e66.js +1 -0
  192. package/.next/static/chunks/app/layout-3439dc235234d73d.js +1 -0
  193. package/.next/static/chunks/app/login/page-6b91892f0e29c5e9.js +1 -0
  194. package/.next/static/chunks/app/memos/page-1b33cb7e1f301ba0.js +1 -0
  195. package/.next/static/chunks/app/page-f7dabeade6df80fd.js +1 -0
  196. package/.next/static/chunks/app/unavailable/page-c7774081778f08fc.js +1 -0
  197. package/.next/static/chunks/c916193b-16ee67ea0eb0c9df.js +1 -0
  198. package/.next/static/chunks/d3ac728e-709e52b22b85fd0a.js +1 -0
  199. package/.next/static/chunks/ee560e2c-0aeb447bc68f09f5.js +1 -0
  200. package/.next/static/chunks/fd9d1056-a4afdface6e53879.js +1 -0
  201. package/.next/static/chunks/framework-00a8ba1a63cfdc9e.js +1 -0
  202. package/.next/static/chunks/main-530e55a5659ae7e4.js +1 -0
  203. package/.next/static/chunks/main-app-838433dc18720d83.js +1 -0
  204. package/.next/static/chunks/pages/_app-15e2daefa259f0b5.js +1 -0
  205. package/.next/static/chunks/pages/_error-28b803cb2479b966.js +1 -0
  206. package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  207. package/.next/static/chunks/webpack-a3d722a538b58757.js +1 -0
  208. package/.next/static/css/3864b451a61e4546.css +1 -0
  209. package/.next/static/css/67e4cfd62ab3f75c.css +1 -0
  210. package/.next/static/css/bf9d0ede562bd061.css +3 -0
  211. package/.next/static/media/04b170fa1114a606-s.woff2 +0 -0
  212. package/.next/static/media/08e5276c49c9ea3c-s.woff2 +0 -0
  213. package/.next/static/media/095b3ef40b322df1-s.woff2 +0 -0
  214. package/.next/static/media/0d843c40cdb24da5-s.woff2 +0 -0
  215. package/.next/static/media/16198ffb9c9fdd71-s.woff2 +0 -0
  216. package/.next/static/media/185e1e5dfa43e25f-s.woff2 +0 -0
  217. package/.next/static/media/1cfb11966f8bf838-s.woff2 +0 -0
  218. package/.next/static/media/1f4ef3a7563c157c-s.woff2 +0 -0
  219. package/.next/static/media/207ad64b019bcdef-s.woff2 +0 -0
  220. package/.next/static/media/21f0145a081cb2c8-s.woff2 +0 -0
  221. package/.next/static/media/25169183b7610496-s.woff2 +0 -0
  222. package/.next/static/media/2c913da5dc1da2ce-s.woff2 +0 -0
  223. package/.next/static/media/2d7ca78015d280d1-s.woff2 +0 -0
  224. package/.next/static/media/32be0b7a9127e345-s.woff2 +0 -0
  225. package/.next/static/media/33a4c9c744d0f9cd-s.woff2 +0 -0
  226. package/.next/static/media/3579da1a17de9863-s.woff2 +0 -0
  227. package/.next/static/media/36524af73d313f3b-s.woff2 +0 -0
  228. package/.next/static/media/3683934951fcdfff-s.woff2 +0 -0
  229. package/.next/static/media/3a3a2937d60ce37f-s.woff2 +0 -0
  230. package/.next/static/media/3e2c1db9f0de322f-s.woff2 +0 -0
  231. package/.next/static/media/3f282b8fe3ef7004-s.woff2 +0 -0
  232. package/.next/static/media/4294bde93a0ebb03-s.woff2 +0 -0
  233. package/.next/static/media/4cb92749e68500bf-s.woff2 +0 -0
  234. package/.next/static/media/4d3ec3b19c6bf06c-s.woff2 +0 -0
  235. package/.next/static/media/4eaaaae34a570973-s.woff2 +0 -0
  236. package/.next/static/media/4f45b9473df2758b-s.woff2 +0 -0
  237. package/.next/static/media/59769944ee073575-s.woff2 +0 -0
  238. package/.next/static/media/5bca2cb7d28055ae-s.woff2 +0 -0
  239. package/.next/static/media/5d217fec32e2068e-s.woff2 +0 -0
  240. package/.next/static/media/5f46c2de3a30070d-s.woff2 +0 -0
  241. package/.next/static/media/651d2e07f2cec067-s.woff2 +0 -0
  242. package/.next/static/media/684008be259a59c6-s.woff2 +0 -0
  243. package/.next/static/media/6858bbe75ab53fba-s.woff2 +0 -0
  244. package/.next/static/media/6cbcf0df7f219406-s.woff2 +0 -0
  245. package/.next/static/media/6d92d05365182413-s.woff2 +0 -0
  246. package/.next/static/media/7470b994d8569922-s.woff2 +0 -0
  247. package/.next/static/media/74e7e1e3fdad08dd-s.woff2 +0 -0
  248. package/.next/static/media/77901e7a9559d10c-s.woff2 +0 -0
  249. package/.next/static/media/796fab757a0e6146-s.woff2 +0 -0
  250. package/.next/static/media/7a830ebca9fe9db7-s.woff2 +0 -0
  251. package/.next/static/media/7bef3958b14cb6e3-s.woff2 +0 -0
  252. package/.next/static/media/81eb003b78a42a7b-s.woff2 +0 -0
  253. package/.next/static/media/84057adca98c0827-s.woff2 +0 -0
  254. package/.next/static/media/84a87fc9f232641e-s.woff2 +0 -0
  255. package/.next/static/media/84efce35a48f395c-s.woff2 +0 -0
  256. package/.next/static/media/872bfc82854f88b2-s.woff2 +0 -0
  257. package/.next/static/media/878380e8db69cb31-s.woff2 +0 -0
  258. package/.next/static/media/89c333b5a8239870-s.woff2 +0 -0
  259. package/.next/static/media/8a2e82a5f6677757-s.woff2 +0 -0
  260. package/.next/static/media/8cb8df5532e281af-s.woff2 +0 -0
  261. package/.next/static/media/8efbe4984052b206-s.woff2 +0 -0
  262. package/.next/static/media/8f2ab7576a12de97-s.woff2 +0 -0
  263. package/.next/static/media/905b23b26fa2645b-s.woff2 +0 -0
  264. package/.next/static/media/91fb5c9b9b43e9ec-s.woff2 +0 -0
  265. package/.next/static/media/92079ce87aa6c00d-s.woff2 +0 -0
  266. package/.next/static/media/9d87bcf0c05a83d6-s.p.woff2 +0 -0
  267. package/.next/static/media/9e9c82ad03b7dfa5-s.woff2 +0 -0
  268. package/.next/static/media/KaTeX_AMS-Regular.1608a09b.woff +0 -0
  269. package/.next/static/media/KaTeX_AMS-Regular.4aafdb68.ttf +0 -0
  270. package/.next/static/media/KaTeX_AMS-Regular.a79f1c31.woff2 +0 -0
  271. package/.next/static/media/KaTeX_Caligraphic-Bold.b6770918.woff +0 -0
  272. package/.next/static/media/KaTeX_Caligraphic-Bold.cce5b8ec.ttf +0 -0
  273. package/.next/static/media/KaTeX_Caligraphic-Bold.ec17d132.woff2 +0 -0
  274. package/.next/static/media/KaTeX_Caligraphic-Regular.07ef19e7.ttf +0 -0
  275. package/.next/static/media/KaTeX_Caligraphic-Regular.55fac258.woff2 +0 -0
  276. package/.next/static/media/KaTeX_Caligraphic-Regular.dad44a7f.woff +0 -0
  277. package/.next/static/media/KaTeX_Fraktur-Bold.9f256b85.woff +0 -0
  278. package/.next/static/media/KaTeX_Fraktur-Bold.b18f59e1.ttf +0 -0
  279. package/.next/static/media/KaTeX_Fraktur-Bold.d42a5579.woff2 +0 -0
  280. package/.next/static/media/KaTeX_Fraktur-Regular.7c187121.woff +0 -0
  281. package/.next/static/media/KaTeX_Fraktur-Regular.d3c882a6.woff2 +0 -0
  282. package/.next/static/media/KaTeX_Fraktur-Regular.ed38e79f.ttf +0 -0
  283. package/.next/static/media/KaTeX_Main-Bold.b74a1a8b.ttf +0 -0
  284. package/.next/static/media/KaTeX_Main-Bold.c3fb5ac2.woff2 +0 -0
  285. package/.next/static/media/KaTeX_Main-Bold.d181c465.woff +0 -0
  286. package/.next/static/media/KaTeX_Main-BoldItalic.6f2bb1df.woff2 +0 -0
  287. package/.next/static/media/KaTeX_Main-BoldItalic.70d8b0a5.ttf +0 -0
  288. package/.next/static/media/KaTeX_Main-BoldItalic.e3f82f9d.woff +0 -0
  289. package/.next/static/media/KaTeX_Main-Italic.47373d1e.ttf +0 -0
  290. package/.next/static/media/KaTeX_Main-Italic.8916142b.woff2 +0 -0
  291. package/.next/static/media/KaTeX_Main-Italic.9024d815.woff +0 -0
  292. package/.next/static/media/KaTeX_Main-Regular.0462f03b.woff2 +0 -0
  293. package/.next/static/media/KaTeX_Main-Regular.7f51fe03.woff +0 -0
  294. package/.next/static/media/KaTeX_Main-Regular.b7f8fe9b.ttf +0 -0
  295. package/.next/static/media/KaTeX_Math-BoldItalic.572d331f.woff2 +0 -0
  296. package/.next/static/media/KaTeX_Math-BoldItalic.a879cf83.ttf +0 -0
  297. package/.next/static/media/KaTeX_Math-BoldItalic.f1035d8d.woff +0 -0
  298. package/.next/static/media/KaTeX_Math-Italic.5295ba48.woff +0 -0
  299. package/.next/static/media/KaTeX_Math-Italic.939bc644.ttf +0 -0
  300. package/.next/static/media/KaTeX_Math-Italic.f28c23ac.woff2 +0 -0
  301. package/.next/static/media/KaTeX_SansSerif-Bold.8c5b5494.woff2 +0 -0
  302. package/.next/static/media/KaTeX_SansSerif-Bold.94e1e8dc.ttf +0 -0
  303. package/.next/static/media/KaTeX_SansSerif-Bold.bf59d231.woff +0 -0
  304. package/.next/static/media/KaTeX_SansSerif-Italic.3b1e59b3.woff2 +0 -0
  305. package/.next/static/media/KaTeX_SansSerif-Italic.7c9bc82b.woff +0 -0
  306. package/.next/static/media/KaTeX_SansSerif-Italic.b4c20c84.ttf +0 -0
  307. package/.next/static/media/KaTeX_SansSerif-Regular.74048478.woff +0 -0
  308. package/.next/static/media/KaTeX_SansSerif-Regular.ba21ed5f.woff2 +0 -0
  309. package/.next/static/media/KaTeX_SansSerif-Regular.d4d7ba48.ttf +0 -0
  310. package/.next/static/media/KaTeX_Script-Regular.03e9641d.woff2 +0 -0
  311. package/.next/static/media/KaTeX_Script-Regular.07505710.woff +0 -0
  312. package/.next/static/media/KaTeX_Script-Regular.fe9cbbe1.ttf +0 -0
  313. package/.next/static/media/KaTeX_Size1-Regular.e1e279cb.woff +0 -0
  314. package/.next/static/media/KaTeX_Size1-Regular.eae34984.woff2 +0 -0
  315. package/.next/static/media/KaTeX_Size1-Regular.fabc004a.ttf +0 -0
  316. package/.next/static/media/KaTeX_Size2-Regular.57727022.woff +0 -0
  317. package/.next/static/media/KaTeX_Size2-Regular.5916a24f.woff2 +0 -0
  318. package/.next/static/media/KaTeX_Size2-Regular.d6b476ec.ttf +0 -0
  319. package/.next/static/media/KaTeX_Size3-Regular.9acaf01c.woff +0 -0
  320. package/.next/static/media/KaTeX_Size3-Regular.a144ef58.ttf +0 -0
  321. package/.next/static/media/KaTeX_Size3-Regular.b4230e7e.woff2 +0 -0
  322. package/.next/static/media/KaTeX_Size4-Regular.10d95fd3.woff2 +0 -0
  323. package/.next/static/media/KaTeX_Size4-Regular.7a996c9d.woff +0 -0
  324. package/.next/static/media/KaTeX_Size4-Regular.fbccdabe.ttf +0 -0
  325. package/.next/static/media/KaTeX_Typewriter-Regular.6258592b.woff +0 -0
  326. package/.next/static/media/KaTeX_Typewriter-Regular.a8709e36.woff2 +0 -0
  327. package/.next/static/media/KaTeX_Typewriter-Regular.d97aaf4a.ttf +0 -0
  328. package/.next/static/media/a0c7b168290800ea-s.woff2 +0 -0
  329. package/.next/static/media/a211c214b387705f-s.woff2 +0 -0
  330. package/.next/static/media/a515f80c15233dd2-s.woff2 +0 -0
  331. package/.next/static/media/a59cf4e3704a8bf9-s.woff2 +0 -0
  332. package/.next/static/media/a7107da688a6a6c4-s.woff2 +0 -0
  333. package/.next/static/media/b0785a8aafa8fb40-s.woff2 +0 -0
  334. package/.next/static/media/b3afeb402d0641d1-s.woff2 +0 -0
  335. package/.next/static/media/b3d4f23ea9869e41-s.woff2 +0 -0
  336. package/.next/static/media/b88b6f09060fd402-s.woff2 +0 -0
  337. package/.next/static/media/b9bde58fd979694e-s.woff2 +0 -0
  338. package/.next/static/media/bdb722ed5812b325-s.woff2 +0 -0
  339. package/.next/static/media/c24e4778556eba42-s.woff2 +0 -0
  340. package/.next/static/media/c3040269b1771b02-s.woff2 +0 -0
  341. package/.next/static/media/c4123b44ca624496-s.woff2 +0 -0
  342. package/.next/static/media/ccadbccc98acfb1c-s.woff2 +0 -0
  343. package/.next/static/media/d04351f5bc3644ea-s.woff2 +0 -0
  344. package/.next/static/media/d1778a980b3fad78-s.woff2 +0 -0
  345. package/.next/static/media/d416562cb7cba055-s.woff2 +0 -0
  346. package/.next/static/media/d872fd07230782c0-s.woff2 +0 -0
  347. package/.next/static/media/db3791bbb1ae5747-s.woff2 +0 -0
  348. package/.next/static/media/dd090f323c5887c3-s.woff2 +0 -0
  349. package/.next/static/media/dd1fcf6432702b11-s.woff2 +0 -0
  350. package/.next/static/media/e45abf9e3abcfe63-s.woff2 +0 -0
  351. package/.next/static/media/e6e70594dba816d3-s.woff2 +0 -0
  352. package/.next/static/media/e8a6cb3b0c8c1d41-s.woff2 +0 -0
  353. package/.next/static/media/e8fdc46fb8ed5f75-s.woff2 +0 -0
  354. package/.next/static/media/ed7a78808c74aaab-s.woff2 +0 -0
  355. package/.next/static/media/ef9a93445fe49953-s.woff2 +0 -0
  356. package/.next/static/media/f00fd2cfeda7750f-s.woff2 +0 -0
  357. package/.next/static/media/f0863c4be7cb812e-s.woff2 +0 -0
  358. package/.next/static/media/f2fb250c4baa1fea-s.woff2 +0 -0
  359. package/.next/static/media/f392a13a0094c3d1-s.woff2 +0 -0
  360. package/.next/static/media/f42f4d2ecc3cba08-s.woff2 +0 -0
  361. package/.next/static/media/f8f98f7e33dde58b-s.woff2 +0 -0
  362. package/.next/static/media/fba9d66c2358f8e6-s.woff2 +0 -0
  363. package/.next/static/media/fc8b52876cd8aa42-s.woff2 +0 -0
  364. package/.next/static/media/fcc5ccbd071c5f3e-s.woff2 +0 -0
  365. package/.next/static/media/fe9908567bfd9cbf-s.woff2 +0 -0
  366. package/.next/trace +120 -0
  367. package/.next/types/app/api/asset/[...path]/route.ts +343 -0
  368. package/.next/types/app/api/auth/[...nextauth]/route.ts +343 -0
  369. package/.next/types/app/api/blog/[id]/highlights/[hid]/comments/[cid]/reactions/route.ts +343 -0
  370. package/.next/types/app/api/blog/[id]/highlights/[hid]/comments/[cid]/route.ts +343 -0
  371. package/.next/types/app/api/blog/[id]/highlights/[hid]/replies/route.ts +343 -0
  372. package/.next/types/app/api/blog/[id]/highlights/[hid]/resolve/route.ts +343 -0
  373. package/.next/types/app/api/blog/[id]/highlights/[hid]/route.ts +343 -0
  374. package/.next/types/app/api/blog/[id]/highlights/route.ts +343 -0
  375. package/.next/types/app/api/graphql/route.ts +343 -0
  376. package/.next/types/app/api/mile/prompts/route.ts +343 -0
  377. package/.next/types/app/api/upload/route.ts +343 -0
  378. package/.next/types/app/api/webhooks/notification/route.ts +343 -0
  379. package/.next/types/app/atom.xml/route.ts +343 -0
  380. package/.next/types/app/blog/[id]/page.ts +79 -0
  381. package/.next/types/app/blog/page.ts +79 -0
  382. package/.next/types/app/editor/page.ts +79 -0
  383. package/.next/types/app/login/page.ts +79 -0
  384. package/.next/types/app/memos/page.ts +79 -0
  385. package/.next/types/app/page.ts +79 -0
  386. package/.next/types/app/rss.xml/route.ts +343 -0
  387. package/.next/types/app/unavailable/page.ts +79 -0
  388. package/.next/types/package.json +1 -0
  389. package/bin/cici.js +103 -31
  390. package/package.json +5 -4
  391. package/public/Tinymind-banner.png +0 -0
  392. package/public/Tinymind.dmg +0 -0
  393. package/public/icon-144.jpg +0 -0
  394. package/public/icon.jpg +0 -0
  395. package/public/manifest.json +25 -0
  396. package/public/presentations/coordinated-access-control-with-policy/index.html +1593 -0
  397. package/public/tinymind.icns +0 -0
  398. /package/.next/standalone/.next/static/{Pl18p4h2shbbqjypPxStc → H78KNQuyrLX6JpnJaQChP}/_buildManifest.js +0 -0
  399. /package/.next/standalone/.next/static/{Pl18p4h2shbbqjypPxStc → H78KNQuyrLX6JpnJaQChP}/_ssgManifest.js +0 -0
package/bin/cici.js CHANGED
@@ -39,8 +39,8 @@ Commands:
39
39
  (default) Serve a --dir or --repo target (see below)
40
40
  start Boot the server from preset env (CICI_REPO/CICI_TOKEN/CICI_DIR/
41
41
  PORT/HOST) — for platform deploys where the host sets env
42
- build Stage cici's prebuilt Next output (.next/standalone, .next/static,
43
- public) into the current directory so a host (e.g. Vercel) can serve it
42
+ build Emit the Vercel Build Output API (.vercel/output) into the current
43
+ directory so a content-only repo deploys on Vercel without app source
44
44
 
45
45
  Targets (exactly one required for the default command):
46
46
  --dir <path> Local content folder (contains blog/, memos.json, …)
@@ -142,47 +142,119 @@ function runStart() {
142
142
  }
143
143
 
144
144
  /**
145
- * `cici build` — stage cici's prebuilt Next output into the CONSUMER's current
146
- * directory so a host (e.g. Vercel) can serve the content repo with cici's tooling.
145
+ * `cici build` — emit the Vercel Build Output API (`.vercel/output`) into the
146
+ * CONSUMER's current directory so a content-only repo deploys on Vercel WITHOUT
147
+ * shipping cici's app source and WITHOUT Vercel running its Next.js builder.
147
148
  *
148
- * cici publishes its prebuilt standalone server; a content repo doesn't rebuild
149
- * Next itself it just needs cici's compiled output copied alongside its content.
150
- * We copy the three deployable artifacts into the cwd:
151
- * <cici>/.next/standalone <cwd>/.next/standalone
152
- * <cici>/.next/static → <cwd>/.next/static
153
- * <cici>/public → <cwd>/public
149
+ * cici ships a self-contained Next standalone server (server.js + node_modules +
150
+ * .next/). Rather than hand Vercel a prebuilt `.next` (whose baked build-machine
151
+ * paths break Vercel's Next builder), we package that standalone as a single Node
152
+ * serverless function and drop the static assets into a static dir. Vercel serves
153
+ * the result directly from the Build Output API.
154
+ *
155
+ * Sources (inside the installed cici package = CICI_ROOT):
156
+ * <cici>/.next/standalone — self-contained server (server.js, node_modules, .next/)
157
+ * <cici>/.next/static — hashed client assets (served at /_next/static)
158
+ * <cici>/public — static public files (served at /)
159
+ *
160
+ * Produces (in <cwd>/.vercel/output, cleaned first):
161
+ * functions/index.func/ — the standalone dir + a Node handler wrapping it
162
+ * static/ — _next/static + public files
163
+ * config.json — routes: filesystem first, else the function
154
164
  */
155
165
  function runBuild() {
156
- const server = serverPath()
157
- if (!fs.existsSync(server)) {
166
+ const cwd = process.cwd()
167
+ const nextDir = path.join(CICI_ROOT, '.next')
168
+ const standalone = path.join(nextDir, 'standalone')
169
+ const standaloneServer = path.join(standalone, 'server.js')
170
+
171
+ if (!fs.existsSync(standaloneServer)) {
158
172
  fail(
159
- 'cannot build: cici has no prebuilt server (.next/standalone/server.js).\n' +
173
+ 'cannot build: cici has no prebuilt standalone server (.next/standalone/server.js).\n' +
160
174
  ' This normally ships inside the installed `cici` package. If you are running\n' +
161
175
  ' from source, build it first with `npm run build:cli`.'
162
176
  )
163
177
  }
164
178
 
165
- const cwd = process.cwd()
166
- const copies = [
167
- { from: path.join(CICI_ROOT, '.next', 'standalone'), to: path.join(cwd, '.next', 'standalone') },
168
- { from: path.join(CICI_ROOT, '.next', 'static'), to: path.join(cwd, '.next', 'static') },
169
- { from: path.join(CICI_ROOT, 'public'), to: path.join(cwd, 'public') },
170
- ]
171
-
172
- const done = []
173
- for (const { from, to } of copies) {
174
- if (!fs.existsSync(from)) continue
175
- fs.mkdirSync(path.dirname(to), { recursive: true })
176
- fs.rmSync(to, { recursive: true, force: true })
177
- fs.cpSync(from, to, { recursive: true })
178
- done.push(path.relative(cwd, to) || to)
179
+ const outDir = path.join(cwd, '.vercel', 'output')
180
+ const fnDir = path.join(outDir, 'functions', 'index.func')
181
+ const staticOut = path.join(outDir, 'static')
182
+ const ciciStatic = path.join(nextDir, 'static')
183
+ const ciciPublic = path.join(CICI_ROOT, 'public')
184
+
185
+ // Clean any prior output so stale files never leak into a deploy.
186
+ fs.rmSync(outDir, { recursive: true, force: true })
187
+
188
+ // 1. Function: the entire self-contained standalone dir.
189
+ fs.mkdirSync(fnDir, { recursive: true })
190
+ fs.cpSync(standalone, fnDir, { recursive: true })
191
+
192
+ // The runtime server reads .next/static relative to its dir — ensure it's present.
193
+ if (fs.existsSync(ciciStatic)) {
194
+ fs.cpSync(ciciStatic, path.join(fnDir, '.next', 'static'), { recursive: true })
195
+ }
196
+
197
+ // 2. Handler: boot the standalone Next server as a plain Node request handler.
198
+ const handler = [
199
+ "const path = require('path')",
200
+ "process.env.NODE_ENV = 'production'",
201
+ 'process.chdir(__dirname)',
202
+ "const NextServer = require('next/dist/server/next-server').default",
203
+ 'let conf = {}',
204
+ "try { conf = require('./.next/required-server-files.json').config } catch (e) {}",
205
+ 'const app = new NextServer({ dir: __dirname, dev: false, conf, customServer: false })',
206
+ 'const handler = app.getRequestHandler()',
207
+ 'module.exports = (req, res) => handler(req, res)',
208
+ '',
209
+ ].join('\n')
210
+ fs.writeFileSync(path.join(fnDir, 'index.js'), handler)
211
+
212
+ // 3. Function config for the Vercel Node runtime.
213
+ const vcConfig = {
214
+ runtime: 'nodejs22.x',
215
+ handler: 'index.js',
216
+ launcherType: 'Nodejs',
217
+ shouldAddHelpers: false,
218
+ supportsResponseStreaming: true,
219
+ }
220
+ fs.writeFileSync(path.join(fnDir, '.vc-config.json'), JSON.stringify(vcConfig, null, 2) + '\n')
221
+
222
+ // 4. Static assets: hashed client bundles + public files.
223
+ fs.mkdirSync(staticOut, { recursive: true })
224
+ let staticCopied = false
225
+ let publicCopied = false
226
+ if (fs.existsSync(ciciStatic)) {
227
+ fs.cpSync(ciciStatic, path.join(staticOut, '_next', 'static'), { recursive: true })
228
+ staticCopied = true
229
+ }
230
+ if (fs.existsSync(ciciPublic)) {
231
+ for (const entry of fs.readdirSync(ciciPublic)) {
232
+ fs.cpSync(path.join(ciciPublic, entry), path.join(staticOut, entry), { recursive: true })
233
+ }
234
+ publicCopied = true
235
+ }
236
+
237
+ // 5. Top-level build output config: serve files first, else the function.
238
+ const config = {
239
+ version: 3,
240
+ routes: [
241
+ { handle: 'filesystem' },
242
+ { src: '/(.*)', dest: '/index' },
243
+ ],
179
244
  }
245
+ fs.writeFileSync(path.join(outDir, 'config.json'), JSON.stringify(config, null, 2) + '\n')
180
246
 
247
+ const rel = (p) => path.relative(cwd, p) || p
181
248
  process.stdout.write(
182
- `\n cici ${pkg.version} build\n` +
183
- ` staged cici's prebuilt output into ${cwd}\n` +
184
- (done.length ? done.map((d) => ` ✓ ${d}\n`).join('') : ' (nothing to copy)\n') +
185
- `\n A host can now serve this directory (server entry: .next/standalone/server.js).\n\n`
249
+ `\n cici ${pkg.version} build — Vercel Build Output API\n` +
250
+ ` emitted ${rel(outDir)}\n` +
251
+ ` ✓ ${rel(path.join(fnDir, 'index.js'))} (Node function handler)\n` +
252
+ ` ✓ ${rel(path.join(fnDir, '.vc-config.json'))} (runtime config)\n` +
253
+ ` ✓ ${rel(fnDir)}/ (standalone server + node_modules)\n` +
254
+ ` ${staticCopied ? '✓' : '·'} ${rel(path.join(staticOut, '_next', 'static'))}${staticCopied ? '' : ' (no .next/static)'}\n` +
255
+ ` ${publicCopied ? '✓' : '·'} public files → ${rel(staticOut)}${publicCopied ? '' : ' (no public/)'}\n` +
256
+ ` ✓ ${rel(path.join(outDir, 'config.json'))}\n` +
257
+ `\n Deploy on Vercel with no app source — it serves .vercel/output directly.\n\n`
186
258
  )
187
259
  }
188
260
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cici",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "cici — a git-backed blog CMS (pure tooling; your posts live in a separate content repo). Run `npx cici --dir <dir>` or `--repo <owner/name>` to serve/edit, or `cici build` / `cici start` to deploy.",
6
6
  "repository": {
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "files": [
18
18
  "bin/",
19
- ".next/standalone/"
19
+ ".next/",
20
+ "public/"
20
21
  ],
21
22
  "engines": {
22
23
  "node": ">=18.17.0"
@@ -33,8 +34,8 @@
33
34
  "test:watch": "jest --watch",
34
35
  "test:coverage": "jest --coverage",
35
36
  "assemble": "node scripts/assemble-standalone.js",
36
- "build:cli": "next build && node scripts/assemble-standalone.js",
37
- "prepack": "next build && node scripts/assemble-standalone.js"
37
+ "build:cli": "next build && node scripts/assemble-standalone.js && rm -rf .next/cache",
38
+ "prepack": "next build && node scripts/assemble-standalone.js && rm -rf .next/cache"
38
39
  },
39
40
  "dependencies": {
40
41
  "@auth/core": "^0.34.2",
Binary file
Binary file
Binary file
Binary file
@@ -0,0 +1,25 @@
1
+ {
2
+ "short_name": "cici",
3
+ "name": "cici",
4
+ "icons": [
5
+ {
6
+ "src": "icon-144.jpg",
7
+ "sizes": "144x144",
8
+ "type": "image/jpeg"
9
+ },
10
+ {
11
+ "src": "icon.jpg",
12
+ "sizes": "512x512",
13
+ "type": "image/jpeg"
14
+ }
15
+ ],
16
+ "orientation": "any",
17
+ "start_url": "/",
18
+ "theme_color": "#ffffff",
19
+ "background_color": "#ffffff",
20
+ "display": "standalone",
21
+ "description": "Turn GitHub into Your Blog & Memo Hub in Seconds.",
22
+ "scope": "/",
23
+ "apple-mobile-web-app-capable": "yes",
24
+ "apple-mobile-web-app-status-bar-style": "default"
25
+ }