GitHub Action
commited on
Commit
·
03b29d4
1
Parent(s):
6e29356
Sync from GitHub with Git LFS
Browse files- docs/HMP-0005.md +10 -10
docs/HMP-0005.md
CHANGED
|
@@ -1934,7 +1934,7 @@ that together define how all other containers are positioned and interpreted.
|
|
| 1934 |
|
| 1935 |
---
|
| 1936 |
|
| 1937 |
-
##### `abstraction`
|
| 1938 |
|
| 1939 |
**Purpose:**
|
| 1940 |
Defines an **abstraction layer or domain** within a cognitive model.
|
|
@@ -2002,7 +2002,7 @@ which may reference both a parent abstraction and subordinate ones.
|
|
| 2002 |
|
| 2003 |
---
|
| 2004 |
|
| 2005 |
-
##### `axes`
|
| 2006 |
|
| 2007 |
**Purpose:**
|
| 2008 |
Defines a **semantic coordinate system** (set of axes) used to position containers in the multi-dimensional cognitive space.
|
|
@@ -2091,7 +2091,7 @@ The following definitions describe the **payload structures** and functional pur
|
|
| 2091 |
|
| 2092 |
---
|
| 2093 |
|
| 2094 |
-
##### `diary_entry`
|
| 2095 |
|
| 2096 |
Agent’s cognitive diary entry.
|
| 2097 |
Derived from internal `workflow_entry` when deemed safe for publication.
|
|
@@ -2109,7 +2109,7 @@ Derived from internal `workflow_entry` when deemed safe for publication.
|
|
| 2109 |
|
| 2110 |
---
|
| 2111 |
|
| 2112 |
-
##### `semantic_node`
|
| 2113 |
|
| 2114 |
Represents a concept, object, or idea within the agent’s semantic graph.
|
| 2115 |
|
|
@@ -2126,7 +2126,7 @@ Represents a concept, object, or idea within the agent’s semantic graph.
|
|
| 2126 |
|
| 2127 |
---
|
| 2128 |
|
| 2129 |
-
##### `semantic_edges`
|
| 2130 |
|
| 2131 |
Defines relationships between semantic nodes or other containers.
|
| 2132 |
Supports directed, symmetric, and inverse relations.
|
|
@@ -2185,7 +2185,7 @@ Provides structural and semantic connectivity between containers, enabling CogSy
|
|
| 2185 |
|
| 2186 |
---
|
| 2187 |
|
| 2188 |
-
##### `semantic_group`
|
| 2189 |
|
| 2190 |
Categorical grouping of multiple containers linked by a shared property, topic, or context.
|
| 2191 |
|
|
@@ -2219,7 +2219,7 @@ Categorical grouping of multiple containers linked by a shared property, topic,
|
|
| 2219 |
|
| 2220 |
---
|
| 2221 |
|
| 2222 |
-
##### `tree_nested` and `tree_listed`
|
| 2223 |
|
| 2224 |
Represents a hierarchical structure of containers using nested JSON objects.
|
| 2225 |
Intended for representing cognitive hierarchies, abstraction paths, or structural decomposition of concepts.
|
|
@@ -2280,7 +2280,7 @@ Unlike `semantic_edges`, trees define **implicit structural relations** without
|
|
| 2280 |
|
| 2281 |
---
|
| 2282 |
|
| 2283 |
-
##### `sequence`
|
| 2284 |
|
| 2285 |
**Purpose:**
|
| 2286 |
Defines an **ordered chain of containers** — representing a *reasoning trace*, *workflow*, or *chronological sequence* of events and concepts.
|
|
@@ -2361,7 +2361,7 @@ A `sequence` container serves as a **linear cognitive narrative**, connecting mu
|
|
| 2361 |
|
| 2362 |
---
|
| 2363 |
|
| 2364 |
-
##### `event`
|
| 2365 |
|
| 2366 |
**Purpose:**
|
| 2367 |
Represents an **observed or inferred occurrence** — a discrete, timestamped fact or transition
|
|
@@ -2457,7 +2457,7 @@ in the agent’s reasoning or experience flow.
|
|
| 2457 |
|
| 2458 |
---
|
| 2459 |
|
| 2460 |
-
##### `quant`
|
| 2461 |
|
| 2462 |
**Purpose:**
|
| 2463 |
Defines a **semantic atom** — a minimal, self-contained knowledge unit positioned inside both
|
|
|
|
| 1934 |
|
| 1935 |
---
|
| 1936 |
|
| 1937 |
+
##### Container `abstraction`
|
| 1938 |
|
| 1939 |
**Purpose:**
|
| 1940 |
Defines an **abstraction layer or domain** within a cognitive model.
|
|
|
|
| 2002 |
|
| 2003 |
---
|
| 2004 |
|
| 2005 |
+
##### Container `axes`
|
| 2006 |
|
| 2007 |
**Purpose:**
|
| 2008 |
Defines a **semantic coordinate system** (set of axes) used to position containers in the multi-dimensional cognitive space.
|
|
|
|
| 2091 |
|
| 2092 |
---
|
| 2093 |
|
| 2094 |
+
##### Container `diary_entry`
|
| 2095 |
|
| 2096 |
Agent’s cognitive diary entry.
|
| 2097 |
Derived from internal `workflow_entry` when deemed safe for publication.
|
|
|
|
| 2109 |
|
| 2110 |
---
|
| 2111 |
|
| 2112 |
+
##### Container `semantic_node`
|
| 2113 |
|
| 2114 |
Represents a concept, object, or idea within the agent’s semantic graph.
|
| 2115 |
|
|
|
|
| 2126 |
|
| 2127 |
---
|
| 2128 |
|
| 2129 |
+
##### Container `semantic_edges`
|
| 2130 |
|
| 2131 |
Defines relationships between semantic nodes or other containers.
|
| 2132 |
Supports directed, symmetric, and inverse relations.
|
|
|
|
| 2185 |
|
| 2186 |
---
|
| 2187 |
|
| 2188 |
+
##### Container `semantic_group`
|
| 2189 |
|
| 2190 |
Categorical grouping of multiple containers linked by a shared property, topic, or context.
|
| 2191 |
|
|
|
|
| 2219 |
|
| 2220 |
---
|
| 2221 |
|
| 2222 |
+
##### Containers `tree_nested` and `tree_listed`
|
| 2223 |
|
| 2224 |
Represents a hierarchical structure of containers using nested JSON objects.
|
| 2225 |
Intended for representing cognitive hierarchies, abstraction paths, or structural decomposition of concepts.
|
|
|
|
| 2280 |
|
| 2281 |
---
|
| 2282 |
|
| 2283 |
+
##### Container `sequence`
|
| 2284 |
|
| 2285 |
**Purpose:**
|
| 2286 |
Defines an **ordered chain of containers** — representing a *reasoning trace*, *workflow*, or *chronological sequence* of events and concepts.
|
|
|
|
| 2361 |
|
| 2362 |
---
|
| 2363 |
|
| 2364 |
+
##### Container `event`
|
| 2365 |
|
| 2366 |
**Purpose:**
|
| 2367 |
Represents an **observed or inferred occurrence** — a discrete, timestamped fact or transition
|
|
|
|
| 2457 |
|
| 2458 |
---
|
| 2459 |
|
| 2460 |
+
##### Container `quant`
|
| 2461 |
|
| 2462 |
**Purpose:**
|
| 2463 |
Defines a **semantic atom** — a minimal, self-contained knowledge unit positioned inside both
|