README.md still points at the two starter repos under the personal account:
Both should live under the purescript-lua org like the compiler and the forks.
Tasks
Why
Keeps the onboarding path (template → example) consistent with the org, and ensures the starter projects actually build against the current compiler and the just-released FFI-fixed package set rather than a months-old pin.
README.mdstill points at the two starter repos under the personal account:Unisay/purescript-lua-template(README line 28, "template repository")Unisay/purescript-lua-example(README line 30, the OpenResty/Nginx example)Both should live under the
purescript-luaorg like the compiler and the forks.Tasks
purescript-lua-templateandpurescript-lua-exampleto thepurescript-luaorg (GitHub keeps redirects from the oldUnisay/*URLs, but update them anyway).README.mdlinks (and any other references) to the newpurescript-lua/*URLs.nix flake updateso they pin the latestpsluaand refresh their flake inputs.psc-0.15.15-20260615-2(merged asupstream-ps // upstream-lua; drop any stalesha256:so spago re-freezes).spago build/ the project's build script) to confirm they still compile against the current toolchain + set, and refresh any committed CoreFn/Lua output.Why
Keeps the onboarding path (template → example) consistent with the org, and ensures the starter projects actually build against the current compiler and the just-released FFI-fixed package set rather than a months-old pin.