@cleocode/core 2026.4.56 → 2026.4.58

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/internal.js CHANGED
@@ -9506,6 +9506,12 @@ var init_brain_schema = __esm({
9506
9506
  // observation → references → symbol
9507
9507
  "modified_by",
9508
9508
  // file → modified_by → session
9509
+ "code_reference",
9510
+ // memory node → code_reference → nexus symbol/file (T645)
9511
+ "affects",
9512
+ // observation → affects → symbol/file (impact tracking)
9513
+ "mentions",
9514
+ // observation → mentions → symbol name (weak reference)
9509
9515
  // Plasticity (Hebbian + STDP co-retrieval)
9510
9516
  "co_retrieved"
9511
9517
  // A → co_retrieved → B (Hebbian: frequently retrieved together)
@@ -43187,7 +43193,9 @@ var init_edge_types = __esm({
43187
43193
  // Observation → symbol name mention
43188
43194
  MENTIONS: "mentions",
43189
43195
  // Observation → symbol/file structural link
43190
- DOCUMENTS: "documents"
43196
+ DOCUMENTS: "documents",
43197
+ // Memory node → nexus symbol/file (T645)
43198
+ CODE_REFERENCE: "code_reference"
43191
43199
  };
43192
43200
  }
43193
43201
  });