Skip to content

v2.6.0

Choose a tag to compare

@rfxlamia rfxlamia released this 24 Mar 09:57
· 19 commits to main since this release

What's New

Added

  • Unified init.py script with subcommand pattern (skill and subagent subcommands)
  • Enhanced validate_skill.py with selective validation flags (--security-only, --tokens-only, --structure-only)
  • Comprehensive test suite with 17 tests for consolidated functionality

Changed

  • Consolidated 6 scripts into 2:
    • init_skill.py + init_subagent.pyinit.py
    • security_scanner.py + token_estimator.pyvalidate_skill.py
  • Deprecated old scripts with clear migration warnings
  • Updated all documentation references
  • ~800 lines of code saved

Migration Guide

  • Use python scripts/init.py skill <name> instead of init_skill.py
  • Use python scripts/init.py subagent <name> instead of init_subagent.py
  • Use python scripts/validate_skill.py --security-only instead of security_scanner.py
  • Use python scripts/validate_skill.py --tokens-only instead of token_estimator.py