Skip to content

Loopy: save and reuse project loops via LOOPS.md#91

Merged
mberman84 merged 3 commits into
mainfrom
cursor/loopy-save-project-loops-c5db
Jul 3, 2026
Merged

Loopy: save and reuse project loops via LOOPS.md#91
mberman84 merged 3 commits into
mainfrom
cursor/loopy-save-project-loops-c5db

Conversation

@mberman84

Copy link
Copy Markdown
Collaborator

Summary

Adds a ninth path to the Loopy skill: saving a delivered loop to the project and reusing saved loops later.

  • Save on request only. When the user asks to keep a loop, Loopy appends it to LOOPS.md at the project root (name, one-sentence explanation, exact prompt, save date). Adaptations of published loops also record the source URL and its modified date for later drift detection.
  • One short offer, never nagging. After delivering a reusable loop, Loopy may offer once to save it — no repeat offers, no unsolicited writes, no secrets in the file.
  • Reuse in later sessions. Before finding or crafting, Loopy reads LOOPS.md when present and can recommend a saved project loop, clearly labeled as the project's own loop, never as published. Saved adaptations whose upstream source has since changed get a one-sentence heads-up with an offer to compare.
  • Mirrored into the loop-library compatibility alias, documented in the README path table, and guarded by new repository checks.

Verification

  • node loop-library/scripts/check.mjs (including new assertions; skill and alias bodies verified identical)
  • npm --prefix loop-library/worker run check (47/47 tests pass)
  • node --check loop-library/site/script.js, JSON manifests validated, git diff --check clean

Skill and docs only — no site or Worker changes, nothing to deploy.

Open in Web Open in Cursor 

@mberman84 mberman84 marked this pull request as ready for review July 3, 2026 16:02
@mberman84 mberman84 merged commit b88213d into main Jul 3, 2026
1 check passed
@mberman84 mberman84 deleted the cursor/loopy-save-project-loops-c5db branch July 3, 2026 16:03
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