A function for shipping auto mode's classifier inputs elsewhere returns immediately and nothing calls it.
Classifier dump mirroring exists as an empty-bodied function with no callers.
What's wrong with this entry?
A function for shipping auto mode's classifier inputs elsewhere for inspection exists but its body is just an immediate return, so nothing is ever sent. Nothing in the build calls it either.
- It takes a session id, timestamp, stage, agent id and a map of already-mirrored system prompt hashes, and its unreachable error handler logs "Failed to mirror auto mode dump to CCR".
- The matching state field on the auto-mode state class, a map of mirrored hashes, is declared and never read or written.
- Two payload names,
auto-mode-classifier-dumpandauto-mode-classifier-system, are referenced only by a check used in one place, to filter those payloads out of a stream. - Two sibling names,
auto-mode-env-edit-andauto-mode-builtins-, have no references at all.
auto-mode-classifier-dump
Strings lifted out of the shipped bundle, so the claim above can be checked against them.