Releases: masseater/claude-code-plugin
Releases · masseater/claude-code-plugin
@r_masseater/sdd-webapp v0.1.1
@r_masseater/ops-harbor v0.1.5
@r_masseater/ops-harbor v0.1.4
@r_masseater/ops-harbor v0.1.3
@r_masseater/ops-harbor v0.1.2
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
@r_masseater/sdd-webapp@0.1.0
Minor Changes
- 2caafb3: updated
@r_masseater/cc-plugin-lib@0.0.3
Patch Changes
- 815c371: Add findGitRoot utility function for traversing parent directories to find Git repository root
@r_masseater/cc-plugin-lib@0.1.0
Minor Changes
-
afd3ac5: feat: add MutilsDB for shared SQLite database management
- Add
MutilsDBclass withtable()method for auto-initialized tables - Add
getDB()helper function - Add
TableSchematype withreadonly string[]for indexes - Database path:
.agents/mutils/mutils.db
- Add
@r_masseater/cc-plugin-lib@0.0.2
Patch Changes
-
afd3ac5: feat: add MutilsDB for shared SQLite database management
- Add
MutilsDBclass withtable()method for auto-initialized tables - Add
getDB()helper function - Add
TableSchematype withreadonly string[]for indexes - Database path:
.agents/mutils/mutils.db
- Add