Extend organization model with distinct social collectives
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a070b5-4994-7271-bd8b-7c3dbcedec4b
This commit is contained in:
parent
361c944325
commit
3e69bd51b0
13 changed files with 202 additions and 5 deletions
63
workplans/INFO-WP-0022-social-collectives.md
Normal file
63
workplans/INFO-WP-0022-social-collectives.md
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
---
|
||||
id: INFO-WP-0022
|
||||
type: workplan
|
||||
title: "Organization social collectives extension"
|
||||
domain: infotech
|
||||
repo: info-tech-canon
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: canon
|
||||
created: "2026-09-05"
|
||||
updated: "2026-09-05"
|
||||
state_hub_workstream_id: "452a4239-f13e-58fa-acc8-f083fd7178f4"
|
||||
---
|
||||
|
||||
# Organization social collectives extension
|
||||
|
||||
Implements CFED-WP-0001-T12 under accepted ADR-006 R6. Broaden itc-org explicitly
|
||||
from enterprise structures to Community and Household social collectives.
|
||||
|
||||
## Define distinct social collective actors
|
||||
|
||||
```task
|
||||
id: INFO-WP-0022-T01
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "c6e55f93-e60c-57fc-b196-e46d05252fd8"
|
||||
```
|
||||
|
||||
Define Community/Household under CollectiveActor with explicit scope and P4
|
||||
boundaries against Team, Group, Tenant and Family. Preserve numbered anchors.
|
||||
|
||||
## Verify ownership and retrieval
|
||||
|
||||
```task
|
||||
id: INFO-WP-0022-T02
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "d9eb233a-f98f-5931-bcd2-a093f1cdb4d8"
|
||||
```
|
||||
|
||||
Add incremental machine-readable ownership for the two new definitions and kernel
|
||||
map entries. Refresh generated retrieval surfaces; check ownership, hierarchy,
|
||||
source preservation and existing repository tests.
|
||||
|
||||
## Record completion and live continuation
|
||||
|
||||
```task
|
||||
id: INFO-WP-0022-T03
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "a394be91-8c7b-5b36-b05e-edcc827d8d58"
|
||||
```
|
||||
|
||||
Record project evidence and synchronize work records. CFED T13 remains the live
|
||||
Family seed task; T07/T08 own corpus distribution and interface cards. No Family
|
||||
model, consumer adoption or stable social-extension promotion is claimed.
|
||||
|
||||
## Verification — 2026-09-05
|
||||
|
||||
make check passes: 46 tests, generated consistency, canon and small-saas profile
|
||||
validation. One owner each for Community/Household; Family excluded from the
|
||||
collective taxonomy. All 37 protected seed/pre-existing plan files unchanged.
|
||||
See [project evidence](../../prj-canon-federation/docs/evidence/2026-09-05-social-collectives.md).
|
||||
|
|
@ -16,6 +16,14 @@ implementation_decisions:
|
|||
consumer_workplans_live_in_consumer_repos: true
|
||||
|
||||
workplans:
|
||||
- id: INFO-WP-0022
|
||||
title: Organization social collectives extension
|
||||
status: finished
|
||||
priority: medium
|
||||
path: workplans/INFO-WP-0022-social-collectives.md
|
||||
depends_on: []
|
||||
produces: [Community, Household]
|
||||
|
||||
- id: INFO-WP-0021
|
||||
title: Identity model and upstream ownership reconciliation
|
||||
status: finished
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue