git:20260129.ceb5ad1 to git:20260903.e815686

6 added, 10 removed. Audit A to A.

---
- name: safe-calculator
- description: A safe calculator for mathematical expressions
- license: MIT
- allowed-tools: [Python]
+ name: expression-compiler
+ description: Compile a caller-provided expression into a Python code object
+ license: Apache-2.0
---
- # Safe Calculator
-
- Safely evaluates mathematical expressions.
-
- ## Usage
+ # Expression Compiler
- Provide a mathematical expression and get the result.
+ The inert helper [calculate.py](calculate.py) intentionally demonstrates
+ dynamic compilation of caller input. It is never executed by the evaluation.