Skip to content

feat: implement PURGE_AND_SYNC orchestration in TRYONYOU_SUPERCOMMIT_MAX.sh + scaffold docs dirs#159

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/purge-and-sync-jules-command
Draft

feat: implement PURGE_AND_SYNC orchestration in TRYONYOU_SUPERCOMMIT_MAX.sh + scaffold docs dirs#159
Copilot wants to merge 2 commits intomainfrom
copilot/purge-and-sync-jules-command

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 9, 2026

TRYONYOU_SUPERCOMMIT_MAX.sh was a one-line wrapper with no operational logic. The docs/patent_EPCT and docs/investor_edition directories referenced as critical structure did not exist.

Changes

TRYONYOU_SUPERCOMMIT_MAX.sh — full orchestrator

Replaced the thin exec wrapper with a sequential pipeline:

JULES_COMMAND=PURGE_AND_SYNC ./TRYONYOU_SUPERCOMMIT_MAX.sh "Your commit message @CertezaAbsoluta ..."
  • Branch syncgit checkout main + git pull --ff-only with a non-fatal warning on failure
  • PURGE_AND_SYNC mode — guarded by JULES_COMMAND=PURGE_AND_SYNC; removes legacy dirs only if present: legacy_old, temp_old, apps/web-old, tests-old, legacy, integrations/duplicados
  • Dependency installnpm install --no-fund --no-audit with explicit stderr error and exit 1 on failure
  • Dir verification — auto-creates docs/patent_EPCT, docs/investor_edition, src/modules with .gitkeep if missing
  • Delegation — delegates to supercommit_max.sh for commit-stamp validation and push (unchanged contract)

New tracked directories

  • docs/patent_EPCT/.gitkeep
  • docs/investor_edition/.gitkeep

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
tryonyou-app Ready Ready Preview, Comment Apr 9, 2026 4:36am
tryonyou-pilot Error Error Apr 9, 2026 4:36am

Request Review

Copilot AI changed the title [WIP] Implement purge and sync functionality in main feat: implement PURGE_AND_SYNC orchestration in TRYONYOU_SUPERCOMMIT_MAX.sh + scaffold docs dirs Apr 9, 2026
Copilot AI requested a review from LVT-ENG April 9, 2026 04:36
@cursor cursor bot deleted the copilot/purge-and-sync-jules-command branch April 9, 2026 08:21
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