Skip to content

Conversation

@uniaolives
Copy link

No description provided.

google-labs-jules bot and others added 12 commits October 19, 2025 16:05
This commit introduces the Physio-Network Bridge feature, which simulates a real-time link between an astronaut's HRV and the coherence of a Bio-Cochlea network.

- Adds a new `PhysioNetworkBridge` singleton to manage the simulation.
- Creates a new UI panel to display the physio-network metrics.
- Integrates the new panel into the main UI with a toggle button.
- Implements a line chart to visualize the HRV and coherence data.
This commit introduces the Physio-Network Bridge feature, which simulates a real-time link between an astronaut's HRV and the coherence of a Bio-Cochlea network.

- Adds a new `PhysioNetworkBridge` singleton to manage the simulation.
- Creates a new UI panel to display the physio-network metrics.
- Integrates the new panel into the main UI with a toggle button.
- Implements a line chart to visualize the HRV and coherence data.
This commit introduces a new Python script, `scripts/verifier.py`, which functions as a self-contained offline verifier for NoctHub cryptographic proofs. The script implements a comprehensive 5-layer verification pipeline, including JSON schema validation, RFC 8785 canonical form checking, BLS aggregate signature verification, Merkle proof validation, and constitutional rules enforcement.

The JSON schema has been externalized to `scripts/schema.json` and is loaded dynamically by the script. This improves maintainability by decoupling the schema from the verification logic.

The script is executable and can be run from the command line, providing clear output for both valid and invalid proofs. It follows Python best practices, including PEP 8 conventions and robust file path handling.
…14594033520558

Add Python-based offline verifier script
This commit introduces the complete, production-ready Python verifier for the NoctHub v1.0 system, which provides a mechanism for verifiable forgetting using JSON and BLS signatures.

The implementation is certified against the "P1 Invariant" (cross-language fidelity with Rust) by testing against a full suite of "Golden Vectors".

Key components included in this submission:
- `nocthub_verifier`: A Python package that performs a 5-layer verification pipeline (Canonical JSON, Schema, BLS Signatures, Merkle Proofs, Constitutional Rules).
- `generate_golden_vectors.py`: A script to generate all 18 canonical, BLS, and integration golden vector test files with real cryptographic data.
- `golden_vectors/`: The full set of generated test vectors and a manifest file for integrity checking.
- `.gitignore`: Added to exclude Python artifacts.

The verifier and generator adhere to the strict constitutional requirements defined for the project, including the use of RFC 8785 for canonical JSON and the "Artigo 10" specification for message signing. All 18 golden tests pass, confirming the correctness and completeness of the implementation.
…694782020357194

NoctHub v1.0 Python Verifier
@uniaolives uniaolives marked this pull request as draft December 20, 2025 18:37
@uniaolives uniaolives marked this pull request as ready for review December 20, 2025 18:37
@uniaolives uniaolives marked this pull request as draft December 20, 2025 18:38
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