@clawplays/ospec-cli 0.3.7 → 0.3.9
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 +9 -1
- package/SKILL.md +1 -1
- package/assets/git-hooks/post-merge +4 -2
- package/assets/git-hooks/pre-commit +4 -2
- package/dist/advanced/BatchOperations.d.ts +1 -2
- package/dist/advanced/BatchOperations.js +1 -2
- package/dist/advanced/CachingLayer.d.ts +1 -2
- package/dist/advanced/CachingLayer.js +1 -2
- package/dist/advanced/FeatureUpdater.d.ts +1 -2
- package/dist/advanced/FeatureUpdater.js +1 -2
- package/dist/advanced/PerformanceMonitor.d.ts +1 -2
- package/dist/advanced/PerformanceMonitor.js +1 -2
- package/dist/advanced/StatePersistence.d.ts +1 -2
- package/dist/advanced/StatePersistence.js +1 -2
- package/dist/advanced/index.d.ts +1 -2
- package/dist/advanced/index.js +1 -2
- package/dist/cli/commands/config.d.ts +1 -2
- package/dist/cli/commands/config.js +1 -2
- package/dist/cli/commands/feature.d.ts +1 -2
- package/dist/cli/commands/feature.js +1 -2
- package/dist/cli/commands/index.d.ts +1 -2
- package/dist/cli/commands/index.js +1 -2
- package/dist/cli/commands/project.d.ts +1 -2
- package/dist/cli/commands/project.js +1 -2
- package/dist/cli/commands/validate.d.ts +1 -2
- package/dist/cli/commands/validate.js +1 -2
- package/dist/cli/index.d.ts +1 -2
- package/dist/cli/index.js +1 -2
- package/dist/cli.d.ts +1 -2
- package/dist/cli.js +1 -2
- package/dist/commands/ArchiveCommand.d.ts +1 -2
- package/dist/commands/ArchiveCommand.js +1 -1
- package/dist/commands/BaseCommand.d.ts +1 -2
- package/dist/commands/BaseCommand.js +1 -2
- package/dist/commands/BatchCommand.d.ts +1 -2
- package/dist/commands/BatchCommand.js +1 -2
- package/dist/commands/ChangesCommand.js +0 -1
- package/dist/commands/DocsCommand.d.ts +1 -2
- package/dist/commands/DocsCommand.js +0 -1
- package/dist/commands/IndexCommand.d.ts +1 -2
- package/dist/commands/IndexCommand.js +1 -2
- package/dist/commands/InitCommand.d.ts +1 -2
- package/dist/commands/InitCommand.js +0 -1
- package/dist/commands/NewCommand.d.ts +0 -1
- package/dist/commands/NewCommand.js +19 -12
- package/dist/commands/PluginsCommand.d.ts +0 -1
- package/dist/commands/PluginsCommand.js +0 -1
- package/dist/commands/ProgressCommand.d.ts +1 -2
- package/dist/commands/ProgressCommand.js +1 -2
- package/dist/commands/QueueCommand.d.ts +0 -1
- package/dist/commands/QueueCommand.js +0 -1
- package/dist/commands/RunCommand.d.ts +0 -1
- package/dist/commands/RunCommand.js +0 -1
- package/dist/commands/SkillCommand.d.ts +0 -1
- package/dist/commands/SkillCommand.js +1 -2
- package/dist/commands/SkillsCommand.d.ts +1 -2
- package/dist/commands/SkillsCommand.js +1 -2
- package/dist/commands/StatusCommand.d.ts +1 -2
- package/dist/commands/StatusCommand.js +0 -1
- package/dist/commands/UpdateCommand.d.ts +0 -1
- package/dist/commands/UpdateCommand.js +37 -2
- package/dist/commands/VerifyCommand.d.ts +1 -2
- package/dist/commands/VerifyCommand.js +4 -41
- package/dist/commands/WorkflowCommand.d.ts +0 -1
- package/dist/commands/WorkflowCommand.js +0 -1
- package/dist/commands/index.d.ts +0 -1
- package/dist/commands/index.js +0 -1
- package/dist/core/constants.d.ts +1 -2
- package/dist/core/constants.js +1 -2
- package/dist/core/errors.d.ts +1 -2
- package/dist/core/errors.js +1 -2
- package/dist/core/index.d.ts +1 -2
- package/dist/core/index.js +1 -2
- package/dist/core/types.d.ts +0 -1
- package/dist/core/types.js +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +1 -2
- package/dist/presets/ProjectPresets.d.ts +0 -1
- package/dist/presets/ProjectPresets.js +0 -1
- package/dist/scaffolds/ProjectScaffoldPresets.d.ts +1 -2
- package/dist/scaffolds/ProjectScaffoldPresets.js +1 -2
- package/dist/services/ConfigManager.d.ts +1 -2
- package/dist/services/ConfigManager.js +0 -1
- package/dist/services/FeatureManager.d.ts +1 -2
- package/dist/services/FeatureManager.js +1 -2
- package/dist/services/FileService.d.ts +1 -2
- package/dist/services/FileService.js +0 -1
- package/dist/services/IndexBuilder.d.ts +1 -2
- package/dist/services/IndexBuilder.js +1 -2
- package/dist/services/Logger.d.ts +1 -2
- package/dist/services/Logger.js +1 -2
- package/dist/services/ProjectAssetRegistry.d.ts +0 -1
- package/dist/services/ProjectAssetRegistry.js +1 -2
- package/dist/services/ProjectAssetService.d.ts +0 -1
- package/dist/services/ProjectAssetService.js +4 -2
- package/dist/services/ProjectScaffoldCommandService.d.ts +1 -2
- package/dist/services/ProjectScaffoldCommandService.js +0 -1
- package/dist/services/ProjectScaffoldService.d.ts +1 -2
- package/dist/services/ProjectScaffoldService.js +0 -1
- package/dist/services/ProjectService.d.ts +1 -1
- package/dist/services/ProjectService.js +267 -411
- package/dist/services/QueueService.d.ts +0 -1
- package/dist/services/QueueService.js +1 -1
- package/dist/services/RunService.d.ts +0 -1
- package/dist/services/RunService.js +0 -1
- package/dist/services/SkillParser.d.ts +1 -2
- package/dist/services/SkillParser.js +0 -1
- package/dist/services/StateManager.d.ts +0 -1
- package/dist/services/StateManager.js +0 -1
- package/dist/services/TemplateEngine.d.ts +1 -2
- package/dist/services/TemplateEngine.js +1 -2
- package/dist/services/TemplateGenerator.d.ts +1 -2
- package/dist/services/TemplateGenerator.js +6 -7
- package/dist/services/ValidationService.d.ts +1 -2
- package/dist/services/ValidationService.js +1 -2
- package/dist/services/Validator.d.ts +1 -2
- package/dist/services/Validator.js +1 -2
- package/dist/services/index.d.ts +0 -1
- package/dist/services/index.js +0 -1
- package/dist/services/templates/ExecutionTemplateBuilder.d.ts +1 -2
- package/dist/services/templates/ExecutionTemplateBuilder.js +52 -29
- package/dist/services/templates/ProjectTemplateBuilder.d.ts +1 -2
- package/dist/services/templates/ProjectTemplateBuilder.js +0 -1
- package/dist/services/templates/TemplateBuilderBase.d.ts +5 -1
- package/dist/services/templates/TemplateBuilderBase.js +31 -3
- package/dist/services/templates/TemplateInputFactory.d.ts +1 -2
- package/dist/services/templates/TemplateInputFactory.js +4 -1
- package/dist/services/templates/templateTypes.d.ts +4 -1
- package/dist/services/templates/templateTypes.js +1 -2
- package/dist/tools/build-index.js +128 -36
- package/dist/utils/DateUtils.d.ts +1 -2
- package/dist/utils/DateUtils.js +1 -2
- package/dist/utils/PathUtils.d.ts +0 -1
- package/dist/utils/PathUtils.js +0 -1
- package/dist/utils/StringUtils.d.ts +1 -2
- package/dist/utils/StringUtils.js +1 -2
- package/dist/utils/helpers.d.ts +0 -1
- package/dist/utils/helpers.js +0 -1
- package/dist/utils/index.d.ts +1 -2
- package/dist/utils/index.js +1 -2
- package/dist/utils/logger.d.ts +1 -2
- package/dist/utils/logger.js +1 -2
- package/dist/utils/path.d.ts +1 -2
- package/dist/utils/path.js +1 -2
- package/dist/utils/subcommandHelp.d.ts +0 -1
- package/dist/utils/subcommandHelp.js +0 -1
- package/dist/workflow/ArchiveGate.d.ts +1 -2
- package/dist/workflow/ArchiveGate.js +1 -2
- package/dist/workflow/ConfigurableWorkflow.d.ts +1 -2
- package/dist/workflow/ConfigurableWorkflow.js +1 -2
- package/dist/workflow/HookSystem.d.ts +1 -2
- package/dist/workflow/HookSystem.js +1 -2
- package/dist/workflow/IndexRegenerator.d.ts +1 -2
- package/dist/workflow/IndexRegenerator.js +1 -2
- package/dist/workflow/PluginWorkflowComposer.d.ts +0 -1
- package/dist/workflow/PluginWorkflowComposer.js +0 -1
- package/dist/workflow/SkillUpdateEngine.d.ts +1 -2
- package/dist/workflow/SkillUpdateEngine.js +1 -2
- package/dist/workflow/VerificationSystem.d.ts +1 -2
- package/dist/workflow/VerificationSystem.js +1 -2
- package/dist/workflow/WorkflowEngine.d.ts +1 -2
- package/dist/workflow/WorkflowEngine.js +1 -2
- package/dist/workflow/index.d.ts +0 -1
- package/dist/workflow/index.js +0 -1
- package/package.json +17 -8
- package/skill.yaml +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,9 @@
|
|
|
21
21
|
<a href="docs/README.ar.md">العربية</a>
|
|
22
22
|
</p>
|
|
23
23
|
|
|
24
|
-
OSpec is
|
|
24
|
+
The official OSpec CLI package is `@clawplays/ospec-cli`, and the official command is `ospec`. OSpec supports spec-driven development (SDD) and document-driven development for AI coding agents and CLI workflows.
|
|
25
|
+
|
|
26
|
+
OSpec.ai is the official project site. `OSpec`, `ospec`, `ospec.ai`, `ospec ai`, `ospecai`, and `ospec-ai` all point to the same official project and CLI.
|
|
25
27
|
|
|
26
28
|
<p align="center">
|
|
27
29
|
<a href="docs/prompt-guide.md">Prompt Guide</a> |
|
|
@@ -46,6 +48,10 @@ AI coding assistants are powerful, but requirements that live only in chat histo
|
|
|
46
48
|
npm install -g @clawplays/ospec-cli
|
|
47
49
|
```
|
|
48
50
|
|
|
51
|
+
Official package: `@clawplays/ospec-cli`
|
|
52
|
+
Command: `ospec`
|
|
53
|
+
Verify install: `ospec --help`
|
|
54
|
+
|
|
49
55
|
## Quick Start
|
|
50
56
|
|
|
51
57
|
OSpec only takes 3 steps:
|
|
@@ -160,6 +166,8 @@ For an existing OSpec project, after upgrading the CLI with npm, run this in the
|
|
|
160
166
|
ospec update
|
|
161
167
|
```
|
|
162
168
|
|
|
169
|
+
`ospec update` also migrates legacy root-level `build-index-auto.cjs` / `build-index-auto.js` tooling into `.ospec/tools/build-index-auto.cjs` and refreshes OSpec-managed hook entrypoints to use the new location.
|
|
170
|
+
|
|
163
171
|
## How The OSpec Workflow Works
|
|
164
172
|
|
|
165
173
|
```text
|
package/SKILL.md
CHANGED
|
@@ -53,7 +53,7 @@ Required checks after `ospec init`:
|
|
|
53
53
|
- `changes/archived/`
|
|
54
54
|
- `SKILL.md`
|
|
55
55
|
- `SKILL.index.json`
|
|
56
|
-
-
|
|
56
|
+
- `.ospec/tools/build-index-auto.cjs`
|
|
57
57
|
- `for-ai/ai-guide.md`
|
|
58
58
|
- `for-ai/execution-protocol.md`
|
|
59
59
|
- `for-ai/naming-conventions.md`
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
|
|
3
|
-
if [ -f "build-index-auto.cjs" ]; then
|
|
3
|
+
if [ -f ".ospec/tools/build-index-auto.cjs" ]; then
|
|
4
|
+
OSPEC_BUILD_INDEX_SCRIPT=".ospec/tools/build-index-auto.cjs"
|
|
5
|
+
elif [ -f "build-index-auto.cjs" ]; then
|
|
4
6
|
OSPEC_BUILD_INDEX_SCRIPT="build-index-auto.cjs"
|
|
5
7
|
elif [ -f "build-index-auto.js" ]; then
|
|
6
8
|
OSPEC_BUILD_INDEX_SCRIPT="build-index-auto.js"
|
|
7
9
|
else
|
|
8
|
-
echo "[ospec] build-index-auto.cjs not found, skip hook check"
|
|
10
|
+
echo "[ospec] .ospec/tools/build-index-auto.cjs not found, skip hook check"
|
|
9
11
|
exit 0
|
|
10
12
|
fi
|
|
11
13
|
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
#!/bin/sh
|
|
2
2
|
|
|
3
|
-
if [ -f "build-index-auto.cjs" ]; then
|
|
3
|
+
if [ -f ".ospec/tools/build-index-auto.cjs" ]; then
|
|
4
|
+
OSPEC_BUILD_INDEX_SCRIPT=".ospec/tools/build-index-auto.cjs"
|
|
5
|
+
elif [ -f "build-index-auto.cjs" ]; then
|
|
4
6
|
OSPEC_BUILD_INDEX_SCRIPT="build-index-auto.cjs"
|
|
5
7
|
elif [ -f "build-index-auto.js" ]; then
|
|
6
8
|
OSPEC_BUILD_INDEX_SCRIPT="build-index-auto.js"
|
|
7
9
|
else
|
|
8
|
-
echo "[ospec] build-index-auto.cjs not found, skip hook check"
|
|
10
|
+
echo "[ospec] .ospec/tools/build-index-auto.cjs not found, skip hook check"
|
|
9
11
|
exit 0
|
|
10
12
|
fi
|
|
11
13
|
|
package/dist/advanced/index.d.ts
CHANGED
|
@@ -10,5 +10,4 @@ export type { BatchOperationResult, BatchQuery } from './BatchOperations';
|
|
|
10
10
|
export { PerformanceMonitor, performanceMonitor } from './PerformanceMonitor';
|
|
11
11
|
export type { PerformanceMetric, PerformanceSummary } from './PerformanceMonitor';
|
|
12
12
|
export { CachingLayer, cachingLayer } from './CachingLayer';
|
|
13
|
-
export type { CacheEntry } from './CachingLayer';
|
|
14
|
-
//# sourceMappingURL=index.d.ts.map
|
|
13
|
+
export type { CacheEntry } from './CachingLayer';
|
package/dist/advanced/index.js
CHANGED
|
@@ -18,5 +18,4 @@ Object.defineProperty(exports, "PerformanceMonitor", { enumerable: true, get: fu
|
|
|
18
18
|
Object.defineProperty(exports, "performanceMonitor", { enumerable: true, get: function () { return PerformanceMonitor_1.performanceMonitor; } });
|
|
19
19
|
var CachingLayer_1 = require("./CachingLayer");
|
|
20
20
|
Object.defineProperty(exports, "CachingLayer", { enumerable: true, get: function () { return CachingLayer_1.CachingLayer; } });
|
|
21
|
-
Object.defineProperty(exports, "cachingLayer", { enumerable: true, get: function () { return CachingLayer_1.cachingLayer; } });
|
|
22
|
-
//# sourceMappingURL=index.js.map
|
|
21
|
+
Object.defineProperty(exports, "cachingLayer", { enumerable: true, get: function () { return CachingLayer_1.cachingLayer; } });
|
package/dist/cli/index.d.ts
CHANGED
package/dist/cli/index.js
CHANGED
package/dist/cli.d.ts
CHANGED
package/dist/cli.js
CHANGED
|
@@ -224,7 +224,7 @@ const services_1 = require("./services");
|
|
|
224
224
|
|
|
225
225
|
|
|
226
226
|
|
|
227
|
-
const CLI_VERSION = '0.3.
|
|
227
|
+
const CLI_VERSION = '0.3.9';
|
|
228
228
|
|
|
229
229
|
function showInitUsage() {
|
|
230
230
|
console.log('Usage: ospec init [root-dir] [--summary "..."] [--tech-stack node,react] [--architecture "..."] [--document-language en-US|zh-CN|ja-JP|ar]');
|
|
@@ -1100,4 +1100,3 @@ main().catch(error => {
|
|
|
1100
1100
|
|
|
1101
1101
|
|
|
1102
1102
|
|
|
1103
|
-
//# sourceMappingURL=cli.js.map
|
|
@@ -209,6 +209,7 @@ class ArchiveCommand extends BaseCommand_1.BaseCommand {
|
|
|
209
209
|
await services_1.services.fileService.move(targetPath, archivePath);
|
|
210
210
|
await services_1.services.stateManager.writeState(archivePath, nextState);
|
|
211
211
|
await this.updateProposalStatus(archivePath, 'archived');
|
|
212
|
+
await services_1.services.projectService.rebaseMovedChangeMarkdownLinks(targetPath, archivePath);
|
|
212
213
|
await services_1.services.projectService.rebuildIndex(projectRoot);
|
|
213
214
|
return this.toRelativePath(projectRoot, archivePath);
|
|
214
215
|
}
|
|
@@ -267,4 +268,3 @@ class ArchiveCommand extends BaseCommand_1.BaseCommand {
|
|
|
267
268
|
}
|
|
268
269
|
}
|
|
269
270
|
exports.ArchiveCommand = ArchiveCommand;
|
|
270
|
-
//# sourceMappingURL=ArchiveCommand.js.map
|
|
@@ -78,6 +78,8 @@ class NewCommand extends BaseCommand_1.BaseCommand {
|
|
|
78
78
|
flags,
|
|
79
79
|
optionalSteps: activatedSteps,
|
|
80
80
|
documentLanguage,
|
|
81
|
+
projectRoot: targetDir,
|
|
82
|
+
documentPath: path.join(featureDir, constants_1.FILE_NAMES.PROPOSAL),
|
|
81
83
|
}));
|
|
82
84
|
await services_1.services.fileService.writeFile(path.join(featureDir, constants_1.FILE_NAMES.TASKS), services_1.services.templateEngine.generateTasksTemplate({
|
|
83
85
|
feature: featureName,
|
|
@@ -87,6 +89,8 @@ class NewCommand extends BaseCommand_1.BaseCommand {
|
|
|
87
89
|
flags,
|
|
88
90
|
optionalSteps: activatedSteps,
|
|
89
91
|
documentLanguage,
|
|
92
|
+
projectRoot: targetDir,
|
|
93
|
+
documentPath: path.join(featureDir, constants_1.FILE_NAMES.TASKS),
|
|
90
94
|
}));
|
|
91
95
|
await services_1.services.fileService.writeFile(path.join(featureDir, constants_1.FILE_NAMES.VERIFICATION), services_1.services.templateEngine.generateVerificationTemplate({
|
|
92
96
|
feature: featureName,
|
|
@@ -96,6 +100,8 @@ class NewCommand extends BaseCommand_1.BaseCommand {
|
|
|
96
100
|
flags,
|
|
97
101
|
optionalSteps: activatedSteps,
|
|
98
102
|
documentLanguage,
|
|
103
|
+
projectRoot: targetDir,
|
|
104
|
+
documentPath: path.join(featureDir, constants_1.FILE_NAMES.VERIFICATION),
|
|
99
105
|
}));
|
|
100
106
|
await services_1.services.fileService.writeFile(path.join(featureDir, constants_1.FILE_NAMES.REVIEW), services_1.services.templateEngine.generateReviewTemplate({
|
|
101
107
|
feature: featureName,
|
|
@@ -105,6 +111,8 @@ class NewCommand extends BaseCommand_1.BaseCommand {
|
|
|
105
111
|
flags,
|
|
106
112
|
optionalSteps: activatedSteps,
|
|
107
113
|
documentLanguage,
|
|
114
|
+
projectRoot: targetDir,
|
|
115
|
+
documentPath: path.join(featureDir, constants_1.FILE_NAMES.REVIEW),
|
|
108
116
|
}));
|
|
109
117
|
await this.writePluginArtifacts(featureDir, activatedSteps);
|
|
110
118
|
this.success(`${placement === constants_1.DIR_NAMES.QUEUED ? 'Queued change' : 'Change'} ${featureName} created at ${featureDir}`);
|
|
@@ -193,28 +201,28 @@ class NewCommand extends BaseCommand_1.BaseCommand {
|
|
|
193
201
|
if (/[\u0600-\u06FF]/.test(content)) {
|
|
194
202
|
return 'ar';
|
|
195
203
|
}
|
|
196
|
-
if (
|
|
204
|
+
if (this.hasJapaneseKana(content)) {
|
|
197
205
|
return 'ja-JP';
|
|
198
206
|
}
|
|
199
|
-
if (this.
|
|
200
|
-
return 'ja-JP';
|
|
201
|
-
}
|
|
202
|
-
if (/[一-龥]/.test(content)) {
|
|
203
|
-
return 'zh-CN';
|
|
207
|
+
if (this.hasCjkIdeographs(content)) {
|
|
208
|
+
return this.isLikelyJapaneseKanjiContent(content) ? 'ja-JP' : 'zh-CN';
|
|
204
209
|
}
|
|
205
210
|
if (/[A-Za-z]/.test(content)) {
|
|
206
211
|
return 'en-US';
|
|
207
212
|
}
|
|
208
213
|
return null;
|
|
209
214
|
}
|
|
215
|
+
hasJapaneseKana(content) {
|
|
216
|
+
return /[\u3040-\u30FF]/.test(content);
|
|
217
|
+
}
|
|
218
|
+
hasCjkIdeographs(content) {
|
|
219
|
+
return /[\u3400-\u9FFF]/.test(content);
|
|
220
|
+
}
|
|
210
221
|
isLikelyJapaneseKanjiContent(content) {
|
|
211
|
-
if (
|
|
222
|
+
if (!this.hasCjkIdeographs(content)) {
|
|
212
223
|
return false;
|
|
213
224
|
}
|
|
214
|
-
|
|
215
|
-
return true;
|
|
216
|
-
}
|
|
217
|
-
return /(一覧|詳細|設定|権限|検索|構成|変更|確認|対応|連携|承認|申請|手順|履歴|機能|実装|設計|運用|画面|帳票|組織|拠点|区分|種別|完了|開始|終了|表示|取得|追加|削除|更新|登録)/.test(content);
|
|
225
|
+
return /[\u3005\u3006\u300C-\u300F\u30F5\u30F6]/.test(content);
|
|
218
226
|
}
|
|
219
227
|
async ensureChangeNameAvailable(targetDir, featureName) {
|
|
220
228
|
const activeDir = PathUtils_1.PathUtils.getChangeDir(targetDir, constants_1.DIR_NAMES.ACTIVE, featureName);
|
|
@@ -310,4 +318,3 @@ class NewCommand extends BaseCommand_1.BaseCommand {
|
|
|
310
318
|
}
|
|
311
319
|
}
|
|
312
320
|
exports.NewCommand = NewCommand;
|
|
313
|
-
//# sourceMappingURL=NewCommand.js.map
|
|
@@ -50,7 +50,7 @@ Use this action when the user intent is initialization.
|
|
|
50
50
|
|
|
51
51
|
- use \`ospec init [path]\` so the repository ends in change-ready state
|
|
52
52
|
|
|
53
|
-
- verify \`.skillrc\`, \`.ospec/\`, \`changes/\`, \`SKILL.md\`, \`SKILL.index.json\`,
|
|
53
|
+
- verify \`.skillrc\`, \`.ospec/\`, \`changes/\`, \`SKILL.md\`, \`SKILL.index.json\`, \`.ospec/tools/build-index-auto.cjs\`, \`for-ai/\`, and \`docs/project/\` files on disk
|
|
54
54
|
|
|
55
55
|
- if project overview context is missing and AI can ask follow-up questions, ask for a brief summary or tech stack before initialization; if the user declines, fall back to placeholder docs
|
|
56
56
|
|
|
@@ -1237,4 +1237,3 @@ interface:
|
|
|
1237
1237
|
|
|
1238
1238
|
exports.SkillCommand = SkillCommand;
|
|
1239
1239
|
|
|
1240
|
-
//# sourceMappingURL=SkillCommand.js.map
|