mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-13 16:56:14 +00:00
* feat: events metering and quotas (PUT-1683) * fix: drop the standing subscription charge and price single deliveries at 100 µ¢ An idle durable row costs nothing worth billing; the plan quotas bound how many an account holds. Removing the daily line also removes the global day-claim, the whole-table scan and the timer it rode on. * test: stop asserting on documentation pages The limits test read rate-limits-and-quotas.md and grepped it for numbers, so every rewording of the page failed the backend suite. Docs are kept in step by the PR and checked in review; AGENTS.md now says so.