@@ -25,7 +25,7 @@ A step opens one fresh SSH connection per target and reuses it for all its
2525substeps. The runtime context is kept by Automax, not by a long-lived remote
2626shell. Plugins that need step-local state can use the ` ExecutionContext.step_state `
2727mapping. For example, ` fs.cd ` sets the current remote working directory and
28- ` remote.command ` applies it to subsequent commands in the same step.
28+ ` command. remote.run ` applies it to subsequent commands in the same step.
2929
3030Targets can be scoped at job, task, step or substep level. When substeps in the
3131same step resolve to different target sets, Automax keeps one execution group per
@@ -108,17 +108,17 @@ continue
108108Current builtins are grouped into these categories:
109109
110110``` text
111- commands: local.command, remote.command
111+ commands: command. local.run, command. remote.run
112112filesystem: fs.*
113- archive: archive.*
113+ data/ archive: data. archive.*, data.compression .*
114114packages: os.package.*
115115system: system.service.*, system.systemd.*, system.kernel.*, system.process.*, system.cron.*, system.journal.*, system.log.*
116116identity: identity.user.*, identity.group.*
117- transfer : data.transfer.*
118- http/api: http.*
117+ data : data.download.*, data. transfer.*, data.backup.*, data.restore .*
118+ http/api: network. http.*
119119connectivity: network.connectivity.*
120120storage: storage.*
121- database: db.*.query
121+ database: database.<engine>.*
122122```
123123
124124Builtin plugin names are canonical only: no short or ambiguous compatibility aliases
0 commit comments