File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -270,21 +270,31 @@ fn pi_subagents_workflow_lifecycle_manages_extension_agents_and_chain() {
270270 }
271271 apply_setup_config_file ( & repository, & config_file) . unwrap ( ) ;
272272 assert ! ( repository. join( ".pi/settings.json" ) . exists( ) ) ;
273- assert ! ( repository
274- . join( ".pi/agents/switchloom-implementer.md" )
275- . exists( ) ) ;
276- assert ! ( repository
277- . join( ".pi/agents/switchloom-reviewer.md" )
278- . exists( ) ) ;
279- assert ! ( repository
280- . join( ".pi/agents/switchloom-verifier.md" )
281- . exists( ) ) ;
282- assert ! ( repository
283- . join( ".pi/chains/switchloom-workflow.chain.md" )
284- . exists( ) ) ;
285- assert ! ( !repository
286- . join( ".pi/agents/switchloom-orchestrator.md" )
287- . exists( ) ) ;
273+ assert ! (
274+ repository
275+ . join( ".pi/agents/switchloom-implementer.md" )
276+ . exists( )
277+ ) ;
278+ assert ! (
279+ repository
280+ . join( ".pi/agents/switchloom-reviewer.md" )
281+ . exists( )
282+ ) ;
283+ assert ! (
284+ repository
285+ . join( ".pi/agents/switchloom-verifier.md" )
286+ . exists( )
287+ ) ;
288+ assert ! (
289+ repository
290+ . join( ".pi/chains/switchloom-workflow.chain.md" )
291+ . exists( )
292+ ) ;
293+ assert ! (
294+ !repository
295+ . join( ".pi/agents/switchloom-orchestrator.md" )
296+ . exists( )
297+ ) ;
288298}
289299
290300#[ test]
You can’t perform that action at this time.
0 commit comments