You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-

1
+

2
2
3
-
# Base Cognitive Engine
3
+
# VDM Cognitive Engine: Base Runtime
4
4
5
5
This package preserves the headless VDM runtime engine and removes the old frontend, physics harnesses, generated scan reports, corpus data, and accelerator experiments that are not required for the runtime path.
-`learning.toml` - experimental REVGSP/GDSP adapter controls; the default SparseConnectome path does not yet satisfy their required substrate contract.
25
25
-`scouts.toml` - void-walker scout budgets and per-scout enable flags.
26
-
-`io.toml` - emitters, smoke checks, HTTP status, and Redis status output.
27
-
-`logging.toml` - JSONL and zip spool limits.
26
+
-`io.toml` - receptor queue, HTTP status, and Redis status output.
27
+
-`logging.toml` - JSONL and zip spool limits. `events.jsonl` uses the
28
+
`events_*` limits, names containing `utd` use `utd_*`, and other JSONL files
29
+
use `log_*`; `roll_check_every = 1` enforces active-file caps after each write.
30
+
`zip_spool = true` instead selects the zip-buffer strategy and uses
31
+
`zip_buffer_bytes` and `zip_ring_bytes` for those standard writers.
0 commit comments