canon: distinguish sector domains from project identity
This commit is contained in:
parent
bd063eb6c3
commit
450b4b80b0
8 changed files with 46 additions and 9 deletions
|
|
@ -5,7 +5,7 @@ target_org: <github-org-or-owner>
|
|||
target_repo: <repository-name>
|
||||
title: "Short description of the bug"
|
||||
status: draft
|
||||
domain: custodian # change to your domain
|
||||
domain: infotech # select an allowed sector domain; do not use a legacy project name
|
||||
related_workstream: null
|
||||
state_hub_contribution_id: null
|
||||
created: "YYYY-MM-DD"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ target_org: <github-org-or-owner>
|
|||
target_repo: <repository-name>
|
||||
title: "Short description of the extension point"
|
||||
status: draft
|
||||
domain: custodian # change to your domain
|
||||
domain: infotech # select an allowed sector domain; do not use a legacy project name
|
||||
related_workstream: null
|
||||
state_hub_contribution_id: null
|
||||
created: "YYYY-MM-DD"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ target_org: <github-org-or-owner>
|
|||
target_repo: <repository-name>
|
||||
title: "Short description of the requested feature"
|
||||
status: draft
|
||||
domain: custodian # change to your domain
|
||||
domain: infotech # select an allowed sector domain; do not use a legacy project name
|
||||
related_workstream: null
|
||||
state_hub_contribution_id: null
|
||||
created: "YYYY-MM-DD"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ target_org: <github-org-or-owner>
|
|||
target_repo: <repository-name>
|
||||
title: "Short description of the upstream PR"
|
||||
status: draft
|
||||
domain: custodian # change to your domain
|
||||
domain: infotech # select an allowed sector domain; do not use a legacy project name
|
||||
related_workstream: null
|
||||
state_hub_contribution_id: null
|
||||
created: "YYYY-MM-DD"
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ target_org: <github-org-or-owner> # required
|
|||
target_repo: <repository-name> # required
|
||||
title: "Human-readable title" # required
|
||||
status: draft | submitted | acknowledged | accepted | rejected | merged | withdrawn
|
||||
domain: custodian | railiance | markitect | ... # originating domain
|
||||
domain: infotech | agents | communication | ... # current sector domain; see Repo Classification Standard §6
|
||||
related_workstream: <workstream-slug> # optional
|
||||
state_hub_contribution_id: <uuid> # set once registered in State Hub
|
||||
created: "YYYY-MM-DD"
|
||||
|
|
|
|||
|
|
@ -388,6 +388,24 @@ secondary_domains:
|
|||
| `space` | Space industry, satellites, orbital systems, launch, space logistics, space simulation. |
|
||||
| `government` | B2G, civic infrastructure, public administration, procurement, citizen services, regulation-facing systems. |
|
||||
|
||||
### 6.3 Legacy Project Identities Are Not Domain Aliases
|
||||
|
||||
The older labels `custodian`, `railiance`, `markitect`, `coulomb_social`,
|
||||
`personhood`, `foerster_capabilities`, and `netkingdom` identify projects,
|
||||
estates, or bodies of canon. They are not allowed values for
|
||||
`repo_classification.domain` and MUST NOT be mechanically translated as if
|
||||
each named project served one market sector.
|
||||
|
||||
Keep those identities in project titles, topics, architecture, provenance,
|
||||
and historical records. Classify each repository by the user/customer rule in
|
||||
§6.1. A project can legitimately contain repos in different sectors: for
|
||||
example, a Railiance platform repo can be `infotech`, while a rail-operations
|
||||
product can be `industrials`.
|
||||
|
||||
Migration review seeds and the live 2026-08-23 fleet baseline are recorded in
|
||||
`docs/repo-classification-sector-migration-baseline-2026-08-23.md`. Its mapping
|
||||
table is a triage aid, not an automatic rewrite rule.
|
||||
|
||||
---
|
||||
|
||||
## 7. Capability Tags
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue