Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
Changed
Fixed
Removed
[0.1.7] - 2026-05-19
Added
- Tech Notes / Knowledge Base / AI / ML: Sulphur 2 Video Pipeline on RTX 3070 Laptop 8GB — detailed technical reference covering three-pass architecture (Pass 1 draft / Pass 2 LCM refine / Real-ESRGAN upscale), VRAM asymmetry table, three-way parameter alignment with Sulphur 2 / Lightricks distilled workflows, PSNR-Y flicker measurement methodology, complete model stack with licenses, CLI flow, tuning history across two sessions, and troubleshooting matrix (COR-1657).
Changed
Fixed
Removed
[0.1.6] - 2026-05-09
Added
- Multi-Agent Implementation Experience page documenting throughput data and recurring failure shapes from 3 months of multi-agent operation.
Changed
Fixed
Removed
[0.1.5] - 2026-05-06
Added
- smoke-test: dummy commit to exercise task-runner pipeline
- Added reference page for the Claude Code
statusline.ps1stop-hook script under Dev Tools → Claude Code, documenting all six status-line elements, color thresholds, data-persistence schema, demo sample output, and settings.json hook wiring (COR-1562).
Changed
Fixed
Removed
[0.1.4] - 2026-05-01
Added
- Added
CLAUDE.mdwith maintainer-facing operational notes documenting the Cloudflare zstdno-transformworkaround for the docfx TOC tree regression.
Changed
Fixed
Removed
[0.1.3] - 2026-04-28
Added
- CI workflow now triggers on
v*tag pushes in addition to branch pushes onmain/master. - Added WSL Setup page under Knowledge Base > Local Dev covering systemd, persistent journald,
.wslconfigtuning (vmIdleTimeout / memory / swap), crash-forensics commands, and WSL kernel currency for WSL2 + GPU/ML workloads.
Changed
Fixed
Removed
[0.1.2] - 2026-04-24
Changed
- Nested per-section
toc.ymlunder the parent tech-notes TOC (Guide, Services/Architecture/Tooling, Knowledge Base) so each section renders its own Overview plus nested items, and added explicitOverviewentries at the top of the knowledge-base and services-architecture-tooling TOCs.
[0.1.1] - 2026-04-22
Fixed
- Replaced IIFE in
templates/custom/public/main.jswith an ES module default export (export default { start() {} }) so docfx modern template can call(await import('./main.js')).default.start()without a TypeError; restores left-hand TOC and in-page affix TOC on all article pages.
[0.1.0] - 2026-04-21
Added
- Applied dark color palette from officialsite to docfx site via custom CSS/JS template override; defaults to dark mode with user preference persistence.