Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.06 KB

File metadata and controls

36 lines (28 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • Initial plugin structure
  • Example skill demonstrating format
  • Validation scripts (naming, JSON, frontmatter)
  • GitHub Actions workflows (validation, security)
  • Git hooks for pre-commit validation
  • Comprehensive documentation

1.0.0 - {{CURRENT_YEAR}}-MM-DD

Added

  • Initial release of {{PLUGIN_NAME}}
  • Core functionality for [describe main feature]
  • Skills:
    • example-skill: [brief description]
  • Documentation:
    • Installation guide
    • Contributing guide
    • Changelog (this file)

Security

  • ShellCheck integration for all shell scripts
  • Secret detection in CI/CD
  • Input validation for all user inputs