Mmihaiinleanzero.hashnode.dev·2h ago · 17 min readThe duplicate Forge event that deleted our spam filterThe duplicate Forge event that deleted our spam filter Key takeaways Forge product events carry no documented delivery guarantee — the at-least-once promise belongs to the Async Events API, and the t00
Mmihaiinleanzero.hashnode.dev·2h ago · 24 min readI built a Forge major-version predictor on a guess, and it took a review to find the answer inside my own commitI built a Forge major-version predictor on a guess, and it took a review to find the answer inside my own commit Key takeaways END STATE: a predictor that PARSES two manifests and reports every docum00
Mmihaiinleanzero.hashnode.dev·8h ago · 22 min readForge: gate a caller-supplied page idKey takeaways END STATE: a resolver that refuses an unentitled caller, proven by a test suite that scores 1/6 against the ungated version and 6/6 against the gated one. The happy path passes either w00