diff options
Diffstat (limited to 'bare-metal-alara/agents/openai.yaml')
| -rw-r--r-- | bare-metal-alara/agents/openai.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bare-metal-alara/agents/openai.yaml b/bare-metal-alara/agents/openai.yaml index 3953c9e..8632ae3 100644 --- a/bare-metal-alara/agents/openai.yaml +++ b/bare-metal-alara/agents/openai.yaml @@ -1,4 +1,4 @@ interface: display_name: "Bare Metal ALARA" - short_description: "Drive runtime as low as reasonably achievable" - default_prompt: "Use $bare-metal-alara to lock the workload, write a .goals/ performance contract, install it as a Codex /goal, and execute the optimization pass." + short_description: "Standalone wallclock optimization campaign" + default_prompt: "Use $bare-metal-alara to lock the workload, create a /tmp performance ledger, profile, optimize, verify behavior, and drive runtime as low as reasonably achievable." |