Skip to content

Commit

Permalink
chore(agent-control): rename Super Agent to Agent Control
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenruizdegauna committed Dec 16, 2024
1 parent 7ed34dd commit 909e2c7
Show file tree
Hide file tree
Showing 46 changed files with 3,786 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/recipe-spec/recipe-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ repository: string, required
# dependencies:
# - infrastructure-agent-installer
#
# A special 'OR' variant for recipe dependencies involves the infrastructure and super agents. It allows the super-agent
# to be used as an alternative recipe dependency instead of the infrastructure-agent-installer when the super-agent is a targeted install:
# A special 'OR' variant for recipe dependencies involves the infrastructure and agent controls. It allows the agent-control
# to be used as an alternative recipe dependency instead of the infrastructure-agent-installer when the agent-control is a targeted install:
# ex:
# dependencies:
# - infrastructure-agent-installer || super-agent
# - infrastructure-agent-installer || agent-control
dependencies: list, optional

# Still TBD
Expand Down
Loading

0 comments on commit 909e2c7

Please sign in to comment.