@jakkrichm/create-nexus-devflow 2.0.4 → 2.0.6
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/package.json
CHANGED
|
@@ -32,9 +32,6 @@ Use markdown-first artifacts:
|
|
|
32
32
|
- `devflow/roadmap/roadmap-discovery.md`
|
|
33
33
|
- `ROADMAP.md`
|
|
34
34
|
|
|
35
|
-
Optional supporting context may include:
|
|
36
|
-
|
|
37
|
-
- `devflow/project_index.json` until project-index migration is fully complete
|
|
38
35
|
- research notes
|
|
39
36
|
- PRD outputs
|
|
40
37
|
- release or insight notes
|
|
@@ -32,9 +32,6 @@ Use markdown-first artifacts:
|
|
|
32
32
|
- `devflow/roadmap/roadmap-discovery.md`
|
|
33
33
|
- `ROADMAP.md`
|
|
34
34
|
|
|
35
|
-
Optional supporting context may include:
|
|
36
|
-
|
|
37
|
-
- `devflow/project_index.json` until project-index migration is fully complete
|
|
38
35
|
- research notes
|
|
39
36
|
- PRD outputs
|
|
40
37
|
- release or insight notes
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"project_root": "D:\\devtools\\nexus-devflow",
|
|
3
|
-
"project_type": "single",
|
|
4
|
-
"services": {
|
|
5
|
-
"prps_framework": {
|
|
6
|
-
"name": "prps_framework",
|
|
7
|
-
"path": "D:\\devtools\\nexus-devflow",
|
|
8
|
-
"language": "JavaScript and Python",
|
|
9
|
-
"framework": "PRPs Context Engineering Framework",
|
|
10
|
-
"type": "library",
|
|
11
|
-
"package_manager": "npm",
|
|
12
|
-
"entry_point": "package.json",
|
|
13
|
-
"key_directories": {
|
|
14
|
-
".agent": {
|
|
15
|
-
"path": ".agent",
|
|
16
|
-
"purpose": "Primary Antigravity IDE agent framework bundle"
|
|
17
|
-
},
|
|
18
|
-
"devflow": {
|
|
19
|
-
"path": "devflow",
|
|
20
|
-
"purpose": "Canonical workspace root for stage context, active runs, shared reports, and reference contracts"
|
|
21
|
-
},
|
|
22
|
-
"scripts": {
|
|
23
|
-
"path": "scripts",
|
|
24
|
-
"purpose": "Root npm automation scripts"
|
|
25
|
-
},
|
|
26
|
-
"docs": {
|
|
27
|
-
"path": "docs",
|
|
28
|
-
"purpose": "Human-readable user and maintainer guides"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"dependencies": [
|
|
32
|
-
"Node.js >=18.17",
|
|
33
|
-
"Python 3",
|
|
34
|
-
"Git",
|
|
35
|
-
"DevFlow-compatible agent adapters"
|
|
36
|
-
],
|
|
37
|
-
"dev_dependencies": [],
|
|
38
|
-
"testing": "npm run check",
|
|
39
|
-
"test_directory": "scripts",
|
|
40
|
-
"scripts": {
|
|
41
|
-
"check": "node ./scripts/check-devflow.mjs",
|
|
42
|
-
"check:static": "node ./scripts/validate-framework.mjs",
|
|
43
|
-
"sync:adapters": "node ./scripts/sync-adapters.js",
|
|
44
|
-
"test": "npm --prefix packages/create-nexus-devflow test",
|
|
45
|
-
"test:routing": "node ./scripts/evals/routing.js",
|
|
46
|
-
"test:package": "node ./scripts/smoke-package.mjs",
|
|
47
|
-
"activate": "node ./scripts/activate-agent.mjs",
|
|
48
|
-
"goal": "node ./scripts/goal-runner.mjs",
|
|
49
|
-
"graphify": "node ./scripts/graphify.mjs",
|
|
50
|
-
"graphify:install": "node ./scripts/graphify.mjs install --platform antigravity",
|
|
51
|
-
"graphify:update": "node ./scripts/graphify.mjs update .",
|
|
52
|
-
"index": "node ./scripts/generate-project-index.mjs",
|
|
53
|
-
"link-project": "node ./scripts/link-project.mjs",
|
|
54
|
-
"migrate:artifacts": "node ./scripts/migrate-stage-artifacts.mjs",
|
|
55
|
-
"render:html": "node ./scripts/render-html.mjs",
|
|
56
|
-
"render:html:test": "node ./scripts/test-render-html-core.mjs",
|
|
57
|
-
"report:html": "node ./scripts/generate-report-html.mjs",
|
|
58
|
-
"report:html:test": "node ./scripts/test-generate-report-html.mjs",
|
|
59
|
-
"artifact-language:switch": "node ./scripts/switch-artifact-language.mjs",
|
|
60
|
-
"artifact-language:test": "node ./scripts/test-switch-artifact-language.mjs",
|
|
61
|
-
"validate:manual-review:test": "node ./scripts/test-manual-review-contract.mjs",
|
|
62
|
-
"validate:stage-content:test": "node ./scripts/test-stage-content-contract.mjs",
|
|
63
|
-
"validate:run-status:test": "node ./scripts/test-summarize-run-status.mjs",
|
|
64
|
-
"validate:checklists:test": "node ./scripts/test-validate-checklists.mjs",
|
|
65
|
-
"validate:skills:test": "node ./scripts/test-skill-selection-policy.mjs",
|
|
66
|
-
"validate:verify-impact:test": "node ./scripts/test-verify-impact-contract.mjs",
|
|
67
|
-
"roadmap:validate": "node ./scripts/validate-framework.mjs --roadmap-only",
|
|
68
|
-
"security:scan": "node ./scripts/scan-security-hygiene.mjs",
|
|
69
|
-
"sync:check": "node ./scripts/sync-agent-bundle.mjs",
|
|
70
|
-
"validate": "node ./scripts/validate-framework.mjs",
|
|
71
|
-
"validate:docs": "node ./scripts/scan-doc-contract.mjs"
|
|
72
|
-
}
|
|
73
|
-
},
|
|
74
|
-
"agent_flow": {
|
|
75
|
-
"name": "agent_flow",
|
|
76
|
-
"path": "D:\\devtools\\nexus-devflow\\.agent",
|
|
77
|
-
"language": "JavaScript and Python",
|
|
78
|
-
"framework": "DevFlow 2.0 .agent bundle with stage-based markdown workflows",
|
|
79
|
-
"type": "library",
|
|
80
|
-
"package_manager": "npm",
|
|
81
|
-
"entry_point": "./workflows",
|
|
82
|
-
"key_directories": {},
|
|
83
|
-
"dependencies": [
|
|
84
|
-
"Node.js >=18.17"
|
|
85
|
-
],
|
|
86
|
-
"testing": "Node.js script tests and framework validation"
|
|
87
|
-
}
|
|
88
|
-
},
|
|
89
|
-
"infrastructure": {},
|
|
90
|
-
"conventions": {
|
|
91
|
-
"documentation": "Markdown",
|
|
92
|
-
"artifact_format": "Markdown-first",
|
|
93
|
-
"agent_bundle": ".agents",
|
|
94
|
-
"primary_ide": "Codex",
|
|
95
|
-
"workspace_directory": "devflow",
|
|
96
|
-
"package_manager": "npm",
|
|
97
|
-
"legacy_cursor_removed": true
|
|
98
|
-
},
|
|
99
|
-
"generated_by": "scripts/generate-project-index.mjs",
|
|
100
|
-
"created_at": "2026-08-16T19:16:26.497Z"
|
|
101
|
-
}
|