File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ back and forth with Claude in planning mode for about 5 minutes to develop an
2323implementation plan I like. When I approve the plan, Claude gets to work while I
2424put my phone on the charger.
2525
26+ ``` text
27+ bedtime agent
28+ ```
29+
2630When I wake up, I have a notification from Claude Code "4 files to review, 237
2731lines of code added". Something nice and small to start my day. Having Claude
2832Code on my phone is key because previously, to leave something unfinished for
Original file line number Diff line number Diff line change 66 "dev" : " next dev --turbopack" ,
77 "build" : " next build" ,
88 "postbuild" : " pagefind --site .next/server/app --output-path out/_pagefind && next-sitemap" ,
9- "export" : " next build" ,
9+ "export" : " next build && pagefind --site .next/server/app --output-path out/_pagefind && next-sitemap " ,
1010 "start" : " next start" ,
1111 "lint" : " next lint" ,
1212 "composite-video" : " npx tsx scripts/generate-realtime-sync-demo-video.ts"
You can’t perform that action at this time.
0 commit comments