@programinglive/commiter 1.1.6 → 1.1.7

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/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.1.7](https://github.com/programinglive/commiter/compare/v1.1.6...v1.1.7) (2025-11-11)
6
+
7
+
8
+ ### 📝 Documentation
9
+
10
+ * recommend dev workflow mcp server ([58a5054](https://github.com/programinglive/commiter/commit/58a5054fafd627ef23c448fd93b1383518590ad2))
11
+
5
12
  ### [1.1.6](https://github.com/programinglive/commiter/compare/v1.1.5...v1.1.6) (2025-11-05)
6
13
 
7
14
 
package/README.md CHANGED
@@ -32,6 +32,16 @@ npx @programinglive/commiter
32
32
 
33
33
  After installation in your project, the Husky hooks will be automatically set up for commit message validation.
34
34
 
35
+ ### Recommended MCP workflow companion
36
+
37
+ For a guided end-to-end engineering workflow, install the [Development Workflow MCP Server](https://github.com/programinglive/dev-workflow-mcp-server) alongside Commiter:
38
+
39
+ ```bash
40
+ npm install --save-dev @programinglive/dev-workflow-mcp-server
41
+ ```
42
+
43
+ Follow the configuration steps in that repository's README to connect your IDE assistant and automate the standard development workflow (start task → implement → test → document → commit → release).
44
+
35
45
  ## Commit Message Format
36
46
 
37
47
  All commits must follow the [Conventional Commits](https://www.conventionalcommits.org/) specification:
@@ -4,6 +4,7 @@ This document summarizes every published version of `@programinglive/commiter`.
4
4
 
5
5
  | Version | Date | Highlights |
6
6
  |---------|------|------------|
7
+ | 1.1.7 | 2025-11-11 | recommend dev workflow mcp server (58a5054) |
7
8
  | 1.1.6 | 2025-11-05 | revert to simple release notes staging to avoid git ref conflicts (2f6a40e) |
8
9
  | 1.1.5 | 2025-11-05 | include release notes in release commit via amendment (3f2afa8) |
9
10
  | 1.1.4 | 2025-11-05 | simplify release notes staging to avoid git ref conflicts (d4077aa) |
@@ -30,6 +31,13 @@ This document summarizes every published version of `@programinglive/commiter`.
30
31
 
31
32
 
32
33
 
34
+
35
+ ## 1.1.7 – 📝 Documentation
36
+
37
+ Released on **2025-11-11**.
38
+
39
+ - recommend dev workflow mcp server (58a5054)
40
+
33
41
  ## 1.1.6 – 🐛 Bug Fixes
34
42
 
35
43
  Released on **2025-11-05**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@programinglive/commiter",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Commiter keeps repositories release-ready by enforcing conventional commits, generating icon-rich changelog entries, and orchestrating semantic version bumps without manual toil. It bootstraps Husky hooks, commitlint rules, and release scripts that inspect history, detect framework-specific test commands, run them automatically, tag git releases, coordinate npm publishing, surface release metrics, enforce project-specific checks, and give maintainers observability across distributed teams. Plus!",
5
5
  "main": "index.js",
6
6
  "bin": {