Commit 34f7150
docs(ai): update built-in functions list to match implementation
Updated AI prompt to only list LISP functions that are actually implemented:
Removed misleading tools:
- ❌ MAP, FILTER, SUM, AVG (MCP tools, not built-ins)
- ❌ GUARD, ERROR, INPUT (not implemented)
- ❌ MAX, MIN, ABS, SQRT, POW, ROUND (not implemented)
- ❌ MEAN, MEDIAN, STDDEV, etc. (MCP tools, not built-ins)
Added accurate list:
- ✅ LISP Forms: define, const, set!, if, while, for, do, when
- ✅ Logic: not, null?, empty?
- ✅ Arrays: length, last, range
- ✅ Utilities: now, log
- ✅ Note: MCP tools like COUNT, APPEND listed separately
This prevents AI from using non-existent functions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4146419 commit 34f7150
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
| 681 | + | |
682 | 682 | | |
683 | | - | |
684 | | - | |
685 | | - | |
686 | | - | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
687 | 688 | | |
688 | 689 | | |
689 | 690 | | |
| |||
892 | 893 | | |
893 | 894 | | |
894 | 895 | | |
895 | | - | |
| 896 | + | |
896 | 897 | | |
897 | 898 | | |
898 | 899 | | |
| |||
0 commit comments