@shi_zhen/code-helper 0.1.3 → 0.1.4

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/dist/cli/index.js CHANGED
@@ -38,7 +38,7 @@ var require_package = __commonJS({
38
38
  "package.json"(exports2, module2) {
39
39
  module2.exports = {
40
40
  name: "@shi_zhen/code-helper",
41
- version: "0.1.3",
41
+ version: "0.1.4",
42
42
  description: "Code Helper - A unified tool to manage your Claude Code",
43
43
  repository: {
44
44
  type: "git",
@@ -2003,10 +2003,10 @@ var MCP_SERVERS_CONFIG_FILE = import_path4.default.join(CONFIG_DIR, "mcpServers.
2003
2003
  var CACHE_TTL = 6 * 60 * 60 * 1e3;
2004
2004
  var BUILTIN_DEFAULT_MARKETS = [
2005
2005
  {
2006
- name: "macopowers",
2007
- source: "https://github.com/macopowers-dev/macopowers.git",
2008
- description: "MacoPowers Official Plugin Marketplace",
2009
- category: "official",
2006
+ name: "superpowers",
2007
+ source: "https://github.com/obra/superpowers.git",
2008
+ description: "Superpowers - Open Source Claude Code Skills",
2009
+ category: "community",
2010
2010
  recommended: true,
2011
2011
  default: true
2012
2012
  }