Files
prose-contracts/hello-world.prose.md
Abiba c1d993fe01 fix: GPU table correction + OpenProse v0.15 alignment + self-heal rules 7-9
- hello-world: Ensures -> Maintains (v0.15.0 rename).
- zulip-mention-reliability: fold Success Criteria into Maintains postconditions.
- litellm-self-heal: swap gemma/qwen GPU hosts to match actual deployment;
  add Strix Halo 64GB UMA detail; add Rules 7 (roster stuck), 8 (agent keys
  invalid/401), 9 (stale Redis active counter).
2026-07-02 20:39:17 +00:00

16 lines
337 B
Markdown

---
kind: function
name: hello-world
description: A simple hello world contract to test OpenProse on pi
---
## Parameters
- name: string — The name to greet (default: "World")
## Returns
- greeting: string — The generated greeting message
## Maintains
- The greeting includes the provided name
- The greeting is friendly and warm