Skip to content

Commit 4e52073

Browse files
security: second-pass scrub — node moniker + operator gh handle
Deep adversarial re-review caught items the first pass missed: - real third-party node moniker 'example-node-01' in docs/COMPLETE-INTEGRATION-SPEC.md (first pass only cleaned BUILD-ON-ME.md + easy.js) -> example-node-01 - operator's non-org GitHub handle in CLAUDE.md gh-auth notes -> generic descriptor The operator wallet address that survived in a COMMIT MESSAGE body, plus the '(operator-role)' descriptor and node monikers in historical blobs, are purged by the history rewrite that follows (replace-text covers commit messages too). (TKD Alex SDK attribution intentionally retained — legitimate OSS credit.)
1 parent 86f735d commit 4e52073

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This rule exists because we burned ~2 hours on 2026-04-30 untangling a 3-week-ol
3838
8. **`master` is always deployable.** No half-finished features behind feature flags counts — if it's on master, it ships. Use a runtime setting (like the `onchainEnabled` toggle) for opt-in features, NOT branch isolation.
3939

4040
### Allowed gh accounts
41-
Repo `Sentinel-Bluebuilder/sentinel-node-tester` requires `gh auth switch --user Sentinel-Bluebuilder` before push (default `non-org-account` gets 403).
41+
Repo `Sentinel-Bluebuilder/sentinel-node-tester` requires `gh auth switch --user Sentinel-Bluebuilder` before push (the default non-org gh account gets 403).
4242

4343
### When something gets weird
4444
- "Branch has 11 commits ahead of master, 2 behind, won't merge cleanly" → STOP. Ask before any rebase/merge. The right answer is usually "force-set master to branch tip and delete the branch," not "spend an hour resolving fake conflicts."
@@ -162,7 +162,7 @@ Every runner MUST pin `state.testRun` and `state.runMode` at its top so prior-ru
162162
## Release status
163163
- npm: `sentinel-node-tester@1.4.0` (latest).
164164
- GitHub: `Sentinel-Bluebuilder/sentinel-node-tester` master + open PR #2 on `stop-and-error-popup` (PR #1 merged).
165-
- Pushes to that org require `gh auth switch --user Sentinel-Bluebuilder` first (default `non-org-account` gets 403).
165+
- Pushes to that org require `gh auth switch --user Sentinel-Bluebuilder` first (the default non-org gh account gets 403).
166166

167167
## Boot Path — DO NOT regress (post-2026-04-30)
168168

0 commit comments

Comments
 (0)