Skip to content

Releases: masseater/claude-code-plugin

@r_masseater/sdd-webapp@0.1.0

22 Jan 07:41
fb01c18

Choose a tag to compare

@r_masseater/cc-plugin-lib@0.0.3

05 Jan 02:53

Choose a tag to compare

Patch Changes

  • 815c371: Add findGitRoot utility function for traversing parent directories to find Git repository root

@r_masseater/cc-plugin-lib@0.1.0

26 Dec 07:54

Choose a tag to compare

Minor Changes

  • afd3ac5: feat: add MutilsDB for shared SQLite database management

    • Add MutilsDB class with table() method for auto-initialized tables
    • Add getDB() helper function
    • Add TableSchema type with readonly string[] for indexes
    • Database path: .agents/mutils/mutils.db

@r_masseater/cc-plugin-lib@0.0.2

26 Dec 07:55

Choose a tag to compare

Patch Changes

  • afd3ac5: feat: add MutilsDB for shared SQLite database management

    • Add MutilsDB class with table() method for auto-initialized tables
    • Add getDB() helper function
    • Add TableSchema type with readonly string[] for indexes
    • Database path: .agents/mutils/mutils.db