fix(web): soften two unbacked claims for closed-beta honesty #157

Merged
will.anderson merged 1 commits from fix/honest-claims-closed-beta into main 2026-06-18 16:40:50 +00:00
Member

What

Two website claims have no backing implementation (from the launch-readiness audit). Softened to honest wording for closed beta:

  • pricing.el / checkout.el: "3 marketplace plugins included" → "Plugin marketplace access (coming soon)". The marketplace isn't built and there are no free plugins.
  • marketplace.el: "Connectors - day one" → "Connectors (rolling out)". Only a few connectors are available; Slack is coming-soon, Gmail/Drive not shipped.

Deliberately NOT touched (need your review)

  • "No card required"checkout-free.el says the free tier needs no card, so the audit's "contradiction" may be wrong. Verify the real signup flow before changing.
  • Crisis-line copy (safety.el:138, "free, 24/7, staffed") — safety/suicide-prevention wording is a human call; flagged, not edited.
  • Post-quantum "everything encrypted" (local_first.el:73) — two audits conflict (primitives exist in el_runtime.c, but engram at-rest sealing may not be wired). Verify before adjusting.

Verification

  • elc --target=c syntax-checks clean on all three files. String-content-only changes.

🤖 Generated with Claude Code

## What Two website claims have **no backing implementation** (from the launch-readiness audit). Softened to honest wording for closed beta: - `pricing.el` / `checkout.el`: **"3 marketplace plugins included"** → "Plugin marketplace access (coming soon)". The marketplace isn't built and there are no free plugins. - `marketplace.el`: **"Connectors - day one"** → "Connectors (rolling out)". Only a few connectors are available; Slack is coming-soon, Gmail/Drive not shipped. ## Deliberately NOT touched (need your review) - **"No card required"** — `checkout-free.el` says the free tier needs no card, so the audit's "contradiction" may be wrong. Verify the real signup flow before changing. - **Crisis-line copy** (`safety.el:138`, "free, 24/7, staffed") — safety/suicide-prevention wording is a human call; flagged, not edited. - **Post-quantum "everything encrypted"** (`local_first.el:73`) — two audits conflict (primitives exist in `el_runtime.c`, but engram at-rest sealing may not be wired). Verify before adjusting. ## Verification - ✅ `elc --target=c` syntax-checks clean on all three files. String-content-only changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
tim.lingo added 1 commit 2026-06-18 05:43:14 +00:00
Audit found two website claims with no backing implementation:
- '3 marketplace plugins included' (free tier) -> 'Plugin marketplace access
  (coming soon)'. The marketplace is not built; there are no free plugins.
- 'Connectors - day one' -> 'Connectors (rolling out)'. Only a few connectors
  are available; Slack is coming-soon, Gmail/Drive not yet shipped.

String-content only; elc syntax-checks clean. Three other audit flags (no-card
wording, crisis-line copy, post-quantum 'everything encrypted') intentionally
NOT touched - left for human review (sensitive / conflicting evidence).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
will.anderson merged commit b87b0bed24 into main 2026-06-18 16:40:49 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#157