Easier access to logs at startup with -f on the run script

Improved prompt for immediate action
Additional logging of tool names
Updated documentation
Context aware decomposition system prompt
New script to run code quality checks
This commit is contained in:
Fahad
2025-06-15 09:25:52 +04:00
parent 318b5c7ae7
commit c7835e7eef
16 changed files with 635 additions and 201 deletions

View File

@@ -284,7 +284,7 @@ class TestComprehensive(unittest.TestCase):
# Check formatting includes new action-oriented next steps
assert raw_response in formatted
assert "IMMEDIATE NEXT ACTION" in formatted
assert "EXECUTION MODE" in formatted
assert "ULTRATHINK" in formatted
assert "CREATE" in formatted
assert "VALIDATE BY EXECUTION" in formatted