Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
44ec5eb
feat(tri-math): update remaining imports to math_bridge.zig | Closes …
Apr 19, 2026
38ca1a2
refactor: remove migrated files from trinity monolith
Apr 19, 2026
ac4304f
refactor: convert build.zig to .tri spec and add golden_float dep
Apr 19, 2026
4d57ad0
feat: initial import from trinity monolith
Apr 19, 2026
9da363b
refactor: extract zig-hdc (Hyperdimensional Computing) to separate re…
Apr 19, 2026
3bdc1d6
deps: add zig-hdc as dependency
Apr 19, 2026
2d18e43
refactor: remove KG files extracted to zig-knowledge-graph
Apr 19, 2026
e3e0660
refactor: extract zig-physics to separate repository
Apr 19, 2026
c5e4e8b
docs: add architecture diagram with ecosystem graph
Apr 19, 2026
a14507e
docs: add Architecture section with ecosystem graph
Apr 19, 2026
dca98d7
feat: initial import from trinity monolith
Apr 19, 2026
fdae765
docs: add complete ecosystem map with repository overview
Apr 19, 2026
4686278
docs: add ecosystem overview with Trinity orchestrator role
Apr 19, 2026
1a7ca28
refactor: migrate 6 physics modules to zig-physics
Apr 19, 2026
385e457
refactor(agents): migrate agent orchestration to zig-agents repo
Apr 19, 2026
7fbcae6
chore(vendor): add zig-hdc and zig-physics submodules
Apr 19, 2026
d9462ae
chore(vendor): add vendor submodules for TRIOS FFI integration
Apr 19, 2026
80ef265
fix(forward): Trinity hidden=243 + ACTIVE_VOCAB=256 for GAMMA #67 Par…
Apr 20, 2026
c51ee3b
fix(optimizer): Add LambStepTelemetry struct for GAMMA #67 per-layer …
Apr 20, 2026
7d03d34
fix(trios-train-cpu): resolve type mismatches in lib (TD-017)
Apr 20, 2026
d4c56d9
fix(trios-train-cpu): resolve type mismatches in lib (TD-017 RESOLVED)
Apr 20, 2026
033e4c2
Added docs/research/models/ to git despite .gitignore pattern
Apr 24, 2026
e224765
docs(research): add complete model catalog with JEPA-T, NCA, VSA, Ter…
Apr 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 0 additions & 10 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "/Users/playra/trinity-w1/zig-out/bin/ralph-hook stop"
}
]
}
]
}
}
21 changes: 21 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
[submodule "external/zig-golden-float"]
path = external/zig-golden-float
url = https://github.com/gHashTag/zig-golden-float
[submodule "trinity/trinity-training/zig-golden-float"]
path = trinity/trinity-training/zig-golden-float
url = https://github.com/gHashTag/zig-golden-float.git
[submodule "vendor/hdc"]
path = vendor/hdc
url = https://github.com/gHashTag/zig-hdc
[submodule "vendor/physics"]
path = vendor/physics
url = https://github.com/gHashTag/zig-physics
[submodule "vendor/trinity-brain"]
path = vendor/trinity-brain
url = https://github.com/gHashTag/zig-brain
[submodule "vendor/zig-crypto-mining"]
path = vendor/zig-crypto-mining
url = https://github.com/gHashTag/zig-crypto-mining
[submodule "crates/trios-hdc/vendor/zig-hdc"]
path = crates/trios-hdc/vendor/zig-hdc
url = https://github.com/gHashTag/zig-hdc
[submodule "crates/trios-physics/vendor/zig-physics"]
path = crates/trios-physics/vendor/zig-physics
url = https://github.com/gHashTag/zig-physics
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 36 additions & 0 deletions .trinity/lock/allowed
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
ALLOWED_MODULES:
zig-golden-float
zig-knowledge-graph
zig-crypto-mining
zig-physics
zig-hdc
zig-agents
zig-sacred-geometry
trinity-training
DENIED_MODULES:
src/brain/
src/consciousness/
src/hyperspace/
src/quantum/
src/quantum_gravity/
src/particle_physics/
src/qcd/
src/dark_matter/
src/baryogenesis/
src/gravity/
src/monopoles/
src/plasma/
src/string_theory/
src/superconductivity/
src/maxwell/
src/cosmos/
src/reality/
src/hyperspace/
src/agent_mu/
src/autonomous/
src/background_agent/
src/orchestration/
src/mcp/
src/registry/
src/ralph/
src/storm/
3 changes: 3 additions & 0 deletions .trinity/lock/manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
All non-trios modules now require trios gatekeeper
=== End of Manifest ===

1 change: 1 addition & 0 deletions .trinity/lock/status
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
LOCKED: 2026-04-19
1,356 changes: 111 additions & 1,245 deletions README.md

Large diffs are not rendered by default.

Loading
Loading