Skip to content

fix(dmrv): Restore complete VRE-PARFE-HydroRE files - #19

Open
teslasworld wants to merge 1 commit into
InterWorkAlliance:mainfrom
teslasworld:fix/restore-vre-parfe-truncated-files
Open

fix(dmrv): Restore complete VRE-PARFE-HydroRE files #19
teslasworld wants to merge 1 commit into
InterWorkAlliance:mainfrom
teslasworld:fix/restore-vre-parfe-truncated-files

Conversation

@teslasworld

Copy link
Copy Markdown
Contributor

This commit restores the authoritative versions of two files that were corrupted/truncated during the merge of PR #16 (feat(dmrv): Add VRE-PARFE-HydroRE Extension Set):

  1. VariableTemplates.json

    • BEFORE (corrupted): 16 entries with 8 marked as "RECONSTRUCTED" (hallucinated)
    • AFTER (correct): 4 authoritative entries (kwhReading, sensorRef, gatewayRef, licenseeRef)
    • Source: teslasworld/TokenTaxonomyFramework fork (authoritative working version)
  2. vreParfeExtensionSet.proto

    • BEFORE (truncated): File ends mid-definition at line 101, missing LedgerAttestationOptions
    • AFTER (complete): Full proto file with all message definitions including PhysicsGateOptions and LedgerAttestationOptions
    • Source: teslasworld/TokenTaxonomyFramework fork (authoritative working version)

The corrupted versions prevented successful builds. Anyone building from the current main branch would encounter:

  • Proto compilation errors (syntax violations)
  • JSON validation failures (cross-reference errors)
  • Runtime failures due to missing variable template definitions

This restores the correct, tested, working versions from the original development branch.

…ated entries

This commit restores the authoritative versions of two files that were corrupted/truncated during the merge of PR InterWorkAlliance#16 (feat(dmrv): Add VRE-PARFE-HydroRE Extension Set):

1. VariableTemplates.json
   - BEFORE (corrupted): 16 entries with 8 marked as "RECONSTRUCTED" (hallucinated)
   - AFTER (correct): 4 authoritative entries (kwhReading, sensorRef, gatewayRef, licenseeRef)
   - Source: teslasworld/TokenTaxonomyFramework fork (authoritative working version)

2. vreParfeExtensionSet.proto
   - BEFORE (truncated): File ends mid-definition at line 101, missing LedgerAttestationOptions
   - AFTER (complete): Full proto file with all message definitions including PhysicsGateOptions and LedgerAttestationOptions
   - Source: teslasworld/TokenTaxonomyFramework fork (authoritative working version)

The corrupted versions prevented successful builds. Anyone building from the current main branch would encounter:
- Proto compilation errors (syntax violations)
- JSON validation failures (cross-reference errors)
- Runtime failures due to missing variable template definitions

This restores the correct, tested, working versions from the original development branch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant