Skip to content

Claude/add claude documentation 7 wp79#33

Merged
DaLuSt merged 3 commits intomainfrom
claude/add-claude-documentation-7Wp79
Feb 27, 2026
Merged

Claude/add claude documentation 7 wp79#33
DaLuSt merged 3 commits intomainfrom
claude/add-claude-documentation-7Wp79

Conversation

@DaLuSt
Copy link
Copy Markdown
Owner

@DaLuSt DaLuSt commented Feb 27, 2026

No description provided.

Replace pipe/comma-separated text log lines with structured JSON objects
(one per line) in commentCleaner.py, PostCleaner.py, weekly_cleanup.py,
and web/app.py. Each entry now includes deleted_at, created_at (ISO 8601),
id (Reddit fullname), subreddit, score, permalink, body/title,
num_comments (posts only), and source field identifying the origin script/mode.

https://claude.ai/code/session_014HLhrFtCVRFnEyfRexiy3d
Resolves conflicts from main's recent subreddit field addition.
The JSONL format already includes all fields: id, subreddit, score,
permalink, body, source (cli-mode-1/2/3, web, ci), deleted_at, created_at.

https://claude.ai/code/session_014HLhrFtCVRFnEyfRexiy3d
The JSONL logging code now accesses comment.name, comment.subreddit,
and comment.permalink. Add those to the mock so json.dumps() can
serialize the log entry without raising a TypeError.

https://claude.ai/code/session_014HLhrFtCVRFnEyfRexiy3d
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.

2 participants