Skip to content

chore: sync template with current project state#4

Merged
stefanowitschdev merged 1 commit into
masterfrom
chore/sync-template
Jun 13, 2026
Merged

chore: sync template with current project state#4
stefanowitschdev merged 1 commit into
masterfrom
chore/sync-template

Conversation

@stefanowitschdev

Copy link
Copy Markdown
Owner

Summary

Runs pnpm sync-template to bring create-agentic-app/template/ back in line with the project root. The template had drifted — this propagates the Resend mail / S3 storage / Docker deploy / React Hook Form additions plus the recent changes.

Highlights

  • compose.yml (renamed from docker-compose.yml) on PostgreSQL pg17
  • New e2e/auth.spec.ts (register → sign-in flow) and playwright.config.ts
  • New src/lib/mail/, src/emails/, src/components/ui/form.tsx, .dockerignore, Dockerfile, pnpm-workspace.yaml
  • Updated env.example, README, AGENTS, next.config.ts, and related source files

Tooling fix

Added test-results and playwright-report to the sync script's exclude list (create-agentic-app/scripts/sync-templates.js) so Playwright artifacts are no longer copied into the template.

The template is generated output; it is regenerated from the project root via pnpm sync-template. Running the script requires the CLI package's dev deps (pnpm --dir create-agentic-app install --ignore-workspace).

🤖 Generated with Claude Code

Run `pnpm sync-template` to propagate the latest project files into
create-agentic-app/template/, including the Resend mail / S3 storage /
Docker deploy / RHF additions and the recent changes:

- compose.yml (renamed from docker-compose.yml) on PostgreSQL pg17
- e2e/auth.spec.ts register -> sign-in flow and playwright.config.ts
- updated env.example, README, AGENTS and related source files

Also exclude test-results/ and playwright-report/ from the sync so Playwright
artifacts are no longer copied into the template.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@stefanowitschdev stefanowitschdev merged commit 0645321 into master Jun 13, 2026
2 of 4 checks passed
@stefanowitschdev stefanowitschdev deleted the chore/sync-template branch June 13, 2026 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants