@sudobility/music_types 0.11.21 → 0.11.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CLAUDE.md +9 -0
  2. package/package.json +1 -1
package/CLAUDE.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # @sudobility/music_types
2
2
 
3
+ > **Git policy — never auto-commit or auto-push.** Leave your work in the working tree.
4
+ > Run `git commit`, `git push`, `gh pr create`, or `scripts/push_all.sh` **only when the user
5
+ > explicitly asks in that turn**. Approval for an earlier change does not carry forward, and
6
+ > finishing a task is not permission to commit it.
7
+
3
8
  TypeScript types and Zod schemas for the ScoreSmith music family (music_api, music_client, music_lib, music_app).
4
9
 
5
10
  ## Tech Stack
@@ -45,3 +50,7 @@ Everything exports from a single sectioned `src/index.ts`:
45
50
  - `music_client` — typed network client + React Query hooks
46
51
  - `music_lib` — domain logic, adapters, store
47
52
  - `music_app` — web app (UI/routing only)
53
+
54
+ ## Git Workflow
55
+
56
+ - Do not use feature branches for code changes. Always stay on the current branch.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/music_types",
3
- "version": "0.11.21",
3
+ "version": "0.11.22",
4
4
  "description": "TypeScript types and Zod schemas for the ScoreSmith music API - scores, generation contracts, project payloads",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",