Follow CommerceCanon classification in current examples and authoring tools
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Python Tests / pytest (push) Successful in 21s

This commit is contained in:
codex 2026-09-06 01:39:10 +02:00
parent 1df777b586
commit 4df570ac79
5 changed files with 86 additions and 31 deletions

View file

@ -44,14 +44,30 @@ OVERRIDES: dict[str, dict] = {
"business_mechanics": ["intention", "coordination", "operation", "adaptation"],
"notes": "Capability development platform; standard §13.1 example.",
},
"identity-canon": {
"commerce-canon": {
"category": "research",
"domain": "infotech",
"secondary_domains": ["government"],
"capability_tags": ["identity", "access-control", "terminology", "canon", "governance"],
"business_stake": ["technology", "legal", "operations", "intelligence"],
"business_mechanics": ["intention", "control", "adaptation"],
"notes": "Identity terminology and canon; standard §13.3 example.",
"domain": "financials",
"secondary_domains": [
"government",
"infotech"
],
"capability_tags": [
"canon",
"terminology",
"governance"
],
"business_stake": [
"technology",
"legal",
"operations",
"intelligence"
],
"business_mechanics": [
"intention",
"control",
"adaptation"
],
"notes": "CommerceCanon source classification after accepted CUST-ADR-006; financials primary, technical concepts imported."
},
"net-kingdom": {
"category": "product",

View file

@ -74,15 +74,8 @@ HUMAN_REVIEWS: dict[str, dict] = {
"business_mechanics": ["intention", "control", "adaptation"],
"notes": "Adaptive pricing product; standard §13.6 — human confirmed.",
},
"identity-canon": {
"category": "research",
"domain": "infotech",
"secondary_domains": ["government"],
"capability_tags": ["identity", "access-control", "terminology", "canon", "governance"],
"business_stake": ["technology", "legal", "operations", "intelligence"],
"business_mechanics": ["intention", "control", "adaptation"],
"notes": "Identity canon; standard §13.3 — human confirmed.",
},
# CommerceCanon maintains its own classification after the federation split.
# This earlier human-review batch must not overwrite that source metadata.
"net-kingdom": {
"category": "product",
"domain": "infotech",