@projitive/mcp 1.0.0 → 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.
- package/README.md +29 -1
- package/output/helpers/artifacts/artifacts.js +10 -0
- package/output/helpers/artifacts/artifacts.test.js +18 -0
- package/output/helpers/artifacts/index.js +1 -0
- package/output/helpers/index.js +3 -0
- package/output/helpers/linter/codes.js +25 -0
- package/output/helpers/linter/index.js +2 -0
- package/output/helpers/linter/linter.js +6 -0
- package/output/helpers/linter/linter.test.js +16 -0
- package/output/helpers/response/index.js +1 -0
- package/output/helpers/response/response.js +73 -0
- package/output/helpers/response/response.test.js +50 -0
- package/output/index.js +1 -0
- package/output/projitive.js +252 -97
- package/output/projitive.test.js +29 -1
- package/output/rendering-input-guard.test.js +20 -0
- package/output/roadmap.js +106 -80
- package/output/roadmap.test.js +11 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectContext.md +48 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectInit.md +40 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectLocate.md +22 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectNext.md +31 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/projectScan.md +28 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/roadmapContext.md +33 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/roadmapList.md +25 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/summary.json +90 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/summary.md +17 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/taskContext.md +47 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/taskList.md +27 -0
- package/output/smoke-reports/2026-02-18T13-18-19-740Z/taskNext.md +64 -0
- package/output/tasks.js +341 -162
- package/output/tasks.test.js +51 -1
- 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")
|