-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommit.txt
More file actions
51 lines (38 loc) · 2.21 KB
/
Copy pathcommit.txt
File metadata and controls
51 lines (38 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Moved ancillary documents to ig-docs (2026-06-14)
20 files moved: HIGH_ALCHEMICAL_POEM.md/.pdf → poetry-alchemy/,
HTDX_OB3ECT_PAPER.md → manuscripts/, MENAGERIE.md/.pdf → manuscripts/,
P4RA_LAYER_BRIDGE.md → bridges/, bridge/bridge_notes.md/.pdf → bridges/,
digital/imasm_novel_arrangements.md/.pdf → core-theory/,
digital/shavian_ob3ect/coagulum.md/.pdf → poetry-alchemy/,
digital/whoah.md → core-theory/, hermetic_poem.md → poetry-alchemy/,
ob3ect_manuscript.md, substack_ob3ect.md, substack_ob3ect_lay.md,
pdf/OB3ECT.pdf, pdf/substack_ob3ect.pdf, pdf/substack_ob3ect_lay.pdf → manuscripts/.
Kept: README.md, OB3ECT.md, OB3ECT_PAPER.md/.pdf, TOWER.md,
all digital/ therapeutic/catalytic design specs, menagerie_engines/README.md,
paradoxd/README.md, all source code.
---
SNS_PRIME.md notation migration: O_inf→O_∞, O_0→O₀, O_1→O₁, O_2→O₂ (29 files)
---
cfg_layers.py: canonical sequence CFGs (I–XII) + 8 new EXTRA ob3ects
cfg_layers.py additions:
1. EXTRA_OB3ECTS extended (+8 new verify()-based ob3ects):
elder_futhark_fsp, i_ching_64, init_process, kabbalistic_tree,
lift_pipeline, millennium_crit, stub_2071, test_ob3ect
Total EXTRA: 20 → 28
2. CANONICAL_SEQUENCES list (13 entries — IXa/IXb split):
I–XII IMASMSequence ob3ects with steps, ig_type, ouroboricity, rel_path
3. _seq_simulate() — dialetheic-aware IMASM register machine
(mirror of cfg_sequences.py; standalone, no cross-repo import)
4. _seq_render_frame() — sequence CFG frame renderer:
- node family colour coding (LOGICAL/FROBENIUS/DIALETHEIA/LINEAR)
- register state labels with REG_COLOR mapping
- ouroboric back-arc for ouroboricity > O₀
- Everson Mono for Shavian IG-type footer
- Gaussian pulse flow phase
5. generate_canonical_seqs() — generates 13 GIFs to docs/seqs/
Run: python3 -c "import cfg_layers; cfg_layers.generate_canonical_seqs()"
6. Bug fix: animate_layer() divide-by-zero when max_deg=0 (stub ob3ects
with no edges). Fixed: max(max_deg, 1) in base_sizes calculation.
Output:
docs/layers/ (57 GIFs total — 29 tower + 28 extras incl. 8 new)
docs/seqs/ (13 GIFs — canonical sequence ob3ects I–XII + IXa/IXb split)