@projitive/mcp 2.1.4 → 2.1.5

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projitive/mcp",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Projitive MCP Server for project and task discovery/update",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -64,10 +64,12 @@ export function getDefaultToolTemplateMarkdown(toolName) {
64
64
  '- [ ] ui-style.md reviewed (designs/core/ui-style.md)',
65
65
  '',
66
66
  '## Commit Reminder',
67
- '- After this update, create a commit to keep progress auditable.',
68
- '- Recommended format: type(scope): summary',
69
- '- Example: feat(task): complete TASK-0007 validation flow',
70
- '- Footer suggestion: Refs: TASK-0007, ROADMAP-0002',
67
+ '- When recording changes, include a concise, descriptive commit message and link any related task or roadmap IDs when relevant.',
68
+ '- Suggested formats (follow your project convention):',
69
+ '- - Conventional Commits: type(scope): short summary (e.g. feat(api): add user endpoint)',
70
+ '- - Simple imperative: Short imperative sentence (e.g. Add validation for X)',
71
+ '- Add references in the footer when appropriate, e.g. Refs: TASK-123, ROADMAP-456.',
72
+ '- If your project enforces a specific commit policy, follow that policy instead.',
71
73
  ].join('\n');
72
74
  }
73
75
  if (toolName === 'roadmapUpdate') {
@@ -79,10 +81,12 @@ export function getDefaultToolTemplateMarkdown(toolName) {
79
81
  '- NEVER edit tasks.md/roadmap.md directly; they are generated views.',
80
82
  '',
81
83
  '## Commit Reminder',
82
- '- After this update, create a commit to keep progress auditable.',
83
- '- Recommended format: type(scope): summary',
84
- '- Example: feat(task): complete TASK-0007 validation flow',
85
- '- Footer suggestion: Refs: TASK-0007, ROADMAP-0002',
84
+ '- When recording changes, include a concise, descriptive commit message and link any related task or roadmap IDs when relevant.',
85
+ '- Suggested formats (follow your project convention):',
86
+ '- - Conventional Commits: type(scope): short summary (e.g. feat(api): add user endpoint)',
87
+ '- - Simple imperative: Short imperative sentence (e.g. Add validation for X)',
88
+ '- Add references in the footer when appropriate, e.g. Refs: TASK-123, ROADMAP-456.',
89
+ '- If your project enforces a specific commit policy, follow that policy instead.',
86
90
  ].join('\n');
87
91
  }
88
92
  return base;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projitive/mcp",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Projitive MCP Server for project and task discovery/update",
5
5
  "license": "ISC",
6
6
  "author": "",