Skip to repository content

tenant.openagents/omega

No repository description is available.

OpenAgents Git authority 2026-07-28T00:58:26.718Z Public web read
NIP-34 coordinate30617:7649603503856e5148d571eac2766b288a8ff1e9e35d380337a1d2b0015b4f92:omega
MaintainersHidden in public view
References2 branches · 1 tag
Read-only clonegit clone https://openagents.com/git/tenant.openagents/omega.git

Revision diff

68027e10 7bb06ca2
diff --git a/crates/omega_effectd/src/sarah_conversation.rs b/crates/omega_effectd/src/sarah_conversation.rs
index 74e8851c63..38253b8534 100644
--- a/crates/omega_effectd/src/sarah_conversation.rs
+++ b/crates/omega_effectd/src/sarah_conversation.rs
@@ -6468,7 +6468,7 @@ mod tests {
64686468             let sarah_relay = sarah_publisher.as_mut().expect("sarah adapter");
64696469             let now = unix_now();
64706470             let greeting = EventBuilder::new(
6471-                Kind::Custom(crate::ISSUE31_PRIVATE_RUMOR_KIND),
6471+                Kind::Custom(SARAH_TURN_RECORD_KIND),
64726472                 "Sarah here. This reply crossed a real relay from a real Omega host.",
64736473             )
64746474             .tag(Tag::parse(["conversation", conversation_ref.as_str()]).expect("conversation tag"))
@@ -6508,8 +6508,10 @@ mod tests {
65086508             if quarantine {
65096509                 // Inside every record-level bound and outside the projection body
65106510                 // contract, so the host quarantines it and must say so.
6511+                // Also 44300: a source the host never receives cannot be
6512+                // quarantined, so on kind 14 this proved nothing either.
65116513                 let unreadable = EventBuilder::new(
6512-                    Kind::Custom(crate::ISSUE31_PRIVATE_RUMOR_KIND),
6514+                    Kind::Custom(SARAH_TURN_RECORD_KIND),
65136515                     "",
65146516                 )
65156517                 .tag(
@@ -6605,8 +6607,13 @@ mod tests {
66056607                     // admitted OpenAgents turn service: it produces a real
66066608                     // signed Sarah record on a real relay, and is not evidence
66076609                     // that the turn service produced it.
6610+                    // A Sarah turn is kind 44300. This harness published kind
6611+                    // 14 — a bare NIP-17 rumor — which the host never
6612+                    // subscribes to and would refuse anyway, so every reply it
6613+                    // ever "sent" was discarded in transit and the reply arm of
6614+                    // this proof had never actually run.
66086615                     let reply = EventBuilder::new(
6609-                        Kind::Custom(crate::ISSUE31_PRIVATE_RUMOR_KIND),
6616+                        Kind::Custom(SARAH_TURN_RECORD_KIND),
66106617                         format!(
66116618                             "Received. Answering {turn_ref} from a real Omega host over a real relay."
66126619                         ),
Served at tenant.openagents/omega Member data and write actions are omitted.