@@ -480,7 +480,7 @@ meta_field() { grep "^$2=" "$1" 2>/dev/null | tail -1 | cut -d= -f2-; }
480480# capture technique in fm-spawn-dispatch-profile.test.sh so the constructed
481481# launch command (not just meta) can be asserted on. Also answers the
482482# `#{pane_current_path}` probe from FM_FAKE_PANE_PATH so this same stub works
483- # for a crew /scout (non-secondmate) spawn's treehouse-worktree wait loop.
483+ # for a crewmate /scout (non-secondmate) spawn's treehouse-worktree wait loop.
484484make_launch_capturing_tmux () {
485485 local dir=$1 fakebin=" $1 /fakebin"
486486 mkdir -p " $fakebin "
@@ -703,7 +703,7 @@ test_spawn_explicit_harness_uses_explicit_profile_axes() {
703703
704704# The harness fallback chain (secondmate-harness -> crew-harness -> own) still
705705# resolves correctly with no model/effort tokens anywhere in the chain, and a
706- # crew /scout (non-secondmate) launch is entirely unaffected by this feature: no
706+ # crewmate /scout (non-secondmate) launch is entirely unaffected by this feature: no
707707# model/effort is invented for it even though its own project has no profile set.
708708test_spawn_fallback_chain_and_crew_scout_unaffected () {
709709 local w sm meta home proj wt fakebin launchlog id launch spawn_err spawn_rc node_bin node_dir
@@ -722,7 +722,7 @@ test_spawn_fallback_chain_and_crew_scout_unaffected() {
722722 [ " $( meta_field " $meta " model) " = default ] || fail " fallback: meta model should stay default with no tokens anywhere"
723723 [ " $( meta_field " $meta " effort) " = default ] || fail " fallback: meta effort should stay default with no tokens anywhere"
724724
725- # Crew /scout launch: same crew-harness config, no --secondmate. Must resolve
725+ # Crewmate /scout launch: same crew-harness config, no --secondmate. Must resolve
726726 # the crewmate harness and record no model/effort - this codepath must never read
727727 # config/secondmate-harness's tokens at all.
728728 id=" crew-unaffected-z1"
0 commit comments