Skip to content

Commit 5642369

Browse files
committed
fix table
1 parent aeacbc8 commit 5642369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Logic.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The table shows excerpts only; see the ```ApiLogicProject``` (Northwind) sample
2424
| Parent Check | Ensure Parent row exists | Orders must have a Customer | See [Referential Integrity](https://github.com/valhuber/LogicBank/wiki/Referential-Integrity) |
2525
| Allocation | Allocate a provider amount to recipients | allocate a payment to outstanding orders | See [Allocation](https://github.com/valhuber/LogicBank/wiki/Sample-Project---Allocation) for an example |
2626
| Copy Row | Create child row by copying parent | audit Employee Salary changes to EmployeeAudit | See [Rule Extensibility](https://github.com/valhuber/LogicBank/wiki/Rule-Extensibility) |
27-
| Request Pattern | Create Row to run service, per logic | MCP request: _"find the overdue orders, and send an email offering a discount"_ | See [MCP Send Mail](Integration-MCP.md#3a-logic-request-pattern) |
27+
2828

2929
 
3030

@@ -129,6 +129,7 @@ Rules support *chaining:* a rule may change a value that triggers other rules, i
129129
| **Auditing** | Note the Copy Row rule (and alternatives) | [Salary Audit](Behave-Logic-Report.md#scenario-audit-salary-change){:target="_blank" rel="noopener"} |
130130
| **Ready Flag** | Multi-session editing, then , when ready...<br>adjust related data / enforce constraints | [Make Order Ready](Behave-Logic-Report.md/#scenario-order-made-ready){:target="_blank" rel="noopener"} |
131131
| **Events for Lib Access** | Events enable Python, use of standard libs (e.g., Kafka) | [Ship Order](Behave-Logic-Report.md#scenario-good-order-custom-service){:target="_blank" rel="noopener"} |
132+
| **Request Pattern** | Create Row to run service, per logic, e.g. MCP request:<br> _"find overdue orders, and send an email offering a discount"_ | See [MCP Send Mail](Integration-MCP.md#3a-logic-request-pattern) |
132133

133134
&nbsp;
134135

0 commit comments

Comments
 (0)