mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
4.9 KiB
4.9 KiB
--- FILE CONTENT ---
PROJECT_MAP.md — Sorted by ENE Schema
Purpose: External memory of project structure. You don't need to hold any of this in your head — jump to the section you need. Sorting framework: 6-Documentation/docs/ENE_SCHEMA.md — 14-axis hyperbolic concept space + 5 settlement states. Generated: 2026-04-25. Regeneration recipe at the end of this file.
How to use this map
| If you want to... | Jump to |
|---|---|
| resume the Phi-centered cockpit | 6-Documentation/docs/PHI_CENTER_REVAMP.md |
| publish next | § Publication queue |
| find a paper or Lean module by what it's about | § 14-axis sort |
| see what's done vs. what's drafty | § Settlement state ladder |
| find a "family" of related work | § Concept clusters |
| read a single thing first by purpose | § Entry points |
| see what other maps exist | § Alternative maps |
| understand repository structure | § Repository structure |
| regenerate this map | § Regeneration recipe |
Three grounding axioms
These come from 6-Documentation/docs/AGENTS.md and 6-Documentation/docs/VISION_NORTH_STAR.md. Everything else descends from them.
- Lean is the source of truth. Python/Rust/Verilog are extraction targets. Logic in shims is a bug.
- The publishing pipeline is
Substrate (ENE) ↔ Surface (Notion) ↔ Intent (Linear) ⟹ Metatype. ENE holds truth, Notion is the UI, Linear tracks intent. The integration is the self-typing loop. - Settlement state is the lifecycle. Every artifact lives in one of:
SEED → FORMING → STABLE → CRYSTALLIZED → COMPRESSED. Movement is the work.
Repository structure
Root level contains only core navigation and configuration:
- Core docs:
CONCEPTS.md,PROJECT_MAP.md,TODO_MAP.md(navigation maps) - Configuration:
.gitignore,.env.example(config files inworkspace-config/) - Main directories: (see below)
Directory structure:
0-Core-Formalism/— Lean, core source, bind, Triumviratelean/Semantics/— Lean formalization (canonical truth, 49+ modules)core/— Core source code (Rust, Lean, Python extraction targets)otom/— One-Truth-Only-Model (Consolidated 2026-05-03)rust/— Rust implementations
1-Distributed-Systems/— ENE mesh, gossip, waveprobeene/— ENE nodes and mesh logicwaveprobe/— Signal probing tools
2-Search-Space/— PIST, SVQF, FAMMmanifold/— Manifold search and optimizationsearch/— Search algorithms
3-Mathematical-Models/— Equation registry, math databasedatabase/— Mathlib and model databases
4-Infrastructure/— Shims, GPU, cloud, hardware, driversinfra/— Python shims and integrationservo-fetch/— (Moved to Forked/ 2026-05-03)
hardware/— Hardware designs (Verilog, FPGA)drivers/— Hardware driversgpu/— GPU optimization and shaderswasmgpu/— Wasm-based GPU shims (Consolidated 2026-05-03)
config/— System configuration
5-Applications/— Scripts, tests, pipelines, auditscripts/— Executable scripts (ingestion, processing)tests/— Test files and testbenchesout/— Output files and reportsaudit/— Audit resultstext-to-cad/— (Moved to Forked/ 2026-05-03)
6-Documentation/— Docs, papers, semantics, wiki, archivedocs/— Papers, specs, guidesspecs/RESEARCH_STACK_NUVMAP_ADDRESS_SPACE.md— Canonical Address Mapping (New)recovered/— Recovered research artifacts from DeleteMe (2026-05-04)
papers/— Scientific literature and PDFsarchive/— Historical materials / Risk ManagementPRIOR_ART/moim_v5_recovery/— MOIM v5.0 recovered source and hardware (High Value)revenant/— Archived (Liability reduction 2026-05-03)webmoji/— Archived (Liability reduction 2026-05-03)
finance/— Financial records and ledgers
shared-data/— Databases, artifacts, datadata/— Raw and processed dataingested/llm_research/— ChatGPT/Kimi/Claude research logs
artifacts/— Generated artifacts
workspace-config/— Environment and IDE settingsscratch/— Experimental/temporary code
Ignored directories (in .gitignore):
- Virtual environments:
hutter_venv/,venv_proxy/,venv_wgpu/,*.venv/,venv/ - Large tools:
ComfyUI/,locally-uncensored_temp/,searxng/ - Build artifacts:
node_modules/,tools/bin/,5-Applications/build/,**/target/ - Local projects:
Obdisidan connector/,String-Star-Manifold/,CompressionApproachViaTopology/
... rest of the file ...