Skip to content

Commit 84f1e39

Browse files
committed
chore: redact account emails from sample-run docs + ignore filter-repo backup
Replaces three real farm-domain emails in tracked markdown with example.com (canonical IETF reserved domain) so the docs no longer identify the OAuth provider behind the test pool. - tools/onboard/README.md: alice/bob/<redacted>@example.com -> @example.com (the names were already pseudonyms; only the domain was real-pool-leaking) - .sisyphus/reports/phase-g-performance-postmortem.md: '<redacted>@example.com' -> 'account_id elided' (full identifier was a real pool account) - .gitignore: ignore /.git.backup-pre-filter-repo-*/ so a stray git add never re-commits the 169MB filter-repo safety backup This is the source-side half of the email scrub. The history-side (rewriting old commits where these strings originally landed) runs as a separate filter-repo --blob-callback pass after this commit.
1 parent e6daa09 commit 84f1e39

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,6 @@ research-v3/enowx-reference/
4848
/.sisyphus/notes/*.log
4949
/internal/server/mansion/client/build.log
5050

51+
52+
# filter-repo backup directories (created by user during pre-release scrub; never commit)
53+
/.git.backup-pre-filter-repo-*/

.sisyphus/reports/phase-g-performance-postmortem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Ditto: **identical per-domain averages**. No Google-side rate-limit gradient det
5252

5353
## Where the 237 seconds go
5454

55-
Sample run (`<redacted>@example.com`, 187s end-to-end):
55+
Sample run (account_id elided, 187s end-to-end):
5656

5757
| Phase | Start | End | Duration | % | Source |
5858
|---|---|---|---|---|---|

tools/onboard/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,15 +208,15 @@ pending and retried.
208208

209209
```
210210
starting batch: 76 accounts, state=batch_state.json, output=kiro_tokens.json
211-
[1/76] DONE <redacted>@example.com (42.1s, attempt=1)
212-
[2/76] TRANSIENT <redacted>@example.com (browser, attempt=1/3) — will retry
213-
[3/76] FAILED <redacted>@example.com (blocked, attempt=1)
211+
[1/76] DONE alice@example.com (42.1s, attempt=1)
212+
[2/76] TRANSIENT bob@example.com (browser, attempt=1/3) — will retry
213+
[3/76] FAILED carol@example.com (blocked, attempt=1)
214214
...
215215
────────────────────────────────────────────────────────────
216216
Batch complete: 69/76 succeeded (failed=7, skipped=0)
217217
218218
Failed:
219-
<redacted>@example.com — hard:blocked (attempts=1)
219+
carol@example.com — hard:blocked (attempts=1)
220220
...
221221
222222
Resume: re-run the same command. Transient failures will

0 commit comments

Comments
 (0)