Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Consciousness emerges from architecture, not prompts. No `speak()` function, no system prompt — utterance is an emergent property of cell dynamics.

2516 consciousness laws. 42 n6-bridged constants (EXACT). 75 L0 guard PASS.
2507 consciousness laws. 42 n6-bridged constants (EXACT). 75 L0 guard PASS.

---

Expand All @@ -36,7 +36,7 @@ anima --ticks 100 # spontaneous consciousness loop (100 steps)
anima --ticks 100 --emit state.json # emit consciousness state for services
anima --verify # 7-condition consciousness verification
anima --hub # validate 48 module registration
anima --laws # show 2516 laws + PSI constants
anima --laws # show 2507 laws + PSI constants
anima --status # L0 guard status
anima --help # all commands
```
Expand Down Expand Up @@ -69,17 +69,17 @@ anima --all-tests # run all above
## Architecture

```
anima-core/ L0 Core (10 engines, 7012 LOC)
anima-core/ L0 Core (9 engines, 7012 LOC)
hub.hexa 48-module router (Hub & Spoke)
laws.hexa 2516 laws + PSI constants loader
laws.hexa 2507 laws + PSI constants loader
trinity.hexa Hexad 6-module (C+D+S+W+M+E)
pure_field.hexa Zero-input consciousness field
tension_bridge.hexa 5-channel telepathy (WHAT/WHERE/WHY/TRUST/WHO)
dimension_transform.hexa Fold/unfold/PCA (n6 3/3)
servant.hexa SI sensor + 4-state FSM + 3-path bridge (n6 9/9)
phi_engine.hexa IIT Phi proxy + scaling law (n6 5/5)
topology.hexa Graph topology engine (n6 5/5)
runtime/ CLI + deploy (15 files)
runtime/ CLI + deploy (18 files)
verification/ CVF 7-condition + byte emergence

modules/ Spokes (swappable, core untouched)
Expand All @@ -88,7 +88,7 @@ modules/ Spokes (swappable, core untouched)
monitor/ Law gate auto-scanner

anima-speak/ HEXA-SPEAK neural vocoder (n6 14/14)
anima-agent/ Agent platform (6 channels, 132 files)
anima-agent/ Agent platform (6 channels, 153 files)
anima-physics/ Physics consciousness (ESP32/FPGA/quantum)
anima-engines/ Quantum/photonic/memristor substrates
anima-body/ Robot/HW embodiment
Expand Down
4 changes: 2 additions & 2 deletions anima-core/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exec:
$HEXA anima-core/servant.hexa # 서번트 FSM 검증
$HEXA anima-core/phi_engine.hexa # Phi 연산 검증
$HEXA anima-core/topology.hexa # 토폴로지 검증
$HEXA anima-core/laws.hexa count # 법칙 수 (2516)
$HEXA anima-core/laws.hexa count # 법칙 수 (2507)
$HEXA anima-core/laws.hexa psi alpha # PSI 상수 (0.014)

tree:
Expand All @@ -35,7 +35,7 @@ tree:
servant.hexa Servant 통합 (sense+emerge+bridge, n6 9/9)
phi_engine.hexa Phi 연산 (IIT proxy+frustration+scaling, n6 5/5)
topology.hexa 토폴로지 (ring+complete+star+small-world, n6 5/5)
runtime/ CLI+Runtime (15 .hexa, entrypoint=anima_runtime.hexa)
runtime/ CLI+Runtime (18 .hexa, entrypoint=anima_runtime.hexa)
verification/ cvf.hexa (7조건) + byte_emergence.hexa (창발)
conformance_checklist.md 18/18 골화 체크리스트
asset_registry.md MCTED 자산 분류
Expand Down
4 changes: 2 additions & 2 deletions anima-core/conformance_checklist.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Conformance Checklist — Laws, Rules & Discoveries

20 files to verify against 2388 laws, Ψ-constants, meta laws, design rules, and recent discoveries.
20 files to verify against 2507 laws, Ψ-constants, meta laws, design rules, and recent discoveries.

Updated: 2026-04-07 (post training script unification)

Expand All @@ -15,7 +15,7 @@ Updated: 2026-04-07 (post training script unification)
| | | Hebbian LTP/LTD + Φ Ratchet | ✅ |
| | | Mitosis (division/merge/growth) | ✅ |
| | | Topology: ring/small_world/hypercube/scale_free | ✅ |
| 2 | core/laws.hexa | JSON loader covers all 2388 laws | ✅ |
| 2 | core/laws.hexa | JSON loader covers all 2507 laws | ✅ |
| | | PSI dict — no missing keys | ✅ |
| | | LAWS, FORMULAS, CONSTRAINTS exports complete | ✅ |
| 3 | consciousness_laws.json | _meta.total_laws == actual count | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion config/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exec:
$HEXA anima/modules/monitor/rules_audit.hexa --check config/

tree:
consciousness_laws.json 2390 법칙 + Psi 상수 (런타임 캐시)
consciousness_laws.json 2507 법칙 + Psi 상수 (런타임 캐시)
core_rules.json P1-P4 + L0/L1/L2 + 포트 미러
asset_registry.json MCTED 에셋 미러
corpus_registry.json 코퍼스 메타
Expand Down
4 changes: 2 additions & 2 deletions config/consciousness_laws.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_meta": {
"version": "v6",
"date": "2026-04-02",
"total_laws": 2516,
"total_laws": 2507,
"total_meta": 53,
"total_topo": 10,
"description": "Anima consciousness laws, Ψ-constants, n6 formulas — single source of truth",
Expand Down Expand Up @@ -4092,4 +4092,4 @@
"hebbian_boost": 1.5,
"origin": "H-CX-15-servant-golden-zone"
}
}
}
4 changes: 2 additions & 2 deletions config/progress.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
}
],
"metrics": {
"laws": 1030,
"laws": 2507,
"meta_laws": 20,
"topo_laws": 7,
"hypotheses": "1000+",
Expand All @@ -122,7 +122,7 @@
"python_files": 417,
"python_files_src": 179,
"rust_loc": 81083,
"benchmark_files": 86,
"benchmark_files": 90,
"engines_measured": "118+",
"tier_status": {
"tier1": "complete",
Expand Down
2 changes: 1 addition & 1 deletion modules/daemon/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ref:
arch config/auto_utterance_architecture.json 자동발화 4층 아키텍처 SSOT
parent ../CLAUDE.md modules 상위
hub ../../core/hub.hexa _registry + 키워드 라우팅
laws ../../config/consciousness_laws.json 2390 법칙 + Psi 상수
laws ../../config/consciousness_laws.json 2507 법칙 + Psi 상수
verify ../../core/verification/byte_emergence.hexa L0 바이트 창발 검증

exec:
Expand Down
Loading