agentplane 0.3.18 → 0.3.19

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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schema_version": 1,
3
3
  "package_dir": "/home/runner/work/agentplane/agentplane/packages/agentplane",
4
- "generated_at": "2026-04-22T11:37:36.903Z",
5
- "git_head": "6ff1f4ac9d1801db88fc3b0fcb7cf7076fd59509",
6
- "src_cli_mtime_ms": 1776857743518.2686,
4
+ "generated_at": "2026-04-22T16:16:08.722Z",
5
+ "git_head": "45ba9c57f93995c662813d5b1136d87374c8eb98",
6
+ "src_cli_mtime_ms": 1776874452664.8845,
7
7
  "src_index_mtime_ms": null,
8
- "dist_cli_mtime_ms": 1776857856682.126,
8
+ "dist_cli_mtime_ms": 1776874568507.01,
9
9
  "dist_index_mtime_ms": null,
10
- "tsbuildinfo_mtime_ms": 1776857854613.087,
10
+ "tsbuildinfo_mtime_ms": 1776874566396.9976,
11
11
  "watched_runtime_paths": [
12
12
  "src",
13
13
  "bin/agentplane.js",
@@ -15,7 +15,7 @@
15
15
  "bin/runtime-context.js",
16
16
  "bin/stale-dist-policy.js"
17
17
  ],
18
- "watched_runtime_snapshot_hash": "09b6764eea0b4ecaa333a70458ca1a44e0637737a715a825ee0078a32d4235c0",
18
+ "watched_runtime_snapshot_hash": "acf8a008a96a56768f69872506b7c5cd43e2ef2baddf5e05634678ed999df448",
19
19
  "watched_runtime_files": [
20
20
  {
21
21
  "path": "bin/agentplane.js",
@@ -539,8 +539,8 @@
539
539
  },
540
540
  {
541
541
  "path": "src/cli/run-cli/commands/init/orchestrate-v2.ts",
542
- "sha256": "6ecea3c1a2811676f56ea685bffbbe9c32d9d1df42cc8f336489c108d784d42f",
543
- "size_bytes": 11939
542
+ "sha256": "1cb3d188202e08dc95ede78a7e52f6f45ea500cf9b5da41cfa6fef5d8b4c830c",
543
+ "size_bytes": 11972
544
544
  },
545
545
  {
546
546
  "path": "src/cli/run-cli/commands/init/orchestrate.ts",
@@ -634,8 +634,8 @@
634
634
  },
635
635
  {
636
636
  "path": "src/cli/run-cli/commands/init/ui-v2.ts",
637
- "sha256": "bb4c3084d215ae5ec07d80247af4151606cb03511db8b60fd49cade50022f34b",
638
- "size_bytes": 1977
637
+ "sha256": "b4d100c2a328fd3c18fca314dbc5f2c5e9c525fca75c44bffa4a63886b11c349",
638
+ "size_bytes": 2405
639
639
  },
640
640
  {
641
641
  "path": "src/cli/run-cli/commands/init/write-agents.ts",
@@ -1 +1 @@
1
- {"version":3,"file":"orchestrate-v2.d.ts","sourceRoot":"","sources":["../../../../../src/cli/run-cli/commands/init/orchestrate-v2.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AASzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AA2D7C,wBAAsB,SAAS,CAAC,IAAI,EAAE;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;CAC/B,GAAG,OAAO,CAAC,MAAM,CAAC,CAqOlB"}
1
+ {"version":3,"file":"orchestrate-v2.d.ts","sourceRoot":"","sources":["../../../../../src/cli/run-cli/commands/init/orchestrate-v2.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AASzD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AA2D7C,wBAAsB,SAAS,CAAC,IAAI,EAAE;IACpC,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,IAAI,EAAE,WAAW,CAAC,UAAU,CAAC,CAAC;CAC/B,GAAG,OAAO,CAAC,MAAM,CAAC,CAsOlB"}
@@ -16,7 +16,7 @@ import { InitAborted, loadInitV2ClackPrompts } from "./prompts-v2.js";
16
16
  import { listCachedRecipes, maybeAddCachedRecipes, validateCachedRecipesSelection, } from "./recipes.js";
17
17
  import { setupProfilePresets } from "./presets.js";
18
18
  import { applyInitV2WithProgress, promptAdvancedSettingsStep, promptBackendStep, promptConflictResolverStep, promptIdeStep, promptPolicyGatewayStep, promptRecipeSelectionStep, promptSetupProfileStep, promptWorkflowStep, } from "./steps/index.js";
19
- import { outroError, outroSuccess, previewInstall, section } from "./ui-v2.js";
19
+ import { introLogo, outroError, outroSuccess, previewInstall, section } from "./ui-v2.js";
20
20
  import { ensureAgentsFiles } from "./write-agents.js";
21
21
  import { ensureAgentplaneDirs, writeBackendStubs, writeInitConfig } from "./write-config.js";
22
22
  import { ensureInitRedmineEnvTemplate } from "./write-env.js";
@@ -53,6 +53,7 @@ export async function cmdInitV2(opts) {
53
53
  try {
54
54
  const promptClack = clack;
55
55
  clack.intro("AgentPlane init");
56
+ introLogo(clack);
56
57
  section(clack, "Setup", "Choose the project defaults before AgentPlane writes files.");
57
58
  const setup = await promptSetupProfileStep({
58
59
  clack: promptClack,
@@ -5,6 +5,7 @@ type InitV2PreviewItem = {
5
5
  };
6
6
  export declare function renderInitV2Preview(items: InitV2PreviewItem[]): string;
7
7
  export declare function section(clack: Pick<InitV2ClackPrompts, "log" | "note">, title: string, message?: string): void;
8
+ export declare function introLogo(clack: Pick<InitV2ClackPrompts, "note">): void;
8
9
  export declare function previewInstall(clack: Pick<InitV2ClackPrompts, "note">, items: InitV2PreviewItem[]): void;
9
10
  export declare function renderInitV2ConflictPreview(gitRoot: string, conflicts: readonly string[]): string;
10
11
  export declare function previewConflicts(clack: Pick<InitV2ClackPrompts, "note">, opts: {
@@ -1 +1 @@
1
- {"version":3,"file":"ui-v2.d.ts","sourceRoot":"","sources":["../../../../../src/cli/run-cli/commands/init/ui-v2.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CACrD,CAAC;AASF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,iBAAiB,EAAE,GAAG,MAAM,CAKtE;AAED,wBAAgB,OAAO,CACrB,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,KAAK,GAAG,MAAM,CAAC,EAC/C,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,MAAM,GACf,IAAI,CAKN;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,EACvC,KAAK,EAAE,iBAAiB,EAAE,GACzB,IAAI,CAEN;AAED,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAEjG;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,EACvC,IAAI,EAAE;IACJ,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,SAAS,MAAM,EAAE,CAAC;CAC9B,GACA,IAAI,CAEN;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAEzF;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,KAAK,GAAG,OAAO,CAAC,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAIjG"}
1
+ {"version":3,"file":"ui-v2.d.ts","sourceRoot":"","sources":["../../../../../src/cli/run-cli/commands/init/ui-v2.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAE1D,KAAK,iBAAiB,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,GAAG,SAAS,CAAC;CACrD,CAAC;AAkBF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,iBAAiB,EAAE,GAAG,MAAM,CAKtE;AAED,wBAAgB,OAAO,CACrB,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,KAAK,GAAG,MAAM,CAAC,EAC/C,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,MAAM,GACf,IAAI,CAKN;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,GAAG,IAAI,CAEvE;AAED,wBAAgB,cAAc,CAC5B,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,EACvC,KAAK,EAAE,iBAAiB,EAAE,GACzB,IAAI,CAEN;AAED,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,CAEjG;AAED,wBAAgB,gBAAgB,CAC9B,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,CAAC,EACvC,IAAI,EAAE;IACJ,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,SAAS,MAAM,EAAE,CAAC;CAC9B,GACA,IAAI,CAEN;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,EAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAEzF;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,IAAI,CAAC,kBAAkB,EAAE,KAAK,GAAG,OAAO,CAAC,EAAE,KAAK,EAAE,OAAO,GAAG,IAAI,CAIjG"}
@@ -1,4 +1,12 @@
1
1
  import path from "node:path";
2
+ const INIT_ASCII_LOGO = String.raw `
3
+ _ _ ____ _
4
+ / \ __ _ ___ _ __ | |_| _ \| | __ _ _ __ ___
5
+ / _ \ / _\` |/ _ \ '_ \| __| |_) | |/ _\` | '_ \ / _ \
6
+ / ___ \ (_| | __/ | | | |_| __/| | (_| | | | | __/
7
+ /_/ \_\__, |\___|_| |_|\__|_| |_|\__,_|_| |_|\___|
8
+ |___/
9
+ `.trim();
2
10
  function stringifyPreviewValue(value) {
3
11
  if (value === true)
4
12
  return "yes";
@@ -20,6 +28,9 @@ export function section(clack, title, message) {
20
28
  clack.note(message.trim());
21
29
  }
22
30
  }
31
+ export function introLogo(clack) {
32
+ clack.note(INIT_ASCII_LOGO);
33
+ }
23
34
  export function previewInstall(clack, items) {
24
35
  clack.note(renderInitV2Preview(items), "Install preview");
25
36
  }