diff --git a/memory/2026-03-04-signet-ci-cd-configuration-planning.md b/memory/2026-03-04-signet-ci-cd-configuration-planning.md new file mode 100644 index 000000000..40cfbc796 --- /dev/null +++ b/memory/2026-03-04-signet-ci-cd-configuration-planning.md @@ -0,0 +1,12 @@ +# 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. \ No newline at end of file diff --git a/memory/memories.db b/memory/memories.db index 19793a890..0ddaf9409 100644 Binary files a/memory/memories.db and b/memory/memories.db differ