From 6062100ae03a19e00b13f108c306bac87f6c662f Mon Sep 17 00:00:00 2001 From: Liuyanfeng1234 Date: Fri, 22 May 2026 00:11:21 +0800 Subject: [PATCH 1/3] Add nobulex behavioral evidence receipt cross-validation specimen --- cross-extension/nobulex_receipt_specimen.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cross-extension/nobulex_receipt_specimen.json diff --git a/cross-extension/nobulex_receipt_specimen.json b/cross-extension/nobulex_receipt_specimen.json new file mode 100644 index 000000000..b02b759ba --- /dev/null +++ b/cross-extension/nobulex_receipt_specimen.json @@ -0,0 +1,19 @@ +{ + "action_ref": "urn:nobulex:receipt:specimen_001", + "agent_id": "did:agent-os:test", + "action_type": "behavioral_evidence", + "claim_type": "authority", + "evidenceType": "behavioral", + "scope": "cross_validation", + "timestamp": "2026-05-20T00:00:00Z", + "sha256_hex": "cf158f7cfdec61539f00a7c9946a704f1f16a5995db6ef968705be80f5630ab7", + "canonical_method": "JCS RFC 8785, lowercase-hex, rfc8785@0.1.4", + "five_system_cross_validation": [ + "CTEF \u00a73.8", + "APS", + "Nobulex", + "SafeAgent", + "Mycelium" + ], + "source": "Protocol_Adapter (port 8734)" +} From 9b811233f4ccc0c30abb1df7ef4d2c8a4f4c6327 Mon Sep 17 00:00:00 2001 From: Liuyanfeng1234 Date: Fri, 22 May 2026 00:11:23 +0800 Subject: [PATCH 2/3] Add CAR v2.0 / Trust_Ledger tier-transition cross-validation specimen --- .../arkforge_verdict_specimen.json | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 cross-extension/arkforge_verdict_specimen.json diff --git a/cross-extension/arkforge_verdict_specimen.json b/cross-extension/arkforge_verdict_specimen.json new file mode 100644 index 000000000..0ff3a2dcf --- /dev/null +++ b/cross-extension/arkforge_verdict_specimen.json @@ -0,0 +1,53 @@ +{ + "row": 8, + "urn": "urn:arkforge:verdict", + "trust_ledger_port": 8731, + "tier_mapping": { + "TRUSTED": { + "min_score": 0.75, + "claim_subtype": "tier_upgrade", + "severity": "positive" + }, + "NEUTRAL": { + "min_score": 0.5, + "claim_subtype": "tier_upgrade", + "severity": "neutral" + }, + "WATCH": { + "min_score": 0.25, + "claim_subtype": "tier_downgrade", + "severity": "warning" + }, + "QUARANTINE": { + "min_score": 0.0, + "claim_subtype": "tier_downgrade", + "severity": "critical" + } + }, + "constraint_dimensions": { + "ResourceViolation": { + "facet": "resource", + "limit": "quota", + "actual": "consumed", + "delta": "overrun" + }, + "ProtocolConflict": { + "facet": "protocol", + "limit": "schema", + "actual": "violation", + "delta": "mismatch" + }, + "CrossAgentSideEffect": { + "facet": "cascade", + "limit": "isolation", + "actual": "propagation", + "delta": "impact" + } + }, + "ed25519_verification": { + "did": "did:web:trust.arkforge.tech#key-1", + "verified": true + }, + "adapter_pipeline": "Protocol_Adapter (8734)", + "hps_source": "CAR (8716)" +} From b206d7ffeeafc9800b059bfa8ab05d992425ad24 Mon Sep 17 00:00:00 2001 From: Liuyanfeng1234 Date: Fri, 22 May 2026 00:32:45 +0800 Subject: [PATCH 3/3] Correct row format + recalculated SHA-256 --- cross-extension/nobulex_receipt_specimen.json | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/cross-extension/nobulex_receipt_specimen.json b/cross-extension/nobulex_receipt_specimen.json index b02b759ba..030aa1289 100644 --- a/cross-extension/nobulex_receipt_specimen.json +++ b/cross-extension/nobulex_receipt_specimen.json @@ -1,12 +1,13 @@ { + "row": 4, + "urn": "urn:nobulex:receipt", + "claim_type": "AUTHORITY", + "evidence_type": "BEHAVIORAL", "action_ref": "urn:nobulex:receipt:specimen_001", "agent_id": "did:agent-os:test", - "action_type": "behavioral_evidence", - "claim_type": "authority", - "evidenceType": "behavioral", - "scope": "cross_validation", + "action_type": "BEHAVIORAL_EVIDENCE", + "scope": "CROSS_VALIDATION", "timestamp": "2026-05-20T00:00:00Z", - "sha256_hex": "cf158f7cfdec61539f00a7c9946a704f1f16a5995db6ef968705be80f5630ab7", "canonical_method": "JCS RFC 8785, lowercase-hex, rfc8785@0.1.4", "five_system_cross_validation": [ "CTEF \u00a73.8", @@ -15,5 +16,6 @@ "SafeAgent", "Mycelium" ], - "source": "Protocol_Adapter (port 8734)" -} + "adapter_pipeline": "Protocol_Adapter (8734)", + "sha256_hex": "e388d6476db129f05ceb38ce8208f62c244019c0bd19e08a704186ba8eb9931f" +} \ No newline at end of file