Every shipped tag across the Harvest, Verified, and Website Engine plans — reverse-chronological. Each entry links to the GitHub release and (where available) the retro doc.
June 2026
harvest · [H11]
Harvest v1.0.0 — Full Pipeline GA
harvest-v1.0.0
🎉 Harvest v1.0.0 — the complete 7-stage repo-to-Solution-Play pipeline is generally available.
This release closes Phase H11 and marks the GA of the full Harvest engine. All 7 pipeline stages (S1 Di…
🎉 Harvest v1.0.0 — the complete 7-stage repo-to-Solution-Play pipeline is generally available.
This release closes Phase H11 and marks the GA of the full Harvest engine. All 7 pipeline stages (S1 Discover → S7 Customize) ship with Ajv-validated schemas, provenance tracking, and deterministic output. 101 Solution Plays have been published to the Orchard CDN.
Highlights:
- 360 sub-phases shipped across H0–H11
- 27 retro docs published
- CLI (`frootai harvest`) GA with npm distribution
- 8 MCP tools published to Smithery + Glama
- Per-play provenance trails with confidence scores
- Policy overlay customization (YAML-driven)
Breaking changes: None from v0.10.0.
Full retro: planning/retros/harvest-phase11.md
harvest · [H10]
Harvest v0.10.0 — MCP Tooling
harvest-v0.10.0-mcp
Harvest v0.10.0 ships 8 MCP tools that expose every harvest pipeline stage as a Model Context Protocol tool.
Tools: discover, fetch, extract, retrieve, scaffold, compose, customize, validate. Each to…
Harvest v0.10.0 ships 8 MCP tools that expose every harvest pipeline stage as a Model Context Protocol tool.
Tools: discover, fetch, extract, retrieve, scaffold, compose, customize, validate. Each tool follows the MCP JSON-RPC 2.0 standard with typed input schemas and structured output.
Published to: Smithery, Glama, mcp.so registries.
Usage: `npx frootai-mcp` starts the server. Compatible with VS Code Copilot, Claude Desktop, and any MCP client.
Full retro: planning/retros/harvest-phase10-retro.md
website · [W0-W2]
Website Engine v0.1.0 — Parser + Tour
website-engine-v0.1.0-parser-tour
Website Engine v0.1.0 ships the L1 parser, blog pipeline, and engine tour page.
W0: L1 masterplan parser (parseMasterplan) produces typed JSON from source markdown. W1: Engine blog auto-sync pipeline…
Website Engine v0.1.0 ships the L1 parser, blog pipeline, and engine tour page.
W0: L1 masterplan parser (parseMasterplan) produces typed JSON from source markdown. W1: Engine blog auto-sync pipeline with provenance panels, draft management, and editorial workflow. W2: /engine tour page with 7-stage pipeline flow, 5-component AVM chain, phase progress bars, and 5 asymmetries.
All content is parsed from source — never hand-typed.
Full retro: planning/retros/website-engine-phase0.md
harvest · [H9]
Harvest v0.9.0 — Web Dashboard
harvest-v0.9.0-web
Harvest v0.9.0 ships the web dashboard at frootai.dev/engine.
The /engine page renders live masterplan data at build time via the L1 parser. Includes the 7-stage pipeline flow diagram, 5-component AV…
Harvest v0.9.0 ships the web dashboard at frootai.dev/engine.
The /engine page renders live masterplan data at build time via the L1 parser. Includes the 7-stage pipeline flow diagram, 5-component AVM chain, phase progress bars, retro archive links, and the 5 asymmetries section.
All content is parsed from source markdown — never hand-typed. dynamic = 'force-static' for zero per-request computation.
Full retro: planning/retros/harvest-phase9-retro.md
harvest · [H8]
Harvest v0.8.0 — CLI
harvest-v0.8.0-cli
Harvest v0.8.0 ships the frootai CLI.
Commands: `frootai harvest discover <repo>`, `frootai harvest fetch <repo>`, `frootai harvest run <repo>` (full pipeline). Published to npm as `frootai-cli`.
Th…
Harvest v0.8.0 ships the frootai CLI.
Commands: `frootai harvest discover <repo>`, `frootai harvest fetch <repo>`, `frootai harvest run <repo>` (full pipeline). Published to npm as `frootai-cli`.
The CLI wraps all 7 pipeline stages with progress reporting, JSON output, and --dry-run mode. Designed for CI/CD integration.
Full retro: planning/retros/harvest-phase8-retro.md
harvest · [H7]
Harvest v0.7.0 — Publish Pipeline
harvest-v0.7.0-publish
Harvest v0.7.0 ships the publish pipeline and policy overlay customization.
CDN distribution: 20 Solution Plays published to cdn.frootai.dev/orchard/plays/ with versioned URLs, sha256 integrity hashe…
Harvest v0.7.0 ships the publish pipeline and policy overlay customization.
CDN distribution: 20 Solution Plays published to cdn.frootai.dev/orchard/plays/ with versioned URLs, sha256 integrity hashes, and cache headers.
Policy overlay (S7 Customize): YAML-driven regional, SKU, network, RBAC, identity, IaC, encryption, observability, and cost guardrails applied to composed infrastructure.
Full retro: planning/retros/harvest-phase7-retro.md
May 2026
harvest · [H6]
Harvest v0.6.0 — Compose Infra
harvest-v0.6.0-compose-infra
Harvest v0.6.0 ships the S6 Compose Infra stage.
The composer takes resolver-selected AVM modules and weaves them into a single semantically-coherent Bicep template. Features: dependency-aware module…
Harvest v0.6.0 ships the S6 Compose Infra stage.
The composer takes resolver-selected AVM modules and weaves them into a single semantically-coherent Bicep template. Features: dependency-aware module ordering, automatic parameter wiring, merged outputs, provenance tracking per composed module.
Deterministic: identical inputs produce byte-identical ComposedTemplate output (verified at V3.14).
Full retro: planning/retros/harvest-phase6-retro.md
verified · [V1]
Verified v0.3.0 — WAF + CAF Pack
verified-v0.3.0-waf-caf
Verified v0.3.0 ships the WAF + CAF compliance pack (C2).
80+ Well-Architected Framework checks across 5 pillars and 60+ Cloud Adoption Framework checks across 6 domains. Both run as executable valid…
Verified v0.3.0 ships the WAF + CAF compliance pack (C2).
80+ Well-Architected Framework checks across 5 pillars and 60+ Cloud Adoption Framework checks across 6 domains. Both run as executable validators and produce scored reports (WafReport, CafReport) with nullable per-pillar/per-domain scores.
NEVER FAKE A SIGNAL: aggregate_score is nullable — null when 0 applicable checks.
Full retro: planning/retros/verified-V1.md
harvest · [H5]
Harvest v0.5.0 — Scaffold
harvest-v0.5.0-scaffold
Harvest v0.5.0 ships the S5 Scaffold stage.
LLM-powered generation of Solution Play artifacts: fai-manifest.v2.json (with provenance block), architecture.md, README.md, deploy scripts. Every generate…
Harvest v0.5.0 ships the S5 Scaffold stage.
LLM-powered generation of Solution Play artifacts: fai-manifest.v2.json (with provenance block), architecture.md, README.md, deploy scripts. Every generated claim is grounded in RepoFacts — nothing in the emitted play may cite a region, model, service, or dependency not present in the facts.
Full retro: planning/retros/harvest-phase5-retro.md
harvest · [H4]
Harvest v0.4.0 — Retrieve
harvest-v0.4.0-retrieve
Harvest v0.4.0 ships the S4 Retrieve stage.
Semantic retrieval against the 101-play reference corpus using text-embedding-3-large vectors. Returns top-K nearest reference plays and top-N nearest prim…
Harvest v0.4.0 ships the S4 Retrieve stage.
Semantic retrieval against the 101-play reference corpus using text-embedding-3-large vectors. Returns top-K nearest reference plays and top-N nearest primitives per type. The RetrievalRecord persists at tmp/retrieve/<owner>__<repo>.retrieval.json and is Ajv-validated.
Full retro: planning/retros/harvest-phase4-retro.md
verified · [V0]
Verified v0.2.0 — AVM Catalog
verified-v0.2.0-catalog
Verified v0.2.0 ships the AVM Catalog (C1).
Live catalog of every Azure Verified Module — both Bicep and Terraform. Records are version-pinned, weekly-refreshed from upstream registries, and populari…
Verified v0.2.0 ships the AVM Catalog (C1).
Live catalog of every Azure Verified Module — both Bicep and Terraform. Records are version-pinned, weekly-refreshed from upstream registries, and popularity-ranked. The AvmModuleRecord schema unifies V0.2 Bicep AVM records and V0.5 Terraform Azure Registry records.
Full retro: planning/retros/verified-V0.md
harvest · [H3]
Harvest v0.3.0 — Extract
harvest-v0.3.0-extract
Harvest v0.3.0 ships the S3 Extract stage.
30 derivers (H3.1–H3.30) extract structured RepoFacts from any GitHub repo: primary_cloud, domain, services, regions, models, dependencies, deployment patte…
Harvest v0.3.0 ships the S3 Extract stage.
30 derivers (H3.1–H3.30) extract structured RepoFacts from any GitHub repo: primary_cloud, domain, services, regions, models, dependencies, deployment patterns, and more. All facts carry per-field provenance and confidence scores.
The repo-facts.schema.json (JSON Schema 2020-12) is the SoT. Ajv validation runs before every write.
Full retro: planning/retros/harvest-phase3-retro.md
harvest · [H2]
Harvest v0.2.0 — Fetch
harvest-v0.2.0-fetch
Harvest v0.2.0 ships the S2 Fetch stage.
Clone any GitHub repo, enumerate the file tree, classify well-known surfaces (Bicep, Terraform, Dockerfile, GitHub Actions, etc.), scrub binary files, and emi…
Harvest v0.2.0 ships the S2 Fetch stage.
Clone any GitHub repo, enumerate the file tree, classify well-known surfaces (Bicep, Terraform, Dockerfile, GitHub Actions, etc.), scrub binary files, and emit a FetchRecord validated by Ajv.
The FetchRecord carries clone metadata, file counts, language detection, and the full scrubbed file contents.
Full retro: planning/retros/harvest-phase2-retro.md
harvest · [H1]
Harvest v0.1.0 — Discover
harvest-v0.1.0-discover
Harvest v0.1.0 ships the S1 Discover stage.
Turn any GitHub repo URL into a validated DiscoverRecord with full metadata, license info, topic tags, star history, upstream_commit_sha (the SoT for cache…
Harvest v0.1.0 ships the S1 Discover stage.
Turn any GitHub repo URL into a validated DiscoverRecord with full metadata, license info, topic tags, star history, upstream_commit_sha (the SoT for cache revalidation), and provenance.
Doctrine #5 anchor: upstream_commit_sha MUST match /^[a-f0-9]{40}$/ and drives all downstream cache invalidation.
Full retro: planning/retros/harvest-phase1-retro.md