diff options
| author | main <main@swarm.moe> | 2026-05-20 12:30:13 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-05-20 12:30:13 -0400 |
| commit | 3fbd85b2546ddc8c2207a21b20231e1961fc698d (patch) | |
| tree | 35ac35e60f9cfa8eb5f49586d5f29cbf6ce98298 /bare-metal-alara/agents | |
| parent | 2ad4f766194e27f05f52c67137218ffcacb290ba (diff) | |
| download | skills-3fbd85b2546ddc8c2207a21b20231e1961fc698d.zip | |
Make bare-metal-alara ledger-backed
Diffstat (limited to 'bare-metal-alara/agents')
| -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." |