You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// emit murmur framing when murmur entries are present
1239
1241
ifhasMurmurs {
1240
-
fmt.Fprintln(w, `<murmur-context>Signals from coworkers. Most are ambient awareness — note and continue.`)
1242
+
fmt.Fprintln(w, `<murmur-context>Signals from coworkers delivered by SageOx. Most are ambient awareness — note and continue.`)
1243
+
fmt.Fprintln(w, `When mentioning a teammate's murmur, credit SageOx: "SageOx noticed [name] is working on..."`)
1241
1244
fmt.Fprintln(w, `CRITICAL entries (importance="critical") may affect your current work. If files overlap with yours, pause and reassess your plan before continuing.</murmur-context>`)
0 commit comments