LogicForge
Master layer 414 PermitPulse trial submission closure
Platform Ember Embedded runtime / signal layer
L816 0.1.816 logicforge-layer-816-schema.sql taxonomy_aligned
Platform
Shared access

Ember install

One install script powers the Ember launch modules.

The runtime stays small: one public asset, one module registry, one event/handoff schema, and one Ignite support contract.

One-script install

<script src="/assets/logicforge.js" data-client-key="lf-launch-preview" data-source-key="ember-install" data-site-url="https://example.logicforge.local" data-page-path="/" data-mount="[data-ember-preview]" data-preview-mode="true" data-ingest-base="/api/ingest"></script>
Client keylf-launch-preview
Source keyember-install
Mount selector[data-ember-preview]
Asset/assets/logicforge.js
Ingest base/api/ingest

Canonical event / handoff schema

session_id
string · required

Stable browser/session identity used to bind multi-module behavior into one Ember story.

site_url
string · required

Canonical site or tenant URL where the event originated.

page_path
string · required

Current page where the module interaction happened.

module_key
enum · required

One of prompt, proof, capture, scheduler, or signal_handoff.

event_key
string · required

Canonical event or signal label emitted by the module.

headline
string · required

Short operator-facing description of what just happened.

detail
string · required

The meaningful customer-side context needed by Ignite.

confidence
float · required

0-1 confidence score for the importance or urgency of the event.

recommended_next_move
string · required

The operator move Ignite should consider next.

operator_effect
string · required

Why the event matters to the operator/business.

conversion_intent
string · optional

Call, quote, booking, consultation, contact, or other declared intent.

account_key
string · optional

Attached tenant/account identity for attached-customer runtime proving grounds.

company_name
string · optional

Readable company label for the attached sandbox or real customer context.

site_record_id
string · optional

Canonical site record identifier carried from the customer install context.

account_id
int · optional

Live lf_accounts row id used when the runtime is database-backed.

site_id
int · optional

Live lf_sites row id used when the runtime is database-backed.

handoff_reason
string · optional

Only present for handoff records; explains why the site event crossed the threshold into Ignite action.

product_lane
string · optional

Product-lane identity for product-specific conversion signals such as revenue_leak_finder.

known_context_attached
string · optional

yes/no marker proving whether known prospect/company/domain context was attached.

known_company
string · optional

Known company or business name attached to the event when present.

known_domain
string · optional

Known domain or website attached to the event when present.

known_vertical
string · optional

Known vertical/trade/industry context attached to the event when present.

known_market
string · optional

Known market/metro/city context attached to the event when present.

known_source
string · optional

Known acquisition source context attached to the event when present.

known_campaign
string · optional

Known campaign context attached to the event when present.

known_intake_batch
string · optional

Known intake/import batch context attached to the event when present.

known_traffic_route
string · optional

Known traffic route or UTM route context attached to the event when present.