--- name: Check for client-slug fragmentation before concluding "no records exist" description: A single client can be recorded under several slug variants (e.g. wolkin / wolkin-law / rswolkin / robert-wolkin). Search broadly across variants before saying nothing is documented, and consolidate to one canonical slug when you find the spread. type: feedback --- When a client/machine is named and you can't find its records (vault, wiki, session logs), do NOT conclude "nothing was captured" from a single-slug search. The same client is often fragmented across multiple slugs and the RMM/Syncro display name (Last, First) form. **Why:** Mike, 2026-06-11. On the Wolkin printer issue I searched `wolkin` in the vault, found nothing, and asked Mike for a password we already had — because the two-day build was split across FOUR slugs: `clients/wolkin/`, `clients/rswolkin/`, `clients/wolkin-law/`, and wiki `wolkin.md` / `wolkin-law.md` / `robert-wolkin.md` (RMM client `Wolkin, Robert`, tenant `rswolkin.com`). The credential and the *exact same* error-67 diagnosis were sitting in a session log under a different slug. Mike: "an absolute failure of the session logs and wiki system." It wasn't lost — it was unfindable because of slug drift, and pending items from the prior log ("migrate creds to vault", "consolidate the slugs") were never actioned. **How to apply:** - Before concluding a client has no records, grep broadly: the company name, the owner's name, initials, the hostname, and `Last, First` — across `clients/`, `wiki/`, `session-logs/`, and the vault. e.g. `grep -ril "wolkin|rsw|robert" clients/ wiki/ session-logs/`. - If you find the same client under >1 slug, **consolidate**: pick one canonical slug, move the scattered logs/baselines into `clients//`, merge the wiki articles into one and leave pointer stubs at the others, and add `aliases:` to the canonical article's frontmatter so future recall finds it. - Onboard each client under ONE slug from the start. The GuruRMM client name, the Syncro customer, the vault dir, the wiki slug, and the `clients//` dir should all match. - Always action a prior log's "Pending" items (vault these creds, consolidate these slugs) — unactioned pending items become the next session's wall. - Wolkin canonical = slug `wolkin`; see [[wolkin]] wiki for the error-67 ZeroTier/SMB printer wall (needs interactive fix, not scripted) and the `Get-NetAdapterBinding` bracket-wildcard tip.