Skip to content
Open
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
53 changes: 53 additions & 0 deletions cross-extension/arkforge_verdict_specimen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{

Check failure on line 1 in cross-extension/arkforge_verdict_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`arkforge` is not a recognized word (check-file-path)
"row": 8,
"urn": "urn:arkforge:verdict",

Check failure on line 3 in cross-extension/arkforge_verdict_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`arkforge` is not a recognized word (unrecognized-spelling)
"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"
Comment on lines +8 to +24

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The enum values in this file (e.g., tier_upgrade, positive, tier_downgrade, critical) are in lowercase. According to the General Rules and ADR-001, enum values in the A2A protocol should be in SCREAMING_SNAKE_CASE (e.g., TIER_UPGRADE, POSITIVE) to comply with the ProtoJSON specification.

References
  1. Enum values in the A2A protocol should be in SCREAMING_SNAKE_CASE to comply with the ProtoJSON specification.

}
},
"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",

Check failure on line 48 in cross-extension/arkforge_verdict_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`arkforge` is not a recognized word (unrecognized-spelling)
"verified": true
},
"adapter_pipeline": "Protocol_Adapter (8734)",
"hps_source": "CAR (8716)"

Check failure on line 52 in cross-extension/arkforge_verdict_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`hps` is not a recognized word (unrecognized-spelling)
}
21 changes: 21 additions & 0 deletions cross-extension/nobulex_receipt_specimen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{

Check failure on line 1 in cross-extension/nobulex_receipt_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`nobulex` is not a recognized word (check-file-path)
"row": 4,
"urn": "urn:nobulex:receipt",

Check failure on line 3 in cross-extension/nobulex_receipt_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`nobulex` is not a recognized word (unrecognized-spelling)
"claim_type": "AUTHORITY",
"evidence_type": "BEHAVIORAL",
"action_ref": "urn:nobulex:receipt:specimen_001",

Check failure on line 6 in cross-extension/nobulex_receipt_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`nobulex` is not a recognized word (unrecognized-spelling)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This specimen is missing the "row" field present in arkforge_verdict_specimen.json. Given the PR title refers to this as a "receipt row", it should likely include a row identifier for consistency within the cross-validation matrix.

"agent_id": "did:agent-os:test",
"action_type": "BEHAVIORAL_EVIDENCE",
"scope": "CROSS_VALIDATION",
"timestamp": "2026-05-20T00:00:00Z",
"canonical_method": "JCS RFC 8785, lowercase-hex, rfc8785@0.1.4",
"five_system_cross_validation": [
"CTEF \u00a73.8",

Check failure on line 13 in cross-extension/nobulex_receipt_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`CTEF` is not a recognized word (unrecognized-spelling)
"APS",
"Nobulex",

Check failure on line 15 in cross-extension/nobulex_receipt_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`Nobulex` is not a recognized word (unrecognized-spelling)
"SafeAgent",
"Mycelium"
],
"adapter_pipeline": "Protocol_Adapter (8734)",
"sha256_hex": "e388d6476db129f05ceb38ce8208f62c244019c0bd19e08a704186ba8eb9931f"

Check failure on line 20 in cross-extension/nobulex_receipt_specimen.json

View workflow job for this annotation

GitHub Actions / Check Spelling

`ceb` is not a recognized word (unrecognized-spelling)
}
Loading