Skip to content

v0.8.0

Latest

Choose a tag to compare

@Drew-Macgibbon Drew-Macgibbon released this 31 Aug 03:00
· 49 commits to main since this release
Immutable release. Only release title and notes can be modified.

0.8.0 (2026-08-20)

Features

  • add VISION.md — project vision relocated from _knowledge/visions (schema v2) (726c9f1)
  • unified signal buffer + authenticated export endpoint; errors into signal stream; minimal section set (product-validator-a4r.8/.9/.16) (1a9df90)
  • visitor classification (human/agent/bot) on signal rows; starter Offer section (product-validator-a4r.10) (28646bd)

Bug Fixes

  • example: pass STATUS_ICONS .name string to UIcon (icons failed to render); add browser launch config (8b57342)
  • pin h3@1.15.11 in layer to resolve dual-h3 type mismatch; verification pass green (lint 0, typecheck 0, 81/81 tests, build ok) (ba94e81)

Removed (breaking if you used these surfaces)

Added post-release: the auto-generated notes above only picked up feat:/fix: commits and missed the refocus removals. Shipped as a 0.x minor per pre-1.0 convention.

  • CLI packagecli/, create-foundry, and the .starters/default/ scaffolding (916ddb7)
  • Analytics & webhook notification machinery — umami/console providers, Discord/Slack/Telegram formatters, webhook retry, anti-spam util; events collapsed to the single signal provider (916ddb7, 1c6fffe)
  • evlog module & dependency — errors now flow through h3 createError and the signal buffer's Nitro error hook (916ddb7)
  • changelog module + KaTeX math pipeline (6de1cc5)
  • decisions / founder-decision-log feature — including the list-decisions and get-decision MCP tools; remaining MCP tools are list-pages, get-page, what-changed (2636669, 1c6fffe)
  • foundry-register Nitro plugin — the mentorship-network phone-home (NUXT_FOUNDRY_REGISTER) and its foundryRegister runtimeConfig key (33e847d)
  • Env surface collapsed — runtime env vars are now NUXT_SIGNAL_EXPORT_TOKEN and NUXT_PUBLIC_SITE_ID (plus NUXT_PUBLIC_SITE_URL for SEO)

Changed

  • docs module extracted to the separate @incubrain/foundry-docs package (a1be8fc)