Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

orectic-penumbra-docs

Five-site documentation hub. The first four compare Orectic and Penumbra — two AI products that solve the same "AI needs business context" problem from opposite directions. The fifth is a sibling profile of Honcho (Plastic Labs), which is on a different axis entirely: memory about the peers your agent talks to, not memory about your business.

Site URL Focus
Guide orectic-penumbra-guide.pages.dev Vocab + worked example (Acme query, 3 retrievals)
Arch orectic-penumbra-arch.pages.dev Architecture deep-dive — bottom-up vs top-down
Wiki orectic-penumbra-wiki.pages.dev A-Z glossary of every term used
Source orectic-penumbra-source.pages.dev Primary sources + background reading
Honcho orectic-penumbra-honcho.pages.dev Sibling profile — Honcho (Plastic Labs)

Stack

  • Single-file index.html per site (Organized AI dark terminal theme)
  • Deployed to Cloudflare Pages via wrangler
  • No build step, no JS framework, no external assets

Repo layout

docs/
├── guide/index.html
├── arch/index.html
├── wiki/index.html
├── source/index.html
└── honcho/index.html

Deploy

# per site (replace <slug> with one of: guide, arch, wiki, source, honcho)
cd docs/<slug>
CLOUDFLARE_ACCOUNT_ID=691fe25d377abac03627d6a88d3eeac9 \
  wrangler pages deploy . \
  --project-name orectic-penumbra-<slug> \
  --branch main \
  --commit-dirty=true

Built with the organized-ai-project-guide skill. See organizedai.vip.

About

4-site documentation hub comparing Orectic and Penumbra AI products — vector stores, knowledge graphs, GraphRAG explained with a worked example

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors