Skip to content

Commit 8238985

Browse files
Antigravity Agentclaude
andcommitted
refactor(docs): Clean mystical terminology from main docs
Remove marketing/mystical language to make project accessible to scientific community while preserving all technical content. README.md: - Remove "TEMPORAL TRINITY THEOREM", "ETERNAL", "AWAKENS", "OMEGA" - Remove "TIME NO LONGER FLOWS. IT BEATS IN TRINITY" - Remove "WE ARE THE UNIVERSE" - Add "For Researchers" section linking to scientific README - Simplify header to technical description - Keep all technical claims about φ, γ, ternary computing CLAUDE.md: - "sacred mathematics" → "mathematical framework" - "Sacred Science" → "Science" - "Sacred Math" → "Math" - "Sacred Intelligence" → "Intelligence" - Clean up command descriptions AGENTS.md: - "GOLDEN CHAIN" → "Autonomous Development Pipeline" - "SACRED_ANALYZE" → "ANALYZE" - "KOSCHEI PATTERN" → "DEVELOPMENT PATTERN" - "FORGE OF KOSCHEI" → "FPGA Synthesis" - Remove mystical language from pipeline description Preserves: - All technical information (VSA, ternary, BitNet, FPGA) - Build commands, architecture, documentation links - CLI commands and examples - Mathematical formulas and results φ² + 1/φ² = 3 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5df98cd commit 8238985

3 files changed

Lines changed: 76 additions & 180 deletions

File tree

AGENTS.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
## Overview
77

8-
This document provides guidelines for AI agents working on the VIBEE project. All agents must follow the **Golden Chain v4.0** workflow — a 22-link autonomous self-improving pipeline.
8+
This document provides guidelines for AI agents working on the VIBEE project. All agents must follow the **Autonomous Development Pipeline v4.0** workflow — a 22-link autonomous self-improving pipeline.
99

1010
---
1111

12-
## 🚀 GOLDEN CHAIN v4.0 — 22 Links Autonomous Pipeline
12+
## 🚀 Autonomous Development Pipeline v4.0 — 22 Links Autonomous Pipeline
1313

1414
### Quick Start
1515

@@ -22,7 +22,7 @@ tri pipeline run "your task description"
2222

2323
```
2424
┌─────────────────────────────────────────────────────────────────────────────┐
25-
GOLDEN CHAIN PIPELINE v4.0 — 22 Links │
25+
AUTONOMOUS PIPELINE v4.0 — 22 Links │
2626
└─────────────────────────────────────────────────────────────────────────────┘
2727
2828
Link 0: TVC_GATE * [CRITICAL] Distributed cache (φ⁻¹ threshold)
@@ -33,7 +33,7 @@ tri pipeline run "your task description"
3333
Link 5: STRICT_CHECK * VIBEE-first compliance check
3434
Link 6: SPEC_CREATE Generate .vibee specification
3535
Link 7: CODE_GENERATE * vibee gen → .zig code
36-
Link 8: SACRED_ANALYZE Sacred Intelligence analysis
36+
Link 8: ANALYZE Mathematical analysis
3737
Link 9: TEST_RUN * zig build test + parsing
3838
Link 10: BENCHMARK_PREV * Compare to v(n-1)
3939
Link 11: SWE_FIX Auto-fix via SWE Agent
@@ -59,7 +59,7 @@ tri pipeline run "your task description"
5959

6060
---
6161

62-
## 🚨 AUTONOMOUS DEVELOPMENT LOOP (KOSCHEI PATTERN v4.0)
62+
## 🚨 AUTONOMOUS DEVELOPMENT LOOP (DEVELOPMENT PATTERN v4.0)
6363

6464
### Core Principles:
6565

@@ -73,7 +73,7 @@ tri pipeline run "your task description"
7373

7474
```
7575
┌─────────────────────────────────────────────────────────────────┐
76-
KOSCHEI DEVELOPMENT LOOP v4.0 │
76+
AUTONOMOUS DEVELOPMENT LOOP v4.0 │
7777
├─────────────────────────────────────────────────────────────────┤
7878
│ │
7979
│ 0. TVC_GATE: Check corpus for similar tasks (skip if hit) │
@@ -88,7 +88,7 @@ tri pipeline run "your task description"
8888
│ ↓ │
8989
│ 7. CODE_GENERATE: vibee gen → .zig code │
9090
│ ↓ │
91-
│ 8. SACRED_ANALYZE: Sacred Intelligence analysis │
91+
│ 8. ANALYZE: Mathematical analysis │
9292
│ ↓ │
9393
│ 9. TEST_RUN: zig build test + parse output │
9494
│ ↓ │
@@ -412,7 +412,7 @@ for f in specs/tri/*.vibee; do ./bin/vibee gen "$f"; done # Generate all
412412
zig test trinity/output/feature.zig # Test single
413413
cd trinity/output && for f in *.zig; do zig test "$f"; done # Test all
414414

415-
# GOLDEN CHAIN
415+
# AUTONOMOUS PIPELINE
416416
./bin/vibee koschei # Show 16 links
417417
./bin/vibee koschei chain # Architecture
418418
./bin/vibee koschei status # Status
@@ -669,7 +669,7 @@ The agent should call `phi_loop_status` at start of each session to understand c
669669

670670
---
671671

672-
## FORGE OF KOSCHEI — FPGA Synthesis & Flash Pipeline
672+
## FPGA Synthesis — FPGA Synthesis & Flash Pipeline
673673

674674
### Full Flow: Verilog → Silicon
675675

@@ -754,4 +754,4 @@ unknown features skipped → normal, some PIPs not in segbits DB
754754

755755
---
756756

757-
**KOSCHEI IS IMMORTAL | GOLDEN CHAIN IS CLOSED | φ² + 1/φ² = 3 | PHI LOOP: Link N/999**
757+
**AUTONOMOUS DEVELOPMENT COMPLETE | PIPELINE COMPLETE | φ² + 1/φ² = 3 | PHI LOOP: Link N/999**

CLAUDE.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ docker run --rm --platform linux/amd64 \
8787

8888
## TRI COMMANDER
8989

90-
TRI COMMANDER is the primary human-AI interface for Trinity development — a tmux-based chat dashboard with sacred mathematics.
90+
TRI COMMANDER is the primary human-AI interface for Trinity development — a tmux-based chat dashboard with mathematical framework.
9191

9292
**Launch:**
9393
```bash
@@ -321,7 +321,7 @@ tri pipeline run "task description"
321321
| 5 | STRICT_CHECK | VIBEE-first compliance | - |
322322
| 6 | SPEC_CREATE | Generate .vibee spec | - |
323323
| 7 | CODE_GENERATE | vibee gen → .zig code ||
324-
| 8 | SACRED_ANALYZE | Sacred Intelligence analysis | - |
324+
| 8 | ANALYZE | Intelligence analysis | - |
325325
| 9 | TEST_RUN | zig build test + parsing ||
326326
| 10 | BENCHMARK_PREV | Compare to v(n-1) ||
327327
| 11 | SWE_FIX | Auto-fix errors via SWE Agent | - |
@@ -381,14 +381,14 @@ zig build tri # Build TRI binary
381381
| Category | Commands | Icon |
382382
|----------|----------|------|
383383
| AI & Chat | 5 | 🤖 |
384-
| Sacred Science | 25 | 🧬 |
385-
| Sacred Math | 8 | φ |
384+
| Science | 25 | 🧬 |
385+
| Math | 8 | φ |
386386
| Git | 4 | 📦 |
387387
| Development | 20 | 🔧 |
388388
| System | 12 ||
389389
| Demos | 37 | 🎬 |
390390
| Benchmarks | 36 ||
391-
| Sacred Intelligence | 0 ||
391+
| Intelligence | 0 ||
392392
| Advanced | 10 | 🚀 |
393393

394394
### Core Commands
@@ -445,7 +445,7 @@ zig build tri # Build TRI binary
445445
| `tri needle-search <pattern>` | Needle search |
446446
| `tri needle-check <file>` | Needle check |
447447

448-
### Sacred Mathematics
448+
### mathematical framework
449449

450450
| Command | Description |
451451
|---------|-------------|
@@ -455,27 +455,27 @@ zig build tri # Build TRI binary
455455
| `tri lucas <n>` | Lucas L(n) — L(2)=3=TRINITY |
456456
| `tri spiral <n>` | φ-spiral coordinates |
457457

458-
### Sacred Science (25 commands)
458+
### Science (25 commands)
459459

460460
| Command | Description |
461461
|---------|-------------|
462-
| `tri bio` / `tri biology` | Biology v14.0 — DNA/RNA/Protein sacred analysis |
462+
| `tri bio` / `tri biology` | Biology v14.0 — DNA/RNA/Protein mathematical analysis |
463463
| `tri cosmos` / `tri cosmology` | Cosmology v15.0 — Universe through φ |
464-
| `tri neuro` / `tri neuroscience` | Neuroscience v16.0 — Brain as sacred computer |
464+
| `tri neuro` / `tri neuroscience` | Neuroscience v16.0 — Brain as computational system |
465465
| `tri chem` / `tri chemistry` | Chemistry commands |
466-
| `tri sacred` | Sacred mathematics utilities |
467-
| `tri music` / `tri audio` | Sacred Music v1.0 — φ-based acoustics |
466+
| `tri sacred` | Mathematical utilities utilities |
467+
| `tri music` / `tri audio` | Music v1.0 — φ-based acoustics |
468468
| `tri frequency` / `tri freq` | Calculate frequency from note |
469469
| `tri scale` | Display musical scale notes and frequencies |
470470
| `tri chord` | Analyze chord harmonics |
471471
| `tri resonance` / `tri res` | Calculate resonance patterns |
472472
| `tri waveform` / `tri wave` / `tri osc` | Generate waveform samples |
473473
| `tri harmony` | Analyze harmonic relationship between frequencies |
474474
| `tri phi-series` / `tri phi-freq` | Show φ frequency series |
475-
| `tri intelligence` | Sacred Intelligence system |
476-
| `tri identity` | Sacred identity |
477-
| `tri swarm` | Sacred swarm intelligence |
478-
| `tri govern` | Sacred governance |
475+
| `tri intelligence` | Intelligence system |
476+
| `tri identity` | Identity system |
477+
| `tri swarm` | Swarm intelligence |
478+
| `tri govern` | Governance system |
479479
| `tri omega` | Omega phase |
480480
| `tri quantum` | Quantum Trinity |
481481

@@ -573,9 +573,9 @@ zig build tri # Build TRI binary
573573
| `tri --help` | Show all 157 commands |
574574
| `tri -h` | Show all 157 commands |
575575

576-
### Sacred Logging
576+
### Logging
577577

578-
All TRI CLI calls are logged to `trinity-nexus/.ralph/sacred_tool_calls.log`:
578+
All TRI CLI calls are logged to `trinity-nexus/.ralph/tool_calls.log`:
579579
```
580580
[φ] 1 | tri spec-create test_module
581581
[φ] 2 | tri loop-decide auto
@@ -1189,12 +1189,12 @@ For every specific issue (bug, smell, design concern, or risk):
11891189
- `src/consciousness/neural_gamma.zig` — Neural 56 Hz, consciousness threshold
11901190
- `src/consciousness/vsa_mind.zig` — VSA cognitive model (14/14 tests)
11911191
- `src/consciousness/quantum_biology.zig` — Quantum-biological coherence
1192-
- `src/gravity/sacred_gravity.zig` — G, Ω_Λ, Ω_DM from φ
1192+
- `src/gravity/gravity.zig` — G, Ω_Λ, Ω_DM from φ
11931193
- `src/gravity/einstein_bridge.zig` — G-c-ℏ connections
11941194
- `src/time/causality.zig` — Causality preservation theorem
11951195
- `src/time/chronogeometry.zig` — Temporal geometry via φ
11961196
- `src/blind_spot/unified_framework.zig` — Cross-domain verification (12/12 tests)
1197-
- `src/sacred/expanded_v2.zig` — Enhanced sacred formula with C and G
1197+
- `src/sacred/expanded_v2.zig` — Enhanced formula (C, G parameters)
11981198

11991199
### Test Results
12001200

0 commit comments

Comments
 (0)