diff --git a/docs/specification.md b/docs/specification.md index 5bc89bc55..684b8707d 100644 --- a/docs/specification.md +++ b/docs/specification.md @@ -266,7 +266,7 @@ The following standards are integrated into the architecture: [--strategy <STRATEGY>]... <PROJECT> -agents validation add (--config|-c) <FILE> [--update] +agents validation add --config|-c <FILE> [--update] agents validation attach [--project <PROJECT>|--plan <PLAN_ID>] <RESOURCE> <VALIDATION> [<ARGS>...] agents validation detach [--yes|-y] <ATTACHMENT_ID> @@ -276,7 +276,7 @@ The following standards are integrated into the architecture: [--context-dir <CONTEXT_PATH>] [--load-context <LOAD_CONTEXT_NAME>] [(--temperature|-t) <TEMP>] [--allow-rxpy-in-run-mode] [--skill <SKILL>]... <NAME> <PROMPT> -agents actor add (--config|-c) <FILE> [--update] +agents actor add --config|-c <FILE> [--update] agents actor remove <NAME> agents actor list agents actor show <NAME> @@ -287,24 +287,24 @@ The following standards are integrated into the architecture: agents actor context import [--update] (--input|-i) <FILE> [<NAME>] agents actor context clear [--yes|-y] (--all|-a|<NAME>) -agents skill add (--config|-c) <FILE> [--update] +agents skill add --config|-c <FILE> [--update] agents skill remove [--yes|-y] <NAME> agents skill list [(--namespace|-n) <NS>] [--source <SOURCE>] agents skill show <NAME> agents skill tools <NAME> -agents tool add (--config|-c) <FILE> [--update] +agents tool add --config|-c <FILE> [--update] agents tool remove [--yes|-y] <NAME> agents tool list [(--namespace|-n) <NS>] [--source <SOURCE>] [--type (tool|validation)] [<REGEX>] agents tool show <NAME> -agents lsp add (--config|-c) <FILE> [--update] +agents lsp add --config|-c <FILE> [--update] agents lsp remove [--yes|-y] <NAME> agents lsp list [(--namespace|-n) <NS>] [--language <LANG>] agents lsp show <NAME> agents lsp serve [--log-level <LEVEL>] -agents resource type add (--config|-c) <FILE> [--update] +agents resource type add --config|-c <FILE> [--update] agents resource type remove [--yes|-y] <NAME> agents resource type list [<REGEX>] agents resource type show <NAME> @@ -345,12 +345,12 @@ The following standards are integrated into the architecture: agents plan prompt <PLAN_ID> <GUIDANCE> agents plan rollback [--yes|-y] <PLAN_ID> <CHECKPOINT_ID> -agents action create (--config|-c) <CFG_FILE> +agents action create --config|-c <CFG_FILE> agents action list [(--namespace|-n) <NS>] [(--state|-s) <STATE>] [<REGEX>] agents action show <ACTION_NAME> agents action archive <ACTION_NAME> -agents automation-profile add (--config|-c) <FILE> [--update] +agents automation-profile add --config|-c <FILE> [--update] agents automation-profile remove [--yes|-y] <NAME> agents automation-profile list [<REGEX>] agents automation-profile show <NAME> @@ -4936,7 +4936,7 @@ Saving actor output to a file: ##### agents actor add -
agents actor add (--config|-c) <FILE> [--update]agents actor add --config|-c <FILE> [--update]agents skill add (--config|-c) <FILE> [--update]agents skill add --config|-c <FILE> [--update]agents tool add (--config|-c) <FILE> [--update]agents tool add --config|-c <FILE> [--update]agents validation add (--config|-c) <FILE> [--required | --informational] [--update]agents validation add --config|-c <FILE> [--required | --informational] [--update]agents resource type add (--config|-c) <FILE> [--update]agents resource type add --config|-c <FILE> [--update]agents action create (--config|-c) <CFG_FILE>agents action create --config|-c <CFG_FILE>agents automation-profile add (--config|-c) <FILE> [--update]agents automation-profile add --config|-c <FILE> [--update]