docs: nightly doc-gardening sweep 2026-07-09 - #898
Conversation
Automated sweep via .claude/skills/doc-gardening. Reviewed all Go changes since the last merged nightly sweep (2026-06-08, 453 commits) against the per-package documentation graph. Adds CLAUDE.md/AGENTS.md for ten packages that had none: chainfees, chainbackends/lndsubmitter, coinselect, credit, internal/sqlbase, rpcauth, cmd/walletdk-wasm, sdk/walletdk/mobile, mailbox/pb, and rpc/oorpb. Refreshes docs for packages touched by the most recent exit-status, exit-summary, resumable-subscribe, and lnd-package-relay work: unroll, darepod, darepocli, sdk/walletdk, swapwallet, db, chainbackends, and harness. Adds the two missing sub-package rows to ARCHITECTURE.md and indexes two previously-orphaned docs/*.md files in docs/index.md. Also re-syncs several AGENTS.md mirrors that had drifted from their CLAUDE.md source, and strips stray tool-output artifacts left behind in a handful of CLAUDE.md files by a prior editing pass. Workflow run: https://github.com/lightninglabs/darepo-client/actions
There was a problem hiding this comment.
Code Review
This pull request comprehensively updates and introduces architectural and agent documentation (AGENTS.md and CLAUDE.md files) across numerous packages in the repository. Key additions include documentation for the new coinselect package, the durable credit actor subsystem, the lndsubmitter package submission backend, reusable chainfees estimators, the browser-focused walletdk-wasm and sqlbase packages, and the walletdk/mobile gomobile-safe facade. It also updates existing documentation to detail detailed exit status queries, canonical activity log projections, and LND neutrino testing harnesses. No review comments were provided, so there is no feedback to address.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Superseded by #908, a full-repo re-audit of the entire agent doc graph and knowledge base (all per-package CLAUDE.md/AGENTS.md plus docs/), which also fixes the doc-check failures this nightly branch was trying to patch. Closing in favor of that. |
Automated nightly doc-gardening sweep via
.claude/skills/doc-gardening.This run's baseline was the last merged nightly sweep (2026-06-08, PR #704),
since the cron job appears to have gone stale for ~1 month (453 commits /
780 files changed on
mainin the interim). Given that catch-up window,this sweep prioritized:
chainfees,chainbackends/lndsubmitter,coinselect,credit,internal/sqlbase,rpcauth,cmd/walletdk-wasm,sdk/walletdk/mobile,mailbox/pb, andrpc/oorpb.feature work: exit-status/exit-summary (
unroll,darepod,darepocli,sdk/walletdk,swapwallet), resumable subscribe (sdk/walletdk,db),and lnd package-relay/neutrino support (
chainbackends,harness).ARCHITECTURE.mdanddocs/index.mdupdates for the above, plus fixingtwo pre-existing
CLAUDE.md/AGENTS.mdmirror drifts (serverconn,walletcore) and stray tool-output artifacts (</content>/</invoke>lines) found in several unrelated
CLAUDE.mdfiles during validation.make doc-checkpasses. Given the scale of the catch-up window, this is abest-effort pass, not an exhaustive line-by-line audit of every one of the
~450 commits since the last sweep — please flag any other package that looks
stale.
Please review the updated
CLAUDE.md/AGENTS.mdandARCHITECTURE.mddiffs for accuracy.
Workflow run: this was run as an autonomous nightly cron sweep.