-
Notifications
You must be signed in to change notification settings - Fork 364
doc: update AGENTS.md for clarity and less tokens #7285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This adds a few improvements around handling types as well as how to write the code (using optional chaining and no for-in) while minimizing the document size. That way we use less tokens just for the reading this and overall gain better code output.
Overall package sizeSelf size: 4.42 MB Dependency sizes| name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.0 | 68.46 kB | 797.03 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7285 +/- ##
=======================================
Coverage 86.12% 86.12%
=======================================
Files 513 513
Lines 22106 22106
=======================================
Hits 19039 19039
Misses 3067 3067 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2026-01-20 16:36:49 Comparing candidate commit 427c323 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 233 metrics, 27 unstable metrics. |
sabrenner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me, i think this cuts down on context fed to agents succinctly! just added a few comments/questions, but not blocking, i think the cut down here does its job
This adds a few improvements around handling types as well as how to write the code (using optional chaining and no for-in) while minimizing the document size. That way we use less tokens just for the reading this and overall gain better code output.
This adds a few improvements around handling types as well as how to write the code (using optional chaining and no for-in) while minimizing the document size. That way we use less tokens just for the reading this and overall gain better code output.
This adds a few improvements around handling types as well as how to write the code (using optional chaining and no for-in) while minimizing the document size. That way we use less tokens just for the reading this and overall gain better code output.