@izantech/lineup-cli 2.1.0 → 2.1.1
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.
|
@@ -361,7 +361,7 @@ function writeGeneratedFiles(files, outputRoot) {
|
|
|
361
361
|
}
|
|
362
362
|
}
|
|
363
363
|
function prepareClaudePluginSkeleton(sourceRoot, outputRoot) {
|
|
364
|
-
const copyPaths = [".claude-plugin", "agents", "tactics", "templates"
|
|
364
|
+
const copyPaths = [".claude-plugin", "agents", "tactics", "templates"];
|
|
365
365
|
for (const entry of copyPaths) {
|
|
366
366
|
const from = path3.join(sourceRoot, entry);
|
|
367
367
|
const to = path3.join(outputRoot, entry);
|
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED