feat: add ecc2 shared context graph cli

This commit is contained in:
Affaan Mustafa
2026-04-10 03:50:21 -07:00
parent 194bf605c2
commit 8653d6d5d5
4 changed files with 999 additions and 8 deletions

View File

@@ -11384,8 +11384,9 @@ diff --git a/src/lib.rs b/src/lib.rs
.clone()
.expect("template launch should set an operator note");
assert!(
operator_note
.contains("launched template feature_development (2/2 step(s)) for stabilize auth callback"),
operator_note.contains(
"launched template feature_development (2/2 step(s)) for stabilize auth callback"
),
"unexpected operator note: {operator_note}"
);
assert_eq!(dashboard.sessions.len(), 2);