SmartCane/.claude/settings.local.json
Timon 711a005e52 Enhance functionality and maintainability across multiple scripts
- Updated settings.local.json to include new read permissions for r_app directory.
- Adjusted the harvest readiness condition in 80_utils_cane_supply.R to lower the imminent probability threshold.
- Removed unused get_status_trigger function from 80_utils_common.R to streamline code.
- Added total area analyzed feature in 90_CI_report_with_kpis_agronomic_support.Rmd, including area calculations in summary tables.
- Updated translations_90.json to include new keys for total area analyzed and area label.
- Created create_field_checklist.R and create_field_checklist.py scripts to generate Excel checklists from GeoJSON data, sorting fields by area and splitting assignments among team members.
2026-03-18 14:17:54 +01:00

17 lines
461 B
JSON

{
"permissions": {
"allow": [
"Bash(python -c \":*)",
"Bash(where python)",
"Bash(where py)",
"Bash(where python3)",
"Bash(where conda)",
"Bash(/c/Users/timon/AppData/Local/r-miniconda/python.exe -c \":*)",
"Bash(python3 -c \":*)",
"Bash(Rscript -e \":*)",
"Bash(\"/c/Program Files/R/R-4.4.3/bin/x64/Rscript.exe\" -e \":*)",
"Read(//c/Users/timon/Documents/SmartCane_code/r_app/**)"
]
}
}