Skip to content

Releases: masseater/claude-code-plugin

@r_masseater/sdd-webapp v0.1.1

06 Apr 09:06

Choose a tag to compare

@r_masseater/ops-harbor v0.1.5

06 Apr 06:52

Choose a tag to compare

@r_masseater/ops-harbor v0.1.4

06 Apr 04:37

Choose a tag to compare

@r_masseater/ops-harbor v0.1.3

06 Apr 03:32

Choose a tag to compare

@r_masseater/ops-harbor v0.1.2

06 Apr 02:49

Choose a tag to compare

What's Changed

  • update by @masseater in #16
  • Add goal-fulfillment-checker agent and improve plan review workflow by @masseater in #17
  • feat(mutils): Add workspace-id persistence across Auto Compact by @masseater in #20
  • Configure Renovate by @renovate[bot] in #18
  • feat: standards audit infrastructure overhaul by @masseater in #21
  • chore(deps): update dependency bun to v1.3.11 by @renovate[bot] in #26
  • fix(deps): update dependency cc-hooks-ts to v2.1.91 by @renovate[bot] in #22
  • chore(deps): update dependency @eslint/json to ^0.14.0 by @renovate[bot] in #31
  • chore(deps): update dependency oxfmt to ^0.43.0 by @renovate[bot] in #35
  • chore(deps): update node.js to v25.9.0 by @renovate[bot] in #36
  • fix(deps): update dependency citty to ^0.2.0 by @renovate[bot] in #23
  • fix(deps): update dependency lucide-react to ^0.577.0 by @renovate[bot] in #27
  • Update devkit standards overrides handling by @masseater in #33
  • feat(github-workflow): check PR conflicts after push by @masseater in #42
  • chore(devkit): migrate git hooks to husky by @masseater in #41
  • feat: add ops harbor dashboard and apps workspace by @masseater in #34
  • fix(ops-harbor): fix publish config by @masseater in #44

New Contributors

Full Changelog: https://github.com/masseater/claude-code-plugin/compare/@r_masseater/sdd-webapp@0.1.0...@r_masseater/ops-harbor@0.1.2

@r_masseater/cc-plugin-lib v0.0.4

06 Apr 08:58

Choose a tag to compare

@r_masseater/sdd-webapp@0.1.0

22 Jan 07:41
fb01c18

Choose a tag to compare

Minor Changes

@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