You now get told when a memory file is too big to sync to shared memory.
What's wrong with this entry?
Files above the 102400-byte per-file limit were already skipped during team-memory multi-store sync, but only noted in an info log. They are now counted, logged at warn level, and reported to you in session.
- The sync collects skipped files into
skippedOversizedPathsand derives anoversizedSkippedcount in the result summary, alongside the existingsecretsSkipped. - The
tengu_team_mem_multistore_syncevent reports anoversized_skippedtotal next tosecrets_skipped. - A per-file in-session notice explains that the file is saved locally but not synced to shared memory, that its changes will be lost when the machine is recycled, and instructs Claude to tell the user.
- Notices are de-duplicated per mount until the file drops off the oversized list; oversized paths are also passed to the post-pull handler.
skippedOversizedPaths, oversizedSkipped: r.skippedOversizedPaths.length, oversized_skipped
Strings lifted out of the shipped bundle, so the claim above can be checked against them.