@izantech/lineup-cli 2.0.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", "examples", "AGENTS.md", "CLAUDE.md"];
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
@@ -4,7 +4,7 @@ import {
4
4
  printCliError,
5
5
  resolveExitCode,
6
6
  run
7
- } from "./chunk-RQBQVCEG.js";
7
+ } from "./chunk-JOYWE5HT.js";
8
8
  export {
9
9
  buildProgram,
10
10
  handleFatalError,
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import {
6
6
  validateHostAdapter,
7
7
  validateInstallerState,
8
8
  validateReleaseManifest
9
- } from "./chunk-RQBQVCEG.js";
9
+ } from "./chunk-JOYWE5HT.js";
10
10
  export {
11
11
  buildProgram,
12
12
  printCliError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@izantech/lineup-cli",
3
- "version": "2.0.0",
3
+ "version": "2.1.1",
4
4
  "private": false,
5
5
  "description": "Lineup multi-host installer and manager for Claude Code and Codex",
6
6
  "license": "MIT",
@@ -31,7 +31,8 @@
31
31
  "HOST_TERM_PLUGIN_POSSESSIVE",
32
32
  "HOST_DEFAULTS_TERM",
33
33
  "HOST_ARTIFACT_LABEL",
34
- "HOST_ARTIFACT_LABEL_LOWER"
34
+ "HOST_ARTIFACT_LABEL_LOWER",
35
+ "AGENTS_DIR"
35
36
  ],
36
37
  "properties": {
37
38
  "SKILL_NAME_KICKOFF": { "type": "string" },
@@ -51,7 +52,8 @@
51
52
  "HOST_TERM_PLUGIN_POSSESSIVE": { "type": "string" },
52
53
  "HOST_DEFAULTS_TERM": { "type": "string" },
53
54
  "HOST_ARTIFACT_LABEL": { "type": "string" },
54
- "HOST_ARTIFACT_LABEL_LOWER": { "type": "string" }
55
+ "HOST_ARTIFACT_LABEL_LOWER": { "type": "string" },
56
+ "AGENTS_DIR": { "type": "string" }
55
57
  }
56
58
  }
57
59
  }