Skip to content

A relayed report can be pulled into a local inbox and closed out again - #44

Merged
JIRPOS merged 1 commit into
masterfrom
discord-report-ingestion
Aug 13, 2026
Merged

A relayed report can be pulled into a local inbox and closed out again#44
JIRPOS merged 1 commit into
masterfrom
discord-report-ingestion

Conversation

@JIRPOS

@JIRPOS JIRPOS commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Review notes

ADDED: discord-reports/ingest.sh pulls new #ppc-reports threads into a gitignored local
inbox//, one folder per report (report.md, screenshot.png, meta.json), tracking
"already ingested" via a reaction on the starter message rather than local state so a wiped
inbox re-downloads instead of silently skipping.

ADDED: discord-reports/resolve.sh archives and locks the Discord thread for every inbox entry
marked resolved locally, and with --cleanup --yes purges local copies closed longer than
DISCORD_REPORTS_CLEANUP_DAYS (default 90) without touching the thread itself.

ADDED: discord-reports-ingest and discord-reports-resolve skills, and a CLAUDE.md pointer to
them alongside the other recurring-workflow skills.

ADDED: discord-reports/.env.example and README.md documenting bot setup, including that the
Message Content privileged intent must be enabled — Discord strips content/attachments/embeds
from REST responses for messages the bot didn't author without it, so a report reads as empty
otherwise.

🤖 Generated with Claude Code

ADDED: discord-reports/ingest.sh pulls new #ppc-reports threads into a gitignored local
inbox/<thread>/, one folder per report (report.md, screenshot.png, meta.json), tracking
"already ingested" via a reaction on the starter message rather than local state so a wiped
inbox re-downloads instead of silently skipping.

ADDED: discord-reports/resolve.sh archives and locks the Discord thread for every inbox entry
marked resolved locally, and with --cleanup --yes purges local copies closed longer than
DISCORD_REPORTS_CLEANUP_DAYS (default 90) without touching the thread itself.

ADDED: discord-reports-ingest and discord-reports-resolve skills, and a CLAUDE.md pointer to
them alongside the other recurring-workflow skills.

ADDED: discord-reports/.env.example and README.md documenting bot setup, including that the
Message Content privileged intent must be enabled — Discord strips content/attachments/embeds
from REST responses for messages the bot didn't author without it, so a report reads as empty
otherwise.
@JIRPOS
JIRPOS merged commit 29492e7 into master Aug 13, 2026
9 checks passed
@JIRPOS
JIRPOS deleted the discord-report-ingestion branch August 13, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant