Summary: Table of contents for the technical intelligence layer. Sources: initial architecture Last updated: 2026-05-15


Technical Intelligence

This layer covers every repo, shared package, piece of infrastructure, and cross-repo integration pattern in the 7Mind system. Agents should read their own repo note before any significant task, and consult integration notes when a change spans multiple repos.

Repos

One file per repository. Named to match the GitHub repo slug exactly.

Add additional repo notes here as they are created.

Shared NPM Packages

  • (none documented yet — add pkg-*.md files as packages are catalogued)

Infrastructure

Concepts

System-wide architectural patterns and service configurations that span multiple repos or require cross-cutting context. Read these before editing code that touches the named concern.

Integrations

Cross-repo connection patterns. Add notes here when a multi-repo interface is non-obvious.

  • backend-event-bus — Google Pub/Sub + Broadway as the async event spine connecting backend domains
  • mobile-build-pipeline — Codemagic owns mobile production builds, GitHub Actions handles CI
  • locale-aware-slugs-static-export — replicating Nuxt’s nuxtI18n.paths per-locale URL slugs in a Next.js Pages-Router static export (website-next-js port)
  • static-export-i18n-catalogue — loading the 450 KB locale catalogue at build time and keeping it out of the client bundle; distributing slices via getStaticProps + a React context (website-next-js port)