Migrate frontend to standalone cartsnitch/app repo #1

Merged
cartsnitch-qa[bot] merged 2 commits from main into dev 2026-04-19 12:55:06 +00:00
cartsnitch-qa[bot] commented 2026-04-19 12:39:29 +00:00 (Migrated from github.com)

Summary

  • Extracted frontend PWA from monorepo to cartsnitch/app with full git history
  • Added CI workflow with lint, test, audit, e2e, lighthouse, build-and-push, deploy-dev, deploy-uat jobs
  • Image name changed from ghcr.io/cartsnitch/cartsnitch to ghcr.io/cartsnitch/app
  • Updated CLAUDE.md to reflect standalone frontend repo structure
  • Created dev and uat branches at same commit as main

Test plan

  • Verify CI passes on push to dev (all jobs: lint, test, audit, e2e, lighthouse, build-and-push)
  • Verify Docker image is pushed to ghcr.io/cartsnitch/app
  • Verify deploy-dev job updates infra/apps/overlays/dev/kustomization.yaml
  • Verify CLAUDE.md accurately describes the repo structure

🤖 Generated with Claude Code

## Summary - Extracted frontend PWA from monorepo to `cartsnitch/app` with full git history - Added CI workflow with lint, test, audit, e2e, lighthouse, build-and-push, deploy-dev, deploy-uat jobs - Image name changed from `ghcr.io/cartsnitch/cartsnitch` to `ghcr.io/cartsnitch/app` - Updated CLAUDE.md to reflect standalone frontend repo structure - Created `dev` and `uat` branches at same commit as `main` ## Test plan - [ ] Verify CI passes on push to `dev` (all jobs: lint, test, audit, e2e, lighthouse, build-and-push) - [ ] Verify Docker image is pushed to `ghcr.io/cartsnitch/app` - [ ] Verify deploy-dev job updates `infra/apps/overlays/dev/kustomization.yaml` - [ ] Verify CLAUDE.md accurately describes the repo structure 🤖 Generated with [Claude Code](https://claude.com/claude-code)
github-advanced-security[bot] commented 2026-04-19 12:43:24 +00:00 (Migrated from github.com)

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. ### What Enabling Code Scanning Means: - The 'Security' tab will display more code scanning analysis results (e.g., for the default branch). - Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. - You will be able to see the analysis results for the pull request's branch on this [overview](/cartsnitch/app/security/code-scanning?query=pr%3A1+is%3Aopen) once the scans have completed and the checks have passed. For more information about GitHub Code Scanning, check out [the documentation](https://docs.github.com/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning).
Sign in to join this conversation.