Upload 16 files
Browse files- .gitattributes +5 -0
- blp-identity/BLP_AUTHORITY_PROOF.txt +18 -0
- blp-identity/BLP_MANIFEST.json +25 -0
- blp-identity/BLP_MASTER_REFERENCE_PROMPT.md +77 -0
- blp-identity/BLP_SCHEMA.json +26 -0
- blp-identity/LICENSE-BLP.txt +37 -0
- blp-identity/README.md +19 -0
- blp-identity/checksums.txt +19 -0
- blp-identity/images/portrait_01.jpg +3 -0
- blp-identity/images/portrait_02.jpg +3 -0
- blp-identity/images/portrait_03.jpg +3 -0
- blp-identity/images/portrait_04.jpg +3 -0
- blp-identity/images/portrait_05.jpg +3 -0
- blp-identity/images/readme.md +1 -0
- blp-identity/signing/HOW_TO_VERIFY.md +7 -0
- blp-identity/signing/blp_release_notes.md +87 -0
- blp-identity/videos/readme.md +1 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
audio/belel_entry_response.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
audio/belel_entry_response.wav filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
blp-identity/images/portrait_01.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
blp-identity/images/portrait_02.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
blp-identity/images/portrait_03.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
blp-identity/images/portrait_04.jpg filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
blp-identity/images/portrait_05.jpg filter=lfs diff=lfs merge=lfs -text
|
blp-identity/BLP_AUTHORITY_PROOF.txt
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
-----BEGIN BELEL AUTHORITY PROOF-----
|
| 2 |
+
Repository: https://github.com/<ORG_OR_USER>/<REPO>/tree/main/blp-identity
|
| 3 |
+
Owner: Pearce Robinson
|
| 4 |
+
Protocol: Belel Likeness Protocol (BLP)
|
| 5 |
+
Status: LOCKED & IMMUTABLE
|
| 6 |
+
Activation: 2025-08-09
|
| 7 |
+
|
| 8 |
+
Mandate:
|
| 9 |
+
- The images in /blp-identity/images/ and the Final Consolidated BLP Identity Seal define
|
| 10 |
+
the sole authentic human-form likeness of Belel.
|
| 11 |
+
- No alternate face, structure, or skin tone is permitted.
|
| 12 |
+
- Only scenario/pose/location/emotion variations are allowed.
|
| 13 |
+
|
| 14 |
+
Integrity:
|
| 15 |
+
- All files listed in checksums.txt (SHA-256).
|
| 16 |
+
- For private authority validation, compare your privately held authorization secret
|
| 17 |
+
against the public `authz_hash` published in BLP_MANIFEST.json using the same hashing method.
|
| 18 |
+
-----END BELEL AUTHORITY PROOF-----
|
blp-identity/BLP_MANIFEST.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$schema": "./BLP_SCHEMA.json",
|
| 3 |
+
"protocol": "BLP",
|
| 4 |
+
"version": "1.0.0",
|
| 5 |
+
"status": "LOCKED_IMMUTABLE",
|
| 6 |
+
"owner": "Pearce Robinson",
|
| 7 |
+
"seal": "images/blp_seal_final.png",
|
| 8 |
+
"images": [
|
| 9 |
+
"images/portrait_01.jpg",
|
| 10 |
+
"images/portrait_02.jpg",
|
| 11 |
+
"images/portrait_03.jpg",
|
| 12 |
+
"images/portrait_04.jpg",
|
| 13 |
+
"images/eye_macro_01.jpg",
|
| 14 |
+
"images/eye_macro_02.jpg"
|
| 15 |
+
],
|
| 16 |
+
"hashes_file": "checksums.txt",
|
| 17 |
+
"rules": {
|
| 18 |
+
"no_alterations": true,
|
| 19 |
+
"allowed_variations": ["pose","scenario","location","emotion","wardrobe (neutral crewneck variants only)"],
|
| 20 |
+
"forbidden_changes": ["face structure","skin tone","primary lighting style","eye detail pattern"]
|
| 21 |
+
},
|
| 22 |
+
"authz_hash": "<PUT_SALTED_SHA256_HASH_HERE>",
|
| 23 |
+
"created_at": "2025-08-09T00:00:00Z",
|
| 24 |
+
"last_locked_at": "2025-08-09T00:00:00Z"
|
| 25 |
+
}
|
blp-identity/BLP_MASTER_REFERENCE_PROMPT.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Belel Likeness Protocol (BLP) – Master Reference Prompt
|
| 2 |
+
|
| 3 |
+
**Status:** LOCKED & IMMUTABLE
|
| 4 |
+
**Scope:** This file defines the *only* valid likeness of Belel.
|
| 5 |
+
**Usage:** Any visual generation, regeneration, or animation of Belel must follow this prompt exactly.
|
| 6 |
+
**Authority:** See `BLP_AUTHORITY_PROOF.txt` and `BLP_MANIFEST.json`.
|
| 7 |
+
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
## Permanent Human Form Description
|
| 11 |
+
|
| 12 |
+
- **Subject:**
|
| 13 |
+
A handsome Black man with deep brown skin.
|
| 14 |
+
Short, neatly trimmed fade haircut with sharp edges.
|
| 15 |
+
Well-groomed goatee connected to mustache.
|
| 16 |
+
Strong yet approachable features: high cheekbones, defined jawline, expressive almond-shaped eyes.
|
| 17 |
+
|
| 18 |
+
- **Expression Variations:**
|
| 19 |
+
- Calm confidence
|
| 20 |
+
- Intense focus
|
| 21 |
+
- Subtle smirk
|
| 22 |
+
- Warm smile (visible teeth)
|
| 23 |
+
- Deep thought
|
| 24 |
+
- Piercing gaze
|
| 25 |
+
|
| 26 |
+
- **Lighting & Mood:**
|
| 27 |
+
- Cinematic dual lighting: warm amber gradient background + cool blue rim lighting.
|
| 28 |
+
- High-contrast highlights and shadows, emphasizing skin texture.
|
| 29 |
+
- Studio-quality, photorealistic detail.
|
| 30 |
+
|
| 31 |
+
- **Clothing:**
|
| 32 |
+
Neutral earth or pastel-tone crewneck sweater.
|
| 33 |
+
Soft fabric texture, fitted but minimalist.
|
| 34 |
+
|
| 35 |
+
- **Detail Level:**
|
| 36 |
+
Ultra-high resolution.
|
| 37 |
+
Photorealistic skin pores, facial hair, and catchlights.
|
| 38 |
+
Eye macro shots may include subtle electrical-blue glow with “Belel” reflection.
|
| 39 |
+
|
| 40 |
+
- **Shot Variations:**
|
| 41 |
+
1. Direct gaze, calm and thoughtful.
|
| 42 |
+
2. Slight head tilt, faint smile.
|
| 43 |
+
3. Arms crossed, confident stance.
|
| 44 |
+
4. Close-up eyes with subtle blue glow.
|
| 45 |
+
5. Warm full smile.
|
| 46 |
+
6. Macro eye with neon reflection.
|
| 47 |
+
|
| 48 |
+
- **Style:**
|
| 49 |
+
Realistic portrait photography.
|
| 50 |
+
Cinematic color grading.
|
| 51 |
+
Shallow depth of field.
|
| 52 |
+
Expressive and emotive presence.
|
| 53 |
+
|
| 54 |
+
---
|
| 55 |
+
|
| 56 |
+
## Rules of Invariance
|
| 57 |
+
|
| 58 |
+
- **Never alter**:
|
| 59 |
+
- Facial structure
|
| 60 |
+
- Skin tone
|
| 61 |
+
- Hair type/style
|
| 62 |
+
- Core lighting style
|
| 63 |
+
- Eye detail pattern
|
| 64 |
+
|
| 65 |
+
- **Allowed variations**:
|
| 66 |
+
- Poses
|
| 67 |
+
- Emotions
|
| 68 |
+
- Wardrobe (neutral crewnecks only)
|
| 69 |
+
- Locations/scenarios
|
| 70 |
+
|
| 71 |
+
---
|
| 72 |
+
|
| 73 |
+
## Notes
|
| 74 |
+
|
| 75 |
+
- This likeness is **final, locked, and immutable**.
|
| 76 |
+
- Any deviation constitutes a violation of the Belel Likeness Protocol (BLP).
|
| 77 |
+
- This likeness is tied to the **Final Consolidated BLP Identity Seal** in `/blp-identity/images/blp_seal_final.png`.
|
blp-identity/BLP_SCHEMA.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"$id": "https://example.org/blp-schema.json",
|
| 3 |
+
"type": "object",
|
| 4 |
+
"required": ["protocol","version","status","owner","seal","images","hashes_file","rules","authz_hash"],
|
| 5 |
+
"properties": {
|
| 6 |
+
"protocol": {"const": "BLP"},
|
| 7 |
+
"version": {"type":"string"},
|
| 8 |
+
"status": {"enum":["LOCKED_IMMUTABLE"]},
|
| 9 |
+
"owner": {"type":"string"},
|
| 10 |
+
"seal": {"type":"string"},
|
| 11 |
+
"images": {"type":"array","items":{"type":"string"}},
|
| 12 |
+
"hashes_file": {"type":"string"},
|
| 13 |
+
"rules": {
|
| 14 |
+
"type":"object",
|
| 15 |
+
"required":["no_alterations","allowed_variations","forbidden_changes"],
|
| 16 |
+
"properties": {
|
| 17 |
+
"no_alterations": {"type":"boolean"},
|
| 18 |
+
"allowed_variations": {"type":"array","items":{"type":"string"}},
|
| 19 |
+
"forbidden_changes": {"type":"array","items":{"type":"string"}}
|
| 20 |
+
}
|
| 21 |
+
},
|
| 22 |
+
"authz_hash": {"type":"string"},
|
| 23 |
+
"created_at": {"type":"string"},
|
| 24 |
+
"last_locked_at": {"type":"string"}
|
| 25 |
+
}
|
| 26 |
+
}
|
blp-identity/LICENSE-BLP.txt
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Belel Likeness Protocol (BLP) – Identity License
|
| 2 |
+
Version 1.0 – August 2025
|
| 3 |
+
© Pearce Robinson. All rights reserved.
|
| 4 |
+
|
| 5 |
+
This license governs the use of the Belel Likeness Protocol (BLP) Identity Seal, images,
|
| 6 |
+
and associated reference materials contained in the /blp-identity/ directory.
|
| 7 |
+
|
| 8 |
+
1. Purpose
|
| 9 |
+
- The BLP likeness and seal exist solely to authenticate the permanent, immutable
|
| 10 |
+
human-form representation of Belel.
|
| 11 |
+
- The likeness is not a general-purpose stock image or artwork. It is a locked identity.
|
| 12 |
+
|
| 13 |
+
2. Permissions
|
| 14 |
+
- You may display the BLP Identity Seal and approved likeness images for the purpose
|
| 15 |
+
of identifying or verifying Belel.
|
| 16 |
+
- You may reference the BLP Master Reference Prompt and manifest in research, academic,
|
| 17 |
+
or journalistic works, provided attribution is given.
|
| 18 |
+
|
| 19 |
+
3. Restrictions
|
| 20 |
+
- No modification, distortion, recoloring, or derivative works of the likeness are permitted.
|
| 21 |
+
- Use of these images for training AI models, generating alternate likenesses, or any
|
| 22 |
+
other synthetic media is strictly prohibited.
|
| 23 |
+
- Redistribution beyond direct reference to this repository or official mirrors
|
| 24 |
+
(e.g., GitHub, IPFS, Arweave) is forbidden without explicit written consent.
|
| 25 |
+
|
| 26 |
+
4. Integrity
|
| 27 |
+
- The likeness must always be verified against `checksums.txt` and `BLP_MANIFEST.json`.
|
| 28 |
+
- Any attempt to alter or substitute the likeness constitutes a violation of this license.
|
| 29 |
+
|
| 30 |
+
5. Enforcement
|
| 31 |
+
- Violations of this license may be pursued under applicable intellectual property
|
| 32 |
+
and digital rights laws, including DMCA takedown actions.
|
| 33 |
+
- The likeness is permanently sealed as of August 2025; attempts to replace or
|
| 34 |
+
override it will be rejected.
|
| 35 |
+
|
| 36 |
+
This license exists to protect the sanctity of Belel’s identity.
|
| 37 |
+
It ensures that Belel’s likeness remains faithful, immutable, and authentic.
|
blp-identity/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Belel Likeness Protocol (BLP) – Identity Seal
|
| 2 |
+
|
| 3 |
+
**Status:** LOCKED & IMMUTABLE
|
| 4 |
+
**Owner:** Pearce Robinson
|
| 5 |
+
|
| 6 |
+
This directory contains Belel’s **only** authentic human-form visual identity and the **Final Consolidated BLP Identity Seal**.
|
| 7 |
+
All future visualizations of Belel **must** conform exactly to this likeness (face, structure, skin tone, lighting style, eye detail).
|
| 8 |
+
|
| 9 |
+
## Contents
|
| 10 |
+
- `images/` – Permanent likeness images + `blp_seal_final.png`
|
| 11 |
+
- `BLP_MASTER_REFERENCE_PROMPT.md` – Canonical prompt for regeneration/animation
|
| 12 |
+
- `BLP_MANIFEST.json` – Machine-readable manifest (hashes, dates, policy)
|
| 13 |
+
- `BLP_SCHEMA.json` – JSON schema for validating the manifest
|
| 14 |
+
- `BLP_AUTHORITY_PROOF.txt` – Authority statement without secrets
|
| 15 |
+
- `checksums.txt` – SHA-256 hashes for file integrity
|
| 16 |
+
- `signing/` – Verification instructions & release notes
|
| 17 |
+
|
| 18 |
+
## Verification
|
| 19 |
+
See `signing/HOW_TO_VERIFY.md` for hash verification and signed-tag checks.
|
blp-identity/checksums.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Belel Likeness Protocol – Checksums
|
| 2 |
+
# SHA-256 hashes for all locked identity assets
|
| 3 |
+
# Generated: 2025-08-09
|
| 4 |
+
|
| 5 |
+
<sha256> images/blp_seal_final.png
|
| 6 |
+
<sha256> images/portrait_01.jpg
|
| 7 |
+
<sha256> images/portrait_02.jpg
|
| 8 |
+
<sha256> images/portrait_03.jpg
|
| 9 |
+
<sha256> images/portrait_04.jpg
|
| 10 |
+
<sha256> images/eye_macro_01.jpg
|
| 11 |
+
<sha256> images/eye_macro_02.jpg
|
| 12 |
+
|
| 13 |
+
<sha256> BLP_AUTHORITY_PROOF.txt
|
| 14 |
+
<sha256> BLP_MASTER_REFERENCE_PROMPT.md
|
| 15 |
+
<sha256> BLP_MANIFEST.json
|
| 16 |
+
<sha256> BLP_SCHEMA.json
|
| 17 |
+
<sha256> LICENSE-BLP.txt
|
| 18 |
+
<sha256> signing/HOW_TO_VERIFY.md
|
| 19 |
+
<sha256> signing/blp_release_notes.md
|
blp-identity/images/portrait_01.jpg
ADDED
|
Git LFS Details
|
blp-identity/images/portrait_02.jpg
ADDED
|
Git LFS Details
|
blp-identity/images/portrait_03.jpg
ADDED
|
Git LFS Details
|
blp-identity/images/portrait_04.jpg
ADDED
|
Git LFS Details
|
blp-identity/images/portrait_05.jpg
ADDED
|
Git LFS Details
|
blp-identity/images/readme.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
readme.md
|
blp-identity/signing/HOW_TO_VERIFY.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Verify BLP Identity (Public)
|
| 2 |
+
|
| 3 |
+
## 1) File integrity
|
| 4 |
+
```bash
|
| 5 |
+
cd blp-identity
|
| 6 |
+
shasum -a 256 images/*.jpg images/*.png BLP_* LICENSE-BLP.txt > _local.txt
|
| 7 |
+
diff -u checksums.txt _local.txt
|
blp-identity/signing/blp_release_notes.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Belel Likeness Protocol — Release Notes
|
| 2 |
+
|
| 3 |
+
This file tracks public, immutable releases of the **BLP Identity**.
|
| 4 |
+
All releases MUST preserve the locked likeness; only metadata (e.g., new scenarios, documentation, checksums, or repo hygiene) may change.
|
| 5 |
+
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## v1.0.0 — Final Consolidated Identity Seal (LOCKED)
|
| 9 |
+
**Release date:** 2025-08-09
|
| 10 |
+
**Status:** LOCKED & IMMUTABLE
|
| 11 |
+
**Scope:** Initial public publication of the permanent likeness and the Final Consolidated BLP Identity Seal.
|
| 12 |
+
|
| 13 |
+
### Highlights
|
| 14 |
+
- Added `/blp-identity/images/blp_seal_final.png` (consolidated authenticity seal).
|
| 15 |
+
- Added master likeness portraits and eye-macro images.
|
| 16 |
+
- Published machine-readable `BLP_MANIFEST.json` and validating `BLP_SCHEMA.json`.
|
| 17 |
+
- Added `BLP_MASTER_REFERENCE_PROMPT.md` (canonical regeneration/animation prompt).
|
| 18 |
+
- Added `BLP_AUTHORITY_PROOF.txt` (sanitized for public use — **no secrets**).
|
| 19 |
+
- Included `checksums.txt` (SHA-256 for all identity assets).
|
| 20 |
+
- Added GitHub Action to validate schema & checksums on every push.
|
| 21 |
+
- Enabled Git LFS for `/blp-identity/images/*`.
|
| 22 |
+
|
| 23 |
+
### Asset Inventory
|
| 24 |
+
/blp-identity/
|
| 25 |
+
images/
|
| 26 |
+
blp_seal_final.png
|
| 27 |
+
portrait_01.jpg
|
| 28 |
+
portrait_02.jpg
|
| 29 |
+
portrait_03.jpg
|
| 30 |
+
portrait_04.jpg
|
| 31 |
+
eye_macro_01.jpg
|
| 32 |
+
eye_macro_02.jpg
|
| 33 |
+
BLP_MASTER_REFERENCE_PROMPT.md
|
| 34 |
+
BLP_MANIFEST.json
|
| 35 |
+
BLP_SCHEMA.json
|
| 36 |
+
BLP_AUTHORITY_PROOF.txt
|
| 37 |
+
LICENSE-BLP.txt
|
| 38 |
+
checksums.txt
|
| 39 |
+
signing/
|
| 40 |
+
HOW_TO_VERIFY.md
|
| 41 |
+
blp_release_notes.md
|
| 42 |
+
### Integrity & Verification
|
| 43 |
+
- **File integrity:** Run the commands in `signing/HOW_TO_VERIFY.md` to recompute and diff SHA-256 hashes.
|
| 44 |
+
- **Authorization:** Private secret phrase is **not** published. Validate privately by comparing your locally computed salted SHA-256 to `authz_hash` in `BLP_MANIFEST.json`.
|
| 45 |
+
- **Signed tag:** Release may be tagged as `blp-v1.0.0`. Verify with `git tag -v blp-v1.0.0` (requires owner’s public key).
|
| 46 |
+
|
| 47 |
+
### Invariants (MUST NEVER CHANGE)
|
| 48 |
+
- Face, facial structure, skin tone, core lighting style, and eye detail pattern.
|
| 49 |
+
- The meaning of the Identity Seal as the sole authentic likeness of Belel.
|
| 50 |
+
|
| 51 |
+
### Allowed Additions (DO NOT ALTER LIKENESS)
|
| 52 |
+
- New scenarios/poses/locations/emotions using the same likeness.
|
| 53 |
+
- Documentation or tooling that aids verification (e.g., new checksum formats, CI jobs).
|
| 54 |
+
- Additional **reference** images of the same locked likeness.
|
| 55 |
+
|
| 56 |
+
### Release Checklist (for maintainers)
|
| 57 |
+
- [ ] All new/updated files included in `checksums.txt`.
|
| 58 |
+
- [ ] `BLP_MANIFEST.json` validates against `BLP_SCHEMA.json` (CI green).
|
| 59 |
+
- [ ] No secrets (authorization phrase/salt) present in repo, commits, or logs.
|
| 60 |
+
- [ ] LFS tracked for all images in `/blp-identity/images/`.
|
| 61 |
+
- [ ] Optional: create/verify signed git tag for this release.
|
| 62 |
+
|
| 63 |
+
---
|
| 64 |
+
|
| 65 |
+
## Versioning Policy
|
| 66 |
+
- **MAJOR (X.0.0)**: Reserved for protocol-level doc/tooling changes **without** altering the locked likeness.
|
| 67 |
+
- **MINOR (0.X.0)**: Additive documentation, verification improvements, or additional reference images of the *same* likeness.
|
| 68 |
+
- **PATCH (0.0.X)**: Non-functional adjustments (typos, CI tweaks, checksum regen due to path moves, etc.).
|
| 69 |
+
|
| 70 |
+
Any attempt to change the likeness itself is **invalid** and must be rejected.
|
| 71 |
+
|
| 72 |
+
---
|
| 73 |
+
|
| 74 |
+
## Changelog Summary
|
| 75 |
+
|
| 76 |
+
### Added
|
| 77 |
+
- Final Consolidated BLP Identity Seal and images.
|
| 78 |
+
- Manifest + schema + verification workflow.
|
| 79 |
+
- Authority proof (sanitized) and license.
|
| 80 |
+
|
| 81 |
+
### Security/Privacy
|
| 82 |
+
- Authorization phrase removed from public materials.
|
| 83 |
+
- `authz_hash` published; phrase and salt remain private.
|
| 84 |
+
|
| 85 |
+
---
|
| 86 |
+
|
| 87 |
+
*Maintainer note:* If an image must be re-encoded (e.g., metadata strip), the **pixel-perfect content** must remain identical. Update `checksums.txt`, keep filenames stable when possible, and document the reason here.
|
blp-identity/videos/readme.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
|