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) |
- Single-file
index.htmlper site (Organized AI dark terminal theme) - Deployed to Cloudflare Pages via
wrangler - No build step, no JS framework, no external assets
docs/
├── guide/index.html
├── arch/index.html
├── wiki/index.html
├── source/index.html
└── honcho/index.html
# 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=trueBuilt with the organized-ai-project-guide skill. See organizedai.vip.