Skip to content

v2.6.1

Choose a tag to compare

@rfxlamia rfxlamia released this 24 Mar 13:27
· 11 commits to main since this release

What's Fixed

  • Consolidated 3 separate validation steps (structure + security + tokens) into 1 combined step in fast and full mode workflows — validate_skill.py runs all three by default since PR #13, instructions were out of sync
  • Updated step counts: fast mode 12→10, full mode 16→14
  • Fixed stale workflow heading labels ("12 Steps"/"16 Steps") contradicting the mode selection table
  • Fixed self-referential REPEAT Step 12 inside FULL MODE STEP 10 block
  • Fixed ambiguous "go back to Step 6" in GREEN behavioral protocol
  • Fixed Section 5 migration step range (3-8) → (5-8)
  • Added explicit structure PASS gate branch to combined validate step
  • Fixed pythonpython3 throughout section-2-full-creation-workflow.md
  • Clarified --tokens-only/--security-only flags are for Section 7 individual tool use only