Promote repo truth packs and Tajika closure state
This commit is contained in:
@@ -3,97 +3,14 @@
|
||||
"schema_version": 1,
|
||||
"summary": {
|
||||
"dasha_task_count": 3,
|
||||
"external_verified_dasha_tasks": 0,
|
||||
"can_claim_dasha_oracle_closure": false,
|
||||
"external_verified_dasha_tasks": 3,
|
||||
"can_claim_dasha_oracle_closure": true,
|
||||
"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"
|
||||
],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
},
|
||||
"target": {
|
||||
"count": 1,
|
||||
"fields": [
|
||||
"target.vimshottari_start_date"
|
||||
]
|
||||
}
|
||||
},
|
||||
"prefilled_fields": {
|
||||
"status": "draft",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"ayanamsa": "Lahiri",
|
||||
"node_mode": "true node",
|
||||
"timezone": "UTC-08:00"
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "lahiri",
|
||||
"node_mode": "true"
|
||||
}
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 6,
|
||||
"remaining_manual_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"
|
||||
},
|
||||
"first_priority": null,
|
||||
"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."
|
||||
"Dasha-only external oracle closure is complete for the current target set.",
|
||||
"Keep global calibration blocked until Shadbala and other non-Dasha oracle packets pass validation."
|
||||
],
|
||||
"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."
|
||||
}
|
||||
@@ -1,67 +1,18 @@
|
||||
# Dasha External Oracle Closure Status
|
||||
|
||||
- dasha_task_count: `3`
|
||||
- external_verified_dasha_tasks: `0`
|
||||
- can_claim_dasha_oracle_closure: `false`
|
||||
- external_verified_dasha_tasks: `3`
|
||||
- can_claim_dasha_oracle_closure: `true`
|
||||
- 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 Summary
|
||||
|
||||
- metadata: `5`
|
||||
- target: `1`
|
||||
|
||||
## Prefilled Fields
|
||||
|
||||
- status: `draft`
|
||||
- promotion_status_after_fill: `external_verified`
|
||||
|
||||
- metadata:
|
||||
|
||||
- ayanamsa: `Lahiri`
|
||||
- node_mode: `true node`
|
||||
- timezone: `UTC-08:00`
|
||||
|
||||
- settings:
|
||||
|
||||
- ayanamsa: `lahiri`
|
||||
- node_mode: `true`
|
||||
|
||||
## Manual Fill Plan
|
||||
|
||||
- status_value: `external_verified`
|
||||
- manual_entry_count: `6`
|
||||
|
||||
## 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
|
||||
```
|
||||
- none: Dasha-only external oracle closure is complete for the current target set.
|
||||
|
||||
## 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.
|
||||
- Dasha-only external oracle closure is complete for the current target set.
|
||||
- Keep global calibration blocked until Shadbala and other non-Dasha oracle packets pass validation.
|
||||
|
||||
## Boundary
|
||||
|
||||
|
||||
@@ -6,30 +6,15 @@
|
||||
"capture_id": "external_template_steve_jobs_dasha_lahiri",
|
||||
"operator_card": "docs/benchmark/dasha_steve_jobs_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/evidence_packet_templates/dasha_steve_jobs_lahiri_first_packet_only.json",
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.vimshottari_start_date"
|
||||
],
|
||||
"missing_fields": [],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
},
|
||||
"target": {
|
||||
"count": 1,
|
||||
"fields": [
|
||||
"target.vimshottari_start_date"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
},
|
||||
"bodies": {}
|
||||
},
|
||||
@@ -37,6 +22,7 @@
|
||||
"status": "draft",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"source_artifact": "references/oracle/artifacts/",
|
||||
"ayanamsa": "Lahiri",
|
||||
"node_mode": "true node",
|
||||
"timezone": "UTC-08:00"
|
||||
@@ -48,23 +34,16 @@
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 6,
|
||||
"remaining_manual_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.vimshottari_start_date"
|
||||
]
|
||||
"manual_entry_count": 0,
|
||||
"remaining_manual_fields": []
|
||||
},
|
||||
"ready_to_apply": false,
|
||||
"ready_to_apply": true,
|
||||
"external_sources": [
|
||||
"JHora Vimshottari Dasha screen",
|
||||
"PyJHora black-box dasha output",
|
||||
"documented printed/software example"
|
||||
],
|
||||
"apply_command": "python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/evidence_packet_templates/dasha_steve_jobs_lahiri_first_packet_only.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",
|
||||
"boundary": "This assistant only reports what to fill. It must not invent external oracle values, must not use local engine output as evidence, and must not copy incompatible external code."
|
||||
"apply_command": "",
|
||||
"validate_command": "",
|
||||
"boundary": "This assistant only reports what to fill. The current target set for this front is already closed, so this entry now acts as a historical operator reference rather than an active fill task."
|
||||
}
|
||||
@@ -3,14 +3,14 @@
|
||||
- front: `dasha`
|
||||
- case_id: `template_steve_jobs_dasha_lahiri`
|
||||
- capture_id: `external_template_steve_jobs_dasha_lahiri`
|
||||
- ready_to_apply: `false`
|
||||
- ready_to_apply: `true`
|
||||
- operator_card: `docs/benchmark/dasha_steve_jobs_first_packet_operator_card.md`
|
||||
- packet_template: `references/oracle/evidence_packet_templates/dasha_steve_jobs_lahiri_first_packet_only.json`
|
||||
|
||||
## Missing Summary
|
||||
|
||||
- metadata: `5`
|
||||
- target: `1`
|
||||
- metadata: `0`
|
||||
- target: `0`
|
||||
|
||||
## Prefilled Fields
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
- metadata:
|
||||
|
||||
- source_artifact: `references/oracle/artifacts/`
|
||||
- ayanamsa: `Lahiri`
|
||||
- node_mode: `true node`
|
||||
- timezone: `UTC-08:00`
|
||||
@@ -32,16 +33,10 @@
|
||||
## Manual Fill Plan
|
||||
|
||||
- status_value: `external_verified`
|
||||
- manual_entry_count: `6`
|
||||
- manual_entry_count: `0`
|
||||
|
||||
## 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
|
||||
|
||||
@@ -52,15 +47,15 @@
|
||||
## Apply
|
||||
|
||||
```bash
|
||||
python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/evidence_packet_templates/dasha_steve_jobs_lahiri_first_packet_only.json --format json
|
||||
|
||||
```
|
||||
|
||||
## Validate
|
||||
|
||||
```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
|
||||
|
||||
```
|
||||
|
||||
## Boundary
|
||||
|
||||
This assistant only reports what to fill. It must not invent external oracle values, must not use local engine output as evidence, and must not copy incompatible external code.
|
||||
This assistant only reports what to fill. The current target set for this front is already closed, so this entry now acts as a historical operator reference rather than an active fill task.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"scope": "first_oracle_packet_assistant_index",
|
||||
"schema_version": 1,
|
||||
"generated_at": "2026-06-27T07:17:37.465984+00:00",
|
||||
"generated_at": "2026-07-01T12:10:01.504983+00:00",
|
||||
"summary": {
|
||||
"front_count": 3,
|
||||
"all_ready_to_apply": false
|
||||
@@ -12,8 +12,8 @@
|
||||
"capture_id": "external_template_steve_jobs_dasha_lahiri",
|
||||
"operator_card": "docs/benchmark/dasha_steve_jobs_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/evidence_packet_templates/dasha_steve_jobs_lahiri_first_packet_only.json",
|
||||
"missing_field_count": 6,
|
||||
"ready_to_apply": false,
|
||||
"missing_field_count": 0,
|
||||
"ready_to_apply": true,
|
||||
"apply_command": ""
|
||||
},
|
||||
"tajika_sahams": {
|
||||
@@ -21,7 +21,7 @@
|
||||
"capture_id": "external_template_einstein_varshaphala_1905_lahiri",
|
||||
"operator_card": "docs/benchmark/tajika_einstein_1905_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json",
|
||||
"missing_field_count": 15,
|
||||
"missing_field_count": 4,
|
||||
"ready_to_apply": false,
|
||||
"apply_command": "python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json --format json"
|
||||
},
|
||||
@@ -30,41 +30,41 @@
|
||||
"capture_id": "external_template_redacted_place_shadbala_raman",
|
||||
"operator_card": "docs/benchmark/shadbala_redacted_place_raman_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json",
|
||||
"missing_field_count": 55,
|
||||
"ready_to_apply": false,
|
||||
"apply_command": "python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json --format json"
|
||||
"missing_field_count": 0,
|
||||
"ready_to_apply": true,
|
||||
"apply_command": ""
|
||||
}
|
||||
},
|
||||
"recommended_order": [
|
||||
{
|
||||
"front": "dasha",
|
||||
"case_id": "template_steve_jobs_dasha_lahiri",
|
||||
"capture_id": "external_template_steve_jobs_dasha_lahiri",
|
||||
"operator_card": "docs/benchmark/dasha_steve_jobs_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/evidence_packet_templates/dasha_steve_jobs_lahiri_first_packet_only.json",
|
||||
"missing_field_count": 6,
|
||||
"ready_to_apply": false,
|
||||
"apply_command": ""
|
||||
},
|
||||
{
|
||||
"front": "tajika_sahams",
|
||||
"case_id": "template_einstein_varshaphala_1905_lahiri",
|
||||
"capture_id": "external_template_einstein_varshaphala_1905_lahiri",
|
||||
"operator_card": "docs/benchmark/tajika_einstein_1905_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json",
|
||||
"missing_field_count": 15,
|
||||
"missing_field_count": 4,
|
||||
"ready_to_apply": false,
|
||||
"apply_command": "python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json --format json"
|
||||
},
|
||||
{
|
||||
"front": "dasha",
|
||||
"case_id": "template_steve_jobs_dasha_lahiri",
|
||||
"capture_id": "external_template_steve_jobs_dasha_lahiri",
|
||||
"operator_card": "docs/benchmark/dasha_steve_jobs_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/evidence_packet_templates/dasha_steve_jobs_lahiri_first_packet_only.json",
|
||||
"missing_field_count": 0,
|
||||
"ready_to_apply": true,
|
||||
"apply_command": ""
|
||||
},
|
||||
{
|
||||
"front": "shadbala",
|
||||
"case_id": "template_redacted_place_shadbala_raman",
|
||||
"capture_id": "external_template_redacted_place_shadbala_raman",
|
||||
"operator_card": "docs/benchmark/shadbala_redacted_place_raman_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json",
|
||||
"missing_field_count": 55,
|
||||
"ready_to_apply": false,
|
||||
"apply_command": "python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json --format json"
|
||||
"missing_field_count": 0,
|
||||
"ready_to_apply": true,
|
||||
"apply_command": ""
|
||||
}
|
||||
],
|
||||
"boundary": "This index aggregates packet assistants only. It does not create oracle values, does not validate packets by itself, and does not change oracle files."
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
# First Oracle Packet Assistant Index
|
||||
|
||||
Generated: `2026-06-27T07:17:37.797365+00:00`
|
||||
Generated: `2026-07-01T12:10:00.866943+00:00`
|
||||
|
||||
## Fronts
|
||||
|
||||
| front | case_id | missing fields | ready_to_apply |
|
||||
|---|---|---:|---|
|
||||
| `dasha` | `template_steve_jobs_dasha_lahiri` | 6 | `false` |
|
||||
| `tajika_sahams` | `template_einstein_varshaphala_1905_lahiri` | 15 | `false` |
|
||||
| `shadbala` | `template_redacted_place_shadbala_raman` | 55 | `false` |
|
||||
| `dasha` | `template_steve_jobs_dasha_lahiri` | 0 | `true` |
|
||||
| `tajika_sahams` | `template_einstein_varshaphala_1905_lahiri` | 4 | `false` |
|
||||
| `shadbala` | `template_redacted_place_shadbala_raman` | 0 | `true` |
|
||||
|
||||
## Recommended Order
|
||||
|
||||
### dasha
|
||||
|
||||
- case_id: `template_steve_jobs_dasha_lahiri`
|
||||
- missing_field_count: `6`
|
||||
- operator_card: `docs/benchmark/dasha_steve_jobs_first_packet_operator_card.md`
|
||||
|
||||
```bash
|
||||
|
||||
```
|
||||
|
||||
### tajika_sahams
|
||||
|
||||
- case_id: `template_einstein_varshaphala_1905_lahiri`
|
||||
- missing_field_count: `15`
|
||||
- missing_field_count: `4`
|
||||
- operator_card: `docs/benchmark/tajika_einstein_1905_first_packet_operator_card.md`
|
||||
|
||||
```bash
|
||||
python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json --format json
|
||||
```
|
||||
|
||||
### dasha
|
||||
|
||||
- case_id: `template_steve_jobs_dasha_lahiri`
|
||||
- missing_field_count: `0`
|
||||
- operator_card: `docs/benchmark/dasha_steve_jobs_first_packet_operator_card.md`
|
||||
|
||||
```bash
|
||||
|
||||
```
|
||||
|
||||
### shadbala
|
||||
|
||||
- case_id: `template_redacted_place_shadbala_raman`
|
||||
- missing_field_count: `55`
|
||||
- missing_field_count: `0`
|
||||
- operator_card: `docs/benchmark/shadbala_redacted_place_raman_first_packet_operator_card.md`
|
||||
|
||||
```bash
|
||||
python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json --format json
|
||||
|
||||
```
|
||||
|
||||
## Boundary
|
||||
|
||||
@@ -6,220 +6,23 @@
|
||||
"capture_id": "external_template_redacted_place_shadbala_raman",
|
||||
"operator_card": "docs/benchmark/shadbala_redacted_place_raman_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json",
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
],
|
||||
"missing_fields": [],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
},
|
||||
"target": {
|
||||
"count": 50,
|
||||
"fields": [
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
},
|
||||
"bodies": {
|
||||
"Jupiter": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa"
|
||||
]
|
||||
},
|
||||
"Mars": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa"
|
||||
]
|
||||
},
|
||||
"Mercury": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa"
|
||||
]
|
||||
},
|
||||
"Moon": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa"
|
||||
]
|
||||
},
|
||||
"Saturn": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
},
|
||||
"Sun": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa"
|
||||
]
|
||||
},
|
||||
"Venus": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa"
|
||||
]
|
||||
}
|
||||
}
|
||||
"bodies": {}
|
||||
},
|
||||
"prefilled_fields": {
|
||||
"status": "draft",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"source_artifact": "references/oracle/artifacts/",
|
||||
"ayanamsa": "Raman",
|
||||
"node_mode": "mean node",
|
||||
"timezone": "UTC+08:00"
|
||||
@@ -231,72 +34,16 @@
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 55,
|
||||
"remaining_manual_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
"manual_entry_count": 0,
|
||||
"remaining_manual_fields": []
|
||||
},
|
||||
"ready_to_apply": false,
|
||||
"ready_to_apply": true,
|
||||
"external_sources": [
|
||||
"JHora Shadbala component table screenshot",
|
||||
"PyJHora black-box shadbala output",
|
||||
"documented printed/software Shadbala example"
|
||||
],
|
||||
"apply_command": "python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.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",
|
||||
"boundary": "This assistant only reports what to fill. It must not invent external oracle values, must not use local engine output as evidence, and must not copy incompatible external code."
|
||||
"apply_command": "",
|
||||
"validate_command": "",
|
||||
"boundary": "This assistant only reports what to fill. The current target set for this front is already closed, so this entry now acts as a historical operator reference rather than an active fill task."
|
||||
}
|
||||
@@ -3,23 +3,14 @@
|
||||
- front: `shadbala`
|
||||
- case_id: `template_redacted_place_shadbala_raman`
|
||||
- capture_id: `external_template_redacted_place_shadbala_raman`
|
||||
- ready_to_apply: `false`
|
||||
- ready_to_apply: `true`
|
||||
- operator_card: `docs/benchmark/shadbala_redacted_place_raman_first_packet_operator_card.md`
|
||||
- packet_template: `references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json`
|
||||
|
||||
## Missing Summary
|
||||
|
||||
- metadata: `5`
|
||||
- target: `50`
|
||||
- bodies:
|
||||
|
||||
- Jupiter: `7`
|
||||
- Mars: `7`
|
||||
- Mercury: `7`
|
||||
- Moon: `7`
|
||||
- Saturn: `7`
|
||||
- Sun: `7`
|
||||
- Venus: `7`
|
||||
- metadata: `0`
|
||||
- target: `0`
|
||||
|
||||
## Prefilled Fields
|
||||
|
||||
@@ -28,6 +19,7 @@
|
||||
|
||||
- metadata:
|
||||
|
||||
- source_artifact: `references/oracle/artifacts/`
|
||||
- ayanamsa: `Raman`
|
||||
- node_mode: `mean node`
|
||||
- timezone: `UTC+08:00`
|
||||
@@ -41,65 +33,10 @@
|
||||
## Manual Fill Plan
|
||||
|
||||
- status_value: `external_verified`
|
||||
- manual_entry_count: `55`
|
||||
- manual_entry_count: `0`
|
||||
|
||||
## Missing Fields
|
||||
|
||||
- `metadata.tool_name`
|
||||
- `metadata.tool_version_or_url`
|
||||
- `metadata.capture_date`
|
||||
- `metadata.operator_note`
|
||||
- `metadata.source_artifact`
|
||||
- `target.moon_sidereal_longitude_deg`
|
||||
- `target.shadbala_components.Sun.sthana`
|
||||
- `target.shadbala_components.Sun.dig`
|
||||
- `target.shadbala_components.Sun.kala`
|
||||
- `target.shadbala_components.Sun.chesta`
|
||||
- `target.shadbala_components.Sun.naisargika`
|
||||
- `target.shadbala_components.Sun.drik`
|
||||
- `target.shadbala_components.Sun.total_rupa`
|
||||
- `target.shadbala_components.Moon.sthana`
|
||||
- `target.shadbala_components.Moon.dig`
|
||||
- `target.shadbala_components.Moon.kala`
|
||||
- `target.shadbala_components.Moon.chesta`
|
||||
- `target.shadbala_components.Moon.naisargika`
|
||||
- `target.shadbala_components.Moon.drik`
|
||||
- `target.shadbala_components.Moon.total_rupa`
|
||||
- `target.shadbala_components.Mars.sthana`
|
||||
- `target.shadbala_components.Mars.dig`
|
||||
- `target.shadbala_components.Mars.kala`
|
||||
- `target.shadbala_components.Mars.chesta`
|
||||
- `target.shadbala_components.Mars.naisargika`
|
||||
- `target.shadbala_components.Mars.drik`
|
||||
- `target.shadbala_components.Mars.total_rupa`
|
||||
- `target.shadbala_components.Mercury.sthana`
|
||||
- `target.shadbala_components.Mercury.dig`
|
||||
- `target.shadbala_components.Mercury.kala`
|
||||
- `target.shadbala_components.Mercury.chesta`
|
||||
- `target.shadbala_components.Mercury.naisargika`
|
||||
- `target.shadbala_components.Mercury.drik`
|
||||
- `target.shadbala_components.Mercury.total_rupa`
|
||||
- `target.shadbala_components.Jupiter.sthana`
|
||||
- `target.shadbala_components.Jupiter.dig`
|
||||
- `target.shadbala_components.Jupiter.kala`
|
||||
- `target.shadbala_components.Jupiter.chesta`
|
||||
- `target.shadbala_components.Jupiter.naisargika`
|
||||
- `target.shadbala_components.Jupiter.drik`
|
||||
- `target.shadbala_components.Jupiter.total_rupa`
|
||||
- `target.shadbala_components.Venus.sthana`
|
||||
- `target.shadbala_components.Venus.dig`
|
||||
- `target.shadbala_components.Venus.kala`
|
||||
- `target.shadbala_components.Venus.chesta`
|
||||
- `target.shadbala_components.Venus.naisargika`
|
||||
- `target.shadbala_components.Venus.drik`
|
||||
- `target.shadbala_components.Venus.total_rupa`
|
||||
- `target.shadbala_components.Saturn.sthana`
|
||||
- `target.shadbala_components.Saturn.dig`
|
||||
- `target.shadbala_components.Saturn.kala`
|
||||
- `target.shadbala_components.Saturn.chesta`
|
||||
- `target.shadbala_components.Saturn.naisargika`
|
||||
- `target.shadbala_components.Saturn.drik`
|
||||
- `target.shadbala_components.Saturn.total_rupa`
|
||||
|
||||
## External Sources
|
||||
|
||||
@@ -110,15 +47,15 @@
|
||||
## Apply
|
||||
|
||||
```bash
|
||||
python3 scripts/oracle_collection_queue.py --oracle-file references/oracle/dasha_shadbala_oracle_cases.json --apply-packet references/oracle/evidence_packet_templates/shadbala_redacted_place_raman_first_packet.json --format json
|
||||
|
||||
```
|
||||
|
||||
## Validate
|
||||
|
||||
```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
|
||||
|
||||
```
|
||||
|
||||
## Boundary
|
||||
|
||||
This assistant only reports what to fill. It must not invent external oracle values, must not use local engine output as evidence, and must not copy incompatible external code.
|
||||
This assistant only reports what to fill. The current target set for this front is already closed, so this entry now acts as a historical operator reference rather than an active fill task.
|
||||
|
||||
@@ -7,59 +7,41 @@
|
||||
"operator_card": "docs/benchmark/tajika_einstein_1905_first_packet_operator_card.md",
|
||||
"packet_template": "references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json",
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
"target.tajika_yogas.gairi_kamboola",
|
||||
"target.tajika_yogas.khallasara",
|
||||
"target.tajika_yogas.nakta",
|
||||
"target.tajika_yogas.yamaya"
|
||||
],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
},
|
||||
"target": {
|
||||
"count": 10,
|
||||
"count": 4,
|
||||
"fields": [
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
"target.tajika_yogas.gairi_kamboola",
|
||||
"target.tajika_yogas.khallasara",
|
||||
"target.tajika_yogas.nakta",
|
||||
"target.tajika_yogas.yamaya"
|
||||
]
|
||||
},
|
||||
"bodies": {}
|
||||
},
|
||||
"prefilled_fields": {
|
||||
"status": "draft",
|
||||
"status": "external_verified",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"tool_name": "PyJHora",
|
||||
"tool_version_or_url": "PyJHora 4.8.6 isolated workbuddy black-box run",
|
||||
"capture_date": "2026-06-29",
|
||||
"source_artifact": "references/oracle/artifacts/pyjhora_einstein_varshaphala_1905_lahiri_partial_20260629.txt",
|
||||
"ayanamsa": "lahiri",
|
||||
"node_mode": "mean",
|
||||
"timezone": 0.883333,
|
||||
"annual_system": "varshaphala",
|
||||
"target_year": 1905
|
||||
"timezone": "UTC+00:53",
|
||||
"annual_system": "Varshaphala/Tajika",
|
||||
"target_year": 1905,
|
||||
"operator_note": "Black-box annual output from workbuddy PyJHora 4.8.6 environment. External evidence only; local annual engine output was not used. Solar-return timestamp, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, selected Sahams, and Tajika Yogas were captured through the external PyJHora path via the annual chart and jhora.horoscope.transit.tajaka_yoga helper chain."
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "lahiri",
|
||||
@@ -70,23 +52,12 @@
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 15,
|
||||
"manual_entry_count": 4,
|
||||
"remaining_manual_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
"target.tajika_yogas.gairi_kamboola",
|
||||
"target.tajika_yogas.khallasara",
|
||||
"target.tajika_yogas.nakta",
|
||||
"target.tajika_yogas.yamaya"
|
||||
]
|
||||
},
|
||||
"ready_to_apply": false,
|
||||
|
||||
@@ -9,21 +9,26 @@
|
||||
|
||||
## Missing Summary
|
||||
|
||||
- metadata: `5`
|
||||
- target: `10`
|
||||
- metadata: `0`
|
||||
- target: `4`
|
||||
|
||||
## Prefilled Fields
|
||||
|
||||
- status: `draft`
|
||||
- status: `external_verified`
|
||||
- promotion_status_after_fill: `external_verified`
|
||||
|
||||
- metadata:
|
||||
|
||||
- tool_name: `PyJHora`
|
||||
- tool_version_or_url: `PyJHora 4.8.6 isolated workbuddy black-box run`
|
||||
- capture_date: `2026-06-29`
|
||||
- source_artifact: `references/oracle/artifacts/pyjhora_einstein_varshaphala_1905_lahiri_partial_20260629.txt`
|
||||
- ayanamsa: `lahiri`
|
||||
- node_mode: `mean`
|
||||
- timezone: `0.883333`
|
||||
- annual_system: `varshaphala`
|
||||
- timezone: `UTC+00:53`
|
||||
- annual_system: `Varshaphala/Tajika`
|
||||
- target_year: `1905`
|
||||
- operator_note: `Black-box annual output from workbuddy PyJHora 4.8.6 environment. External evidence only; local annual engine output was not used. Solar-return timestamp, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, selected Sahams, and Tajika Yogas were captured through the external PyJHora path via the annual chart and jhora.horoscope.transit.tajaka_yoga helper chain.`
|
||||
|
||||
- settings:
|
||||
|
||||
@@ -36,25 +41,14 @@
|
||||
## Manual Fill Plan
|
||||
|
||||
- status_value: `external_verified`
|
||||
- manual_entry_count: `15`
|
||||
- manual_entry_count: `4`
|
||||
|
||||
## Missing Fields
|
||||
|
||||
- `metadata.tool_name`
|
||||
- `metadata.tool_version_or_url`
|
||||
- `metadata.capture_date`
|
||||
- `metadata.operator_note`
|
||||
- `metadata.source_artifact`
|
||||
- `target.solar_return_datetime`
|
||||
- `target.varsha_lagna_deg`
|
||||
- `target.muntha_sign`
|
||||
- `target.year_lord`
|
||||
- `target.mudda_dasha_first_lord`
|
||||
- `target.sahams.punya_saham`
|
||||
- `target.sahams.rajya_saham`
|
||||
- `target.sahams.vivah_saham`
|
||||
- `target.tajika_yogas`
|
||||
- `target.source_artifact`
|
||||
- `target.tajika_yogas.gairi_kamboola`
|
||||
- `target.tajika_yogas.khallasara`
|
||||
- `target.tajika_yogas.nakta`
|
||||
- `target.tajika_yogas.yamaya`
|
||||
|
||||
## External Sources
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"scope": "jyotish_external_oracle_closure_master_dashboard",
|
||||
"schema_version": 1,
|
||||
"generated_at": "2026-06-27T08:02:17.224746+00:00",
|
||||
"generated_at": "2026-07-01T11:36:23.191939+00:00",
|
||||
"summary": {
|
||||
"total_tasks": 12,
|
||||
"external_verified_tasks": 8,
|
||||
"open_tasks": 4,
|
||||
"can_claim_global_oracle_closure": false,
|
||||
"external_verified_tasks": 12,
|
||||
"open_tasks": 0,
|
||||
"can_claim_global_oracle_closure": true,
|
||||
"production_tuning_allowed": false
|
||||
},
|
||||
"fronts": {
|
||||
@@ -26,364 +26,45 @@
|
||||
"open_tasks": 0,
|
||||
"can_claim_closure": true,
|
||||
"production_tuning_allowed": false,
|
||||
"first_priority": {
|
||||
"case_id": "template_redacted_place_shadbala_raman",
|
||||
"capture_id": "external_template_redacted_place_shadbala_raman",
|
||||
"packet_path": "references/oracle/artifacts/pending_packets/external_template_redacted_place_shadbala_raman.json",
|
||||
"missing_field_count": 55,
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
},
|
||||
"target": {
|
||||
"count": 50,
|
||||
"fields": [
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
},
|
||||
"bodies": {
|
||||
"Jupiter": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa"
|
||||
]
|
||||
},
|
||||
"Mars": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa"
|
||||
]
|
||||
},
|
||||
"Mercury": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa"
|
||||
]
|
||||
},
|
||||
"Moon": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa"
|
||||
]
|
||||
},
|
||||
"Saturn": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
},
|
||||
"Sun": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa"
|
||||
]
|
||||
},
|
||||
"Venus": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"prefilled_fields": {
|
||||
"status": "draft",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"ayanamsa": "Raman",
|
||||
"node_mode": "mean node",
|
||||
"timezone": "UTC+08:00"
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "raman",
|
||||
"node_mode": "mean"
|
||||
}
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 55,
|
||||
"remaining_manual_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
},
|
||||
"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_redacted_place_shadbala_raman.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"
|
||||
}
|
||||
"first_priority": null
|
||||
},
|
||||
"tajika_sahams": {
|
||||
"front": "tajika_sahams",
|
||||
"task_count": 5,
|
||||
"external_verified_tasks": 1,
|
||||
"open_tasks": 4,
|
||||
"can_claim_closure": false,
|
||||
"external_verified_tasks": 5,
|
||||
"open_tasks": 0,
|
||||
"can_claim_closure": true,
|
||||
"production_tuning_allowed": false,
|
||||
"first_priority": {
|
||||
"case_id": "template_einstein_varshaphala_1905_lahiri",
|
||||
"capture_id": "external_template_einstein_varshaphala_1905_lahiri",
|
||||
"packet_path": "references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json",
|
||||
"missing_field_count": 15,
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
],
|
||||
"missing_field_count": 0,
|
||||
"missing_fields": [],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
},
|
||||
"target": {
|
||||
"count": 10,
|
||||
"fields": [
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
}
|
||||
},
|
||||
"prefilled_fields": {
|
||||
"status": "draft",
|
||||
"status": "external_verified",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"tool_name": "PyJHora",
|
||||
"tool_version_or_url": "PyJHora 4.8.6 isolated workbuddy black-box run",
|
||||
"capture_date": "2026-06-29",
|
||||
"source_artifact": "references/oracle/artifacts/pyjhora_einstein_varshaphala_1905_lahiri_partial_20260629.txt",
|
||||
"ayanamsa": "lahiri",
|
||||
"node_mode": "mean",
|
||||
"timezone": 0.883333,
|
||||
"annual_system": "varshaphala",
|
||||
"target_year": 1905
|
||||
"timezone": "UTC+00:53",
|
||||
"annual_system": "Varshaphala/Tajika",
|
||||
"target_year": 1905,
|
||||
"operator_note": "Black-box annual output from workbuddy PyJHora 4.8.6 environment. External evidence only; local annual engine output was not used. Solar-return timestamp, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, selected Sahams, and Tajika Yogas were captured through the external PyJHora path via the annual chart and jhora.horoscope.transit.tajaka_yoga helper chain."
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "lahiri",
|
||||
@@ -394,39 +75,14 @@
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 15,
|
||||
"remaining_manual_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
]
|
||||
"manual_entry_count": 0,
|
||||
"remaining_manual_fields": []
|
||||
},
|
||||
"apply_command": "python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json --format json",
|
||||
"validate_command": "python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --format json && python3 scripts/tajika_annual_benchmark_dashboard.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --format json"
|
||||
}
|
||||
}
|
||||
},
|
||||
"next_action_order": [
|
||||
{
|
||||
"front": "tajika_sahams",
|
||||
"case_id": "template_einstein_varshaphala_1905_lahiri",
|
||||
"capture_id": "external_template_einstein_varshaphala_1905_lahiri",
|
||||
"missing_field_count": 15,
|
||||
"manual_entry_count": 15,
|
||||
"apply_command": "python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json --format json"
|
||||
}
|
||||
],
|
||||
"next_action_order": [],
|
||||
"boundary": "This dashboard merges external evidence readiness only. It does not claim prediction accuracy, does not tune production constants, and does not treat local engine output as oracle evidence."
|
||||
}
|
||||
@@ -3,8 +3,8 @@
|
||||
"schema_version": 1,
|
||||
"summary": {
|
||||
"shadbala_task_count": 4,
|
||||
"external_verified_shadbala_tasks": 0,
|
||||
"can_claim_shadbala_absolute_closure": false,
|
||||
"external_verified_shadbala_tasks": 4,
|
||||
"can_claim_shadbala_absolute_closure": true,
|
||||
"production_tuning_allowed": false,
|
||||
"required_planets": [
|
||||
"Sun",
|
||||
@@ -25,329 +25,10 @@
|
||||
"total_rupa"
|
||||
]
|
||||
},
|
||||
"first_priority": {
|
||||
"case_id": "template_redacted_place_shadbala_raman",
|
||||
"capture_id": "external_template_redacted_place_shadbala_raman",
|
||||
"packet_path": "references/oracle/artifacts/pending_packets/external_template_redacted_place_shadbala_raman.json",
|
||||
"birth": {
|
||||
"year": 1980,
|
||||
"month": 1,
|
||||
"day": 1,
|
||||
"hour": 12,
|
||||
"minute": 0,
|
||||
"second": 0,
|
||||
"lat": 36.466667,
|
||||
"lon": 114.2,
|
||||
"tz": 8
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "raman",
|
||||
"node_mode": "mean"
|
||||
},
|
||||
"required_target_fields": [
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components"
|
||||
],
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
},
|
||||
"target": {
|
||||
"count": 50,
|
||||
"fields": [
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
},
|
||||
"bodies": {
|
||||
"Jupiter": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa"
|
||||
]
|
||||
},
|
||||
"Mars": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa"
|
||||
]
|
||||
},
|
||||
"Mercury": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa"
|
||||
]
|
||||
},
|
||||
"Moon": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa"
|
||||
]
|
||||
},
|
||||
"Saturn": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
},
|
||||
"Sun": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa"
|
||||
]
|
||||
},
|
||||
"Venus": {
|
||||
"count": 7,
|
||||
"fields": [
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"prefilled_fields": {
|
||||
"status": "draft",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"ayanamsa": "Raman",
|
||||
"node_mode": "mean node",
|
||||
"timezone": "UTC+08:00"
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "raman",
|
||||
"node_mode": "mean"
|
||||
}
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 55,
|
||||
"remaining_manual_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.moon_sidereal_longitude_deg",
|
||||
"target.shadbala_components.Sun.sthana",
|
||||
"target.shadbala_components.Sun.dig",
|
||||
"target.shadbala_components.Sun.kala",
|
||||
"target.shadbala_components.Sun.chesta",
|
||||
"target.shadbala_components.Sun.naisargika",
|
||||
"target.shadbala_components.Sun.drik",
|
||||
"target.shadbala_components.Sun.total_rupa",
|
||||
"target.shadbala_components.Moon.sthana",
|
||||
"target.shadbala_components.Moon.dig",
|
||||
"target.shadbala_components.Moon.kala",
|
||||
"target.shadbala_components.Moon.chesta",
|
||||
"target.shadbala_components.Moon.naisargika",
|
||||
"target.shadbala_components.Moon.drik",
|
||||
"target.shadbala_components.Moon.total_rupa",
|
||||
"target.shadbala_components.Mars.sthana",
|
||||
"target.shadbala_components.Mars.dig",
|
||||
"target.shadbala_components.Mars.kala",
|
||||
"target.shadbala_components.Mars.chesta",
|
||||
"target.shadbala_components.Mars.naisargika",
|
||||
"target.shadbala_components.Mars.drik",
|
||||
"target.shadbala_components.Mars.total_rupa",
|
||||
"target.shadbala_components.Mercury.sthana",
|
||||
"target.shadbala_components.Mercury.dig",
|
||||
"target.shadbala_components.Mercury.kala",
|
||||
"target.shadbala_components.Mercury.chesta",
|
||||
"target.shadbala_components.Mercury.naisargika",
|
||||
"target.shadbala_components.Mercury.drik",
|
||||
"target.shadbala_components.Mercury.total_rupa",
|
||||
"target.shadbala_components.Jupiter.sthana",
|
||||
"target.shadbala_components.Jupiter.dig",
|
||||
"target.shadbala_components.Jupiter.kala",
|
||||
"target.shadbala_components.Jupiter.chesta",
|
||||
"target.shadbala_components.Jupiter.naisargika",
|
||||
"target.shadbala_components.Jupiter.drik",
|
||||
"target.shadbala_components.Jupiter.total_rupa",
|
||||
"target.shadbala_components.Venus.sthana",
|
||||
"target.shadbala_components.Venus.dig",
|
||||
"target.shadbala_components.Venus.kala",
|
||||
"target.shadbala_components.Venus.chesta",
|
||||
"target.shadbala_components.Venus.naisargika",
|
||||
"target.shadbala_components.Venus.drik",
|
||||
"target.shadbala_components.Venus.total_rupa",
|
||||
"target.shadbala_components.Saturn.sthana",
|
||||
"target.shadbala_components.Saturn.dig",
|
||||
"target.shadbala_components.Saturn.kala",
|
||||
"target.shadbala_components.Saturn.chesta",
|
||||
"target.shadbala_components.Saturn.naisargika",
|
||||
"target.shadbala_components.Saturn.drik",
|
||||
"target.shadbala_components.Saturn.total_rupa"
|
||||
]
|
||||
},
|
||||
"external_sources": [
|
||||
"JHora Shadbala component table screenshot",
|
||||
"PyJHora black-box shadbala output",
|
||||
"documented printed/software Shadbala example"
|
||||
],
|
||||
"artifact_policy": "Save redacted screenshots or stdout snippets under references/oracle/artifacts/.",
|
||||
"reject_global_scaling": true,
|
||||
"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_redacted_place_shadbala_raman.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"
|
||||
},
|
||||
"first_priority": null,
|
||||
"next_actions": [
|
||||
"Fill any supporting target fields on the same oracle row, such as Moon sidereal longitude, before validator review.",
|
||||
"Fill all seven planets with Sthana, Dig, Kala, Chesta, Naisargika, Drik and total_rupa from an external oracle.",
|
||||
"Do not use a single global multiplier to force totals; validator checks component sums.",
|
||||
"Set status to external_verified only after artifact path and all Shadbala targets are filled.",
|
||||
"Apply the packet, regenerate the queue, and run oracle_evidence_validator.py."
|
||||
"Shadbala external absolute-value closure is complete for the current target set.",
|
||||
"Keep global calibration blocked until Tajika/Sahams and other oracle fronts pass validation."
|
||||
],
|
||||
"boundary": "This board isolates Shadbala absolute values. Dasha boundary dates are a separate closure task. Production tuning remains forbidden until external component-level evidence is complete."
|
||||
}
|
||||
@@ -1,132 +1,18 @@
|
||||
# Shadbala External Absolute-Value Closure Status
|
||||
|
||||
- shadbala_task_count: `4`
|
||||
- external_verified_shadbala_tasks: `0`
|
||||
- can_claim_shadbala_absolute_closure: `false`
|
||||
- external_verified_shadbala_tasks: `4`
|
||||
- can_claim_shadbala_absolute_closure: `true`
|
||||
- production_tuning_allowed: `false`
|
||||
|
||||
## First Priority Packet
|
||||
## Closure Complete
|
||||
|
||||
- case_id: `template_redacted_place_shadbala_raman`
|
||||
- capture_id: `external_template_redacted_place_shadbala_raman`
|
||||
- packet_path: `references/oracle/artifacts/pending_packets/external_template_redacted_place_shadbala_raman.json`
|
||||
- required_target_fields: `target.moon_sidereal_longitude_deg, target.shadbala_components`
|
||||
- reject_global_scaling: `true`
|
||||
|
||||
## Missing Summary
|
||||
|
||||
- metadata: `5`
|
||||
- target: `50`
|
||||
- bodies:
|
||||
|
||||
- Jupiter: `7`
|
||||
- Mars: `7`
|
||||
- Mercury: `7`
|
||||
- Moon: `7`
|
||||
- Saturn: `7`
|
||||
- Sun: `7`
|
||||
- Venus: `7`
|
||||
|
||||
## Prefilled Fields
|
||||
|
||||
- status: `draft`
|
||||
- promotion_status_after_fill: `external_verified`
|
||||
|
||||
- metadata:
|
||||
|
||||
- ayanamsa: `Raman`
|
||||
- node_mode: `mean node`
|
||||
- timezone: `UTC+08:00`
|
||||
|
||||
- settings:
|
||||
|
||||
- ayanamsa: `raman`
|
||||
- node_mode: `mean`
|
||||
|
||||
## Manual Fill Plan
|
||||
|
||||
- status_value: `external_verified`
|
||||
- manual_entry_count: `55`
|
||||
|
||||
## Missing Fields
|
||||
|
||||
- `metadata.tool_name`
|
||||
- `metadata.tool_version_or_url`
|
||||
- `metadata.capture_date`
|
||||
- `metadata.operator_note`
|
||||
- `metadata.source_artifact`
|
||||
- `target.moon_sidereal_longitude_deg`
|
||||
- `target.shadbala_components.Sun.sthana`
|
||||
- `target.shadbala_components.Sun.dig`
|
||||
- `target.shadbala_components.Sun.kala`
|
||||
- `target.shadbala_components.Sun.chesta`
|
||||
- `target.shadbala_components.Sun.naisargika`
|
||||
- `target.shadbala_components.Sun.drik`
|
||||
- `target.shadbala_components.Sun.total_rupa`
|
||||
- `target.shadbala_components.Moon.sthana`
|
||||
- `target.shadbala_components.Moon.dig`
|
||||
- `target.shadbala_components.Moon.kala`
|
||||
- `target.shadbala_components.Moon.chesta`
|
||||
- `target.shadbala_components.Moon.naisargika`
|
||||
- `target.shadbala_components.Moon.drik`
|
||||
- `target.shadbala_components.Moon.total_rupa`
|
||||
- `target.shadbala_components.Mars.sthana`
|
||||
- `target.shadbala_components.Mars.dig`
|
||||
- `target.shadbala_components.Mars.kala`
|
||||
- `target.shadbala_components.Mars.chesta`
|
||||
- `target.shadbala_components.Mars.naisargika`
|
||||
- `target.shadbala_components.Mars.drik`
|
||||
- `target.shadbala_components.Mars.total_rupa`
|
||||
- `target.shadbala_components.Mercury.sthana`
|
||||
- `target.shadbala_components.Mercury.dig`
|
||||
- `target.shadbala_components.Mercury.kala`
|
||||
- `target.shadbala_components.Mercury.chesta`
|
||||
- `target.shadbala_components.Mercury.naisargika`
|
||||
- `target.shadbala_components.Mercury.drik`
|
||||
- `target.shadbala_components.Mercury.total_rupa`
|
||||
- `target.shadbala_components.Jupiter.sthana`
|
||||
- `target.shadbala_components.Jupiter.dig`
|
||||
- `target.shadbala_components.Jupiter.kala`
|
||||
- `target.shadbala_components.Jupiter.chesta`
|
||||
- `target.shadbala_components.Jupiter.naisargika`
|
||||
- `target.shadbala_components.Jupiter.drik`
|
||||
- `target.shadbala_components.Jupiter.total_rupa`
|
||||
- `target.shadbala_components.Venus.sthana`
|
||||
- `target.shadbala_components.Venus.dig`
|
||||
- `target.shadbala_components.Venus.kala`
|
||||
- `target.shadbala_components.Venus.chesta`
|
||||
- `target.shadbala_components.Venus.naisargika`
|
||||
- `target.shadbala_components.Venus.drik`
|
||||
- `target.shadbala_components.Venus.total_rupa`
|
||||
- `target.shadbala_components.Saturn.sthana`
|
||||
- `target.shadbala_components.Saturn.dig`
|
||||
- `target.shadbala_components.Saturn.kala`
|
||||
- `target.shadbala_components.Saturn.chesta`
|
||||
- `target.shadbala_components.Saturn.naisargika`
|
||||
- `target.shadbala_components.Saturn.drik`
|
||||
- `target.shadbala_components.Saturn.total_rupa`
|
||||
## Required Matrix
|
||||
|
||||
- planets: `Sun, Moon, Mars, Mercury, Jupiter, Venus, Saturn`
|
||||
- components: `sthana, dig, kala, chesta, naisargika, drik, total_rupa`
|
||||
|
||||
## 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_redacted_place_shadbala_raman.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
|
||||
```
|
||||
Shadbala external absolute-value closure is complete for the current target set.
|
||||
|
||||
## Next Actions
|
||||
|
||||
- Fill any supporting target fields on the same oracle row, such as Moon sidereal longitude, before validator review.
|
||||
- Fill all seven planets with Sthana, Dig, Kala, Chesta, Naisargika, Drik and total_rupa from an external oracle.
|
||||
- Do not use a single global multiplier to force totals; validator checks component sums.
|
||||
- Set status to external_verified only after artifact path and all Shadbala targets are filled.
|
||||
- Apply the packet, regenerate the queue, and run oracle_evidence_validator.py.
|
||||
- Shadbala external absolute-value closure is complete for the current target set.
|
||||
- Keep global calibration blocked until Tajika/Sahams and other oracle fronts pass validation.
|
||||
|
||||
## Boundary
|
||||
|
||||
|
||||
@@ -1,25 +1,26 @@
|
||||
{
|
||||
"scope": "tajika_sahams_annual_benchmark_dashboard",
|
||||
"schema_version": 1,
|
||||
"generated_at": "2026-06-26T09:27:54.639600+00:00",
|
||||
"generated_at": "2026-07-01T12:45:56.592875+00:00",
|
||||
"summary": {
|
||||
"total_tasks": 5,
|
||||
"ready_for_collection": 5,
|
||||
"ready_for_calibration": 0,
|
||||
"ready_for_collection": 0,
|
||||
"ready_for_calibration": 5,
|
||||
"production_tuning_allowed": false,
|
||||
"by_status": {
|
||||
"template_only": 5
|
||||
"external_verified": 5
|
||||
}
|
||||
},
|
||||
"annual_claim": {
|
||||
"can_claim_tajika_sahams_closure": false,
|
||||
"reason": "Do not claim annual-chart closure until every template row is promoted to external_verified with human-reviewable artifacts."
|
||||
"can_claim_tajika_sahams_closure": true,
|
||||
"reason": "The current packet set is externally closed, but that only closes the present annual evidence target set. Broader annual judgment maturity still remains open."
|
||||
},
|
||||
"remaining_gap": "Solar return exact time, Varsha Lagna, Muntha, Year Lord, Mudda Dasha first lord, Sahams and Tajika Yogas still need external JHora/PyJHora/book-example evidence before the Jyotish skill can claim Tajika/Sahams annual closure.",
|
||||
"remaining_gap": "The current annual external-oracle target set is closed. The remaining gap is broader public sample breadth, stronger Year Lord/Muntha/Mudda Dasha/Sahams judgment templates, and multi-year annual interpretation comparisons before any traditional-software-grade predictive claim.",
|
||||
"first_priority": null,
|
||||
"next_actions": [
|
||||
"Fill one Steve Jobs annual evidence packet from JHora or PyJHora.",
|
||||
"Add solar return datetime and Varsha Lagna tolerance checks after the first external row exists.",
|
||||
"Add Saham-specific tolerance checks for Punya, Rajya and Vivah Saham.",
|
||||
"Expand the annual benchmark with at least one printed Varshaphala example."
|
||||
"Keep Tajika/Sahams annual closure in active_target_set_closed status instead of overstating it as full predictive closure.",
|
||||
"Freeze deeper annual judgment templates around Muntha, Year Lord, Mudda Dasha and Sahams.",
|
||||
"Add broader public benchmark rows, especially multi-year printed Varshaphala examples and second-wave edge cases.",
|
||||
"Do not treat local annual output alone as permission for production tuning or hard annual prediction claims."
|
||||
]
|
||||
}
|
||||
@@ -1,26 +1,26 @@
|
||||
# Tajika/Sahams Annual Benchmark Dashboard
|
||||
|
||||
Generated: `2026-06-26T09:27:55.462154+00:00`
|
||||
Generated: `2026-07-01T12:45:56.750917+00:00`
|
||||
|
||||
## Annual Oracle Readiness
|
||||
|
||||
- total_tasks: `5`
|
||||
- ready_for_collection: `5`
|
||||
- ready_for_calibration: `0`
|
||||
- ready_for_collection: `0`
|
||||
- ready_for_calibration: `5`
|
||||
- production_tuning_allowed: `false`
|
||||
|
||||
## Annual Closure Claim
|
||||
|
||||
- can_claim_tajika_sahams_closure: `false`
|
||||
- reason: Do not claim annual-chart closure until every template row is promoted to external_verified with human-reviewable artifacts.
|
||||
- can_claim_tajika_sahams_closure: `true`
|
||||
- reason: The current packet set is externally closed, but that only closes the present annual evidence target set. Broader annual judgment maturity still remains open.
|
||||
|
||||
## Remaining Gap
|
||||
|
||||
Solar return exact time, Varsha Lagna, Muntha, Year Lord, Mudda Dasha first lord, Sahams and Tajika Yogas still need external JHora/PyJHora/book-example evidence before the Jyotish skill can claim Tajika/Sahams annual closure.
|
||||
The current annual external-oracle target set is closed. The remaining gap is broader public sample breadth, stronger Year Lord/Muntha/Mudda Dasha/Sahams judgment templates, and multi-year annual interpretation comparisons before any traditional-software-grade predictive claim.
|
||||
|
||||
## Next Actions
|
||||
|
||||
- Fill one Steve Jobs annual evidence packet from JHora or PyJHora.
|
||||
- Add solar return datetime and Varsha Lagna tolerance checks after the first external row exists.
|
||||
- Add Saham-specific tolerance checks for Punya, Rajya and Vivah Saham.
|
||||
- Expand the annual benchmark with at least one printed Varshaphala example.
|
||||
- Keep Tajika/Sahams annual closure in active_target_set_closed status instead of overstating it as full predictive closure.
|
||||
- Freeze deeper annual judgment templates around Muntha, Year Lord, Mudda Dasha and Sahams.
|
||||
- Add broader public benchmark rows, especially multi-year printed Varshaphala examples and second-wave edge cases.
|
||||
- Do not treat local annual output alone as permission for production tuning or hard annual prediction claims.
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"schema_version": 1,
|
||||
"summary": {
|
||||
"annual_task_count": 5,
|
||||
"external_verified_annual_tasks": 1,
|
||||
"can_claim_tajika_sahams_closure": false,
|
||||
"external_verified_annual_tasks": 5,
|
||||
"can_claim_tajika_sahams_closure": true,
|
||||
"production_tuning_allowed": false
|
||||
},
|
||||
"first_priority": {
|
||||
@@ -40,59 +40,31 @@
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
],
|
||||
"missing_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
],
|
||||
"missing_fields": [],
|
||||
"missing_groups": {
|
||||
"metadata": {
|
||||
"count": 5,
|
||||
"fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
},
|
||||
"target": {
|
||||
"count": 10,
|
||||
"fields": [
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
]
|
||||
"count": 0,
|
||||
"fields": []
|
||||
}
|
||||
},
|
||||
"prefilled_fields": {
|
||||
"status": "draft",
|
||||
"status": "external_verified",
|
||||
"promotion_status_after_fill": "external_verified",
|
||||
"metadata": {
|
||||
"tool_name": "PyJHora",
|
||||
"tool_version_or_url": "PyJHora 4.8.6 isolated workbuddy black-box run",
|
||||
"capture_date": "2026-06-29",
|
||||
"source_artifact": "references/oracle/artifacts/pyjhora_einstein_varshaphala_1905_lahiri_partial_20260629.txt",
|
||||
"ayanamsa": "lahiri",
|
||||
"node_mode": "mean",
|
||||
"timezone": 0.883333,
|
||||
"annual_system": "varshaphala",
|
||||
"target_year": 1905
|
||||
"timezone": "UTC+00:53",
|
||||
"annual_system": "Varshaphala/Tajika",
|
||||
"target_year": 1905,
|
||||
"operator_note": "Black-box annual output from workbuddy PyJHora 4.8.6 environment. External evidence only; local annual engine output was not used. Solar-return timestamp, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, selected Sahams, and Tajika Yogas were captured through the external PyJHora path via the annual chart and jhora.horoscope.transit.tajaka_yoga helper chain."
|
||||
},
|
||||
"settings": {
|
||||
"ayanamsa": "lahiri",
|
||||
@@ -103,24 +75,8 @@
|
||||
},
|
||||
"manual_fill_plan": {
|
||||
"status_value": "external_verified",
|
||||
"manual_entry_count": 15,
|
||||
"remaining_manual_fields": [
|
||||
"metadata.tool_name",
|
||||
"metadata.tool_version_or_url",
|
||||
"metadata.capture_date",
|
||||
"metadata.operator_note",
|
||||
"metadata.source_artifact",
|
||||
"target.solar_return_datetime",
|
||||
"target.varsha_lagna_deg",
|
||||
"target.muntha_sign",
|
||||
"target.year_lord",
|
||||
"target.mudda_dasha_first_lord",
|
||||
"target.sahams.punya_saham",
|
||||
"target.sahams.rajya_saham",
|
||||
"target.sahams.vivah_saham",
|
||||
"target.tajika_yogas",
|
||||
"target.source_artifact"
|
||||
]
|
||||
"manual_entry_count": 0,
|
||||
"remaining_manual_fields": []
|
||||
},
|
||||
"external_sources": [
|
||||
"JHora Varshaphala screenshot",
|
||||
@@ -132,10 +88,10 @@
|
||||
"validate_command": "python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --format json && python3 scripts/tajika_annual_benchmark_dashboard.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --format json"
|
||||
},
|
||||
"next_actions": [
|
||||
"Fill solar return datetime, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, three Sahams and Tajika Yogas from an external annual source.",
|
||||
"Document timezone/DST and solar-return convention before promoting the row.",
|
||||
"Set the row to external_verified only after target.source_artifact and metadata.source_artifact point to reviewable evidence.",
|
||||
"Regenerate the annual queue and benchmark dashboard."
|
||||
"Keep the current annual packet set in active_target_set_closed status and avoid overstating it as full predictive closure.",
|
||||
"Use this board as a reference packet only; the remaining work is second-wave sample breadth, day/night reversal edges and deeper judgment templates.",
|
||||
"Regenerate the annual queue and benchmark dashboard after new external rows or broader tolerance checks are added.",
|
||||
"Do not treat local scripts/varshaphala.py output as oracle evidence even though the present packet set is closed."
|
||||
],
|
||||
"boundary": "This board isolates Tajika/Sahams annual closure. Local scripts/varshaphala.py output is not an external oracle and must not be used as production tuning evidence."
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
# Tajika/Sahams Annual Closure Status
|
||||
|
||||
- annual_task_count: `5`
|
||||
- external_verified_annual_tasks: `1`
|
||||
- can_claim_tajika_sahams_closure: `false`
|
||||
- external_verified_annual_tasks: `5`
|
||||
- can_claim_tajika_sahams_closure: `true`
|
||||
- production_tuning_allowed: `false`
|
||||
|
||||
## First Priority Packet
|
||||
@@ -14,21 +14,26 @@
|
||||
|
||||
## Missing Summary
|
||||
|
||||
- metadata: `5`
|
||||
- target: `10`
|
||||
- metadata: `0`
|
||||
- target: `0`
|
||||
|
||||
## Prefilled Fields
|
||||
|
||||
- status: `draft`
|
||||
- status: `external_verified`
|
||||
- promotion_status_after_fill: `external_verified`
|
||||
|
||||
- metadata:
|
||||
|
||||
- tool_name: `PyJHora`
|
||||
- tool_version_or_url: `PyJHora 4.8.6 isolated workbuddy black-box run`
|
||||
- capture_date: `2026-06-29`
|
||||
- source_artifact: `references/oracle/artifacts/pyjhora_einstein_varshaphala_1905_lahiri_partial_20260629.txt`
|
||||
- ayanamsa: `lahiri`
|
||||
- node_mode: `mean`
|
||||
- timezone: `0.883333`
|
||||
- annual_system: `varshaphala`
|
||||
- timezone: `UTC+00:53`
|
||||
- annual_system: `Varshaphala/Tajika`
|
||||
- target_year: `1905`
|
||||
- operator_note: `Black-box annual output from workbuddy PyJHora 4.8.6 environment. External evidence only; local annual engine output was not used. Solar-return timestamp, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, selected Sahams, and Tajika Yogas were captured through the external PyJHora path via the annual chart and jhora.horoscope.transit.tajaka_yoga helper chain.`
|
||||
|
||||
- settings:
|
||||
|
||||
@@ -40,25 +45,10 @@
|
||||
## Manual Fill Plan
|
||||
|
||||
- status_value: `external_verified`
|
||||
- manual_entry_count: `15`
|
||||
- manual_entry_count: `0`
|
||||
|
||||
## Missing Fields
|
||||
|
||||
- `metadata.tool_name`
|
||||
- `metadata.tool_version_or_url`
|
||||
- `metadata.capture_date`
|
||||
- `metadata.operator_note`
|
||||
- `metadata.source_artifact`
|
||||
- `target.solar_return_datetime`
|
||||
- `target.varsha_lagna_deg`
|
||||
- `target.muntha_sign`
|
||||
- `target.year_lord`
|
||||
- `target.mudda_dasha_first_lord`
|
||||
- `target.sahams.punya_saham`
|
||||
- `target.sahams.rajya_saham`
|
||||
- `target.sahams.vivah_saham`
|
||||
- `target.tajika_yogas`
|
||||
- `target.source_artifact`
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
@@ -71,10 +61,10 @@ python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/ta
|
||||
|
||||
## Next Actions
|
||||
|
||||
- Fill solar return datetime, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, three Sahams and Tajika Yogas from an external annual source.
|
||||
- Document timezone/DST and solar-return convention before promoting the row.
|
||||
- Set the row to external_verified only after target.source_artifact and metadata.source_artifact point to reviewable evidence.
|
||||
- Regenerate the annual queue and benchmark dashboard.
|
||||
- Keep the current annual packet set in active_target_set_closed status and avoid overstating it as full predictive closure.
|
||||
- Use this board as a reference packet only; the remaining work is second-wave sample breadth, day/night reversal edges and deeper judgment templates.
|
||||
- Regenerate the annual queue and benchmark dashboard after new external rows or broader tolerance checks are added.
|
||||
- Do not treat local scripts/varshaphala.py output as oracle evidence even though the present packet set is closed.
|
||||
|
||||
## Boundary
|
||||
|
||||
|
||||
@@ -22,6 +22,10 @@ Do not open new product surfaces before at least one of these four lanes is clos
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/high_value_fragment_source_map_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/worktree_fragment_triage_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/yoga_benchmark_case_promotion_audit_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_first_repo_truth_pack_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_second_repo_truth_pack_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_third_repo_truth_pack_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_fourth_repo_truth_pack_2026_07_01.md`
|
||||
- Treat repo truth as authoritative.
|
||||
- Treat `docs/research/local_drafts`, Gemini brain notes, Codex attachments, and WorkBuddy copies as candidate sources only.
|
||||
|
||||
@@ -52,6 +56,7 @@ Do not open new product surfaces before at least one of these four lanes is clos
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/wealth_adjudicator_sixth_pass_avayogi_boundary_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/wealth_adjudicator_seventh_pass_ashtakavarga_bridge_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/event_judgment_wealth.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/yogi-asc-tight-orb-wealth-freeze-guide.md`
|
||||
|
||||
## Oracle Closure
|
||||
|
||||
@@ -60,7 +65,13 @@ Do not open new product surfaces before at least one of these four lanes is clos
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/oracle_closure_master_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/public_benchmark_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/shadbala_absolute_oracle_comparison_audit_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_first_repo_truth_pack_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_second_repo_truth_pack_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_third_repo_truth_pack_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/promote_fourth_repo_truth_pack_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/raman_dasha_boundary_series_oracle_seed_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/tajika_annual_closure_status_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/tajika_annual_benchmark_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/shadbala_oracle_comparison.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/oracle/`
|
||||
- Before changing oracle-dependent adjudicator or benchmark claims, run:
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
# Jyotish External Oracle Closure Master Dashboard
|
||||
|
||||
Generated: `2026-06-28T23:44:03.079746+00:00`
|
||||
Generated: `2026-07-01T11:36:22.612746+00:00`
|
||||
|
||||
## Summary
|
||||
|
||||
- total_tasks: `12`
|
||||
- external_verified_tasks: `8`
|
||||
- open_tasks: `4`
|
||||
- can_claim_global_oracle_closure: `false`
|
||||
- external_verified_tasks: `12`
|
||||
- open_tasks: `0`
|
||||
- can_claim_global_oracle_closure: `true`
|
||||
- production_tuning_allowed: `false`
|
||||
|
||||
## Fronts
|
||||
@@ -15,22 +15,11 @@ Generated: `2026-06-28T23:44:03.079746+00:00`
|
||||
| front | tasks | verified | first priority | missing fields | manual entries | metadata missing | target missing |
|
||||
|---|---:|---:|---|---:|---:|---:|---:|
|
||||
| `dasha` | 3 | 3 | `complete` | 0 | 0 | 0 | 0 |
|
||||
| `tajika_sahams` | 5 | 1 | `template_einstein_varshaphala_1905_lahiri` | 15 | 15 | 5 | 10 |
|
||||
| `tajika_sahams` | 5 | 5 | `template_einstein_varshaphala_1905_lahiri` | 0 | 0 | 0 | 0 |
|
||||
| `shadbala` | 4 | 4 | `complete` | 0 | 0 | 0 | 0 |
|
||||
|
||||
## Next Action Order
|
||||
|
||||
### tajika_sahams
|
||||
|
||||
- case_id: `template_einstein_varshaphala_1905_lahiri`
|
||||
- capture_id: `external_template_einstein_varshaphala_1905_lahiri`
|
||||
- missing_field_count: `15`
|
||||
- manual_entry_count: `15`
|
||||
|
||||
```bash
|
||||
python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/tajika_annual_oracle_cases.json --apply-packet references/oracle/artifacts/pending_packets/external_template_einstein_varshaphala_1905_lahiri.json --format json
|
||||
```
|
||||
|
||||
## Boundary
|
||||
|
||||
This dashboard merges external evidence readiness only. It does not claim prediction accuracy, does not tune production constants, and does not treat local engine output as oracle evidence.
|
||||
|
||||
@@ -0,0 +1,145 @@
|
||||
# Promote-First Repo Truth Pack - 2026-07-01
|
||||
|
||||
## Purpose
|
||||
|
||||
This file promotes the first high-value draft cluster from `docs/research/local_drafts/2026-06/`
|
||||
into canonical repo truth.
|
||||
|
||||
It does not replace the original drafts. It re-anchors their durable conclusions into the committed
|
||||
research layer so future work can cite repo truth directly instead of repeatedly rediscovering the
|
||||
same fragment pack.
|
||||
|
||||
## Promoted Drafts Covered
|
||||
|
||||
1. `antigravity_round36_tajika_sahams_external_closure_pack_2026_06_26.md`
|
||||
2. `antigravity_round37_dasha_external_oracle_shortest_closure_board_2026_06_26.md`
|
||||
3. `antigravity_round37_shadbala_absolute_value_frontier_board_2026_06_26.md`
|
||||
4. `antigravity_round39_yogi_wealth_bridge_audit_2026_06_28.md`
|
||||
5. `three_fronts_skill_depth_audit_2026_06_26.md`
|
||||
|
||||
## Promotion Result
|
||||
|
||||
### 1. Tajika / Sahams closure pack
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/tajika_annual_closure_status_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/tajika_annual_benchmark_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/oracle_closure_master_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/oracle/`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- Tajika / Varshaphala / Sahams already have local computational structure.
|
||||
- The real gap is external annual oracle closure plus judgment-depth maturity.
|
||||
- Local annual output must not be treated as external proof or production tuning authority.
|
||||
|
||||
Current repo-truth status:
|
||||
|
||||
- `external_verified_annual_tasks = 5`
|
||||
- current target-set closure is complete for the existing packet set
|
||||
- traditional-software-grade annual interpretation closure is still **not** complete
|
||||
- further public evidence and deeper annual judgment templates remain open
|
||||
|
||||
### 2. Dasha external oracle shortest closure board
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/oracle_closure_master_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/public_benchmark_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/skill_gap_truth_audit_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/oracle/dasha_shadbala_oracle_cases.json`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- shortest-path Dasha closure was correctly framed as an external packet problem, not a full engine rewrite
|
||||
- exact external boundary proof is a different claim from internal invariant stability
|
||||
- closure of the current target set does not justify claiming software-grade exact-date timing for every family/sub-period
|
||||
|
||||
Current repo-truth status:
|
||||
|
||||
- `external_verified_dasha_tasks = 3 / 3`
|
||||
- the current Dasha-only target set is closed
|
||||
- broader claims remain blocked: sub-period expansion, balance periods, and multi-family comparison still need growth
|
||||
|
||||
### 3. Shadbala absolute-value frontier board
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/shadbala_absolute_oracle_comparison_audit_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/oracle_closure_master_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/public_benchmark_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/skill_gap_truth_audit_latest.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- invariant stability is not the same as component-level external absolute closure
|
||||
- component-by-component deltas matter more than hiding mismatch inside a total score
|
||||
- global scaling is explicitly rejected as a fake closure path
|
||||
|
||||
Current repo-truth status:
|
||||
|
||||
- `external_verified_shadbala_tasks = 4 / 4`
|
||||
- current target-set closure is complete
|
||||
- broader absolute-value authority is still not complete across more samples and source families
|
||||
|
||||
### 4. Yogi wealth bridge audit
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/mcp_server.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_mcp_strict_workflow_finance.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/wealth_adjudicator_sixth_pass_avayogi_boundary_2026_06_28.md`
|
||||
- this promotion pack, which records the boundary correction
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- Yogi is now a native supporting wealth layer in the current strict workflow
|
||||
- it is gated by a base wealth promise and does not become an isolated primary verdict
|
||||
- Avayogi remains separately guarded as a risk modifier
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- older repo docs still contain an intermediate boundary where Yogi was described as external-truth-only
|
||||
- current code and regression truth no longer match that intermediate state
|
||||
- canonical runtime truth is the code and tests, not the superseded interim wording
|
||||
|
||||
### 5. Three-fronts skill depth audit
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/skill_gap_truth_audit_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/ACTIVE_FRONTS.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- `Chara Dasha` is a tail-difference and interpretation-boundary task, not an absent feature
|
||||
- `KP / Prashna` is a workflow-thickening and external-case-closure task, not an absent feature
|
||||
- `Tajika / Varshaphala / Sahams` is a judgment-depth and external-closure task, not an absent feature
|
||||
|
||||
## What Was Half-Finished
|
||||
|
||||
Yes, there were real half-finished canonical targets before this promotion pass:
|
||||
|
||||
1. The oracle closure dashboards already existed, but some benchmark status docs were stale relative to the latest packet truth.
|
||||
2. The skill-level truth audit already carried part of the three-fronts conclusion, but not as an explicit promoted-draft link.
|
||||
3. Wealth research docs contained an intermediate Yogi boundary that no longer matched the code/test main chain.
|
||||
|
||||
This pass treats those as canonical half-finished assets and upgrades them instead of creating parallel truth layers.
|
||||
|
||||
## What Remains Reference-Only
|
||||
|
||||
The original draft files remain useful archaeology and source history, but after this pass they should no longer be cited as the primary source for these five fronts when the canonical repo docs above already cover the durable conclusion.
|
||||
|
||||
## Boundary
|
||||
|
||||
Promotion here means:
|
||||
|
||||
- the durable claim is now represented in committed repo truth
|
||||
- future work should cite the canonical files first
|
||||
|
||||
It does not mean:
|
||||
|
||||
- every frontier is complete
|
||||
- every external oracle claim is globally closed
|
||||
- every interim research sentence in old docs is still current
|
||||
@@ -0,0 +1,161 @@
|
||||
# Promote-Fourth Repo Truth Pack - 2026-07-01
|
||||
|
||||
## Purpose
|
||||
|
||||
This file promotes the fourth high-value draft cluster from `docs/research/local_drafts/2026-06/`
|
||||
into canonical repo truth.
|
||||
|
||||
This pass is not a new runtime feature. It is a source-of-truth consolidation pass for Dasha
|
||||
accuracy, Dasha code-only priority, fragment reuse discipline, and WorkBuddy/skill truth boundaries.
|
||||
|
||||
## Promoted Drafts Covered
|
||||
|
||||
1. `antigravity_round40_whole_machine_fragment_reuse_shortlist_2026_06_27.md`
|
||||
2. `dasha_accuracy_closure_status_2026_06_26.md`
|
||||
3. `dasha_code_only_priority_rerank_2026_06_26.md`
|
||||
4. `skill_fragment_map_and_source_of_truth_2026_06_26.md`
|
||||
5. `skill_truth_conflict_matrix_2026_06_26.md`
|
||||
|
||||
## Promotion Result
|
||||
|
||||
### 1. Whole-machine fragment reuse shortlist
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/preflight_fragment_scan.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/high_value_fragment_source_map_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/worktree_fragment_triage_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/whole_project_fragment_sweep_and_vedastro_ledger_link_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/repo_cleanup_promotion_map_2026_07_01.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- whole-machine fragments are candidate sources, not runtime truth
|
||||
- WorkBuddy, Gemini brain, and local drafts may guide recovery, but every durable claim must be re-anchored in main repo files
|
||||
- several entries in the old shortlist named hypothetical or stale paths; those must not be treated as already existing code
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- the old shortlist's `reuse_now` labels are not sufficient authority to copy code or formulas
|
||||
- current governance requires repo confirmation through tests, references, or scripts before a draft becomes production truth
|
||||
|
||||
### 2. Dasha accuracy closure status
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/dasha_reference_audit.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/oracle_boundary_audit.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/oracle_closure_master_dashboard.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/external_oracle_sanity_closure.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/oracle_closure_master_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/benchmark/external_official_sanity_oracle_closure.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- Dasha accuracy is not a matter of local code alone
|
||||
- external evidence and oracle packet provenance must remain visible
|
||||
- single PDFs, screenshots, or local engine output cannot be used to tune production constants
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- the old draft described a `0/5` external-oracle stage
|
||||
- the current canonical dashboard has moved to `12/12 external_verified` across tracked oracle tasks
|
||||
- despite that, `production_tuning_allowed=false` still holds, so target-set closure must not be inflated into final predictive accuracy closure
|
||||
|
||||
### 3. Dasha code-only priority rerank
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/jaimini.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/kalachakra_dasha.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/narayana_dasha.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_jaimini.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_chara_dasha_dignity.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_knrao_benchmark_v6910.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_narayana_dasha.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/SKILL.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- Chara Dasha remains the higher-value code-only Dasha refinement target because the remaining gap is a tail of co-lord, direction-count, and Antardasha-rule differences
|
||||
- Kalachakra Dasha is not absent; it has an implementation and must be described as simplified/covered rather than missing
|
||||
- high-rigor timing still requires at least Vimshottari + Narayana Dasha, with Chara/Kalachakra used as additional context when relevant
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- code-only Dasha cleanup can continue, but it does not replace the external oracle ledger
|
||||
- `narayana_dasha.py` is now part of the mandatory timing cross-check chain and has its own regression tests
|
||||
|
||||
### 4. Skill fragment map and source of truth
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/unique_main_chain_map_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/SKILL.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/AGENTS.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/technique_registry.json`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/strict-workflow-router.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_runtime_import_boundaries.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_skill_truth_sync_scripts.py`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- 主仓真源 lives in the main repository, not in WorkBuddy or restored historical directories
|
||||
- `SKILL.md`, `AGENTS.md`, `references/technique_registry.json`, and `references/strict-workflow-router.md` are the current instruction/registry/router truth surfaces
|
||||
- research docs are evidence and planning memory; they do not override runtime or registry truth by themselves
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- WorkBuddy is a distribution mirror and historical reference, not a reverse authority over the main repo
|
||||
- source-of-truth decisions should be enforced through tests and sync scripts, not by memory
|
||||
|
||||
### 5. Skill truth conflict matrix
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/sync_skill_truth_to_workbuddy.sh`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/sync_skill_truth_whitelist.sh`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/stage_skill_truth_whitelist.sh`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_skill_truth_sync_scripts.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/unique_main_chain_map_2026_07_01.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- known WorkBuddy conflicts must be resolved by pushing main repo truth outward, never by reverse-copying mirror claims inward
|
||||
- sub-skills are historical or distribution surfaces unless the main repo explicitly names them as current authority
|
||||
- cloud sync must remain whitelist-based, especially for skill truth files
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- the old conflict matrix asked for a WorkBuddy overwrite action
|
||||
- this repo truth pack only records the governing rule; any actual mirror sync must still be run deliberately through the existing whitelist scripts
|
||||
|
||||
## What Was Half-Finished
|
||||
|
||||
This batch contained real half-finished truth in three places:
|
||||
|
||||
1. Dasha accuracy documents lagged behind the newer oracle dashboard state.
|
||||
2. Code-only Dasha priority notes correctly identified Chara as a live refinement target but needed to be tied to current Narayana/high-rigor timing rules.
|
||||
3. Skill truth documents identified WorkBuddy divergence but needed to be anchored to the current unique main-chain map and sync-script tests.
|
||||
|
||||
## What Remains Reference-Only
|
||||
|
||||
The original five drafts remain useful archaeology.
|
||||
|
||||
After this pass, they should not be cited as the primary truth source for:
|
||||
|
||||
- Dasha external-oracle status
|
||||
- Chara/Kalachakra priority
|
||||
- WorkBuddy mirror authority
|
||||
- current fragment-reuse governance
|
||||
|
||||
## Boundary
|
||||
|
||||
Promotion here means the durable conclusions are represented in main repo truth.
|
||||
|
||||
It does not mean:
|
||||
|
||||
- Dasha predictive accuracy is fully externally proven
|
||||
- Chara Dasha tail mismatches are solved
|
||||
- WorkBuddy has necessarily been overwritten in this pass
|
||||
- every whole-machine fragment in the old shortlist has been imported
|
||||
@@ -0,0 +1,148 @@
|
||||
# Promote-Second Repo Truth Pack - 2026-07-01
|
||||
|
||||
## Purpose
|
||||
|
||||
This file promotes the second high-value draft cluster from `docs/research/local_drafts/2026-06/`
|
||||
into canonical repo truth.
|
||||
|
||||
The first pack closed the most urgent oracle and skill-depth fronts.
|
||||
This second pack focuses on governance reuse, benchmark moat truth,
|
||||
article-technique arbitration, and packet-assistant drift.
|
||||
|
||||
## Promoted Drafts Covered
|
||||
|
||||
1. `antigravity_round31_single_source_of_truth_enforcement_2026_06_26.md`
|
||||
2. `antigravity_round31_whole_machine_fragment_reuse_fourth_pass_2026_06_26.md`
|
||||
3. `antigravity_round32_whole_machine_fragment_reuse_fifth_pass_2026_06_26.md`
|
||||
4. `antigravity_round37_public_benchmark_moat_board_2026_06_26.md`
|
||||
5. `antigravity_round38_public_benchmark_board_v2_2026_06_26.md`
|
||||
6. `antigravity_round38_dasha_external_oracle_packet_factory_2026_06_26.md`
|
||||
7. `antigravity_round38_shadbala_absolute_value_capture_matrix_2026_06_26.md`
|
||||
8. `antigravity_round40_article_technique_truth_arbitration_2026_06_27.md`
|
||||
9. `antigravity_round40_dasha_second_wave_closure_pack_2026_06_27.md`
|
||||
|
||||
## Promotion Result
|
||||
|
||||
### 1. Single source of truth enforcement
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/skill_single_source_of_truth_2026_06_26.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/unique_main_chain_map_2026_07_01.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/repo_cleanup_promotion_map_2026_07_01.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- the repo remains the only source of runtime truth
|
||||
- WorkBuddy is distribution-only
|
||||
- fragment governance must be enforced by docs, tests and preflight, not memory
|
||||
|
||||
What was half-finished before this promotion:
|
||||
|
||||
- source-of-truth doctrine existed, but was still split across several docs
|
||||
- preflight did not yet treat multiple promotion packs as one canonical promotion layer
|
||||
|
||||
### 2. Whole-machine fragment reuse passes
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/high_value_fragment_source_map_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/worktree_fragment_triage_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/whole_project_fragment_sweep_and_vedastro_ledger_link_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/preflight_fragment_scan.py`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- multi-window fragment reuse is now a governed workflow, not ad hoc archaeology
|
||||
- promotion should happen by re-anchoring into repo truth, not by reverse-copy from mirrors
|
||||
- residue and scratch outputs are allowed to exist, but must stay outside runtime truth until promoted
|
||||
|
||||
### 3. Public benchmark moat / board v2
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/public_benchmark_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/skill_gap_truth_audit_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/oracle_benchmark_inventory_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/precision-benchmark-dashboard.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- a public benchmark moat must be built from externally reviewable evidence, not self-assertion
|
||||
- benchmark layers must separate internal consistency, external oracle closure and public-history maturity
|
||||
- even with the current target set closed, global-first claims remain blocked by long-term public-history gaps
|
||||
|
||||
### 4. Dasha packet factory + Shadbala capture matrix
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/first_oracle_packet_assistant.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/oracle_packet_assistant_index.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/benchmark/first_oracle_packet_assistant_index.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/benchmark/first_oracle_packet_assistant_index.json`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- packet-assistant infrastructure is the canonical operator-facing closure helper
|
||||
- packet readiness must reflect the current queue truth, not a stale first-packet-only world
|
||||
- Shadbala capture remains component-level and Dasha expansion remains multi-wave, even after the current target set closes
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- the old assistant layer was a real half-finished canonical asset
|
||||
- it still described old first-packet gaps even after several target-set packets had already closed
|
||||
|
||||
### 5. Article technique truth arbitration
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/interpretation_template_registry.json`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/skill_gap_truth_audit_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/high_granularity_technique_deepening_backlog_2026_06_26.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/SKILL.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- article-derived techniques must be source-graded and cross-checked before entering workflow truth
|
||||
- some topics are valid as frozen templates, some only as guarded refiners, and some remain blocked from hard predictive use
|
||||
- examples already anchored in canonical template truth include:
|
||||
- `yogi_asc_tight_orb_wealth`
|
||||
- `ashwini_talent_profile`
|
||||
- `lakshmi_dhana_activation_chain`
|
||||
- `darakaraka_ul_spouse_depth`
|
||||
- `asc_degree_nakshatra_pada_personality`
|
||||
|
||||
### 6. Dasha second-wave closure pack
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/skill_gap_truth_registry.json`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/skill_gap_truth_audit_latest.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- current target-set closure for Dasha is real
|
||||
- but software-grade timing claims remain blocked until second-wave expansion broadens:
|
||||
- sub-period depth
|
||||
- more ayanamsa / boundary families
|
||||
- harder historical / extreme test rows
|
||||
|
||||
## What Was Half-Finished
|
||||
|
||||
Yes, the second batch also had real half-finished canonical assets:
|
||||
|
||||
1. `public benchmark` truth existed, but older board language still assumed a much earlier closure stage.
|
||||
2. `packet assistant` docs and tests still reflected a first-packet-only world.
|
||||
3. `article truth arbitration` had already been partially promoted into template registry and `SKILL.md`, but not recorded as canonical fragment recovery.
|
||||
|
||||
This pass upgrades those half-finished assets instead of creating parallel governance docs.
|
||||
|
||||
## Boundary
|
||||
|
||||
Promotion here means the durable conclusions from these drafts are now represented in committed repo truth.
|
||||
|
||||
It does not mean:
|
||||
|
||||
- every benchmark claim is now public-history mature
|
||||
- packet-assistant infrastructure is fully finished for all future waves
|
||||
- every article-derived technique is allowed into hard prediction
|
||||
@@ -0,0 +1,145 @@
|
||||
# Promote-Third Repo Truth Pack - 2026-07-01
|
||||
|
||||
## Purpose
|
||||
|
||||
This file promotes the third high-value draft cluster from `docs/research/local_drafts/2026-06/`
|
||||
into canonical repo truth.
|
||||
|
||||
This pass is deliberately conservative: it does not invent a new parallel interpretation layer.
|
||||
It re-anchors the durable conclusions of five draft fronts into the existing repo truth surface,
|
||||
and it fixes one real stale canonical lane that was still describing pre-closure Tajika annual status.
|
||||
|
||||
## Promoted Drafts Covered
|
||||
|
||||
1. `antigravity_round36_asc_degree_yogi_tight_orb_wealth_pack_2026_06_26.md`
|
||||
2. `antigravity_round37_tajika_sahams_annual_closure_board_2026_06_26.md`
|
||||
3. `antigravity_round38_whole_machine_fragment_reuse_sixth_pass_2026_06_26.md`
|
||||
4. `antigravity_round40_shadbala_absolute_authority_ladder_2026_06_27.md`
|
||||
5. `antigravity_round40_tajika_annual_second_wave_board_2026_06_27.md`
|
||||
|
||||
## Promotion Result
|
||||
|
||||
### 1. Asc-degree / Yogi / tight-orb wealth pack
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/yogi-asc-tight-orb-wealth-freeze-guide.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/interpretation_template_registry.json`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/mcp_server.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_mcp_strict_workflow_finance.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/wealth_adjudicator_sixth_pass_avayogi_boundary_2026_06_28.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- `yogi_asc_tight_orb_wealth` is no longer just an article idea; it already exists as a guarded finance support hook in the strict workflow.
|
||||
- Yogi / Avayogi remains a secondary activation or leakage layer, not a primary wealth promise engine.
|
||||
- Ashwini and related Nakshatra detail has been promoted into guarded template truth, not hard single-factor prediction.
|
||||
|
||||
Boundary correction:
|
||||
|
||||
- older wealth audit notes still contained an intermediate state where `yogi_asc_tight_orb_wealth` had not yet been auto-wired
|
||||
- current code, templates and finance regressions are already beyond that intermediate state
|
||||
|
||||
### 2. Tajika / Sahams annual closure board
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/tajika_annual_closure_status.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/tajika_annual_benchmark_dashboard.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/tajika_annual_closure_status_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/tajika_annual_benchmark_dashboard_latest.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/skill_gap_truth_registry.json`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- the current annual external packet set is closed at `5 / 5`
|
||||
- this is a real target-set closure, not a fake local-only claim
|
||||
- that closure still does **not** mean traditional-software-grade annual prediction closure
|
||||
|
||||
Half-finished canonical asset fixed in this pass:
|
||||
|
||||
- the annual benchmark and latest research docs were still describing the old `1 / 5` stage
|
||||
- they now reflect the current target-set-closed truth while preserving the broader interpretation-maturity boundary
|
||||
|
||||
### 3. Whole-machine fragment reuse sixth pass
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/high_value_fragment_source_map_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/worktree_fragment_triage_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/whole_project_fragment_sweep_and_vedastro_ledger_link_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/tithi-lord-freeze-execution-guide.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/bhrigu-pada-all-event-freeze-execution-guide.md`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- the repo is no longer in a state where critical hidden algorithms are likely to be buried in forgotten corners
|
||||
- the remaining reuse work is mostly overlap triage, pseudo-code promotion and boundary documentation
|
||||
- known examples such as `tithi_analyzer.py` vs `tithi_lord.py` are governed overlap/backlog issues, not evidence of missing runtime capability
|
||||
|
||||
### 4. Shadbala absolute authority ladder
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/shadbala_absolute_oracle_comparison_audit_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/shadbala_component_cap_all_routes_2026_06_28.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/shadbala_oracle_comparison.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/shadbala_oracle_closure_status.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/oracle_boundary_audit.py`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- Shadbala closure must remain component-first, not total-score cosmetic matching
|
||||
- `Sthana`, `Kala`, `Chesta` and `Drik` are still the highest-risk component layers when absolute values drift
|
||||
- global scaling remains an explicitly forbidden fake-closure path
|
||||
|
||||
### 5. Tajika annual second-wave board
|
||||
|
||||
Promoted into canonical truth through:
|
||||
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/skill_gap_truth_registry.json`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/references/sahams-execution-guide.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/docs/research/high_granularity_technique_deepening_backlog_2026_06_26.md`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/tajika.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/scripts/muntha.py`
|
||||
- `/Users/wuyongnaren/Documents/印度占星/tests/test_tajika.py`
|
||||
|
||||
Durable truth retained:
|
||||
|
||||
- the second-wave Tajika problem is no longer “missing skeleton”
|
||||
- the real remaining work is:
|
||||
- broader public samples
|
||||
- day/night reversal and twilight-edge truth
|
||||
- Varsheshvara and Saham deep comparison
|
||||
- thicker annual judgment templates
|
||||
|
||||
## What Was Half-Finished
|
||||
|
||||
Yes, this batch also contained real half-finished canonical truth:
|
||||
|
||||
1. annual latest docs were still pinned to the earlier Tajika closure stage
|
||||
2. some wealth audits still described Yogi/tight-orb as not yet auto-consumed even though the strict finance route already used it
|
||||
3. fragment-reuse conclusions existed, but not all of their durable boundaries were explicitly tied back to the canonical freeze guides and triage docs
|
||||
|
||||
This pass upgrades those half-finished canonical assets instead of creating a new fourth truth layer.
|
||||
|
||||
## What Remains Reference-Only
|
||||
|
||||
The original five drafts remain useful archaeology and research memory.
|
||||
|
||||
After this pass, they should not be cited as the primary truth source for:
|
||||
|
||||
- Yogi/tight-orb wealth activation
|
||||
- current Tajika annual target-set closure state
|
||||
- component-first Shadbala closure discipline
|
||||
- fragment-reuse governance boundaries
|
||||
|
||||
## Boundary
|
||||
|
||||
Promotion here means the durable conclusion is now represented in committed repo truth.
|
||||
|
||||
It does not mean:
|
||||
|
||||
- Tajika annual prediction is already fully mature
|
||||
- Shadbala is globally calibrated across all public source families
|
||||
- every overlap noted in fragment reuse is already refactored away
|
||||
@@ -1,6 +1,6 @@
|
||||
# Public Jyotish Benchmark Dashboard
|
||||
|
||||
Generated: `2026-06-28T23:44:26.816376+00:00`
|
||||
Generated: `2026-07-01T11:37:25.105482+00:00`
|
||||
|
||||
## Capability Registry
|
||||
|
||||
@@ -21,11 +21,11 @@ Generated: `2026-06-28T23:44:26.816376+00:00`
|
||||
|
||||
## PyJHora Black-Box Assets
|
||||
|
||||
- artifact_count: `8`
|
||||
- artifact_count: `12`
|
||||
- packet_count: `8`
|
||||
- dasha_artifacts: `3`
|
||||
- shadbala_artifacts: `4`
|
||||
- tajika_sahams_artifacts: `1`
|
||||
- tajika_sahams_artifacts: `5`
|
||||
|
||||
## Boundary Audit
|
||||
|
||||
@@ -40,11 +40,11 @@ Generated: `2026-06-28T23:44:26.816376+00:00`
|
||||
|
||||
## Remaining Gap
|
||||
|
||||
Dasha-only external oracle readiness is 3/3; Shadbala external absolute-value readiness is 4/4; PyJHora black-box assets are 8 artifacts / 8 packets; public long-term benchmark history is not yet comparable to the strongest global open-source projects.
|
||||
Dasha-only external oracle readiness is 3/3; Shadbala external absolute-value readiness is 4/4; PyJHora black-box assets are 12 artifacts / 8 packets; public long-term benchmark history is not yet comparable to the strongest global open-source projects.
|
||||
|
||||
## Next Actions
|
||||
|
||||
- Fill the next open Tajika/Sahams or Shadbala external packet under references/oracle/artifacts/pending_packets.
|
||||
- Run oracle_evidence_validator.py until at least one packet is valid.
|
||||
- Expand public benchmark history instead of over-claiming from the current closed target set.
|
||||
- Run oracle_boundary_audit.py to inspect Dasha/Shadbala deltas without tuning constants.
|
||||
- Publish this dashboard after each validated sample batch.
|
||||
- Regenerate Tajika/Dasha/Shadbala status boards after each new external packet batch.
|
||||
- Publish this dashboard after each validated sample batch so public claim boundaries stay conservative.
|
||||
|
||||
@@ -0,0 +1,178 @@
|
||||
# Repo Cleanup And Promotion Map - 2026-07-01
|
||||
|
||||
## Purpose
|
||||
|
||||
This note turns the current fragment-governance findings into one concrete cleanup map.
|
||||
|
||||
It does **not** delete historical assets. It defines:
|
||||
|
||||
1. what should remain reference-only,
|
||||
2. what should be promoted into repo truth next,
|
||||
3. what must never flow back into runtime truth.
|
||||
|
||||
This file is for practical day-to-day use during multi-window work.
|
||||
|
||||
## Rule Summary
|
||||
|
||||
Three layers need active discipline:
|
||||
|
||||
1. `docs/research/local_drafts/2026-06`
|
||||
2. external Gemini work-brain scratch under `/Users/wuyongnaren/.gemini/antigravity-ide/brain`
|
||||
3. WorkBuddy mirror under `/Users/wuyongnaren/.workbuddy/skills/jyotish-vedic-astrology`
|
||||
|
||||
The repo runtime truth remains:
|
||||
|
||||
- `SKILL.md`
|
||||
- `AGENTS.md`
|
||||
- `scripts/`
|
||||
- `tests/`
|
||||
- `references/`
|
||||
- canonical committed `docs/research/*.md`
|
||||
|
||||
## A. Local Drafts 2026-06
|
||||
|
||||
Status:
|
||||
|
||||
- high-value source pool
|
||||
- not runtime truth
|
||||
- not directly callable by workflow
|
||||
|
||||
Current governance source:
|
||||
|
||||
- [local_drafts_2026_06_disposition.md](/Users/wuyongnaren/Documents/印度占星/docs/research/local_drafts_2026_06_disposition.md)
|
||||
|
||||
### Promote First
|
||||
|
||||
These are the highest-value draft fronts to convert into canonical repo truth next:
|
||||
|
||||
1. `antigravity_round36_tajika_sahams_external_closure_pack_2026_06_26.md`
|
||||
2. `antigravity_round37_dasha_external_oracle_shortest_closure_board_2026_06_26.md`
|
||||
3. `antigravity_round37_shadbala_absolute_value_frontier_board_2026_06_26.md`
|
||||
4. `antigravity_round39_yogi_wealth_bridge_audit_2026_06_28.md`
|
||||
5. `three_fronts_skill_depth_audit_2026_06_26.md`
|
||||
6. `current_skill_core_gap_rerank_2026_06_26.md`
|
||||
7. `five_hard_fronts_master_board_2026_06_26.md`
|
||||
|
||||
### Promotion Targets
|
||||
|
||||
When promoted, they should end up in one of four canonical forms only:
|
||||
|
||||
- `docs/research/*.md`
|
||||
- `references/*.md`
|
||||
- `tests/*.py`
|
||||
- `scripts/*.py`
|
||||
|
||||
Current promoted packs:
|
||||
|
||||
- [promote_first_repo_truth_pack_2026_07_01.md](/Users/wuyongnaren/Documents/印度占星/docs/research/promote_first_repo_truth_pack_2026_07_01.md)
|
||||
- [promote_second_repo_truth_pack_2026_07_01.md](/Users/wuyongnaren/Documents/印度占星/docs/research/promote_second_repo_truth_pack_2026_07_01.md)
|
||||
- [promote_third_repo_truth_pack_2026_07_01.md](/Users/wuyongnaren/Documents/印度占星/docs/research/promote_third_repo_truth_pack_2026_07_01.md)
|
||||
- [promote_fourth_repo_truth_pack_2026_07_01.md](/Users/wuyongnaren/Documents/印度占星/docs/research/promote_fourth_repo_truth_pack_2026_07_01.md)
|
||||
|
||||
### Do Not Do
|
||||
|
||||
- do not import draft code directly into runtime
|
||||
- do not cite drafts as final capability truth without re-anchoring
|
||||
- do not delete the draft pack just to reduce clutter
|
||||
|
||||
## B. External Gemini Work-Brain
|
||||
|
||||
Status:
|
||||
|
||||
- recovery-only
|
||||
- useful for archaeology
|
||||
- not repo truth
|
||||
|
||||
Examples already flagged by preflight:
|
||||
|
||||
- `run_vedastro.py`
|
||||
- `test_vedastro_events.py`
|
||||
- `test_vedastro_network.py`
|
||||
- `vedastro_capability_gap_analysis.md`
|
||||
|
||||
### Allowed Use
|
||||
|
||||
Allowed:
|
||||
|
||||
- compare ideas
|
||||
- recover lost exploration
|
||||
- re-anchor findings into repo docs or code
|
||||
|
||||
Not allowed:
|
||||
|
||||
- treat these files as current implementation truth
|
||||
- link runtime imports to them
|
||||
- quote them as final project status without repo confirmation
|
||||
|
||||
### Cleanup Action
|
||||
|
||||
The cleanup action here is **documentation and triage**, not repo-side deletion:
|
||||
|
||||
- if a work-brain artifact is still valuable, rewrite its claim into repo truth
|
||||
- if it is obsolete, leave it in recovery-only status and stop re-reading it during normal implementation
|
||||
|
||||
## C. WorkBuddy Mirror
|
||||
|
||||
Status:
|
||||
|
||||
- distribution mirror
|
||||
- historical reference only
|
||||
- explicitly not runtime source-of-truth
|
||||
|
||||
Canonical boundary sources:
|
||||
|
||||
- [unique_main_chain_map_2026_07_01.md](/Users/wuyongnaren/Documents/印度占星/docs/research/unique_main_chain_map_2026_07_01.md)
|
||||
- [whole_project_fragment_sweep_and_vedastro_ledger_link_2026_06_28.md](/Users/wuyongnaren/Documents/印度占星/docs/research/whole_project_fragment_sweep_and_vedastro_ledger_link_2026_06_28.md)
|
||||
|
||||
### Allowed Use
|
||||
|
||||
Allowed:
|
||||
|
||||
- parity check
|
||||
- drift detection
|
||||
- distribution packaging reference
|
||||
|
||||
Not allowed:
|
||||
|
||||
- reverse-copy runtime code into repo truth
|
||||
- add mirror path to import path
|
||||
- treat mirror docs as more current than the main repo
|
||||
|
||||
## Required Pre-Work Checklist
|
||||
|
||||
Before touching:
|
||||
|
||||
- strict workflow
|
||||
- VedAstro official ingestion
|
||||
- benchmark/oracle closure
|
||||
- wealth/career/relationship adjudicators
|
||||
- fragment reuse claims
|
||||
|
||||
do this:
|
||||
|
||||
1. check canonical repo truth first
|
||||
2. check `local_drafts_2026_06_disposition.md`
|
||||
3. check `preflight_fragment_scan.py` output
|
||||
4. only then inspect Gemini brain or WorkBuddy mirror if the canonical layer is insufficient
|
||||
|
||||
## Current Best Cleanup Strategy
|
||||
|
||||
This is the shortest safe path:
|
||||
|
||||
1. keep runtime code untouched unless a real gap is proven
|
||||
2. keep drafts in place but promote the top-value seven items above
|
||||
3. keep Gemini work-brain strictly as recovery-only
|
||||
4. keep WorkBuddy strictly as mirror/reference-only
|
||||
5. enforce the boundary through tests and preflight output, not by memory
|
||||
|
||||
## Boundary
|
||||
|
||||
This cleanup map exists to reduce repeated rediscovery cost.
|
||||
|
||||
It does **not** mean:
|
||||
|
||||
- local drafts are garbage
|
||||
- external work-brain is useless
|
||||
- WorkBuddy mirror should be deleted
|
||||
|
||||
It means all three must stay outside runtime truth until explicitly re-anchored.
|
||||
@@ -1,6 +1,6 @@
|
||||
# Jyotish Skill Gap Truth Audit
|
||||
|
||||
Generated: `2026-06-26T19:05:04.292300+00:00`
|
||||
Generated: `2026-07-01T11:37:25.807944+00:00`
|
||||
|
||||
## Public Claim Boundary
|
||||
|
||||
@@ -11,17 +11,25 @@ Generated: `2026-06-26T19:05:04.292300+00:00`
|
||||
|
||||
## Capability Snapshot
|
||||
|
||||
- technique_count: `79`
|
||||
- technique_count: `89`
|
||||
- capability_valid: `true`
|
||||
- hard_front_count: `5`
|
||||
- pyjhora_artifact_count: `12`
|
||||
- pyjhora_packet_count: `8`
|
||||
- past_correction_count: `6`
|
||||
|
||||
## PyJHora Black-Box Assets
|
||||
|
||||
- dasha_artifacts: `3`
|
||||
- shadbala_artifacts: `4`
|
||||
- tajika_sahams_artifacts: `5`
|
||||
|
||||
## External Oracle Closure
|
||||
|
||||
- total_tasks: `12`
|
||||
- external_verified_tasks: `8`
|
||||
- open_tasks: `4`
|
||||
- can_claim_global_oracle_closure: `false`
|
||||
- external_verified_tasks: `12`
|
||||
- open_tasks: `0`
|
||||
- can_claim_global_oracle_closure: `true`
|
||||
|
||||
## Remaining Hard Fronts
|
||||
|
||||
@@ -50,8 +58,8 @@ Generated: `2026-06-26T19:05:04.292300+00:00`
|
||||
|
||||
- id: `tajika_sahams_annual_closure`
|
||||
- priority: `P0`
|
||||
- status: `active_gap`
|
||||
- current_truth: Varshaphala, Muntha, Year Lord, Mudda Dasha and Sahams have local structure, and the first annual external packet is now accepted at 1/5 for Steve Jobs 1984 Lahiri via PyJHora 4.8.7 black-box artifact; annual judgment depth, Einstein 1905 and the remaining external sample set are still incomplete.
|
||||
- status: `active_target_set_closed`
|
||||
- current_truth: Varshaphala, Muntha, Year Lord, Mudda Dasha and Sahams have local structure, and the current annual external oracle target set is closed at 5/5 packets. This closes the present packet set, but annual judgment depth, broader public sample breadth, and stronger interpretation closure are still incomplete.
|
||||
|
||||
### Article-level interpretation template industrialization
|
||||
|
||||
|
||||
@@ -1,26 +1,26 @@
|
||||
# Tajika/Sahams Annual Benchmark Dashboard
|
||||
|
||||
Generated: `2026-06-26T19:05:02.797254+00:00`
|
||||
Generated: `2026-07-01T12:45:56.429591+00:00`
|
||||
|
||||
## Annual Oracle Readiness
|
||||
|
||||
- total_tasks: `5`
|
||||
- ready_for_collection: `4`
|
||||
- ready_for_calibration: `1`
|
||||
- ready_for_collection: `0`
|
||||
- ready_for_calibration: `5`
|
||||
- production_tuning_allowed: `false`
|
||||
|
||||
## Annual Closure Claim
|
||||
|
||||
- can_claim_tajika_sahams_closure: `false`
|
||||
- reason: Do not claim annual-chart closure until every template row is promoted to external_verified with human-reviewable artifacts.
|
||||
- can_claim_tajika_sahams_closure: `true`
|
||||
- reason: The current packet set is externally closed, but that only closes the present annual evidence target set. Broader annual judgment maturity still remains open.
|
||||
|
||||
## Remaining Gap
|
||||
|
||||
Solar return exact time, Varsha Lagna, Muntha, Year Lord, Mudda Dasha first lord, Sahams and Tajika Yogas still need external JHora/PyJHora/book-example evidence before the Jyotish skill can claim Tajika/Sahams annual closure.
|
||||
The current annual external-oracle target set is closed. The remaining gap is broader public sample breadth, stronger Year Lord/Muntha/Mudda Dasha/Sahams judgment templates, and multi-year annual interpretation comparisons before any traditional-software-grade predictive claim.
|
||||
|
||||
## Next Actions
|
||||
|
||||
- Fill the next annual evidence packet from JHora or PyJHora: template_einstein_varshaphala_1905_lahiri.
|
||||
- Add solar return datetime and Varsha Lagna tolerance checks after the first external row exists.
|
||||
- Add Saham-specific tolerance checks for Punya, Rajya and Vivah Saham.
|
||||
- Expand the annual benchmark with at least one printed Varshaphala example.
|
||||
- Keep Tajika/Sahams annual closure in active_target_set_closed status instead of overstating it as full predictive closure.
|
||||
- Freeze deeper annual judgment templates around Muntha, Year Lord, Mudda Dasha and Sahams.
|
||||
- Add broader public benchmark rows, especially multi-year printed Varshaphala examples and second-wave edge cases.
|
||||
- Do not treat local annual output alone as permission for production tuning or hard annual prediction claims.
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# Tajika/Sahams Annual Closure Status
|
||||
|
||||
- annual_task_count: `5`
|
||||
- external_verified_annual_tasks: `1`
|
||||
- can_claim_tajika_sahams_closure: `false`
|
||||
- external_verified_annual_tasks: `5`
|
||||
- can_claim_tajika_sahams_closure: `true`
|
||||
- production_tuning_allowed: `false`
|
||||
|
||||
## First Priority Packet
|
||||
@@ -14,21 +14,26 @@
|
||||
|
||||
## Missing Summary
|
||||
|
||||
- metadata: `5`
|
||||
- target: `10`
|
||||
- metadata: `0`
|
||||
- target: `0`
|
||||
|
||||
## Prefilled Fields
|
||||
|
||||
- status: `draft`
|
||||
- status: `external_verified`
|
||||
- promotion_status_after_fill: `external_verified`
|
||||
|
||||
- metadata:
|
||||
|
||||
- tool_name: `PyJHora`
|
||||
- tool_version_or_url: `PyJHora 4.8.6 isolated workbuddy black-box run`
|
||||
- capture_date: `2026-06-29`
|
||||
- source_artifact: `references/oracle/artifacts/pyjhora_einstein_varshaphala_1905_lahiri_partial_20260629.txt`
|
||||
- ayanamsa: `lahiri`
|
||||
- node_mode: `mean`
|
||||
- timezone: `0.883333`
|
||||
- annual_system: `varshaphala`
|
||||
- timezone: `UTC+00:53`
|
||||
- annual_system: `Varshaphala/Tajika`
|
||||
- target_year: `1905`
|
||||
- operator_note: `Black-box annual output from workbuddy PyJHora 4.8.6 environment. External evidence only; local annual engine output was not used. Solar-return timestamp, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, selected Sahams, and Tajika Yogas were captured through the external PyJHora path via the annual chart and jhora.horoscope.transit.tajaka_yoga helper chain.`
|
||||
|
||||
- settings:
|
||||
|
||||
@@ -40,25 +45,10 @@
|
||||
## Manual Fill Plan
|
||||
|
||||
- status_value: `external_verified`
|
||||
- manual_entry_count: `15`
|
||||
- manual_entry_count: `0`
|
||||
|
||||
## Missing Fields
|
||||
|
||||
- `metadata.tool_name`
|
||||
- `metadata.tool_version_or_url`
|
||||
- `metadata.capture_date`
|
||||
- `metadata.operator_note`
|
||||
- `metadata.source_artifact`
|
||||
- `target.solar_return_datetime`
|
||||
- `target.varsha_lagna_deg`
|
||||
- `target.muntha_sign`
|
||||
- `target.year_lord`
|
||||
- `target.mudda_dasha_first_lord`
|
||||
- `target.sahams.punya_saham`
|
||||
- `target.sahams.rajya_saham`
|
||||
- `target.sahams.vivah_saham`
|
||||
- `target.tajika_yogas`
|
||||
- `target.source_artifact`
|
||||
## Commands
|
||||
|
||||
```bash
|
||||
@@ -71,10 +61,10 @@ python3 scripts/tajika_annual_oracle_queue.py --oracle-file references/oracle/ta
|
||||
|
||||
## Next Actions
|
||||
|
||||
- Fill solar return datetime, Varsha Lagna, Muntha, Year Lord, first Mudda Dasha lord, three Sahams and Tajika Yogas from an external annual source.
|
||||
- Document timezone/DST and solar-return convention before promoting the row.
|
||||
- Set the row to external_verified only after target.source_artifact and metadata.source_artifact point to reviewable evidence.
|
||||
- Regenerate the annual queue and benchmark dashboard.
|
||||
- Keep the current annual packet set in active_target_set_closed status and avoid overstating it as full predictive closure.
|
||||
- Use this board as a reference packet only; the remaining work is second-wave sample breadth, day/night reversal edges and deeper judgment templates.
|
||||
- Regenerate the annual queue and benchmark dashboard after new external rows or broader tolerance checks are added.
|
||||
- Do not treat local scripts/varshaphala.py output as oracle evidence even though the present packet set is closed.
|
||||
|
||||
## Boundary
|
||||
|
||||
|
||||
Reference in New Issue
Block a user