Skip to content

Add CLAUDE.md for Claude Code integration - #41

Open
sharproo-blip wants to merge 2 commits into
PleasePrompto:masterfrom
sharproo-blip:master
Open

Add CLAUDE.md for Claude Code integration#41
sharproo-blip wants to merge 2 commits into
PleasePrompto:masterfrom
sharproo-blip:master

Conversation

@sharproo-blip

Copy link
Copy Markdown

Summary

  • Adds CLAUDE.md to help Claude Code instances navigate this skill efficiently
  • Documents the run.py wrapper requirement (all scripts must be run via python scripts/run.py)
  • Explains the hybrid auth model: persistent Chrome profile + manual cookie injection (Playwright bug workaround)
  • Documents stateless session model, key config locations (config.py), and dependency notes (patchright install chrome required separately)

Test plan

  • Verify CLAUDE.md renders correctly on GitHub
  • Confirm documented commands match current script behavior

🤖 Generated with Claude Code

황재훈 and others added 2 commits May 24, 2026 12:10
Documents run.py wrapper requirement, script reference, auth model
(hybrid persistent profile + manual cookie injection), session model,
key config locations, and dependency notes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Before submission, snapshot the count of existing response elements.
In the polling loop, skip elements[-1] unless a new element has appeared
(current_count > pre_count). Also reset stability counters while the
thinking indicator is visible to prevent false-stable reads mid-stream.

Fixes the bug where ask_question.py always returned the cached answer
from a previous session instead of the response to the current question.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant