Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"verify": "node scripts/verify-truthframer.js",
"verify:render": "node scripts/verify-render.js",
"verify:public": "node scripts/verify-public-surface.js",
"verify:all": "npm run verify && npm run verify:render && npm run verify:public && npm run verify:registry && npm run verify:readme && npm run verify:tf000002 && npm run verify:tf000003 && npm run verify:tf000004 && npm run verify:root && npm run verify:audit && npm run verify:hardening && npm run verify:network-seal && npm run verify:verification-index && npm run verify:index-seal && npm run verify:verification-atlas && npm run verify:atlas-seal && npm run verify:stack-closure && npm run verify:stack-closure-seal && npm run verify:continuity-sentinel && npm run verify:continuity-sentinel-seal && npm run verify:release-closure && npm run verify:release-closure-seal && npm run verify:root-finality && npm run verify:root-finality-seal && npm run verify:privacy-perimeter && npm run verify:legal-privacy-perimeter && npm run verify:legal-privacy-perimeter-seal && npm run verify:legal-privacy-network && npm run verify:distribution-egress && npm run verify:distribution-egress-firewall && npm run verify:distribution-egress-firewall-seal && npm run verify:distribution-egress-network && npm run verify:source-provenance && npm run verify:source-provenance-seal && npm run verify:source-provenance-network && npm run verify:verification-purity && npm run verify:verification-immutability && npm run verify:verification-immutability-seal && npm run verify:verification-immutability-network && npm run verify:truth-frame-spine && npm run verify:truth-frame-spine-network && npm run verify:truth-frame-admission && npm run verify:truth-frame-admission-network && npm run verify:truth-frame-admission-refusal && npm run verify:truth-frame-admission-refusal-network && npm run verify:truth-frame-admission-closure && npm run verify:truth-frame-admission-closure-network && npm run verify:public-verification-capsule",
"verify:all": "npm run verify && npm run verify:render && npm run verify:public && npm run verify:registry && npm run verify:readme && npm run verify:tf000002 && npm run verify:tf000003 && npm run verify:tf000004 && npm run verify:root && npm run verify:audit && npm run verify:hardening && npm run verify:network-seal && npm run verify:verification-index && npm run verify:index-seal && npm run verify:verification-atlas && npm run verify:atlas-seal && npm run verify:stack-closure && npm run verify:stack-closure-seal && npm run verify:continuity-sentinel && npm run verify:continuity-sentinel-seal && npm run verify:release-closure && npm run verify:release-closure-seal && npm run verify:root-finality && npm run verify:root-finality-seal && npm run verify:privacy-perimeter && npm run verify:legal-privacy-perimeter && npm run verify:legal-privacy-perimeter-seal && npm run verify:legal-privacy-network && npm run verify:distribution-egress && npm run verify:distribution-egress-firewall && npm run verify:distribution-egress-firewall-seal && npm run verify:distribution-egress-network && npm run verify:source-provenance && npm run verify:source-provenance-seal && npm run verify:source-provenance-network && npm run verify:verification-purity && npm run verify:verification-immutability && npm run verify:verification-immutability-seal && npm run verify:verification-immutability-network && npm run verify:truth-frame-spine && npm run verify:truth-frame-spine-network && npm run verify:truth-frame-admission && npm run verify:truth-frame-admission-network && npm run verify:truth-frame-admission-refusal && npm run verify:truth-frame-admission-refusal-network && npm run verify:truth-frame-admission-closure && npm run verify:truth-frame-admission-closure-network && npm run verify:public-verification-capsule && npm run verify:public-verification-capsule-network",
"verify:registry": "node scripts/verify-registry.js",
"verify:readme": "node scripts/verify-readme-public-entry.js",
"verify:tf000002": "node scripts/verify-tf-000002.js",
Expand Down
9 changes: 9 additions & 0 deletions releases/v1.5.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# TRUTHFRAMER v1.5.0 — Public Verification Capsule

TRUTHFRAMER v1.5.0 binds the public verification perimeter into a portable public verification capsule.

- Capsule: https://truthframer.github.io/truthframer-platform/capsule/TRUTHFRAMER_PUBLIC_VERIFICATION_CAPSULE.json
- Capsule page: https://truthframer.github.io/truthframer-platform/capsule/
- Capsule SHA-256: 957b92e87d6e6ca0f341702e367cb454347b66eba143e4046e3f0e4a8489fe17

This release does not claim brokerage status, financial advice, external factual truth, or market truth. Its scope is public artifact integrity and reachability.
10 changes: 10 additions & 0 deletions releases/v1.5.0/RELEASE_LEDGER.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"protocol": "TRUTHFRAMER",
"version": "v1.5.0",
"status": "PUBLIC_VERIFICATION_CAPSULE_RELEASED",
"main_sha": "9ad99200be6e9d529ee0d75a10c1d6568fa5e620",
"pages_sha": "438f99bc8be0e688319be8e59bfede016d753fc5",
"capsule_sha256": "957b92e87d6e6ca0f341702e367cb454347b66eba143e4046e3f0e4a8489fe17",
"public_capsule_url": "https://truthframer.github.io/truthframer-platform/capsule/TRUTHFRAMER_PUBLIC_VERIFICATION_CAPSULE.json",
"public_capsule_page_url": "https://truthframer.github.io/truthframer-platform/capsule/"
}
10 changes: 10 additions & 0 deletions reports/current/release-ledger-v1.5.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"protocol": "TRUTHFRAMER",
"version": "v1.5.0",
"status": "PUBLIC_VERIFICATION_CAPSULE_RELEASED",
"main_sha": "9ad99200be6e9d529ee0d75a10c1d6568fa5e620",
"pages_sha": "438f99bc8be0e688319be8e59bfede016d753fc5",
"capsule_sha256": "957b92e87d6e6ca0f341702e367cb454347b66eba143e4046e3f0e4a8489fe17",
"public_capsule_url": "https://truthframer.github.io/truthframer-platform/capsule/TRUTHFRAMER_PUBLIC_VERIFICATION_CAPSULE.json",
"public_capsule_page_url": "https://truthframer.github.io/truthframer-platform/capsule/"
}
Loading