Files
HighCostDrugsDemo/.claude/settings.local.json
T
Andrew Charlwood a943bee8f2 chore: cleanup archive, update ralph loop files, add analytics spec
- Remove old iteration logs and deprecated files from archive/can_delete/
- Update RALPH_PROMPT.md and guardrails.md for Phase 10+ work
- Update ralph.ps1 banner text
- Add AdditionalAnalytics.md chart specification
- Add run.bat convenience script
2026-02-07 02:10:03 +00:00

23 lines
1.1 KiB
JSON

{
"permissions": {
"allow": [
"WebSearch",
"Bash(wc:*)",
"WebFetch(domain:flet.dev)",
"WebFetch(domain:github.com)",
"WebFetch(domain:docs.flet.dev)",
"Bash(python -c:*)",
"Bash(Remove-Item -Path \"C:\\\\Users\\\\charlwoodand\\\\Ralph local\\\\Tasks\\\\UI Redesign\\\\logs\\\\*\" -Force)",
"Bash(git commit -m \"$\\(cat <<''EOF''\ndocs: update CLAUDE.md to reflect slimmed database architecture\n\nRemove references to deleted tables \\(fact_interventions,\nmv_patient_treatment_summary, ref_drug_snomed_mapping, processed_files\\),\ndeleted files \\(patient_data.py, load_snomed_mapping.py\\), and removed\nclasses \\(SQLiteDataLoader\\). Update package structure, data loaders,\ndatabase schema, fallback chain, and AppState descriptions.\nEOF\n\\)\")",
"Bash(Get-ChildItem -Recurse -Force)",
"Bash(Select-Object FullName)",
"Bash(uv run python:*)",
"Bash(uv run:*)",
"Bash(PYTHONPATH=src uv run python:*)",
"Bash(uv pip install:*)",
"Bash(uv lock:*)",
"Bash(git commit:*)"
]
}
}