Separate Loop Library website from the Loopy skill#84
Merged
Conversation
Move the website (site shell, Worker, scripts, audits) under a dedicated loop-library/ directory so it is clearly separated from the installable Loopy skill, which stays in skills/loopy/. Update CI, .gitignore, the repository check script, and maintainer docs to the new paths. Co-authored-by: mberman84 <mberman84@users.noreply.github.com>
The repository was renamed to Forward-Future/loopy. Point install commands and skill GitHub links at the new path. Live /loop-library/ site URLs and the loop-library-forms Worker name are deployed identifiers and remain unchanged. Co-authored-by: mberman84 <mberman84@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Now that the repository is named
Forward-Future/loopy, this cleanly separates the two parts that previously lived side by side at the repo root:loop-library/— the site shell, the Cloudflare Worker, the check/SEO scripts, and the audits.skills/loopy/, with the compatibility alias atskills/loop-library/. The skill must stay underskills/sonpx skills add Forward-Future/loopy --skill loopykeeps resolving it.What changed
loop-library/(git mv, so history is preserved):site/,worker/,scripts/,audits/..gitignore, the repository check script (loop-library/scripts/check.mjs), and the maintainer docs inREADME.mdandAGENTS.md.AGENTS.mdalso gains a short repository-layout section and the validate/deploy/dev commands now use theloop-library/...paths.Forward-Future/loop-librarytoForward-Future/loopyin the install commands and skill links (README, site pages, rendered loop pages).Deliberately left unchanged
These are deployed identifiers, not repository layout, and are protected by
AGENTS.md:https://signals.forwardfuture.com/loop-library/...loop-library-formsWorker name and its proxy upstreamsVerification
All repository checks pass against the new layout:
node --check loop-library/site/script.jsnode loop-library/scripts/check.mjs→Loop Library database-only checks passed.npm --prefix loop-library/worker run check→ 47/47 tests passdata.json,proxy.json,seo-geo-query-benchmark.jsongit diff --checkNote for maintainers
Deploy tooling that publishes
site/or runs the Worker now points atloop-library/site/andloop-library/worker/. No deployment was performed in this PR.