@chiendt/ack-cli 1.0.0-dev.2 → 1.0.1-dev.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.
- package/cli-manifest.json +2 -2
- package/dist/index.js +8 -8
- package/package.json +1 -1
package/cli-manifest.json
CHANGED
package/dist/index.js
CHANGED
|
@@ -63692,7 +63692,7 @@ var package_default;
|
|
|
63692
63692
|
var init_package = __esm(() => {
|
|
63693
63693
|
package_default = {
|
|
63694
63694
|
name: "@chiendt/ack-cli",
|
|
63695
|
-
version: "1.0.
|
|
63695
|
+
version: "1.0.1-dev.1",
|
|
63696
63696
|
description: "ACK CLI - tool for bootstrapping and updating ACK kits (Claude Code agent kits)",
|
|
63697
63697
|
type: "module",
|
|
63698
63698
|
repository: {
|
|
@@ -81601,12 +81601,12 @@ var BANNER_LINES;
|
|
|
81601
81601
|
var init_help_banner = __esm(() => {
|
|
81602
81602
|
init_help_colors();
|
|
81603
81603
|
BANNER_LINES = [
|
|
81604
|
-
" ██████╗██╗ ██╗",
|
|
81605
|
-
"
|
|
81606
|
-
"
|
|
81607
|
-
"
|
|
81608
|
-
"
|
|
81609
|
-
" ╚═════╝╚═╝ ╚═╝"
|
|
81604
|
+
" █████╗ ██████╗██╗ ██╗",
|
|
81605
|
+
"██╔══██╗██╔════╝██║ ██╔╝",
|
|
81606
|
+
"███████║██║ █████╔╝ ",
|
|
81607
|
+
"██╔══██║██║ ██╔═██╗ ",
|
|
81608
|
+
"██║ ██║╚██████╗██║ ██╗",
|
|
81609
|
+
"╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝"
|
|
81610
81610
|
];
|
|
81611
81611
|
});
|
|
81612
81612
|
|
|
@@ -81767,7 +81767,7 @@ function renderGlobalHelp(commands, options2 = DEFAULT_HELP_OPTIONS) {
|
|
|
81767
81767
|
lines.push(` ${padEnd(theme.flag("GITHUB_TOKEN"), 20)}${theme.description("Environment variable for Classic PAT")}`);
|
|
81768
81768
|
lines.push(` ${padEnd(theme.flag("gh auth login"), 20)}${theme.description("GitHub CLI authentication (default)")}`);
|
|
81769
81769
|
lines.push("");
|
|
81770
|
-
lines.push(theme.muted("Run '
|
|
81770
|
+
lines.push(theme.muted("Run 'ack <command> --help' for details. Start with 'ack skills --help' and 'ack config --help'."));
|
|
81771
81771
|
return lines.filter((s3) => s3 !== undefined).join(`
|
|
81772
81772
|
`);
|
|
81773
81773
|
}
|