@projitive/mcp 1.0.1 → 1.0.2

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 (31) hide show
  1. package/README.md +1 -1
  2. package/output/helpers/artifacts/artifacts.js +10 -0
  3. package/output/helpers/artifacts/artifacts.test.js +18 -0
  4. package/output/helpers/artifacts/index.js +1 -0
  5. package/output/helpers/index.js +3 -0
  6. package/output/helpers/linter/codes.js +25 -0
  7. package/output/helpers/linter/index.js +2 -0
  8. package/output/helpers/linter/linter.js +6 -0
  9. package/output/helpers/linter/linter.test.js +16 -0
  10. package/output/helpers/response/index.js +1 -0
  11. package/output/helpers/response/response.js +73 -0
  12. package/output/helpers/response/response.test.js +50 -0
  13. package/output/projitive.js +137 -122
  14. package/output/rendering-input-guard.test.js +20 -0
  15. package/output/roadmap.js +106 -80
  16. package/output/roadmap.test.js +11 -0
  17. package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectContext.md +48 -0
  18. package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectInit.md +40 -0
  19. package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectLocate.md +22 -0
  20. package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectNext.md +31 -0
  21. package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectScan.md +28 -0
  22. package/output/smoke-reports/2026-02-18T13-18-19-740Z/roadmapContext.md +33 -0
  23. package/output/smoke-reports/2026-02-18T13-18-19-740Z/roadmapList.md +25 -0
  24. package/output/smoke-reports/2026-02-18T13-18-19-740Z/summary.json +90 -0
  25. package/output/smoke-reports/2026-02-18T13-18-19-740Z/summary.md +17 -0
  26. package/output/smoke-reports/2026-02-18T13-18-19-740Z/taskContext.md +47 -0
  27. package/output/smoke-reports/2026-02-18T13-18-19-740Z/taskList.md +27 -0
  28. package/output/smoke-reports/2026-02-18T13-18-19-740Z/taskNext.md +64 -0
  29. package/output/tasks.js +341 -162
  30. package/output/tasks.test.js +51 -1
  31. package/package.json +1 -1
@@ -0,0 +1,64 @@
1
+ # taskNext
2
+
3
+ - passed: true
4
+ - args: {"rootPath":"/Users/yinxulai/Documents/Github","maxDepth":2,"topCandidates":5}
5
+
6
+ ## Output
7
+
8
+ # taskNext
9
+
10
+ ## Summary
11
+ - rootPath: /Users/yinxulai/Documents/Github
12
+ - maxDepth: 2
13
+ - matchedProjects: 2
14
+ - actionableTasks: 4
15
+ - selectedProject: /Users/yinxulai/Documents/Github/projitive/.projitive
16
+ - selectedTaskId: TASK-0001
17
+ - selectedTaskStatus: IN_PROGRESS
18
+
19
+ ## Evidence
20
+ ### Selected Task
21
+ - id: TASK-0001
22
+ - title: Bootstrap repository self-management governance
23
+ - owner: ai-copilot
24
+ - updatedAt: 2026-02-17T23:50:00.000Z
25
+ - roadmapRefs: ROADMAP-0001
26
+ - taskLocation: /Users/yinxulai/Documents/Github/projitive/.projitive/tasks.md#L6
27
+
28
+ ### Top Candidates
29
+ 1. TASK-0001 | IN_PROGRESS | Bootstrap repository self-management governance | project=/Users/yinxulai/Documents/Github/projitive/.projitive | projectScore=4 | latest=2026-02-17T23:50:00.000Z
30
+ 2. TASK-0002 | TODO | Stabilize default task.next workflow | project=/Users/yinxulai/Documents/Github/projitive/.projitive | projectScore=4 | latest=2026-02-17T23:50:00.000Z
31
+ 3. TASK-0003 | TODO | Prepare spec v1.1 governance change proposal | project=/Users/yinxulai/Documents/Github/projitive/.projitive | projectScore=4 | latest=2026-02-17T23:50:00.000Z
32
+ 4. TASK-0001 | TODO | Bootstrap governance workspace | project=/Users/yinxulai/Documents/Github/projitive-mcp-smoke/.projitive | projectScore=1 | latest=2026-02-18T13:18:19.890Z
33
+
34
+ ### Selection Reason
35
+ - Rank rule: projectScore DESC -> taskPriority DESC -> taskUpdatedAt DESC.
36
+ - Selected candidate scores: projectScore=4, taskPriority=2, taskUpdatedAtMs=1771372200000.
37
+
38
+ ### Related Artifacts
39
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/tasks.md
40
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/designs/self-management-bootstrap.md
41
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/reports/bootstrap-2026-02-17.md
42
+
43
+ ### Reference Locations
44
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/tasks.md#L6: ## TASK-0001 | IN_PROGRESS | Bootstrap repository self-management governance
45
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/designs/self-management-bootstrap.md#L1: Task: TASK-0001
46
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/designs/self-management-bootstrap.md#L23: - Verify `task.next` can identify `TASK-0001` as actionable.
47
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/reports/bootstrap-2026-02-17.md#L1: Task: TASK-0001
48
+ - /Users/yinxulai/Documents/Github/projitive/.projitive/reports/bootstrap-2026-02-17.md#L17: - Continue TASK-0001 until first full `task.next` execution cycle is recorded.
49
+
50
+ ### Suggested Read Order
51
+ 1. /Users/yinxulai/Documents/Github/projitive/.projitive/tasks.md
52
+ 2. /Users/yinxulai/Documents/Github/projitive/.projitive/designs/self-management-bootstrap.md
53
+ 3. /Users/yinxulai/Documents/Github/projitive/.projitive/reports/bootstrap-2026-02-17.md
54
+
55
+ ## Agent Guidance
56
+ - Start immediately with Suggested Read Order and execute the selected task.
57
+ - Update markdown artifacts directly while keeping TASK/ROADMAP IDs unchanged.
58
+ - Re-run `taskContext` for the selectedTaskId after edits to verify evidence consistency.
59
+
60
+ ## Lint Suggestions
61
+ - (none)
62
+
63
+ ## Next Call
64
+ - taskContext(projectPath="/Users/yinxulai/Documents/Github/projitive/.projitive", taskId="TASK-0001")