Commit graph

6 commits

Author SHA1 Message Date
a8e8d2861b chore: clean up e2e test comment 2026-02-17 13:53:40 +00:00
4d9cc4daa3 test: e2e webhook verification 2026-02-17 13:48:23 +00:00
f7ecdde813 chore: clean up webhook test comment 2026-02-17 13:41:52 +00:00
8a7c79de75 test: webhook deploy verification 2026-02-17 13:37:44 +00:00
2500b8b16f feat: migrate API layer to @c2s/payload-contracts
- Add @c2s/payload-contracts as shared API client dependency
- Create src/lib/cms.ts with tenant-configured PayloadClient instance
- Replace manual fetch logic in api.ts with contracts client calls
- Add transpilePackages config for TypeScript source imports
- Local types preserved for component compatibility (bridge pattern)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:44:21 +00:00
4311a1960d Setup Next.js 16 project with collaborative folder structure
- Initialize Next.js 16 with React 19, TypeScript, and Tailwind CSS 4
- Add prompts/ directory for concept AI instructions
- Add docs/ directory for project documentation
- Include README files explaining workflow and conventions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 14:12:52 +00:00