Publish federation interface and reviewed upstream imports

Assistant: codex
Assistant-Model: gpt-6-astra
Assistant-Session: 01a070b5-4994-7271-bd8b-7c3dbcedec4b
This commit is contained in:
tegwick 2026-09-06 00:59:24 +02:00
parent bc67e1f25b
commit 482fc1d456
9 changed files with 312 additions and 8 deletions

View file

@ -0,0 +1,61 @@
{
"schema_version": 1,
"model": "commerce-counterparty",
"source_repository": "info-tech-canon",
"source_commit": "361c944325934ccdb190470baf6f55440b6b486e",
"imports": [
{
"model": "itc-ident",
"path": "infospace/models/identity/InfoTechCanonIdentityModel.md",
"sha256": "20bc844d9de07041c40009cc5e3d6eeb42aeb7adcbb86b0194d4b2517aa23f32",
"concepts": [
"Identifier",
"Scoped Identifier",
"Identity Record",
"Account",
"Scope",
"Tenant",
"Lifecycle State",
"Synonymity Assertion",
"Representation Relationship",
"Trust Relationship",
"Assurance Level",
"Profile"
]
},
{
"model": "itc-evid",
"path": "infospace/models/evidence/InfoTechCanonEvidenceModel.md",
"sha256": "a93472818b3ae60c07a4c6226090d63eebf1402dfd9f46dad643dbb5608ed086",
"concepts": [
"Evidence",
"Evidence Source",
"Adjudication Outcome",
"Evidence strength"
]
},
{
"model": "itc-org",
"path": "infospace/models/organization/InfoTechCanonOrganizationModel.md",
"sha256": "98fb4569a555e5a91a1219b6e413b5b4e3c243d7bef15cb9db03fd8d6743f1b4",
"concepts": [
"Actor",
"Person",
"Organization",
"Role",
"Ownership"
]
},
{
"model": "itc-gov",
"path": "infospace/models/governance/InfoTechCanonGovernanceModel.md",
"sha256": "5f3174147ec0d6f5bb6479a7ce4dc130bf61ecc0bab3936895b92c6baf21deb5",
"concepts": [
"Obligation",
"Decision",
"AssuranceCase",
"AssuranceConclusion"
]
}
]
}

View file

@ -0,0 +1,23 @@
# Counterparty upstream review — 2026-09-06
Reviewed by codex under COMMERCE-WP-0004 / CFED-WP-0001-T08.
Previous source: `361c944325934ccdb190470baf6f55440b6b486e`. Reviewed source:
`372f671eef861e3f180eb5f9fc2fbd8c479ef8b7`. The [previous manifest](import-history/2026-09-05-imports.json)
is preserved byte-for-byte; [current manifest](imports.json) records its SHA-256.
Both revisions are verified against Git blobs by the federation G7 validator.
The complete diff of the four imported source documents has been reviewed.
Identity, evidence and governance are unchanged. Organization adds explicit
incremental ownership metadata, Community and Household under CollectiveActor,
social scope and P4 boundary cases. Its five imported concepts (Actor, Person,
Organization, Role, Ownership) keep their definitions. Metadata listing only
Community/Household is incremental; existing prose definitions still own the
older organization concepts.
The import set remains exactly 25 concepts from four models. This review advances
the source pin without adding Community or Household to Counterparty's imports.
The kernel records those available draft definitions as boundary references.
Family is now a separate seeded-not-authored concept area; neither this review
nor the interface card imports a Family domain model. No stable promotion,
consumer adoption, legal interpretation or new semantic definition is implied.

View file

@ -2,7 +2,7 @@
"schema_version": 1,
"model": "commerce-counterparty",
"source_repository": "info-tech-canon",
"source_commit": "361c944325934ccdb190470baf6f55440b6b486e",
"source_commit": "372f671eef861e3f180eb5f9fc2fbd8c479ef8b7",
"imports": [
{
"model": "itc-ident",
@ -37,7 +37,7 @@
{
"model": "itc-org",
"path": "infospace/models/organization/InfoTechCanonOrganizationModel.md",
"sha256": "98fb4569a555e5a91a1219b6e413b5b4e3c243d7bef15cb9db03fd8d6743f1b4",
"sha256": "bdb1277e78c3a0802f8ea08e058be093452390e61ca0f7e979051e48680fe6c3",
"concepts": [
"Actor",
"Person",
@ -57,5 +57,13 @@
"AssuranceConclusion"
]
}
]
],
"review": {
"date": "2026-09-06",
"workplan": "COMMERCE-WP-0004",
"record": "import-review-2026-09-06.md",
"previous_manifest": "import-history/2026-09-05-imports.json",
"previous_manifest_sha256": "60a6c5187f1e208dcf763913d4d6a98840bc934d238f25d660c8ff3b5ea241d9",
"concept_changes": []
}
}