-
Notifications
You must be signed in to change notification settings - Fork 91
Track initial local Discord maintainer-archive use friction #100
Copy link
Copy link
Open
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Description
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🌊 off-meta tidepoolIssue quality rating does not apply to this item.Issue quality rating does not apply to this item.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Context
I am using Discrawl, alongside Gitcrawl, as a local archive layer to widen my scope of vision as an OSS maintainer. The intended workflow is that Codex can query these local archives as needed, then use live services only when freshness, permissions, or write actions require it.
The parallel Gitcrawl tracking issue is openclaw/gitcrawl#81. This issue is the Discrawl side of the same maintainer-archive workflow, focused on real friction observed while using a local Discord archive through Codex.
This issue tracks observations from initial Discrawl use across bot-backed archive sync, local Discord Desktop cache import, private/public snapshot checks, and stop/status diagnostics. The goal is not to draw firm product conclusions from one setup, but to capture concrete friction that showed up while operating Discrawl as local maintainer context.
Shared crawler/cache coordination across multiple crawler tools is intentionally out of scope for this issue. That may be useful elsewhere, but this issue is focused on direct Discrawl maintainer-archive use.
What Worked
discrawl status --jsonanddiscrawl doctorwere the fastest basic health checks.discrawl sync --source wiretapprovided a practical no-bot path for local Discord Desktop cache data.discrawl wiretap --watch-everycould run while manually browsing/scrolling Discord Desktop to improve local coverage.discrawl sqlwas useful for precise read-only inspection when normal query commands were too coarse.search,messages,dms,tui,status --json,doctor --json,sync --source,wiretap,analytics, andpublish --public-onlysurfaces covered a lot of the basic workflow once the right command shapes were known.Observations
wiretap --watch-everyran. The useful stats were total messages, message channels, channel records, named channels, synthetic channels, top channels, and import deltas.discrawl,wiretap, andsqlite3, then a read-onlypragma quick_check, thendiscrawl status --json.statusconfirmed archive state, but not whether anything was still writing.discrawl syncsource mix can matter. In one workflow, combined bot plus wiretap sync left guild metadata insufficient for public/private publish classification, and a follow-updiscrawl sync --source discordrepaired the role/visibility metadata.help.wiretap --watch-every, read-onlydiscrawl sql, source-specific sync, and the local-only DM boundary.Related Follow-Up Issues
Non-Goals
Prepared with Codex, confirmed as accurate by human.