.agents/memory/2026-03-04-signet-ci-cd-configuration-planning.md

1.0 KiB

2026-03-04 Session Notes

Signet CI/CD Configuration Planning

Initiated planning phase to reconfigure GitHub Actions in the ~/signet/signetai monorepo. The user requested two key improvements:

  1. Version Bump Logic: Prevent automatic version bumping when only website code is updated. Currently the release workflow likely bumps versions for all changes.
  2. Cloudflare Auto-Deployment: Configure CI to automatically build and deploy web/dist/ to Cloudflare Pages when website files change, without triggering the main release cycle.

The approach involves making the build-and-deploy workflow conditional on file path changes, ensuring web builds only trigger on website package modifications.

Session began exploration of the monorepo structure to understand existing CI configuration, project layout, build scripts, and Cloudflare setup. Launched an Explore agent to thoroughly examine .github/workflows/, package structure, build commands, and version management configuration before designing the new CI workflow.