You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the current documentation/site updates and websocket source changes before pushing beta. YouTube WSS now clears failed OAuth state and only treats active session/callback state as pending so stale auth state cannot hide signin_required.
Copy file name to clipboardExpand all lines: docs/agents/00-inventory-and-plan.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ This first pass creates the working folder, records what already exists, and lay
12
12
13
13
All new AI documentation should live under:
14
14
15
-
`C:\Users\steve\Code\social_stream\docs\agents`
15
+
`docs/agents`
16
16
17
17
No other files should be edited for this documentation project unless Steve explicitly changes the scope.
18
18
19
19
## Existing Source Map
20
20
21
-
### `C:\Users\steve\Code\social_stream`
21
+
### `<social_stream repo>`
22
22
23
23
Primary source for the Chrome extension, public web overlays, shared source scripts, and code loaded by the standalone app.
24
24
@@ -93,9 +93,9 @@ Important repo instruction already present:
93
93
- Remote executable scripts/WASM should not be introduced into extension code.
94
94
-`docs/event-reference.html` is the canonical event payload reference.
95
95
96
-
### `C:\Users\steve\Code\ssapp`
96
+
### `<ssapp repo>`
97
97
98
-
Standalone Electron app source. This app uses Social Stream source files from `C:\Users\steve\Code\social_stream` as the primary runtime source. The fallback bundle is disposable and was intentionally not inspected.
98
+
Standalone Electron app source. This app uses Social Stream source files from `<social_stream repo>` as the primary runtime source. The fallback bundle is disposable and was intentionally not inspected.
99
99
100
100
Observed structure:
101
101
@@ -130,7 +130,7 @@ Do not mine for normal docs:
130
130
131
131
-`resources/social_stream_fallback`: disposable fallback bundle, not source of truth.
132
132
133
-
### `C:\Users\steve\Code\stevesbot`
133
+
### `<stevesbot repo>`
134
134
135
135
Historical support and knowledge base material. This is a supporting evidence source, not the product source of truth.
Copy file name to clipboardExpand all lines: docs/agents/01-extraction-checklist.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Last updated on 2026-06-24.
6
6
7
7
Use this file to track which source files and support datasets have been processed for the SSN AI documentation set. The goal is to support multiple AI passes without redoing the same work or skipping important resource areas.
8
8
9
-
Only write extraction notes and status changes inside `C:\Users\steve\Code\social_stream\docs\agents`.
9
+
Only write extraction notes and status changes inside `docs/agents`.
Copy file name to clipboardExpand all lines: docs/agents/04-standalone-app-architecture.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ For the focused source-window lifecycle and app-vs-extension parity matrix, use
21
21
-`ssapp/tiktok/connection-manager.js`
22
22
-`ssapp/tests/electron/*`
23
23
24
-
Do not use `ssapp/resources/social_stream_fallback` as source documentation material during normal extraction. The project instructions say Social Stream source edits and runtime source-of-truth work belong in `C:\Users\steve\Code\social_stream`; the fallback folder is disposable build/update output.
24
+
Do not use `ssapp/resources/social_stream_fallback` as source documentation material during normal extraction. The project instructions say Social Stream source edits and runtime source-of-truth work belong in `<social_stream repo>`; the fallback folder is disposable build/update output.
Copy file name to clipboardExpand all lines: docs/agents/04-standalone-app-source-windows.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Status: heavy extraction pass from `ssapp/main.js`, `ssapp/preload.js`, `ssapp/s
6
6
7
7
Document how standalone app source windows behave, why they can differ from the Chrome extension, and what agents should check before saying a source is "broken in the app."
8
8
9
-
For Social Stream feature behavior, use `C:\Users\steve\Code\social_stream` as source of truth. For Electron shell behavior, source windows, app auth, local source loading, and state repair, use `C:\Users\steve\Code\ssapp`.
9
+
For Social Stream feature behavior, use `<social_stream repo>` as source of truth. For Electron shell behavior, source windows, app auth, local source loading, and state repair, use `<ssapp repo>`.
10
10
11
11
## Source Anchors
12
12
@@ -203,7 +203,7 @@ Check whether the source or group has auto-activate enabled, whether a saved sou
203
203
Use:
204
204
205
205
```text
206
-
Check `--filesource`, saved local source path, ZIP import, beta/stable branch, prefer-local-assets, and any cache/fallback warning. Source edits belong in `C:\Users\steve\Code\social_stream`, not the app fallback mirror.
206
+
Check `--filesource`, saved local source path, ZIP import, beta/stable branch, prefer-local-assets, and any cache/fallback warning. Source edits belong in `<social_stream repo>`, not the app fallback mirror.
Copy file name to clipboardExpand all lines: docs/agents/07-overlays-and-pages/multi-alerts.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ On 2026-06-24, `node scripts/playwright-multi-alerts-overlay-e2e.cjs` was run fr
22
22
23
23
```text
24
24
frame.waitForFunction: Timeout 30000ms exceeded.
25
-
at waitForPreviewFrame (C:\Users\steve\Code\social_stream\scripts\playwright-multi-alerts-overlay-e2e.cjs:212:15)
26
-
at async C:\Users\steve\Code\social_stream\scripts\playwright-multi-alerts-overlay-e2e.cjs:439:24
25
+
at waitForPreviewFrame (<social_stream repo>/scripts/playwright-multi-alerts-overlay-e2e.cjs:212:15)
26
+
at async <social_stream repo>/scripts/playwright-multi-alerts-overlay-e2e.cjs:439:24
27
27
```
28
28
29
29
The failure happened while waiting for the popup preview iframe to expose `window.__multiAlertsOverlay.getSettings`. Do not use that run as evidence that multi-alert rendering, queueing, audio, filters, or server modes are validated.
Copy file name to clipboardExpand all lines: docs/agents/10-troubleshooting/desktop-app-issues.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Status: heavy extraction pass started.
6
6
7
7
Document common standalone app support issues and the operational differences between the SSN desktop app and the Chrome extension.
8
8
9
-
The app is a host for Social Stream source files. For Social Stream feature behavior, use `C:\Users\steve\Code\social_stream` as the source of truth. For desktop shell behavior, use `C:\Users\steve\Code\ssapp`.
9
+
The app is a host for Social Stream source files. For Social Stream feature behavior, use `<social_stream repo>` as the source of truth. For desktop shell behavior, use `<ssapp repo>`.
10
10
11
11
For source-window lifecycle, custom session, injection, and app-parity routing, use `../04-standalone-app-source-windows.md`. For app-specific TikTok modes, signing providers, fallbacks, replies, and test assets, use `../08-platform-sources/tiktok-standalone-app.md`.
12
12
@@ -48,7 +48,7 @@ Confirmed from `ssapp/main.js`:
48
48
Important support rule:
49
49
50
50
- Do not tell users to edit the packaged fallback mirror for normal work.
51
-
- For source edits, use `C:\Users\steve\Code\social_stream`.
51
+
- For source edits, use `<social_stream repo>`.
52
52
- If the app is pointed at the wrong local folder, clear the saved local source or reload with a validated Social Stream source folder.
0 commit comments