feat(oracle): add dasha closure status board
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"scope": "dasha_external_oracle_closure_status",
|
||||
"schema_version": 1,
|
||||
"summary": {
|
||||
"dasha_task_count": 3,
|
||||
"external_verified_dasha_tasks": 0,
|
||||
"can_claim_dasha_oracle_closure": false,
|
||||
"production_tuning_allowed": false
|
||||
},
|
||||
"first_priority": {
|
||||
"case_id": "template_steve_jobs_dasha_lahiri",
|
||||
"capture_id": "external_template_steve_jobs_dasha_lahiri",
|
||||
"packet_path": "references/oracle/artifacts/pending_packets/external_template_steve_jobs_dasha_lahiri.json",
|
||||
"birth": {
|
||||
"year": 1955,
|
||||
"month": 2,
|
||||
"day": 24,
|
||||
"hour": 19,
|
||||
"minute": 15,
|
||||
"second": 0,
|
||||
"lat": 37.7749,
|
||||
"lon": -122.4194,
|
||||
"tz": -8
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "lahiri",
|
||||
"node_mode": "true"
|
||||
},
|
||||
"required_target_fields": [
|
||||
"target.vimshottari_start_date"
|
||||
],
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.vimshottari_start_date"
|
||||
],
|
||||
"external_sources": [
|
||||
"JHora Vimshottari Dasha screenshot",
|
||||
"PyJHora black-box dasha output",
|
||||
"documented printed/software example"
|
||||
],
|
||||
"artifact_policy": "Save redacted screenshots or stdout snippets under references/oracle/artifacts/.",
|
||||
"apply_command": "python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_steve_jobs_dasha_lahiri.json --format json",
|
||||
"validate_command": "python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --format json > /tmp/jyotish_oracle_queue_filled.json && python3 scripts/oracle_evidence_validator.py --queue-file /tmp/jyotish_oracle_queue_filled.json"
|
||||
},
|
||||
"next_actions": [
|
||||
"Open the first priority packet and fill metadata from an external oracle.",
|
||||
"Fill target.vimshottari_start_date only from JHora/PyJHora/book example, not from this repository.",
|
||||
"Set status to external_verified after the artifact path and Dasha target are filled.",
|
||||
"Apply the packet, regenerate the queue, and run oracle_evidence_validator.py."
|
||||
],
|
||||
"boundary": "This board isolates the Dasha shortest path. Shadbala remains a separate absolute-value closure task and must not block collecting the first Dasha boundary date."
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
# Dasha External Oracle Closure Status
|
||||
|
||||
- dasha_task_count: `3`
|
||||
- external_verified_dasha_tasks: `0`
|
||||
- can_claim_dasha_oracle_closure: `false`
|
||||
- production_tuning_allowed: `false`
|
||||
|
||||
## First Priority Packet
|
||||
|
||||
- case_id: `template_steve_jobs_dasha_lahiri`
|
||||
- capture_id: `external_template_steve_jobs_dasha_lahiri`
|
||||
- packet_path: `references/oracle/artifacts/pending_packets/external_template_steve_jobs_dasha_lahiri.json`
|
||||
- required_target_fields: `target.vimshottari_start_date`
|
||||
- missing_fields: `metadata.tool_name, metadata.tool_version_or_url, metadata.capture_date, metadata.operator_note, metadata.source_artifact, target.vimshottari_start_date`
|
||||
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_steve_jobs_dasha_lahiri.json --format json
|
||||
```
|
||||
|
||||
```bash
|
||||
python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --format json > /tmp/jyotish_oracle_queue_filled.json && python3 scripts/oracle_evidence_validator.py --queue-file /tmp/jyotish_oracle_queue_filled.json
|
||||
```
|
||||
|
||||
## Next Actions
|
||||
|
||||
- Open the first priority packet and fill metadata from an external oracle.
|
||||
- Fill target.vimshottari_start_date only from JHora/PyJHora/book example, not from this repository.
|
||||
- Set status to external_verified after the artifact path and Dasha target are filled.
|
||||
- Apply the packet, regenerate the queue, and run oracle_evidence_validator.py.
|
||||
|
||||
## Boundary
|
||||
|
||||
This board isolates the Dasha shortest path. Shadbala remains a separate absolute-value closure task and must not block collecting the first Dasha boundary date.
|
||||
Reference in New Issue
Block a user