Expand PII routing → Sensitive Output Routing — now covers PII, secrets, credentials, API keys, and sensitive operational info (flight numbers/times/dates, locations, travel plans, medical info)
Make email/inbox references conditional — replaced hardcoded "Emails" heartbeat check with generic "Notifications" language since not all users have email integration (the inbox this pattern originated from was the Gitea notification inbox)
Updated cross-references in SETUP_CHECKLIST.md
Files changed
OPENCLAW_TRICKS.md — renamed sections, expanded scope, conditional inbox language
SETUP_CHECKLIST.md — updated section 5.2 and heartbeat check items
Checks
make check passes.
## Changes
1. **Expand PII routing → Sensitive Output Routing** — now covers PII, secrets, credentials, API keys, and sensitive operational info (flight numbers/times/dates, locations, travel plans, medical info)
2. **Make email/inbox references conditional** — replaced hardcoded "Emails" heartbeat check with generic "Notifications" language since not all users have email integration (the inbox this pattern originated from was the Gitea notification inbox)
3. Updated cross-references in SETUP_CHECKLIST.md
## Files changed
- `OPENCLAW_TRICKS.md` — renamed sections, expanded scope, conditional inbox language
- `SETUP_CHECKLIST.md` — updated section 5.2 and heartbeat check items
## Checks
`make check` passes.
- Rename 'PII Output Routing' → 'Sensitive Output Routing' throughout
- Expand scope to include secrets, credentials, API keys, flight numbers,
locations, travel plans, medical info
- Replace hardcoded 'Emails' heartbeat check with conditional language
('Notifications — whatever inbox sources you've integrated')
- Remove 'email' from heartbeat-state.json example
- Update cross-references in SETUP_CHECKLIST.md
sneak
merged commit f3e48c6cd4 into main2026-02-28 15:22:37 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Changes
Files changed
OPENCLAW_TRICKS.md— renamed sections, expanded scope, conditional inbox languageSETUP_CHECKLIST.md— updated section 5.2 and heartbeat check itemsChecks
make checkpasses.- Rename 'PII Output Routing' → 'Sensitive Output Routing' throughout - Expand scope to include secrets, credentials, API keys, flight numbers, locations, travel plans, medical info - Replace hardcoded 'Emails' heartbeat check with conditional language ('Notifications — whatever inbox sources you've integrated') - Remove 'email' from heartbeat-state.json example - Update cross-references in SETUP_CHECKLIST.md