Plans

Active and historical project plans, mirrored from the Leif repo.

The current set of in-progress and committed plans for SuperHiTech and Leif. Each page mirrors a markdown file from superhitech/leif:docs/plans/ — the Leif repo is the source of truth, this section is a browsable mirror.

Pages in this section

  • ESA Order Processor — native pricing-app module replacing the Pabbly-based ESA order workflows. Bundle-aware, multi-platform, with proper error handling.
  • Growably Integration — five-phase plan to wire Growably (LeadConnector) into Leif as a CRM and proactive engagement surface.

How this section gets maintained

This section is auto-synced from the Leif repo. A scheduled Leif job, leif-docs-plans-sync, runs daily at 06

(confirmed in the Leif scheduler on 2026-06-01) and:

  1. Reads every .md from superhitech/leif:docs/plans/
  2. Adds the standard frontmatter (title, description, order) and the “mirrored from” header
  3. Commits any changes to superhitech/leif-docs:src/content/docs/plans/
  4. Cloudflare Pages auto-deploys

The canonical copy lives next to the code it describes; this docs site is just a friendlier reading surface. Because the job owns these files, edit the plans in the Leif repo, not here — a manual edit to a synced plan page will be overwritten on the next run. (list_scheduled_jobs() is the authoritative view of this and the other Leif-scheduled jobs.)