@nowline/cli 0.2.5 → 0.4.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.
@@ -1,4 +1,4 @@
1
- export type TemplateName = 'minimal' | 'teams' | 'product';
1
+ export type TemplateName = 'minimal' | 'teams' | 'product' | 'showcase';
2
2
  export declare const TEMPLATE_NAMES: readonly TemplateName[];
3
3
  export declare const TEMPLATES: Record<TemplateName, string>;
4
4
  //# sourceMappingURL=templates.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../src/generated/templates.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,CAAC;AAE3D,eAAO,MAAM,cAAc,EAAE,SAAS,YAAY,EAAoC,CAAC;AAEvF,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAIlD,CAAC"}
1
+ {"version":3,"file":"templates.d.ts","sourceRoot":"","sources":["../../src/generated/templates.ts"],"names":[],"mappings":"AAGA,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,UAAU,CAAC;AAExE,eAAO,MAAM,cAAc,EAAE,SAAS,YAAY,EAAgD,CAAC;AAEnG,eAAO,MAAM,SAAS,EAAE,MAAM,CAAC,YAAY,EAAE,MAAM,CAKlD,CAAC"}
@@ -1,9 +1,10 @@
1
1
  // Auto-generated by scripts/bundle-templates.mjs. Do not edit by hand.
2
2
  // Run `pnpm run bundle-templates` to regenerate.
3
- export const TEMPLATE_NAMES = ['minimal', 'teams', 'product'];
3
+ export const TEMPLATE_NAMES = ['minimal', 'teams', 'product', 'showcase'];
4
4
  export const TEMPLATES = {
5
5
  "minimal": "nowline v1\n\nroadmap minimal \"Starter\" start:2026-01-05 scale:2w author:\"Jane Doe\"\n\nswimlane engineering \"Engineering\"\n parallel concurrent-block style:concurrent\n group research-group \"Research\"\n item research \"Research\" duration:3w status:done\n item design \"Design\" duration:2w status:in-progress remaining:5d\n item build \"Build\" duration:3w status:planned\n group release-group \"Release\"\n item release \"Release\" duration:1w status:planned\n item deploy \"Deploy\" duration:1w status:planned\n",
6
6
  "teams": "nowline v1\n\nroadmap teams-2026 \"Teams Roadmap 2026\" start:2026-01-05\n\nperson sam \"Sam Chen\" link:https://github.com/samchen\nperson jen \"Jennifer Wu\"\nperson alex \"Alex Rivera\"\n\nteam engineering \"Engineering\"\n team platform-team \"Platform Team\"\n person sam\n person jen\n team mobile-team \"Mobile Team\"\n person alex\n\nanchor kickoff date:2026-01-06\nanchor mid-year date:2026-07-01\nanchor eoy \"End of Year\" date:2026-12-15\n\nswimlane platform owner:platform-team\n item auth \"Auth refactor\" duration:1m after:kickoff owner:sam status:done\n item api-v2 \"API v2\" duration:2w owner:jen status:in-progress remaining:40%\n\nswimlane mobile owner:mobile-team\n item offline \"Offline mode\" duration:1m after:kickoff owner:alex status:at-risk remaining:60%\n item push \"Push notifications\" duration:2w owner:alex\n\nmilestone beta \"Beta\" after:[auth, api-v2]\nmilestone ga \"GA\" date:2026-12-01 after:[offline, push]\n\nfootnote eng-capacity \"Mobile team capacity risk\" on:mobile-team\n description \"Mobile team is understaffed through Q2.\"\n\nfootnote vendor-dep \"Vendor dependency\" on:[auth, api-v2]\n description \"Blocked until vendor contract is signed.\"\n",
7
- "product": "nowline v1\n\nconfig\n\nscale\n name: weeks\n label-every: 2\n label: \"W{n}\"\n\ncalendar\n days-per-week: 5\n days-per-month: 22\n days-per-quarter: 65\n days-per-year: 260\n\nstyle enterprise-style \"Enterprise readiness\"\n bg: blue\n fg: navy\n text: white\n border: solid\n\nstyle risky\n border: dashed\n fg: orange\n\nstyle subtle\n bg: gray\n\ndefault item shadow:subtle\ndefault swimlane padding:sm spacing:none\ndefault roadmap padding:md header-height:md font:sans\ndefault parallel bracket:none\n\nroadmap platform-2026 \"Platform 2026\" author:\"Acme Engineering\" start:2026-01-05 calendar:custom\n\nperson sam \"Sam Chen\"\nperson jen \"Jennifer Wu\"\n\nsize xs effort:1d\nsize sm effort:3d\nsize md effort:1w\nsize lg effort:2w\nsize xl effort:1m\n\nstatus awaiting-review\nstatus in-review\n\nlabel enterprise \"Enterprise readiness\" style:enterprise-style\nlabel security \"Security hardening\" style:enterprise-style\nlabel low-confidence style:risky\n\nanchor kickoff date:2026-01-06\nanchor code-freeze \"Code Freeze\" date:2026-05-01\nanchor ga-date \"GA Date\" date:2026-06-01\n\nswimlane platform\n item auth-refactor \"Auth refactor\" size:lg after:kickoff status:done owner:sam labels:enterprise link:https://github.com/acme/platform/issues/123\n parallel after:auth-refactor\n group audit-track \"Audit Track\" labels:security\n item audit-log \"Audit log v2\" size:xl before:code-freeze remaining:30% labels:[enterprise, security]\n description \"Comprehensive audit trail for all admin actions\"\n item audit-ui \"Audit UI\" size:md\n item sso \"SSO plugins\" size:md labels:[enterprise, low-confidence]\n item platform-qa \"Platform QA\" size:sm\n\nswimlane mobile\n item offline \"Offline mode\" size:lg after:kickoff owner:jen status:at-risk remaining:60% link:https://github.com/acme/mobile/pull/87\n item push-v2 \"Push notifications v2\" size:md\n\nmilestone beta \"Beta\" after:auth-refactor\nmilestone ga-launch \"GA launch\" date:2026-06-01 after:[auth-refactor, audit-log]\n\nfootnote vendor-footnote \"Vendor dependency\" on:audit-log\n description \"Blocked until vendor contract is signed. Expected March resolution.\"\n"
7
+ "product": "nowline v1\n\nconfig\n\nscale\n name: weeks\n label-every: 2\n label: \"W{n}\"\n\ncalendar\n days-per-week: 5\n days-per-month: 22\n days-per-quarter: 65\n days-per-year: 260\n\nstyle enterprise-style \"Enterprise readiness\"\n bg: blue\n fg: navy\n text: white\n border: solid\n\nstyle risky\n border: dashed\n fg: orange\n\nstyle subtle\n bg: gray\n\ndefault item shadow:subtle\ndefault swimlane padding:sm spacing:none\ndefault roadmap padding:md header-height:md font:sans\ndefault parallel bracket:none\n\nroadmap platform-2026 \"Platform 2026\" author:\"Acme Engineering\" start:2026-01-05 calendar:custom\n\nperson sam \"Sam Chen\"\nperson jen \"Jennifer Wu\"\n\nsize xs effort:1d\nsize sm effort:3d\nsize md effort:1w\nsize lg effort:2w\nsize xl effort:1m\n\nstatus awaiting-review\nstatus in-review\n\nlabel enterprise \"Enterprise readiness\" style:enterprise-style\nlabel security \"Security hardening\" style:enterprise-style\nlabel low-confidence style:risky\n\nanchor kickoff date:2026-01-06\nanchor code-freeze \"Code Freeze\" date:2026-05-01\nanchor ga-date \"GA Date\" date:2026-06-01\n\nswimlane platform\n item auth-refactor \"Auth refactor\" size:lg after:kickoff status:done owner:sam labels:enterprise link:https://github.com/acme/platform/issues/123\n parallel after:auth-refactor\n group audit-track \"Audit Track\" labels:security\n item audit-log \"Audit log v2\" size:xl before:code-freeze remaining:30% labels:[enterprise, security]\n description \"Comprehensive audit trail for all admin actions\"\n item audit-ui \"Audit UI\" size:md\n item sso \"SSO plugins\" size:md labels:[enterprise, low-confidence]\n item platform-qa \"Platform QA\" size:sm\n\nswimlane mobile\n item offline \"Offline mode\" size:lg after:kickoff owner:jen status:at-risk remaining:60% link:https://github.com/acme/mobile/pull/87\n item push-v2 \"Push notifications v2\" size:md\n\nmilestone beta \"Beta\" after:auth-refactor\nmilestone ga-launch \"GA launch\" date:2026-06-01 after:[auth-refactor, audit-log]\n\nfootnote vendor-footnote \"Vendor dependency\" on:audit-log\n description \"Blocked until vendor contract is signed. Expected March resolution.\"\n",
8
+ "showcase": "nowline v1\n\nroadmap showcase \"Nowline Showcase\" start:2026-01-05 scale:1m author:\"Nowline\"\n\nanchor kickoff date:2026-01-05\n\nswimlane engineering \"Engineering\"\n item design \"Design spec\" duration:2w after:kickoff status:done\n parallel after:design\n group build \"Build\"\n item api \"API surface\" duration:3w status:in-progress remaining:1w\n item ui \"Web client\" duration:3w status:in-progress remaining:2w\n item integrate \"Integration tests\" duration:2w\n item ship \"Ship\" duration:1w after:integrate\n\nswimlane marketing \"Marketing\"\n item brief \"Launch brief\" duration:1w after:kickoff status:done\n item assets \"Launch assets\" duration:3w after:brief\n item announce \"Announcement\" duration:1w after:ship\n\nmilestone launch \"Launch\" after:[ship, announce]\n"
8
9
  };
9
10
  //# sourceMappingURL=templates.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"templates.js","sourceRoot":"","sources":["../../src/generated/templates.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,iDAAiD;AAIjD,MAAM,CAAC,MAAM,cAAc,GAA4B,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,CAAC,CAAC;AAEvF,MAAM,CAAC,MAAM,SAAS,GAAiC;IACnD,SAAS,EAAE,ikBAAikB;IAC5kB,OAAO,EAAE,msCAAmsC;IAC5sC,SAAS,EAAE,iqEAAiqE;CAC/qE,CAAC"}
1
+ {"version":3,"file":"templates.js","sourceRoot":"","sources":["../../src/generated/templates.ts"],"names":[],"mappings":"AAAA,uEAAuE;AACvE,iDAAiD;AAIjD,MAAM,CAAC,MAAM,cAAc,GAA4B,CAAC,SAAS,EAAE,OAAO,EAAE,SAAS,EAAE,UAAU,CAAC,CAAC;AAEnG,MAAM,CAAC,MAAM,SAAS,GAAiC;IACnD,SAAS,EAAE,ikBAAikB;IAC5kB,OAAO,EAAE,msCAAmsC;IAC5sC,SAAS,EAAE,iqEAAiqE;IAC5qE,UAAU,EAAE,szBAAszB;CACr0B,CAAC"}
@@ -1,4 +1,4 @@
1
- export declare const CLI_VERSION = "0.2.5";
1
+ export declare const CLI_VERSION = "0.4.1";
2
2
  export interface CliBuild {
3
3
  /** Short git SHA at build time, or empty when not in a git checkout. */
4
4
  readonly sha: string;
@@ -1,7 +1,7 @@
1
1
  // Auto-generated by scripts/bundle-templates.mjs. Do not edit by hand.
2
- export const CLI_VERSION = "0.2.5";
2
+ export const CLI_VERSION = "0.4.1";
3
3
  export const CLI_BUILD = {
4
- "sha": "4eee782",
4
+ "sha": "b28a065",
5
5
  "isRelease": true,
6
6
  "isDirty": false
7
7
  };
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "@nowline/cli",
3
- "version": "0.2.5",
3
+ "version": "0.4.1",
4
4
  "description": "Nowline command-line interface — validate, convert, init",
5
5
  "license": "Apache-2.0",
6
+ "engines": {
7
+ "node": ">=22",
8
+ "pnpm": ">=11"
9
+ },
6
10
  "type": "module",
7
11
  "bin": {
8
12
  "nowline": "./dist/index.js"
@@ -27,30 +31,30 @@
27
31
  ],
28
32
  "dependencies": {
29
33
  "@babel/code-frame": "^7.29.0",
30
- "@clack/prompts": "^0.11.0",
31
- "chalk": "^5.6.0",
34
+ "@clack/prompts": "^1.4.0",
35
+ "chalk": "^5.6.2",
32
36
  "citty": "^0.2.2",
33
- "consola": "^3.4.0",
34
- "js-yaml": "^4.1.0",
35
- "langium": "~4.2.2",
36
- "@nowline/config": "0.2.5",
37
- "@nowline/export-core": "0.2.5",
38
- "@nowline/core": "0.2.5",
39
- "@nowline/export-html": "0.2.5",
40
- "@nowline/export-msproj": "0.2.5",
41
- "@nowline/export-mermaid": "0.2.5",
42
- "@nowline/export-pdf": "0.2.5",
43
- "@nowline/layout": "0.2.5",
44
- "@nowline/export-png": "0.2.5",
45
- "@nowline/renderer": "0.2.5",
46
- "@nowline/export-xlsx": "0.2.5"
37
+ "consola": "^3.4.2",
38
+ "js-yaml": "^4.1.1",
39
+ "langium": "~4.2.4",
40
+ "@nowline/config": "0.4.1",
41
+ "@nowline/core": "0.4.1",
42
+ "@nowline/export-html": "0.4.1",
43
+ "@nowline/export-mermaid": "0.4.1",
44
+ "@nowline/export-msproj": "0.4.1",
45
+ "@nowline/export-core": "0.4.1",
46
+ "@nowline/export-pdf": "0.4.1",
47
+ "@nowline/export-png": "0.4.1",
48
+ "@nowline/layout": "0.4.1",
49
+ "@nowline/export-xlsx": "0.4.1",
50
+ "@nowline/renderer": "0.4.1"
47
51
  },
48
52
  "devDependencies": {
49
- "@types/babel__code-frame": "^7.0.6",
53
+ "@types/babel__code-frame": "^7.27.0",
50
54
  "@types/js-yaml": "^4.0.9",
51
- "@types/node": "^22.0.0",
52
- "typescript": "~5.7.0",
53
- "vitest": "^3.1.0"
55
+ "@types/node": "^25.9.1",
56
+ "typescript": "^6.0.3",
57
+ "vitest": "^4.1.7"
54
58
  },
55
59
  "scripts": {
56
60
  "bundle-templates": "node scripts/bundle-templates.mjs",
@@ -14,6 +14,7 @@ const TEMPLATES = [
14
14
  { name: 'minimal', file: 'minimal.nowline' },
15
15
  { name: 'teams', file: 'teams.nowline' },
16
16
  { name: 'product', file: 'product.nowline' },
17
+ { name: 'showcase', file: 'showcase.nowline' },
17
18
  ];
18
19
 
19
20
  mkdirSync(outDir, { recursive: true });
@@ -30,9 +31,9 @@ const templatesBanner = [
30
31
  '// Auto-generated by scripts/bundle-templates.mjs. Do not edit by hand.',
31
32
  '// Run `pnpm run bundle-templates` to regenerate.',
32
33
  '',
33
- "export type TemplateName = 'minimal' | 'teams' | 'product';",
34
+ "export type TemplateName = 'minimal' | 'teams' | 'product' | 'showcase';",
34
35
  '',
35
- "export const TEMPLATE_NAMES: readonly TemplateName[] = ['minimal', 'teams', 'product'];",
36
+ "export const TEMPLATE_NAMES: readonly TemplateName[] = ['minimal', 'teams', 'product', 'showcase'];",
36
37
  '',
37
38
  'export const TEMPLATES: Record<TemplateName, string> = {',
38
39
  ].join('\n');
@@ -1,12 +1,13 @@
1
1
  // Auto-generated by scripts/bundle-templates.mjs. Do not edit by hand.
2
2
  // Run `pnpm run bundle-templates` to regenerate.
3
3
 
4
- export type TemplateName = 'minimal' | 'teams' | 'product';
4
+ export type TemplateName = 'minimal' | 'teams' | 'product' | 'showcase';
5
5
 
6
- export const TEMPLATE_NAMES: readonly TemplateName[] = ['minimal', 'teams', 'product'];
6
+ export const TEMPLATE_NAMES: readonly TemplateName[] = ['minimal', 'teams', 'product', 'showcase'];
7
7
 
8
8
  export const TEMPLATES: Record<TemplateName, string> = {
9
9
  "minimal": "nowline v1\n\nroadmap minimal \"Starter\" start:2026-01-05 scale:2w author:\"Jane Doe\"\n\nswimlane engineering \"Engineering\"\n parallel concurrent-block style:concurrent\n group research-group \"Research\"\n item research \"Research\" duration:3w status:done\n item design \"Design\" duration:2w status:in-progress remaining:5d\n item build \"Build\" duration:3w status:planned\n group release-group \"Release\"\n item release \"Release\" duration:1w status:planned\n item deploy \"Deploy\" duration:1w status:planned\n",
10
10
  "teams": "nowline v1\n\nroadmap teams-2026 \"Teams Roadmap 2026\" start:2026-01-05\n\nperson sam \"Sam Chen\" link:https://github.com/samchen\nperson jen \"Jennifer Wu\"\nperson alex \"Alex Rivera\"\n\nteam engineering \"Engineering\"\n team platform-team \"Platform Team\"\n person sam\n person jen\n team mobile-team \"Mobile Team\"\n person alex\n\nanchor kickoff date:2026-01-06\nanchor mid-year date:2026-07-01\nanchor eoy \"End of Year\" date:2026-12-15\n\nswimlane platform owner:platform-team\n item auth \"Auth refactor\" duration:1m after:kickoff owner:sam status:done\n item api-v2 \"API v2\" duration:2w owner:jen status:in-progress remaining:40%\n\nswimlane mobile owner:mobile-team\n item offline \"Offline mode\" duration:1m after:kickoff owner:alex status:at-risk remaining:60%\n item push \"Push notifications\" duration:2w owner:alex\n\nmilestone beta \"Beta\" after:[auth, api-v2]\nmilestone ga \"GA\" date:2026-12-01 after:[offline, push]\n\nfootnote eng-capacity \"Mobile team capacity risk\" on:mobile-team\n description \"Mobile team is understaffed through Q2.\"\n\nfootnote vendor-dep \"Vendor dependency\" on:[auth, api-v2]\n description \"Blocked until vendor contract is signed.\"\n",
11
- "product": "nowline v1\n\nconfig\n\nscale\n name: weeks\n label-every: 2\n label: \"W{n}\"\n\ncalendar\n days-per-week: 5\n days-per-month: 22\n days-per-quarter: 65\n days-per-year: 260\n\nstyle enterprise-style \"Enterprise readiness\"\n bg: blue\n fg: navy\n text: white\n border: solid\n\nstyle risky\n border: dashed\n fg: orange\n\nstyle subtle\n bg: gray\n\ndefault item shadow:subtle\ndefault swimlane padding:sm spacing:none\ndefault roadmap padding:md header-height:md font:sans\ndefault parallel bracket:none\n\nroadmap platform-2026 \"Platform 2026\" author:\"Acme Engineering\" start:2026-01-05 calendar:custom\n\nperson sam \"Sam Chen\"\nperson jen \"Jennifer Wu\"\n\nsize xs effort:1d\nsize sm effort:3d\nsize md effort:1w\nsize lg effort:2w\nsize xl effort:1m\n\nstatus awaiting-review\nstatus in-review\n\nlabel enterprise \"Enterprise readiness\" style:enterprise-style\nlabel security \"Security hardening\" style:enterprise-style\nlabel low-confidence style:risky\n\nanchor kickoff date:2026-01-06\nanchor code-freeze \"Code Freeze\" date:2026-05-01\nanchor ga-date \"GA Date\" date:2026-06-01\n\nswimlane platform\n item auth-refactor \"Auth refactor\" size:lg after:kickoff status:done owner:sam labels:enterprise link:https://github.com/acme/platform/issues/123\n parallel after:auth-refactor\n group audit-track \"Audit Track\" labels:security\n item audit-log \"Audit log v2\" size:xl before:code-freeze remaining:30% labels:[enterprise, security]\n description \"Comprehensive audit trail for all admin actions\"\n item audit-ui \"Audit UI\" size:md\n item sso \"SSO plugins\" size:md labels:[enterprise, low-confidence]\n item platform-qa \"Platform QA\" size:sm\n\nswimlane mobile\n item offline \"Offline mode\" size:lg after:kickoff owner:jen status:at-risk remaining:60% link:https://github.com/acme/mobile/pull/87\n item push-v2 \"Push notifications v2\" size:md\n\nmilestone beta \"Beta\" after:auth-refactor\nmilestone ga-launch \"GA launch\" date:2026-06-01 after:[auth-refactor, audit-log]\n\nfootnote vendor-footnote \"Vendor dependency\" on:audit-log\n description \"Blocked until vendor contract is signed. Expected March resolution.\"\n"
11
+ "product": "nowline v1\n\nconfig\n\nscale\n name: weeks\n label-every: 2\n label: \"W{n}\"\n\ncalendar\n days-per-week: 5\n days-per-month: 22\n days-per-quarter: 65\n days-per-year: 260\n\nstyle enterprise-style \"Enterprise readiness\"\n bg: blue\n fg: navy\n text: white\n border: solid\n\nstyle risky\n border: dashed\n fg: orange\n\nstyle subtle\n bg: gray\n\ndefault item shadow:subtle\ndefault swimlane padding:sm spacing:none\ndefault roadmap padding:md header-height:md font:sans\ndefault parallel bracket:none\n\nroadmap platform-2026 \"Platform 2026\" author:\"Acme Engineering\" start:2026-01-05 calendar:custom\n\nperson sam \"Sam Chen\"\nperson jen \"Jennifer Wu\"\n\nsize xs effort:1d\nsize sm effort:3d\nsize md effort:1w\nsize lg effort:2w\nsize xl effort:1m\n\nstatus awaiting-review\nstatus in-review\n\nlabel enterprise \"Enterprise readiness\" style:enterprise-style\nlabel security \"Security hardening\" style:enterprise-style\nlabel low-confidence style:risky\n\nanchor kickoff date:2026-01-06\nanchor code-freeze \"Code Freeze\" date:2026-05-01\nanchor ga-date \"GA Date\" date:2026-06-01\n\nswimlane platform\n item auth-refactor \"Auth refactor\" size:lg after:kickoff status:done owner:sam labels:enterprise link:https://github.com/acme/platform/issues/123\n parallel after:auth-refactor\n group audit-track \"Audit Track\" labels:security\n item audit-log \"Audit log v2\" size:xl before:code-freeze remaining:30% labels:[enterprise, security]\n description \"Comprehensive audit trail for all admin actions\"\n item audit-ui \"Audit UI\" size:md\n item sso \"SSO plugins\" size:md labels:[enterprise, low-confidence]\n item platform-qa \"Platform QA\" size:sm\n\nswimlane mobile\n item offline \"Offline mode\" size:lg after:kickoff owner:jen status:at-risk remaining:60% link:https://github.com/acme/mobile/pull/87\n item push-v2 \"Push notifications v2\" size:md\n\nmilestone beta \"Beta\" after:auth-refactor\nmilestone ga-launch \"GA launch\" date:2026-06-01 after:[auth-refactor, audit-log]\n\nfootnote vendor-footnote \"Vendor dependency\" on:audit-log\n description \"Blocked until vendor contract is signed. Expected March resolution.\"\n",
12
+ "showcase": "nowline v1\n\nroadmap showcase \"Nowline Showcase\" start:2026-01-05 scale:1m author:\"Nowline\"\n\nanchor kickoff date:2026-01-05\n\nswimlane engineering \"Engineering\"\n item design \"Design spec\" duration:2w after:kickoff status:done\n parallel after:design\n group build \"Build\"\n item api \"API surface\" duration:3w status:in-progress remaining:1w\n item ui \"Web client\" duration:3w status:in-progress remaining:2w\n item integrate \"Integration tests\" duration:2w\n item ship \"Ship\" duration:1w after:integrate\n\nswimlane marketing \"Marketing\"\n item brief \"Launch brief\" duration:1w after:kickoff status:done\n item assets \"Launch assets\" duration:3w after:brief\n item announce \"Announcement\" duration:1w after:ship\n\nmilestone launch \"Launch\" after:[ship, announce]\n"
12
13
  };
@@ -1,6 +1,6 @@
1
1
  // Auto-generated by scripts/bundle-templates.mjs. Do not edit by hand.
2
2
 
3
- export const CLI_VERSION = "0.2.5";
3
+ export const CLI_VERSION = "0.4.1";
4
4
 
5
5
  export interface CliBuild {
6
6
  /** Short git SHA at build time, or empty when not in a git checkout. */
@@ -12,7 +12,7 @@ export interface CliBuild {
12
12
  }
13
13
 
14
14
  export const CLI_BUILD: CliBuild = {
15
- "sha": "4eee782",
15
+ "sha": "b28a065",
16
16
  "isRelease": true,
17
17
  "isDirty": false
18
18
  };