Operations Report Index
This index tracks which run artifacts are latest and what each file is used for.
Latest baseline set (2026-03-03)
- Ingest + processing run report:
CA_WELL_TEST_PACK_INGEST_REPORT_OCRFIX_20260303.json- Well POC self-validation:
WELL_POC_SELF_VALIDATION_RESULT_COMPARE_20260303.jsonWELL_POC_SELF_VALIDATION_RESULT_COMPARE_20260303.md- Audit alignment:
CA_WELL_AUDIT_ALIGNMENT_REPORT_COMPARE_20260303.jsonCA_WELL_AUDIT_ALIGNMENT_REPORT_COMPARE_20260303.md
Historical run artifacts
Ingest reports
CA_WELL_TEST_PACK_INGEST_REPORT.jsonCA_WELL_TEST_PACK_INGEST_REPORT_RUN2.jsonCA_WELL_TEST_PACK_INGEST_REPORT_SELFRUN2.jsonCA_WELL_TEST_PACK_INGEST_REPORT_USERRUN_20260303.jsonCA_WELL_TEST_PACK_INGEST_REPORT_COMPARE_20260303.jsonCA_WELL_TEST_PACK_INGEST_REPORT_OCRFIX_20260303.json
Validation reports
WELL_POC_EXPECTED_BASELINE_CA_RUN.jsonWELL_POC_SELF_VALIDATION_RESULT_SELFRUN2.jsonWELL_POC_SELF_VALIDATION_RESULT_SELFRUN2.mdWELL_POC_SELF_VALIDATION_RESULT_USERRUN_20260303.jsonWELL_POC_SELF_VALIDATION_RESULT_USERRUN_20260303.mdWELL_POC_SELF_VALIDATION_RESULT_COMPARE_20260303.jsonWELL_POC_SELF_VALIDATION_RESULT_COMPARE_20260303.md
Audit alignment reports
CA_WELL_AUDIT_ALIGNMENT_REPORT_COMPARE_20260303.jsonCA_WELL_AUDIT_ALIGNMENT_REPORT_COMPARE_20260303.md
Workflow test report
WORKFLOW_TEST_ST11788_RESULTS.json(LAZ workflow smoke/result snapshot)WELLLOG_KNOWN_RESULT_AUDIT_REPORT.json(deterministic known-result audit output)WELLLOG_KNOWN_RESULT_AUDIT_REPORT.md(human-readable audit summary)VOLVE_FIELD_PACKAGE_PROFILE_20260330.json(sanitized Volve package inventory/profile with source-text excerpts redacted)VOLVE_FIELD_PACKAGE_PROFILE_20260330.md(human-readable sanitized Volve inventory and ingest-priority summary)VOLVE_FIELD_PACKAGE_VALIDATION_20260330.json(sanitized Volve validation output with redacted text metadata)VOLVE_FIELD_PACKAGE_VALIDATION_20260330.md(human-readable sanitized Volve validation summary)VOLVE_DATA_DOMAIN_EXPORT_20260323/INDEX.md(one-file-per-domain Volve export with explanations and current validation status)VOLVE_DATA_DOMAIN_EXPORT_20260323/manifest.json(machine-readable manifest for the domain export set)VOLVE_DATA_DOMAIN_EXPORT_20260323/domain_summary.csv(combined domain summary for export status, phase, and importance)IP_AND_COPYRIGHT_COMPLIANCE_REVIEW.md(current repo and dataset rights/compliance review)docs/architecture/FULL_BUILD_EXPLANATION_AND_AI_DECISION_LOG.md(full build provenance, AI decision log, and remaining deep-processing gaps)BUILD_SCHEMA_PROVENANCE_AUDIT_20260330.json(machine-readable full schema/table/column provenance export including direct-source vs deterministic vs heuristic classifications)BUILD_SCHEMA_PROVENANCE_AUDIT_20260330.md(human-readable schema provenance summary with live canonical counts)BUILD_SCHEMA_PROVENANCE_AUDIT_20260330.csv(table-level schema provenance ledger for spreadsheet review)DATA_PLATFORM_STORAGE_AND_PROCESSING_AUDIT_20260331.json(machine-readable storage/DB/API audit with primary-key IDs, table roles, counts, and column-level data for the current build)DATA_PLATFORM_STORAGE_AND_PROCESSING_AUDIT_20260331.csv(flat table ledger for colleague review of primary keys, roles, counts, and provenance)
Operational guides
CA_WELL_TEST_PACK_GUIDE.mdWELLLOG_POC_OPERATOR_MANUAL.mdWELLLOG_TRACEABILITY_AND_AUDIT.mdEDIT_CHECKLIST.mdready-for-compose.md
Naming convention
Use this pattern for new outputs:
<DOMAIN>_<PURPOSE>_<RUN_TAG>_<YYYYMMDD>.json<DOMAIN>_<PURPOSE>_<RUN_TAG>_<YYYYMMDD>.md
Example:
CA_WELL_TEST_PACK_INGEST_REPORT_OCRFIX_20260303.json
Notes
- Field-package profiling scripts can generate new report pairs using:
scripts/dev/profile_volve_field_package.py- Build schema provenance export can be regenerated using:
DATABASE_URL=postgresql://earthbond:earthbond@localhost:5433/earthbond python3 scripts/dev/export_build_schema_audit.py