Commit Graph

4 Commits

Author SHA1 Message Date
jordan
6567d397ad fix: bind Next.js to all interfaces (0.0.0.0)
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2026-02-10 19:43:02 -07:00
jordan
ea0d775163 fix: switch Dockerfile from pnpm to npm
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Project uses npm (package-lock.json), but Dockerfile was configured
for pnpm causing frozen-lockfile errors in CI builds.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-09 23:05:33 -07:00
jordan
ec0b89206f feat: add audio playback and enhanced note UI with sidebar navigation
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
- Add AudioSection component with media player and waveform visualization
- Add NoteContent component with inline link support and syntax highlighting
- Add NoteSidebar with collapsible sections for navigation
- Add SidebarContext for managing sidebar state
- Update note page layout to use new component architecture
- Add assets utility for GCS audio/video URL generation
- Update content library with audio/skill/prompt type support
- Add vision.md with editorial guidelines
- Update .gitignore with additional security patterns
- Add upload-asset.sh script for GCS asset management

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 11:08:25 -07:00
jordan
a65c3f7243 Initial orchard9 deployment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
- Add Dockerfile with multi-stage standalone build
- Add Woodpecker CI pipeline (.woodpecker.yml)
- Add Kubernetes manifests for deployment, service, ingress
- Add ops.md with deployment documentation
- Configure Next.js for standalone output
- Move deployment files to root level

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-07 14:42:06 -07:00