Comment by CompoundLoop
5 hours ago
What store do you use for your run records? A separate git repo? or do you have some SQL lite db holding the records.
5 hours ago
What store do you use for your run records? A separate git repo? or do you have some SQL lite db holding the records.
Hi there. Right now they are going to a separate git repo, yes. Like this:
local-governor/epics/e-epics/e014-clinical-domain-model/runs/run-e014-01-ops-catalog-20260302-173907-244c82
- Attempts
+ Steps
job_def.yaml
job_instance.json
changes_final.patch
run_report.md
improvement_suggestions.md
local-governor is my store for epics, specs, run records, schemas, contracts, etc. No logic, just files. I want all this stuff in a DB, but it's easier to just drop a file path into my spec runner or into a chat window (vscode chat or cli tool), but I'm tinkering with an alt version on a cloud DB that just projects to local files... shrug. I spend about as much time on tooling as actual features :)