Skip to content

Changelog

[v0.3.5] - 2026-03-16

  • Fix sitemap.xml double-path bug (/latest/latest/page/) by setting site_url to bare domain
  • Add root-level sitemap.xml generation for Google crawling (rewritten from versioned copy)
  • Fix robots.txt to allow /sitemap.xml and point Sitemap: to root copy
  • Override site_meta block in main.html to hardcode /latest/ canonical URLs
  • Suppress OG tags, JSON-LD, and analytics on 404 page

[v0.3.4] - 2026-03-15

  • Fix sitemap URLs to include /latest/ prefix (was generating broken URLs without version path)
  • Add conditional og:type (website on homepage, article on all other pages), og:site_name, and og:locale meta tags
  • Restructure JSON-LD: WebSite schema on homepage only, TechArticle on article pages only
  • Replace indexable 404.md page with proper MkDocs 404 override (noindex, canonical, visible content)
  • Style root 404 fallback with grayscale palette and dark mode support
  • Improve on-site search tokenization for hyphenated and dotted identifiers

[v0.3.3] - 2026-03-13

  • Improve root redirect page styling for better appearance during redirect
  • Add runtime requirement note to first-method getting-started guide

[v0.3.2] - 2026-03-13

  • Document PipeCompose template mode: shorthand syntax ($, @, @?), template categories, available filters, and template context
  • Add @? conditional insertion pattern to PipeLLM prompt syntax reference
  • Add normative shorthand expansion rules to the specification
  • Add preprocessor guidance and filter-per-category table to implementers runtime docs

[v0.3.1] - 2026-03-09

  • Expand language docs: file naming conventions, bundle-level system prompt, refinement vs. new concept guidance, and structuring_method details
  • Fix docs quality issues: nb_output example, cross-references, concept headers, and item_type

[v0.3.0] - 2026-03-04

  • Add OpenGraph and Twitter Card meta tags to mike redirect template for social link previews
  • Add mike plugin configuration with custom redirect template

[v0.2.1] - 2026-03-03

  • Add PipeSearch operator to JSON Schema

[v0.2.0] - 2026-03-03

  • Add documentation for PipeSearch operator

[v0.1.4] - 2026-03-02

Changed

  • Method names: strict snake_case — the name field specification updated from kebab-case to snake_case (pattern [a-z][a-z0-9_]*). Directory name must match the name field exactly — no conversion needed.
  • Updated CLI I/O contract examples to use snake_case method names.

[v0.1.3] - 2026-02-26

  • Add PostHog analytics to docs site
  • Add Hub link to navigation

[v0.1.2] - 2026-02-26

  • Update homepage with overview content

[v0.1.1] - 2026-02-25

  • Change favicon and logo

[v0.1.0] - 2026-02-22

  • Add hosted JSON Schema and document inline model settings and enum values
  • Add update-schema make target to download latest JSON Schema from S3

[v0.0.4] - 2026-02-20

  • Added github release workflow
  • Fix deploy doc workflow

[v0.0.3] - 2026-02-20

  • Renamed Home section first page to Overview
  • Quieted check-uv and env targets for operational commands
  • Refined project description
  • Added /release skill and gitignore .skill artifacts

[v0.0.2] - 2026-02-19

  • Polished documentation

[v0.0.1] - 2026-02-10

  • Initial release