@projitive/mcp 2.1.3 → 2.1.4

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.3",
3
+ "version": "2.1.4",
4
4
  "description": "Projitive MCP Server for project and task discovery/update",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -128,6 +128,8 @@ export function registerQuickStartPrompt(server) {
128
128
  '',
129
129
  '**If no tasks exist at all (or only DONE tasks):**',
130
130
  '1. Review `projectContext()` to confirm task count is 0',
131
+ '1.5 Check latest commits and local branch changes to understand what user recently worked on',
132
+ '1.6 If code changes are ahead of governance records, sync tasks/roadmap/report evidence first before creating new scope',
131
133
  '2. Read active roadmap milestones via `roadmapContext()`',
132
134
  '3. For each active milestone, derive 1-3 executable TODO tasks:',
133
135
  ' - **Clear outcome**: one-sentence done condition',
@@ -176,6 +176,8 @@ export function registerTaskDiscoveryPrompt(server) {
176
176
  '',
177
177
  'If taskNext() returns empty:',
178
178
  '1. Check if .projitive exists',
179
+ '1.5 Check current branch latest commits and workspace changes to understand what user recently implemented',
180
+ '1.6 If recent code changes are not reflected in tasks/roadmap/reports, sync governance state first (taskUpdate/roadmapUpdate or create follow-up task/report entries)',
179
181
  '2. Analyze active roadmap milestones and derive 1-3 executable TODO tasks',
180
182
  '2.5. If core docs are missing or clearly stale, create TODO tasks to initialize or refresh project architecture, code style, and UI style docs first',
181
183
  '3. Prioritize milestone slices that unblock multiple downstream tasks',
@@ -211,6 +211,8 @@ function taskStatusGuidance(task) {
211
211
  }
212
212
  const DEFAULT_NO_TASK_DISCOVERY_GUIDANCE = [
213
213
  '- Recheck project state first: run projectContext and confirm there is truly no TODO/IN_PROGRESS task to execute.',
214
+ '- Before creating new tasks, inspect current branch context: check latest commits and workspace changes to infer what the user recently worked on.',
215
+ '- If recent code changes are not reflected in governance artifacts (tasks/roadmap/reports), sync governance first (taskUpdate/roadmapUpdate or create follow-up tasks) before expanding new scope.',
214
216
  '- Check BLOCKED tasks: if BLOCKED tasks exist, read their blocker metadata and take unblock action before creating new tasks.',
215
217
  ' - internal_dependency: create/track the blocking task, coordinate with owner',
216
218
  ' - external_dependency: reach out to blocking entity or escalate',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@projitive/mcp",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "Projitive MCP Server for project and task discovery/update",
5
5
  "license": "ISC",
6
6
  "author": "",