Home / Ops / More in this area

DECISION: the stored Profile is the canonical source for every audio and reading (2026-07-01)

Updated Jul 01, 2026 · Affirmology_ProfileCanonicalSource_v1.md

Summary. Jeff's directive, logged so it is permanent and applies to any audio for anyone, from anywhere.

DECISION: the stored Profile is the canonical source for every audio and reading (2026-07-01)

Jeff's directive, logged so it is permanent and applies to any audio for anyone, from anywhere.

The rule

The per-person Profile record is the SINGLE CANONICAL SOURCE from which the Origin Soul Song and ALL future audios and readings for that person are created. Systems do NOT recompute chart data fresh each time. They read from the stored Profile.

What the Profile holds (the canonical record)

Stored three ways (cloud DB profile table + R2 report file + Airtable fields/link), tracked by id, email, and name: - Raw birth inputs exactly as typed (date, exact time, location). - Full computed chart, every system, to the degree: western astrology (with houses, asteroids, nodes, Lilith, Part of Fortune, Vertex), Human Design, Gene Keys, numerology, Vedic. - Current transits + progressions. - A deep read (top-10, who they are, what they are navigating, marketing angles). - (Name-based numerology intentionally excluded for now.)

Why

Enforcement (implementation plan)

  1. Every intake builds + stores the full Profile (build_and_store_profile) as the canonical record. DONE (demo intake).
  2. The render/script pipeline resolves the person's Profile (by email/id) and uses its stored data as the chart source; it computes fresh ONLY when no Profile exists, then stores it. TO WIRE (touches the proven audio pipeline, so verify chart accuracy with pytest + a test render before shipping).
  3. Agents pull from the Profile via a get_profile read-path (Hermes/Sophia/oracles), no recompute. TO BUILD.
  4. Applies to ANY audio for anyone from anywhere: demo, app, gifts, readings.

Where this is pushed