pullrequests Search Results · language:Dune language:TypeScript language:JavaScript language:Python language:Python language:PHP
Filter by
242M results
Why
Follow-up to #817. The Instructions tab rendered each prompt s full body twice — once in the management list and again
in the bottom Effective instructions preview — so a single-instruction agent ...
Summary
Replaces the docker-in-docker model in the GH Action with a direct-binary execution model. Previously benchmarkoor ran
inside a Docker container with --privileged --pid=host + a dozen bind mounts, ...
🎯 What: Replaced any with unknown in catch clauses across the codebase. 💡 Why: Using unknown forces type checking and is
a safer alternative to any in TypeScript. We already utilize a utility function ...
Closes #157
Removes uuid. It s no longer used after updating ancestor dependency mercadopago. These dependencies need to be updated
together.
Removes uuid
Updates mercadopago from 2.12.0 to 3.1.0 details summary ...
dependencies
javascript
Summary
- What changed?
- Why does it matter?
Verification
- [ ] corepack pnpm build
- [ ] corepack pnpm lint
- [ ] corepack pnpm format:check
Notes
- Risks or follow-up decisions:
Summary
- remove Current Stats Workflow from CONTEXT.md because it is an engineering Module term, not domain vocabulary
- keep Current Stats and Stats Envelope as the domain terms
- leave Module ...
Summary
mypy --strict was still failing with 40 errors after #642 restored the CI lint/type steps — #643 was marked Done with
only ruff + gate-restoration complete; the mypy criterion was never actually ...