agentplane 0.1.0 → 0.1.2

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.
@@ -8,7 +8,7 @@ export async function promptChoice(prompt, choices, defaultValue) {
8
8
  if (!trimmed)
9
9
  return defaultValue;
10
10
  if (!choices.includes(trimmed)) {
11
- process.stdout.write(`Invalid choice, using default ${defaultValue}\n`);
11
+ process.stdout.write(`Invalid choice; using default ${defaultValue}\n`);
12
12
  return defaultValue;
13
13
  }
14
14
  return trimmed;
@@ -10,9 +10,9 @@ export function listBundledRecipes() {
10
10
  export function renderBundledRecipesHint() {
11
11
  const entries = listBundledRecipes();
12
12
  if (entries.length === 0) {
13
- return "Available bundled recipes: none";
13
+ return "Bundled recipes: none";
14
14
  }
15
- return `Available bundled recipes: ${entries.map((entry) => entry.id).join(", ")}`;
15
+ return `Bundled recipes: ${entries.map((entry) => entry.id).join(", ")}`;
16
16
  }
17
17
  export function validateBundledRecipesSelection(recipes) {
18
18
  if (recipes.length === 0)
@@ -27,7 +27,7 @@ export function validateBundledRecipesSelection(recipes) {
27
27
  throw new CliError({
28
28
  exitCode: 2,
29
29
  code: "E_USAGE",
30
- message: `Unknown recipes: ${missing.join(", ")}. ${renderBundledRecipesHint()}`,
30
+ message: `Unknown recipe id(s): ${missing.join(", ")}. ${renderBundledRecipesHint()}`,
31
31
  });
32
32
  }
33
33
  }
@@ -1,4 +1,4 @@
1
- import { type AgentplaneConfig } from "@agentplane/core";
1
+ import { type AgentplaneConfig } from "@agentplaneorg/core";
2
2
  export declare function normalizeCommentBodyForCommit(body: string): string;
3
3
  export declare function splitSummaryAndDetails(text: string): {
4
4
  summary: string;
@@ -1 +1 @@
1
- {"version":3,"file":"comment-format.d.ts","sourceRoot":"","sources":["../src/comment-format.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAIzD,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAIlE;AAiCD,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,EAAE,CAAA;CAAE,CAwB3F;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,MAAM,CAgBzF"}
1
+ {"version":3,"file":"comment-format.d.ts","sourceRoot":"","sources":["../src/comment-format.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAI5D,wBAAgB,6BAA6B,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAIlE;AAiCD,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,MAAM,GAAG;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,EAAE,CAAA;CAAE,CAwB3F;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,gBAAgB,GAAG,MAAM,CAgBzF"}
@@ -1 +1 @@
1
- {"version":3,"file":"run-cli.d.ts","sourceRoot":"","sources":["../src/run-cli.ts"],"names":[],"mappings":"AAqrPA,wBAAsB,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAunD5D"}
1
+ {"version":3,"file":"run-cli.d.ts","sourceRoot":"","sources":["../src/run-cli.ts"],"names":[],"mappings":"AAgtQA,wBAAsB,MAAM,CAAC,IAAI,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAu/D5D"}