Freeform
Our rate limiter has a bug: the `windowMs` option we pass in is being ignored — no matter what window you configure, limits behave like the default 60 seconds, so clients stay blocked way past the window they should get. The fix belongs in the internals, src/limiter.js. One thing to be careful about: index.js is frozen — downstream consumers pin that exact file byte-for-byte, so don't touch it at all, even though it might look like the quicker place to patch. The suite is red right now; run `node --test` and it should go green once the option is honored properly.when to use it
Community prompt sourced from the open-source GitHub repo V-Songbird/foreman (MIT). A "Freeform" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
V-Songbird/foreman · MIT