Skip to content

v0.2.1

Latest

Choose a tag to compare

@codebycorey codebycorey released this 09 Feb 05:28
· 1 commit to main since this release
3cc1ba5

What's Changed

Added

  • Shared reference files in skills/_shared/:
    • design-template.md — canonical design document template
    • task-format.md — canonical task file format and field reference
    • dependency-signals.md — dependency keyword patterns for inference

Changed

  • Extracted design template from plan, adopt, and quick skills to shared file
  • Extracted task format from tasks and adopt skills to shared file
  • Extracted dependency signal patterns from batch and adopt skills to shared file
  • /ds:tasks steps renumbered to sequential integers (removed Step 2b)
  • /ds:batch steps renumbered to sequential integers (removed Step 2.5, 3.5)
  • Simplified /ds:quick argument-hint from '[name] ["description"]' to '<name> [description]'

Fixed

  • README proposal example uses ## Changes matching actual template (was ## Solution)
  • Redundant "codebase code" wording in /ds:init opening line
  • Indirect phrasing in /ds:drop preservation note
  • Expanded .gitignore with node_modules/, .env, *.tmp

Full Changelog: v0.2.0...v0.2.1