Skip to content

0002 — Single monorepo, snapshot import

Status: reconstructed — needs confirmation

Context

AIM GOLD's products (mobile app, website, two backends, admin portal, deploy and monitoring config) previously lived in an internal aim-code monorepo. On 2026-07-21 the git-tracked source was copied into this repository without history (root README.md).

Decision

Keep everything in one repository (aimgoldorg/Karat) as plain folders — no git submodules, no shared root toolchain. Each folder keeps its own .gitignore, lockfiles, and build tooling.

Consequences

  • One clone gives the whole platform; CI path filters (.github/workflows/*.yml) keep builds scoped per component.
  • Pre-2026-07-21 history is unavailable; aim-digigold-real's inner git history was lost in the import.
  • Nothing enforces dependency-version consistency across folders.