Add coordination model ontology spec v0.1

Author the baseline coordination ontology covering actors, goals,
commitments, observation loops, and communication-act lifecycles.
Complete COORDINATION-WP-0002.
This commit is contained in:
2026-06-24 15:18:19 +02:00
parent 1aac55e978
commit 74b481931c
2 changed files with 591 additions and 4 deletions

View File

@@ -4,11 +4,11 @@ type: workplan
title: "Coordination model specification baseline"
domain: communication
repo: coordination-engine
status: ready
status: finished
owner: codex
topic_slug: communication
created: "2026-06-22"
updated: "2026-06-22"
updated: "2026-06-24"
state_hub_workstream_id: "2b62c9df-577d-45ce-81a7-cf343e2fb6b0"
---
@@ -20,9 +20,10 @@ Draft the first coordination ontology and message lifecycle spec for the engine.
```task
id: COORDINATION-WP-0002-T01
status: todo
status: done
priority: high
state_hub_task_id: "0ece010b-4597-4ae9-b77d-26a3ff8c906f"
```
Write `spec/coordination-model-v0.1.md` covering actors, goals, commitments, and observation loops.
Result 2026-06-24: Authored `spec/coordination-model-v0.1.md` with actors, goals,
commitments, observation loops, and communication-act lifecycle baseline.