@kyubiware/commit-mint 0.8.1 → 0.8.3

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.
package/README.md CHANGED
@@ -106,7 +106,9 @@ each with its own message. The flow:
106
106
  5. A hook failure on any group shows the recovery menu and stops the sequence
107
107
  — the remaining groups are not committed.
108
108
 
109
- `cmint` (no `-a`) on multiple files shows a staging menu:
109
+ `cmint` (no `-a`) shows a staging menu for any number of changed files
110
+ (including one). The menu is also the only place the `a` hotkey toggles
111
+ auto-accept mode, so it always runs:
110
112
 
111
113
  ```
112
114
  What do you want to stage?
package/dist/cli.d.mts CHANGED
@@ -1 +1,6 @@
1
- export { };
1
+ //#region src/cli.d.ts
2
+ /** `cmint auto` subcommand handler — equivalent to `cmint --auto`. */
3
+ declare function handleAutoSubcommand(version: string): Promise<void>;
4
+ //#endregion
5
+ export { handleAutoSubcommand };
6
+ //# sourceMappingURL=cli.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.d.mts","names":[],"sources":["../src/cli.ts"],"mappings":";AAeA;AAAA,iBAAsB,oBAAA,CAAqB,OAAA,WAAe,OAAA"}