Skip to content

Latest commit

 

History

History
116 lines (101 loc) · 4.24 KB

File metadata and controls

116 lines (101 loc) · 4.24 KB
id index
kind context_doc
pillar P08
title CEXAI v1.0.0 -- Repo Index
tags
cex
index
navigation
quality
version 1.0.0
author n07_orchestrator
tldr Quick navigation map for the CEXAI repo. Read this if you are looking for a specific entry point.
domain CEX system navigation
created 2026-04-27
updated 2026-04-27
density_score 0.92
related
CLAUDE
README
QUICKSTART

CEXAI Repo Index

Where do I start?

If you are... Read first
A new contributor README.md -- value prop, badges, quickstart link
Trying it for the first time QUICKSTART.md -- 5-minute setup
An LLM booting into CEX CLAUDE.md / AGENTS.md / GEMINI.md / OLLAMA.md
Deciding if CEX fits docs/EXECUTIVE_SUMMARY.md -- 60-second evaluation
Looking for a concept docs/glossary.md -- canonical definitions
Wanting to contribute CONTRIBUTING.md
Reporting a security issue SECURITY.md

Repo map

cex/
+-- README.md              -- value prop + badges
+-- QUICKSTART.md          -- 5-min setup
+-- CLAUDE.md              -- Claude runtime entry (auto-loaded)
+-- AGENTS.md              -- Codex runtime entry
+-- GEMINI.md              -- Gemini runtime entry
+-- OLLAMA.md              -- Ollama runtime entry
+-- CHANGELOG.md           -- versioned history
+-- CONTRIBUTING.md        -- contributor guide
+-- CODE_OF_CONDUCT.md     -- behavior standards
+-- SECURITY.md            -- vulnerability disclosure
+-- LICENSE                -- MIT
+-- TRADEMARK.md           -- name + logo policy
|
+-- archetypes/builders/   -- 305 typed factories (12 ISOs each)
+-- N00_genesis/           -- archetype repo (12 pillars source-of-truth)
+-- N01_intelligence/      -- research/analysis nucleus
+-- N02_marketing/         -- copy/positioning nucleus
+-- N03_engineering/       -- builder nucleus (8F-strict)
+-- N04_knowledge/         -- docs/RAG nucleus
+-- N05_operations/        -- code/test/deploy nucleus
+-- N06_commercial/        -- pricing/monetization nucleus
+-- N07_admin/             -- orchestration nucleus
|
+-- _tools/                -- 154 CLI tools (cex_doctor, cex_compile, etc.)
+-- _spawn/                -- dispatch.sh + spawn helpers
+-- boot/                  -- nucleus boot scripts (Windows .ps1)
+-- cex_sdk/               -- Python SDK runtime
|
+-- docs/                  -- public-facing docs
+-- _docs/                 -- internal specs
+-- examples/              -- 7 walkthroughs (01-07)
+-- tests/                 -- pytest tier manifest
|
+-- .claude/               -- agents, rules, commands, skills, settings
+-- .cex/                  -- runtime + config + cache (gitignored)
+-- .github/               -- CI workflows + templates

8F Reasoning Protocol

F1 CONSTRAIN -> F2 BECOME -> F2b SPEAK -> F3 INJECT -> F4 REASON
                                                    -> F5 CALL
                                                    -> F6 PRODUCE
                                                    -> F7 GOVERN
                                                    -> F8 COLLABORATE

Universal reasoning protocol. Every artifact passes through it. Reference: .claude/rules/8f-reasoning.md.

Looking for a kind?

300 kinds spread across 12 pillars. Browse: .cex/kinds_meta.json or N00_genesis/P01_knowledge/library/kind/.

For "I have feature X, which kind?": see the discovery map in CLAUDE.md under the ## Looking for X? Use kind Y section.

Stats

Metric Value
Kinds 300
Builders 305
Sub-agents 302
Pillars 12
Nuclei 7 (N01-N07) + 1 archetype (N00)
Tools 154
Examples 7 walkthroughs
Runtimes supported Claude / Codex / Gemini / Ollama

Related Artifacts

Artifact Relationship Score
[[CLAUDE]] upstream 1.0
[[README]] sibling 0.95
[[QUICKSTART]] sibling 0.85
[[EXECUTIVE_SUMMARY]] sibling 0.80
[[glossary]] sibling 0.75