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
This commit is contained in:
@@ -7,7 +7,16 @@
|
||||
"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(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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user