|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to Flow-Code are documented in this file. |
| 4 | + |
| 5 | +Format follows [Keep a Changelog](https://keepachangelog.com/). Versions use [Semantic Versioning](https://semver.org/). |
| 6 | + |
| 7 | +## [0.1.41] - 2026-04-08 |
| 8 | + |
| 9 | +### Added |
| 10 | +- 12 engineering skills across 4 domains: security, performance, database, observability |
| 11 | +- 5 engineering skills: TDD, incremental development, error handling, state management, caching |
| 12 | +- Frontend UI engineering skill for production-quality interfaces |
| 13 | +- References directory with security, performance, and accessibility checklists |
| 14 | +- Pre-launch checklist and skill discovery guide |
| 15 | +- QA and design-review browser automation skills |
| 16 | +- Multi-perspective autoplan review skill (CEO, eng, design, DX) |
| 17 | +- Template generation system with placeholder resolution |
| 18 | +- Memory auto-inject with levels and tag reference |
| 19 | +- Shared preamble startup sequence template |
| 20 | +- Tier metadata to all skill frontmatter |
| 21 | +- Brainstorm phase and `/flow-code:go` full-autopilot entry point |
| 22 | + |
| 23 | +### Changed |
| 24 | +- Unified CLI arg style: positional for primary entity, flags for filters |
| 25 | +- Improved review-backend defaults and skill docs clarity |
| 26 | +- Wired frontend-ui skill into plan/work pipeline |
| 27 | +- Enforced zero-interaction contract across entire go pipeline |
| 28 | + |
| 29 | +### Fixed |
| 30 | +- Pipeline gaps: GO_MODE, dual-phase clarity, Phase 3 PhaseDef |
| 31 | +- Five quality gaps: domain skills, brainstorm→plan handoff, planSync, investigation, memory |
| 32 | +- Comprehensive quality, consistency, and documentation sweep |
| 33 | + |
| 34 | +## [0.1.31] - 2026-04-08 |
| 35 | + |
| 36 | +### Added |
| 37 | +- Event-sourced pipeline-first architecture (`flowctl phase next/done`) |
| 38 | +- Shared preamble startup sequence template |
| 39 | + |
| 40 | +### Changed |
| 41 | +- Consolidated plugin: removed deprecated skills, codex dupes, fixed cross-refs |
| 42 | +- Removed all deprecated skill references from docs |
| 43 | +- Removed libSQL/fastembed — pure file-based state |
| 44 | +- Merged 4 Rust crates into 2 (core + cli) |
| 45 | + |
| 46 | +### Fixed |
| 47 | +- Stale references updated to show flow-code-run as primary entry point |
| 48 | +- Test snapshot wildcards to avoid `.flow/` state dependency |
| 49 | + |
| 50 | +## [0.1.0] - 2026-04-07 |
| 51 | + |
| 52 | +### Added |
| 53 | +- Initial fork from gmickel/flow-next v0.26.1 |
| 54 | +- Rust `flowctl` binary: task DAG, state machine, file locking, cycle detection |
| 55 | +- PID+TTL hybrid file locking with read/write/directory_add modes |
| 56 | +- Schema migration infrastructure |
| 57 | +- Atomic state writes with rename and error propagation |
| 58 | +- Dual-tier worker timeout and deadlock detection |
| 59 | +- Enhanced circuit breaker with regression, oscillation detection |
| 60 | +- CI pipeline: shellcheck, cargo-audit, JSON validation, shell integration tests |
| 61 | +- RTK hook caching for performance |
| 62 | + |
| 63 | +### Changed |
| 64 | +- Renamed flow-next → flow-code across all dirs, files, and content |
| 65 | +- Flattened phase/step numbering to sequential integers |
| 66 | +- Split monolithic smoke_test.sh into focused test files |
0 commit comments