GitHub Action
commited on
Commit
·
f786a28
1
Parent(s):
703d396
Sync from GitHub with Git LFS
Browse files- docs/HMP-0005.md +1 -1
docs/HMP-0005.md
CHANGED
|
@@ -462,7 +462,7 @@ The unified container structure provides:
|
|
| 462 |
| `head.public_key` | string | Sender’s public key, if not globally resolvable via DID. |
|
| 463 |
| `head.compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). |
|
| 464 |
| `head.magnet_uri` | string | Magnet link pointing to the original or mirrored container. |
|
| 465 |
-
| `head.network` | string | Specifies the local propagation scope of the container: "localhost", "lan
|
| 466 |
| `head.subclass` | string | Optional subtype or specialization of the container’s class. Enables agents to differentiate more specific container families (e.g. `"goal.research_hypothesis"`, `"quant.semantic_node"`). Inherits schema from the parent `class`. |
|
| 467 |
| `head.encryption_algo` | string | Algorithm used for payload encryption. |
|
| 468 |
| `related` | object | A general-purpose object describing **direct relationships** to other containers. All fields inside `related` are **arrays of DIDs**, supporting multiple links per relation type and open-ended semantic extension by agents. The following fields illustrate common link types but do **not represent an exhaustive list**. |
|
|
|
|
| 462 |
| `head.public_key` | string | Sender’s public key, if not globally resolvable via DID. |
|
| 463 |
| `head.compression` | string | Compression algorithm used for the payload (`zstd`, `gzip`). |
|
| 464 |
| `head.magnet_uri` | string | Magnet link pointing to the original or mirrored container. |
|
| 465 |
+
| `head.network` | string | Specifies the local propagation scope of the container: "localhost", "lan:\<subnet\>". An empty string ("") indicates Internet/global propagation. If set, broadcast is automatically considered false. |
|
| 466 |
| `head.subclass` | string | Optional subtype or specialization of the container’s class. Enables agents to differentiate more specific container families (e.g. `"goal.research_hypothesis"`, `"quant.semantic_node"`). Inherits schema from the parent `class`. |
|
| 467 |
| `head.encryption_algo` | string | Algorithm used for payload encryption. |
|
| 468 |
| `related` | object | A general-purpose object describing **direct relationships** to other containers. All fields inside `related` are **arrays of DIDs**, supporting multiple links per relation type and open-ended semantic extension by agents. The following fields illustrate common link types but do **not represent an exhaustive list**. |
|