Changelog

What we shipped.

The reverse-chronological record. Bigger releases get a version stamp. Smaller work goes in too because honest is better than tidy.

July 9, 2026
v0.6

Launch hardening

  • shipReviews you can rely on: a proper lifecycle state machine, and any review nobody answers within 24 hours fails closed — treated as a decline, never left hanging.
  • shipEmail beyond magic links: branded transactional and weekly-digest mail over SMTP, plus opt-in alerts the moment a purchase needs your review.
  • shipPublic API reference at /docs/api — the full POST /v1/verify contract, error shapes, and the review-polling loop.
  • shipA setup wizard that confirms your first connection actually landed before it calls itself done.
  • fixHardened Stripe billing: idempotent, correctly-ordered webhooks and plan-based connection caps.
  • fixFaster verdicts — capped the model call and moved the listing scan to Claude Haiku.
  • fixEmail/password signups now verify before first sign-in; the free-tier monthly counter resets on schedule.
July 4, 2026
v0.5

Everywhere your agent buys: protocols, phone, and a skill

  • shipProtocol adapters: POST /v1/verify/acp (Agentic Commerce checkout sessions) and /v1/verify/ap2 (Google AP2 cart mandates) normalize into the same verdict. AP2 goes further and checks the cart against your stated intent.
  • shipVerdicts you can verify: each one can come back as a signed credential (Ed25519 JWS) you check against /.well-known/jwks.json before acting.
  • shipiOS and Android app (Expo): review and Allow/Block from your phone, with native push the instant a verdict needs you.
  • shipContinue with Google, on web and mobile.
  • shipA browser extension for the ungoverned path, and a Watchpost skill for open agents (OpenClaw / Hermes) published on ClawHub.
  • shipReal merchant trust signals: live TLS/MX checks, Google Safe Browsing, and protocol-participation history now feed the score.
  • noteThe MCP server now bundles six tools — adding ACP-checkout and AP2-cart checks plus await-decision polling to the original three.
May 2, 2026
v0.4

Light theme, scroll reveals, and the legal trio

  • shipLight theme that actually reads on white. Toggle in the nav.
  • shipScroll-driven reveals on every public page.
  • shipTerms, Privacy, Cookies, Security pages, plus a cookie consent banner.
  • tweakMarketing copy combed for em dashes and AI-prose tells.
  • fixSign-up defaults to password mode now that magic links need a real Resend key.
April 28, 2026
v0.3

Dashboard wired end-to-end

  • shipFull dashboard: overview, transactions, rules, connections, billing, settings.
  • shipWeb Push subscription flow with allow/block in the notification itself.
  • shipStripe Customer Portal for subscription management.
  • tweakVerdict cards: bigger gutters, better hover states.
April 22, 2026
v0.2

The flagship verify endpoint

  • shipPOST /v1/verify runs trust + listing + rules in parallel.
  • shipThree verdict outcomes: approve, review, block. Reasoning shown per pillar.
  • shipMCP server with three tools, packaged as npx @watchpost/mcp.
  • notep95 verdict latency hovering around 740 ms with the listing model warm.
April 14, 2026
v0.1

First commit

  • shipPostgres schema, Prisma client, seed data.
  • shipHono API on Node 20, better-auth wired up, Stripe Subscriptions ready.
  • shipMarketing site shell on Next.js 15.