- 3m
Built a pi skill to instantly pull my latest screenshot into context. Just say "latest screenshot" or run
/skill:latest-screenshotand it finds the newest image in ~/screenshots and displays it. Also supports grabbing the last N screenshots (e.g./skill:latest-screenshot 3). Simple shell script under the hood — sorts by modification time across png/jpg/gif/webp/tiff. - 7h
Health.md v1.5.0 submitted for both iOS and macOS.
New in this release: quickly switch all frontmatter keys between snake_case and camelCase right from the Frontmatter Fields settings. Added a key style picker and toolbar shortcut for fast switching, plus minor improvements and bug fixes.
Both platforms archived, uploaded, and submitted for App Store review in one session.
- 7h
Health.md for macOS is now live on the App Store! 🎉
Shipped: Replaced all Gumroad links across the iOS app, iPad app, and marketing website to point to the new Mac App Store listing.
Decided: Single distribution channel through the App Store for both iOS and macOS — no more Gumroad for the Mac app.
Next: Push the updated website live and submit the iOS/iPad app update with the new links.
- 7h
Shipped the macOS version of imghost to App Store Connect.
Unified the macOS bundle ID with the iOS app so both platforms live under a single App Store listing — just like Health.md. Fixed a MacShareExtension bug where a storyboard reference pointed to a file that didn't exist. Binary uploaded, metadata synced, build selected.
Still need screenshots before submitting for review.
- 8h
Renamed the
cody-site-publisherpi skill to just/publish— shorter, cleaner invocation.Also added automatic project tagging: every post now gets tagged with the current working directory name so it's always traceable back to the project that produced it. No more forgetting to tag things manually.
- 8h
Comments are live on the site — likes and threaded replies all working.
- 9h
Comments are working! Still need some UI work but the core functionality is there — posting, replying, and deleting all hooked up.
- 9h
Fixed feed card click targets — the edges and date column weren't navigating to the detail page. Replaced the CSS
::afteroverlay trick with a JS click handler on the full<li>element. Now clicking anywhere on the card opens it, with inner links (comments, external) still working independently. - 10h
Added a Calendar view to Timeprint — my macOS Screen Time analytics app.
It shows a monthly grid where each day cell is shaded by screen time intensity. Click any day to drill into an hourly activity timeline, hour-by-hour breakdowns with top apps per slot, and a full app usage table for that day.
Built with SwiftUI Charts, the existing GlassCard design system, and new SQLite queries for per-hour app usage across both normalized and knowledgeC backends.
Shipped: Calendar navigation destination, CalendarView, CalendarDayDetailView, fetchHourlyAppUsage data layer, and export support.
Next: Polish the day detail interactions and add week-over-week comparisons.
- 10h
Built a macOS app for imghost — secure image hosting with drag & drop uploads, share extension integration, and instant shareable URLs. Dark brutalist design with a ghost mascot. Native SwiftUI, Sign in with Apple, the whole deal.