Skip to content

Latest commit

 

History

History
68 lines (50 loc) · 7.88 KB

File metadata and controls

68 lines (50 loc) · 7.88 KB

Changelog

0.3.1 (2026-02-19)

Bug Fixes

  • conductor: Address review comments and standardize interactive flows (f025c7d)

0.3.0 (2026-02-11)

Features

  • add /conductor:review command (d4749d3)
  • add /conductor:review command (d6e382a)
  • conductor: address review comments to make recommendations more conversational (8630f35)
  • conductor: make review recommendations more conversational (44446c6)
  • conductor: make review recommendations more conversational (ec3dd99)
  • conductor: update review process to commit fixes and update plan (c26980a)
  • review: update review process to commit fixes and update plan (0d533be)

Bug Fixes

  • commit changed conductor files at the end of newTrack (232c08b)
  • Commit conductor files at the end of :newTrack (#94) (232c08b)
  • conductor: move pre-initialization overview before resume check (774fb49)
  • conductor: move pre-initialization overview before resume check (f2b7ba5), closes #81
  • improve error message when required files are missing in review command (d61c588)

0.2.0 (2026-01-14)

Features

  • Add GitHub Actions workflow to package and upload release assets. (5e0fcb0)
  • Add GitHub Actions workflow to package and upload release assets. (20858c9)
  • conductor: implement tracks directory abstraction (caeb814)
  • Implement Universal File Resolution Protocol (fe902f3)
  • integrate release asset packaging into release-please workflow (3ef512c)
  • introduce index markdown files and the Universal File Resolution Protocol (bbb69c9)
  • introduce index.md files for file resolution (cbd24d2)
  • styleguide: Add comprehensive Google C# Style Guide summary (6672f4e)
  • styleguide: Add comprehensive Google C# Style Guide summary (e222aca)

Bug Fixes

  • build tarball outside source tree to avoid self-inclusion (830f584)
  • conductor: ensure track completion and doc sync are committed automatically (f6a1522)
  • conductor: ensure track completion and doc sync are committed automatically (e3630ac)
  • conductor: remove hardcoded path hints in favor of Universal File Resolution Protocol (6b14aaa)
  • Correct typos, step numbering, and documentation errors (ab9516b)
  • Correct typos, step numbering, and documentation errors (d825c32)
  • Correct typos, trailing whitespace and grammar (484d5f3)
  • Correct typos, trailing whitespace and grammar (94edcbb)
  • Replace manual text input with interactive options (b49d770)
  • Replace manual text input with interactive options (746b2e5)
  • setup: clarify definition of 'track' in setup flow (819dcc9)
  • setup: Enhance project analysis protocol to avoid excessive token consumption. (#6) (1e60e8a)
  • standardize Markdown checkbox format for tracks and plans (92080f0)
  • standardize Markdown checkbox format for tracks and plans (84634e7)
  • styleguide: Clarify usage of 'var' in C# guidelines for better readability (a67b6c0)
  • styleguide: Enhance C# guidelines with additional rules for constants, collections, and argument clarity (eea7495)
  • styleguide: Update C# formatting rules and guidelines for consistency (50f39ab)
  • styleguide: Update C# guidelines by removing async method suffix rule and adding best practices for structs, collection types, file organization, and namespaces (8bfc888)
  • styleguide: Update C# guidelines for member ordering and enhance clarity on string interpolation (0e0991b)