Commit eb626a8
Add contextual framing to establish Simplex purpose upfront
Added opening statement that establishes what Simplex is designed for:
"Simplex is a specification language for describing work that autonomous
AI agents will perform to develop software systems and artifacts. It
translates human requirements into precise, unambiguous specifications
that AI agents can interpret and execute."
This context-setting helps the model understand:
- WHO the audience is (autonomous AI agents, not humans)
- WHAT problem Simplex solves (requirements → executable specs)
- WHY precision matters (AI agents need unambiguous input)
By framing the purpose before diving into technical rules, the model
can better understand the rationale behind strict requirements like
complete example coverage, structural precision, and DATA type
definitions.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 4142e15 commit eb626a8
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
291 | 293 | | |
292 | 294 | | |
293 | 295 | | |
| |||
0 commit comments