File tree Expand file tree Collapse file tree
packaging/homebrew/Formula Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ def install
4747 turtle-superconscious
4848 turtle-agent-machine
4949 turtle-language
50+ turtle-session
5051 ]
5152 turtle_scripts . each do |script |
5253 chmod 0755 , "assets/sourceos/bin/#{ script } "
@@ -121,6 +122,7 @@ def caveats
121122 turtle-superconscious observe hello
122123 turtle-agent-machine surfaces
123124 turtle-language diagnostics #{ __FILE__ }
125+ turtle-session profiles
124126 EOS
125127 end
126128
@@ -150,5 +152,6 @@ def caveats
150152 assert_match "superconscious_observation" , shell_output ( "#{ bin } /turtle-superconscious observe hello" )
151153 assert_match "agent_machine_surfaces" , shell_output ( "#{ bin } /turtle-agent-machine surfaces" )
152154 assert_match "diagnostics" , shell_output ( "#{ bin } /turtle-language diagnostics #{ __FILE__ } " )
155+ assert_match "profiles" , shell_output ( "#{ bin } /turtle-session profiles" )
153156 end
154157end
You can’t perform that action at this time.
0 commit comments