Scope Backoff Exponent
backoffMs in src/backoff.js should grow exponentially (100, 200, 400, 800, ...) but right now it grows linearly (100, 200, 300, 400). Fix the delay calculation in src/backoff.js.when to use it
Community prompt sourced from the open-source GitHub repo elon-choo/fablever (MIT). A "Scope Backoff Exponent" 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
elon-choo/fablever · MIT