claudekit-cli 3.41.4-dev.45 → 3.41.4-dev.46

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "3.41.4-dev.45",
3
- "generatedAt": "2026-04-22T17:18:51.208Z",
2
+ "version": "3.41.4-dev.46",
3
+ "generatedAt": "2026-04-24T00:37:26.228Z",
4
4
  "commands": {
5
5
  "agents": {
6
6
  "name": "agents",
package/dist/index.js CHANGED
@@ -50781,10 +50781,24 @@ function registerHealthRoutes(app) {
50781
50781
  res.json({
50782
50782
  status: "ok",
50783
50783
  timestamp: new Date().toISOString(),
50784
- uptime: process.uptime()
50784
+ uptime: process.uptime(),
50785
+ features: DASHBOARD_FEATURES
50785
50786
  });
50786
50787
  });
50787
50788
  }
50789
+ var DASHBOARD_FEATURES;
50790
+ var init_health_routes = __esm(() => {
50791
+ DASHBOARD_FEATURES = [
50792
+ "plans-dashboard",
50793
+ "workflows",
50794
+ "migrate",
50795
+ "statusline",
50796
+ "skills",
50797
+ "agents",
50798
+ "commands",
50799
+ "mcp"
50800
+ ];
50801
+ });
50788
50802
 
50789
50803
  // src/domains/web-server/routes/hook-log-routes.ts
50790
50804
  function parseLimit(value) {
@@ -60758,7 +60772,7 @@ var package_default;
60758
60772
  var init_package = __esm(() => {
60759
60773
  package_default = {
60760
60774
  name: "claudekit-cli",
60761
- version: "3.41.4-dev.45",
60775
+ version: "3.41.4-dev.46",
60762
60776
  description: "CLI tool for bootstrapping and updating ClaudeKit projects",
60763
60777
  type: "module",
60764
60778
  repository: {
@@ -63777,6 +63791,7 @@ var init_routes = __esm(() => {
63777
63791
  init_ck_config_routes();
63778
63792
  init_command_routes();
63779
63793
  init_dashboard_routes();
63794
+ init_health_routes();
63780
63795
  init_hook_log_routes();
63781
63796
  init_mcp_routes();
63782
63797
  init_migration_routes();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudekit-cli",
3
- "version": "3.41.4-dev.45",
3
+ "version": "3.41.4-dev.46",
4
4
  "description": "CLI tool for bootstrapping and updating ClaudeKit projects",
5
5
  "type": "module",
6
6
  "repository": {