You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The very first publish ships the version currently on disk (`0.0.1`) — no version bump. `--first-release` skips the "previous tag exists" check and the "package already on registry" check.
51
51
52
52
```bash
53
-
# 1. Build everything
53
+
# 1. Build everything and patch install telemetry into publishable manifests
Copy file name to clipboardExpand all lines: docs/gtm/messaging.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,13 @@
10
10
11
11
**H1:** Ship production agent UIs in Angular.
12
12
13
-
**Subhead:** Signal-native chat, threads, interrupts, tool progress, and generative UI for LangGraph, AG-UI, and A2UI. MIT-licensed, self-hostable, opt-in telemetry, no React rewrite.
13
+
**Subhead:** Signal-native chat, threads, interrupts, tool progress, and generative UI for LangGraph, AG-UI, and A2UI. MIT-licensed, self-hostable, app telemetry off by default, no React rewrite.
14
14
15
15
**Primary CTA:**`Install @ngaf/chat` (copy-to-clipboard, fires `marketing:cta_click` with `cta_id=hero_install`, `track=developer`).
16
16
17
17
**Secondary CTA:**`Talk to our engineers` (routes to `/contact?source=home_hero&track=enterprise`, fires `marketing:cta_click` with `cta_id=hero_talk_to_engineers`, `track=enterprise`).
**Proof row:**`MIT · Angular-native Signals · LangGraph + AG-UI · A2UI-compatible · Self-hostable · App telemetry off by default`
20
20
21
21
**Subline under proof row:***Not another backend agent runtime. Keep LangGraph, Genkit, Mastra, CrewAI, or your own service. Cacheplane solves the Angular UI layer.*
22
22
@@ -27,12 +27,12 @@ Repeat across the site, comparison pages, and content.
Copy file name to clipboardExpand all lines: gtm.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Operational progress lives in agent runs and PostHog. The repo holds durable str
92
92
## 8. Non-goals (current phase)
93
93
94
94
- We do not compete as a general agent UI framework. We claim the Angular final mile.
95
-
- We do not ship telemetry from `@ngaf/*` browser packages by default. Opt-in only. Node-side telemetry honors `DO_NOT_TRACK` and `NGAF_TELEMETRY_DISABLED`; see [libs/telemetry/README.md](libs/telemetry/README.md) for the full contract.
95
+
- We do not ship telemetry from `@ngaf/*` browser packages by default. Opt-in only. Node-side package telemetry is minimal and honors `DO_NOT_TRACK`, `npm_config_do_not_track`, and `NGAF_TELEMETRY_DISABLED`; see [libs/telemetry/README.md](libs/telemetry/README.md) for the full contract.
96
96
- We do not run paid acquisition until Phase 2 organic baselines exist.
97
97
- We do not pursue stars as a vanity metric.
98
98
- We do not run A/B positioning experiments in Phase 1. Ship one hero, measure, iterate.
0 commit comments