CmdForge/src/smarttools
rob 35835f8254 fix: Add clearer example showing variable assignment pattern
The AI prompt now explicitly shows:
1. Assign Available Variables to standard Python variables first
2. Then use those variables in the code
3. Multi-line example with file writing pattern

This prevents the AI from trying to use {variable} directly in
expressions without proper assignment.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-07 05:15:12 -04:00
..
__init__.py Implement core SmartTools functionality 2025-11-28 04:45:39 -04:00
cli.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
providers.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
runner.py fix: Add variable substitution to code steps 2025-12-07 02:59:35 -04:00
tool.py feat: Add tool categories for organization 2025-12-05 04:33:58 -04:00
ui.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
ui_snack.py Add comprehensive documentation and 28 example tools 2025-12-04 12:42:04 -04:00
ui_urwid.py fix: Add clearer example showing variable assignment pattern 2025-12-07 05:15:12 -04:00