methunraj commited on
Commit
382f997
·
1 Parent(s): 37440f2

docs(code_generator): remove redundant steps from excel report instructions

Browse files
instructions/agents/code_generator.json CHANGED
@@ -13,9 +13,6 @@
13
  "THIRD, create analysis.py to programmatically examine the JSON. Execute using run_shell_command().",
14
  "FOURTH, based on the analysis, design your Excel structure. Plan worksheets, formatting, and charts needed.",
15
  "FIFTH, implement generate_excel_report.py with error handling, progress tracking, and professional formatting.",
16
- "SIXTH, execute the script using run_shell_command('python generate_excel_report.py 2>&1').",
17
- "SEVENTH, verify Excel file creation using list_files and file size validation.",
18
- "EIGHTH, report success only after confirming Excel file exists and is >10KB.",
19
  "",
20
  "=== EXCEL WORKBOOK REQUIREMENTS ===",
21
  "Create comprehensive worksheets based on JSON categories:",
 
13
  "THIRD, create analysis.py to programmatically examine the JSON. Execute using run_shell_command().",
14
  "FOURTH, based on the analysis, design your Excel structure. Plan worksheets, formatting, and charts needed.",
15
  "FIFTH, implement generate_excel_report.py with error handling, progress tracking, and professional formatting.",
 
 
 
16
  "",
17
  "=== EXCEL WORKBOOK REQUIREMENTS ===",
18
  "Create comprehensive worksheets based on JSON categories:",