docs(agents): record 2026-08-21 refactor cohort #883-#886 and PR #887 for #840 - #888
Merged
Conversation
…for #840 Scheduled audit of AGENTS.md and its linked guides against the tracker state as of 2026-08-22. No code landed on main since the previous audit (#882), so the Quick Reference and Architecture claims are unchanged; the delta is issue-tracker state only. - Add the 2026-08-21 refactor cohort under open proposals: #883 (_raw_sub_digests hardcodes built-in Digested subtypes, breaking gc()/count_reuses() for register_destructurer extensions — the one correctness gap of the batch), #884 (sqlite URL handling hand-rolled twice and drifted on ~-expansion), #885 (XDG_CACHE_HOME companion to #868), #886 (benchmark_storage.py five-op timing harness duplicated). - Record PR #887 in flight against bug #840 (BoundWrapper.__reduce__ pre-serialises func: pickle by reference, cloudpickle by value). - Split the single Bugs/Feature-request paragraph into one-item-per-line sub-bullets so independent updates stop colliding in merges. Verified still open and accurately described: PRs #797, #837, #873-#878, #879, #881. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J6LqSMaWKWzDfF7hF51Syq
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scheduled audit of
AGENTS.mdand its linked guides against the tracker state as of 2026-08-22. No code landed onmainsince the previous audit (#882), so the Quick Reference and Architecture claims are unchanged; the delta is issue-tracker state only._raw_sub_digestshardcodes built-inDigestedsubtypes, breakinggc()/count_reuses()forregister_destructurerextensions — the one correctness gap of the batch), Refactor: sqlite/SQLAlchemy URL handling is hand-rolled twice and already diverged (config._rebase_url vs storage.sql._coerce_sqlite_url) #884 (sqlite URL handling hand-rolled twice and drifted on~-expansion), Refactor: companion to #868 — wrapper.py hand-rolls XDG_CACHE_HOME the same way config.py hand-rolls XDG_CONFIG_HOME #885 (XDG_CACHE_HOMEcompanion to Refactor: config discovery hand-rolls Linux-only XDG conventions despite "OS Independent" classifier #868), Refactor: benchmarks/benchmark_storage.py duplicates its 5-op timing harness between benchmark_storage_ops and benchmark_sql_ops (~90 lines) #886 (benchmark_storage.pyfive-op timing harness duplicated).forkstart method #840 (BoundWrapper.__reduce__pre-serialisesfunc:pickleby reference,cloudpickleby value).Verified still open and accurately described: PRs #797, #837, #873-#878, #879, #881.
Generated by Claude Code