refactor: moved org-agent to its own repository as a submodule

This commit is contained in:
2026-03-27 15:46:53 -04:00
parent 01f76a4570
commit b7e082c403
176 changed files with 19686 additions and 9665 deletions

View File

@@ -0,0 +1,36 @@
#+TITLE: X OAuth Login Attempts
#+author: User
#+created: [2026-03-16 Mon 14:28]
#+DATE: 2026-03-04
#+FILETAGS: :reference:oauth:automation
* X OAuth Login Process
** Attempts Made
*** Attempt 1: Direct OAuth flow
- ❌ Failed: OTP expired (code 482109)
*** Attempt 2: Fresh OTP
- OTP: 927519
- ❌ Failed: Page remained on X login, didn't navigate to Google
** Technical Issues
1. *Timing:* OAuth flows are time-sensitive
2. *Session state:* Browser cookies/session handling complex
3. *Redirect handling:* X → Google → X redirects not working via automation
** Recommendation
Use *manual approach* for now:
- User logs in normally
- Share bookmark content directly
- Export/import bookmark files
** Alternative Solutions**
1. App Password (more reliable for automation)
2. OAuth 2.0 with refresh tokens
3. Browser extension automation
4. Session cookie reuse