update cursor rules

This commit is contained in:
guangfeng
2025-07-20 23:21:00 +08:00
parent 0252865d20
commit ab2072a4dc
4 changed files with 26 additions and 155 deletions
+1
View File
@@ -19,6 +19,7 @@ A **Node** is the smallest building block. Each Node has 3 steps `prep->exec->po
- Examples: *(mostly) LLM calls, remote APIs, tool use*.
- ⚠️ This shall be only for compute and **NOT** access `shared`.
- ⚠️ If retries enabled, ensure idempotent implementation.
- ⚠️ Defer exception handling to the Node's built-in retry mechanism.
- Return `exec_res`, which is passed to `post()`.
3. `post(shared, prep_res, exec_res)`