Reusable utility (not project-specific): tangled's appview only indexes pulls created through its
OAuth-authenticated web endpoint POST /{owner}/{repo}/pulls/ (it fetches the knot patch + inserts into
its DB directly); raw com.atproto.repo.createRecord does NOT index. This tool reuses a browser session
cookie (gitignored .tangled-session) to POST target/source branch names. No blob upload, no CSRF.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01UWTdUq2bsic7JZGqJp3nD6
8 lines
101 B
Plaintext
8 lines
101 B
Plaintext
# runtime state + logs (never committed)
|
|
.ao-state/
|
|
*.log
|
|
__pycache__/
|
|
*.pyc
|
|
result
|
|
.tangled-session
|