mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 04:33:29 +08:00
feat: add ecc2 shared context graph cli
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user