@orchestrator-claude/cli 3.1.12 → 3.2.0
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/dist/api-client/OrchestratorAPIClient.d.ts +50 -1
- package/dist/api-client/OrchestratorAPIClient.d.ts.map +1 -1
- package/dist/api-client/OrchestratorAPIClient.js +73 -1
- package/dist/api-client/OrchestratorAPIClient.js.map +1 -1
- package/dist/api-client/types.d.ts +95 -2
- package/dist/api-client/types.d.ts.map +1 -1
- package/dist/commands/InitCommand.d.ts +22 -3
- package/dist/commands/InitCommand.d.ts.map +1 -1
- package/dist/commands/InitCommand.js +147 -13
- package/dist/commands/InitCommand.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/services/BootstrapService.d.ts +100 -0
- package/dist/services/BootstrapService.d.ts.map +1 -0
- package/dist/services/BootstrapService.js +231 -0
- package/dist/services/BootstrapService.js.map +1 -0
- package/dist/services/CleanupManager.d.ts +49 -0
- package/dist/services/CleanupManager.d.ts.map +1 -0
- package/dist/services/CleanupManager.js +87 -0
- package/dist/services/CleanupManager.js.map +1 -0
- package/dist/services/CredentialGenerator.d.ts +11 -0
- package/dist/services/CredentialGenerator.d.ts.map +1 -0
- package/dist/services/CredentialGenerator.js +25 -0
- package/dist/services/CredentialGenerator.js.map +1 -0
- package/dist/services/VerificationService.d.ts +103 -0
- package/dist/services/VerificationService.d.ts.map +1 -0
- package/dist/services/VerificationService.js +350 -0
- package/dist/services/VerificationService.js.map +1 -0
- package/dist/templates/base/claude/skills/release/SKILL.md +236 -0
- package/dist/templates/base/claude/skills/release/release.sh +460 -0
- package/dist/templates/base/docker-compose.yml.hbs +189 -8
- package/dist/templates/base/mcp.json.hbs +16 -9
- package/dist/templates/default/docker-compose.yml +190 -10
- package/package.json +1 -1
- package/templates/base/claude/skills/release/SKILL.md +236 -0
- package/templates/base/claude/skills/release/release.sh +460 -0
- package/templates/base/docker-compose.yml.hbs +189 -8
- package/templates/base/mcp.json.hbs +16 -9
- package/templates/default/docker-compose.yml +190 -10
- package/dist/templates/base/orchestrator-index.json.hbs +0 -37
- package/dist/templates/projects/api/files/index.ts.hbs +0 -30
- package/dist/templates/projects/api/files/server.ts.hbs +0 -63
- package/dist/templates/projects/api/files/tsconfig.json.hbs +0 -27
- package/dist/templates/projects/api/files/vitest.config.ts.hbs +0 -28
- package/dist/templates/projects/api/template.config.json +0 -238
- package/dist/templates/projects/api/template.config.ts +0 -149
- package/dist/templates/projects/cli/files/cli.ts.hbs +0 -50
- package/dist/templates/projects/cli/files/index.ts.hbs +0 -8
- package/dist/templates/projects/cli/files/tsconfig.json.hbs +0 -27
- package/dist/templates/projects/cli/files/vitest.config.ts.hbs +0 -28
- package/dist/templates/projects/cli/template.config.json +0 -213
- package/dist/templates/projects/cli/template.config.ts +0 -126
- package/dist/templates/projects/frontend/files/App.tsx.hbs +0 -31
- package/dist/templates/projects/frontend/files/index.html.hbs +0 -13
- package/dist/templates/projects/frontend/files/main.tsx.hbs +0 -22
- package/dist/templates/projects/frontend/files/tsconfig.json.hbs +0 -34
- package/dist/templates/projects/frontend/files/tsconfig.node.json.hbs +0 -10
- package/dist/templates/projects/frontend/files/vite.config.ts.hbs +0 -19
- package/dist/templates/projects/frontend/files/vitest.config.ts.hbs +0 -36
- package/dist/templates/projects/frontend/template.config.json +0 -241
- package/dist/templates/projects/frontend/template.config.ts +0 -153
- package/dist/templates/projects/minimal/files/claude-settings.json.hbs +0 -20
- package/dist/templates/projects/minimal/files/env.example.hbs +0 -17
- package/dist/templates/projects/minimal/files/gitignore.hbs +0 -41
- package/dist/templates/projects/minimal/files/index.ts.hbs +0 -13
- package/dist/templates/projects/minimal/files/tsconfig.json.hbs +0 -27
- package/dist/templates/projects/minimal/template.config.json +0 -185
- package/dist/templates/projects/minimal/template.config.ts +0 -88
- package/templates/base/orchestrator-index.json.hbs +0 -37
- package/templates/projects/api/files/index.ts.hbs +0 -30
- package/templates/projects/api/files/server.ts.hbs +0 -63
- package/templates/projects/api/files/tsconfig.json.hbs +0 -27
- package/templates/projects/api/files/vitest.config.ts.hbs +0 -28
- package/templates/projects/api/template.config.json +0 -238
- package/templates/projects/api/template.config.ts +0 -149
- package/templates/projects/cli/files/cli.ts.hbs +0 -50
- package/templates/projects/cli/files/index.ts.hbs +0 -8
- package/templates/projects/cli/files/tsconfig.json.hbs +0 -27
- package/templates/projects/cli/files/vitest.config.ts.hbs +0 -28
- package/templates/projects/cli/template.config.json +0 -213
- package/templates/projects/cli/template.config.ts +0 -126
- package/templates/projects/frontend/files/App.tsx.hbs +0 -31
- package/templates/projects/frontend/files/index.html.hbs +0 -13
- package/templates/projects/frontend/files/main.tsx.hbs +0 -22
- package/templates/projects/frontend/files/tsconfig.json.hbs +0 -34
- package/templates/projects/frontend/files/tsconfig.node.json.hbs +0 -10
- package/templates/projects/frontend/files/vite.config.ts.hbs +0 -19
- package/templates/projects/frontend/files/vitest.config.ts.hbs +0 -36
- package/templates/projects/frontend/template.config.json +0 -241
- package/templates/projects/frontend/template.config.ts +0 -153
- package/templates/projects/minimal/files/claude-settings.json.hbs +0 -20
- package/templates/projects/minimal/files/env.example.hbs +0 -17
- package/templates/projects/minimal/files/gitignore.hbs +0 -41
- package/templates/projects/minimal/files/index.ts.hbs +0 -13
- package/templates/projects/minimal/files/tsconfig.json.hbs +0 -27
- package/templates/projects/minimal/template.config.json +0 -185
- package/templates/projects/minimal/template.config.ts +0 -88
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "minimal",
|
|
3
|
-
"description": "Minimal project template with basic Orchestrator setup",
|
|
4
|
-
"version": "1.0.0",
|
|
5
|
-
"directories": [
|
|
6
|
-
".orchestrator",
|
|
7
|
-
".orchestrator/artifacts",
|
|
8
|
-
".orchestrator/artifacts/research",
|
|
9
|
-
".orchestrator/artifacts/specify",
|
|
10
|
-
".orchestrator/artifacts/plan",
|
|
11
|
-
".orchestrator/artifacts/tasks",
|
|
12
|
-
".orchestrator/artifacts/implement",
|
|
13
|
-
".orchestrator/workflows",
|
|
14
|
-
".orchestrator/memory",
|
|
15
|
-
".orchestrator/memory/knowledge-base",
|
|
16
|
-
".orchestrator/memory/knowledge-base/core",
|
|
17
|
-
".orchestrator/memory/knowledge-base/contextual",
|
|
18
|
-
".orchestrator/memory/knowledge-base/research",
|
|
19
|
-
".orchestrator/checkpoints",
|
|
20
|
-
".orchestrator/.state",
|
|
21
|
-
".claude",
|
|
22
|
-
".claude/agents",
|
|
23
|
-
".claude/skills",
|
|
24
|
-
".claude/skills/artifact-validator",
|
|
25
|
-
".claude/skills/kb-lookup",
|
|
26
|
-
".claude/skills/phase-gate-evaluator",
|
|
27
|
-
".claude/skills/workflow-status",
|
|
28
|
-
".claude/skills/docs-guardian",
|
|
29
|
-
".claude/hooks",
|
|
30
|
-
"src",
|
|
31
|
-
"tests"
|
|
32
|
-
],
|
|
33
|
-
"files": [
|
|
34
|
-
{
|
|
35
|
-
"source": "projects/minimal/files/gitignore.hbs",
|
|
36
|
-
"destination": ".gitignore",
|
|
37
|
-
"template": true
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"source": "projects/minimal/files/env.example.hbs",
|
|
41
|
-
"destination": ".env.example",
|
|
42
|
-
"template": true
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"source": "projects/minimal/files/tsconfig.json.hbs",
|
|
46
|
-
"destination": "tsconfig.json",
|
|
47
|
-
"template": true
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"source": "projects/minimal/files/index.ts.hbs",
|
|
51
|
-
"destination": "src/index.ts",
|
|
52
|
-
"template": true
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"source": "base/CLAUDE.md.hbs",
|
|
56
|
-
"destination": "CLAUDE.md",
|
|
57
|
-
"template": true
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"source": "base/mcp.json.hbs",
|
|
61
|
-
"destination": ".mcp.json",
|
|
62
|
-
"template": true
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"source": "base/package.json.hbs",
|
|
66
|
-
"destination": "package.json",
|
|
67
|
-
"template": true
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"source": "base/orchestrator-index.json.hbs",
|
|
71
|
-
"destination": ".orchestrator/orchestrator-index.json",
|
|
72
|
-
"template": true
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"source": "base/claude/settings.json",
|
|
76
|
-
"destination": ".claude/settings.json",
|
|
77
|
-
"template": false
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"source": "base/claude/orchestrator-config.json",
|
|
81
|
-
"destination": ".claude/orchestrator-config.json",
|
|
82
|
-
"template": false
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"source": "base/claude/agents/orchestrator.md",
|
|
86
|
-
"destination": ".claude/agents/orchestrator.md",
|
|
87
|
-
"template": false
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
"source": "base/claude/agents/specifier.md",
|
|
91
|
-
"destination": ".claude/agents/specifier.md",
|
|
92
|
-
"template": false
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"source": "base/claude/agents/planner.md",
|
|
96
|
-
"destination": ".claude/agents/planner.md",
|
|
97
|
-
"template": false
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"source": "base/claude/agents/task-generator.md",
|
|
101
|
-
"destination": ".claude/agents/task-generator.md",
|
|
102
|
-
"template": false
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"source": "base/claude/agents/implementer.md",
|
|
106
|
-
"destination": ".claude/agents/implementer.md",
|
|
107
|
-
"template": false
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"source": "base/claude/agents/reviewer.md",
|
|
111
|
-
"destination": ".claude/agents/reviewer.md",
|
|
112
|
-
"template": false
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"source": "base/claude/agents/researcher.md",
|
|
116
|
-
"destination": ".claude/agents/researcher.md",
|
|
117
|
-
"template": false
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"source": "base/claude/skills/artifact-validator/SKILL.md",
|
|
121
|
-
"destination": ".claude/skills/artifact-validator/SKILL.md",
|
|
122
|
-
"template": false
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"source": "base/claude/skills/kb-lookup/SKILL.md",
|
|
126
|
-
"destination": ".claude/skills/kb-lookup/SKILL.md",
|
|
127
|
-
"template": false
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"source": "base/claude/skills/phase-gate-evaluator/SKILL.md",
|
|
131
|
-
"destination": ".claude/skills/phase-gate-evaluator/SKILL.md",
|
|
132
|
-
"template": false
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"source": "base/claude/skills/workflow-status/SKILL.md",
|
|
136
|
-
"destination": ".claude/skills/workflow-status/SKILL.md",
|
|
137
|
-
"template": false
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"source": "base/claude/skills/docs-guardian/SKILL.md",
|
|
141
|
-
"destination": ".claude/skills/docs-guardian/SKILL.md",
|
|
142
|
-
"template": false
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"source": "base/claude/hooks/pre-agent-invoke.sh",
|
|
146
|
-
"destination": ".claude/hooks/pre-agent-invoke.sh",
|
|
147
|
-
"template": false
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"source": "base/claude/hooks/pre-phase-advance.sh",
|
|
151
|
-
"destination": ".claude/hooks/pre-phase-advance.sh",
|
|
152
|
-
"template": false
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"source": "base/claude/hooks/post-artifact-generate.sh",
|
|
156
|
-
"destination": ".claude/hooks/post-artifact-generate.sh",
|
|
157
|
-
"template": false
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
"source": "base/claude/hooks/post-implement-validate.sh",
|
|
161
|
-
"destination": ".claude/hooks/post-implement-validate.sh",
|
|
162
|
-
"template": false
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
"source": "base/claude/hooks/track-agent-invocation.sh",
|
|
166
|
-
"destination": ".claude/hooks/track-agent-invocation.sh",
|
|
167
|
-
"template": false
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"source": "base/claude/hooks/post-phase-checkpoint.sh",
|
|
171
|
-
"destination": ".claude/hooks/post-phase-checkpoint.sh",
|
|
172
|
-
"template": false
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"source": "base/orchestrator/.state/.gitkeep",
|
|
176
|
-
"destination": ".orchestrator/.state/.gitkeep",
|
|
177
|
-
"template": false
|
|
178
|
-
}
|
|
179
|
-
],
|
|
180
|
-
"dependencies": {},
|
|
181
|
-
"devDependencies": {},
|
|
182
|
-
"scripts": {},
|
|
183
|
-
"constitutionExtensions": [],
|
|
184
|
-
"knowledgeBaseSeeds": ["docs-constitution"]
|
|
185
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Minimal Project Template Configuration
|
|
3
|
-
*/
|
|
4
|
-
import { ProjectTemplate } from '../../../../domain/entities/ProjectTemplate.js';
|
|
5
|
-
|
|
6
|
-
const config = ProjectTemplate.create({
|
|
7
|
-
name: 'minimal',
|
|
8
|
-
description: 'Minimal project template with basic Orchestrator setup',
|
|
9
|
-
version: '1.0.0',
|
|
10
|
-
|
|
11
|
-
directories: [
|
|
12
|
-
'.orchestrator',
|
|
13
|
-
'.orchestrator/artifacts',
|
|
14
|
-
'.orchestrator/artifacts/research',
|
|
15
|
-
'.orchestrator/artifacts/specify',
|
|
16
|
-
'.orchestrator/artifacts/plan',
|
|
17
|
-
'.orchestrator/artifacts/tasks',
|
|
18
|
-
'.orchestrator/artifacts/implement',
|
|
19
|
-
'.orchestrator/memory',
|
|
20
|
-
'.orchestrator/memory/knowledge-base',
|
|
21
|
-
'.orchestrator/memory/knowledge-base/core',
|
|
22
|
-
'.orchestrator/memory/knowledge-base/contextual',
|
|
23
|
-
'.orchestrator/memory/knowledge-base/research',
|
|
24
|
-
'.orchestrator/checkpoints',
|
|
25
|
-
'.orchestrator/.state',
|
|
26
|
-
'src',
|
|
27
|
-
'tests',
|
|
28
|
-
],
|
|
29
|
-
|
|
30
|
-
files: [
|
|
31
|
-
{
|
|
32
|
-
source: 'projects/minimal/files/gitignore.hbs',
|
|
33
|
-
destination: '.gitignore',
|
|
34
|
-
template: true,
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
source: 'projects/minimal/files/env.example.hbs',
|
|
38
|
-
destination: '.env.example',
|
|
39
|
-
template: true,
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
source: 'projects/minimal/files/claude-settings.json.hbs',
|
|
43
|
-
destination: '.claude/claude-settings.json',
|
|
44
|
-
template: true,
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
source: 'base/CLAUDE.md.hbs',
|
|
48
|
-
destination: 'CLAUDE.md',
|
|
49
|
-
template: true,
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
source: 'base/mcp.json.hbs',
|
|
53
|
-
destination: '.mcp.json',
|
|
54
|
-
template: true,
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
source: 'base/package.json.hbs',
|
|
58
|
-
destination: 'package.json',
|
|
59
|
-
template: true,
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
source: 'base/orchestrator-index.json.hbs',
|
|
63
|
-
destination: '.orchestrator/orchestrator-index.json',
|
|
64
|
-
template: true,
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
source: 'base/orchestrator/.state/.gitkeep',
|
|
68
|
-
destination: '.orchestrator/.state/.gitkeep',
|
|
69
|
-
template: false,
|
|
70
|
-
},
|
|
71
|
-
],
|
|
72
|
-
|
|
73
|
-
dependencies: {},
|
|
74
|
-
|
|
75
|
-
devDependencies: {},
|
|
76
|
-
|
|
77
|
-
scripts: {},
|
|
78
|
-
|
|
79
|
-
constitutionExtensions: [],
|
|
80
|
-
|
|
81
|
-
knowledgeBaseSeeds: [],
|
|
82
|
-
});
|
|
83
|
-
|
|
84
|
-
if (config.isErr()) {
|
|
85
|
-
throw new Error(`Failed to create minimal template config: ${config.error}`);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
export default config.value;
|