@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.
@@ -33,7 +33,7 @@ var require_package = __commonJS({
33
33
  "package.json"(exports, module) {
34
34
  module.exports = {
35
35
  name: "@shi_zhen/code-helper",
36
- version: "0.1.3",
36
+ version: "0.1.4",
37
37
  description: "Code Helper - A unified tool to manage your Claude Code",
38
38
  repository: {
39
39
  type: "git",
@@ -1996,10 +1996,10 @@ var MCP_SERVERS_CONFIG_FILE = path4.join(CONFIG_DIR, "mcpServers.json");
1996
1996
  var CACHE_TTL = 6 * 60 * 60 * 1e3;
1997
1997
  var BUILTIN_DEFAULT_MARKETS = [
1998
1998
  {
1999
- name: "macopowers",
2000
- source: "https://github.com/macopowers-dev/macopowers.git",
2001
- description: "MacoPowers Official Plugin Marketplace",
2002
- category: "official",
1999
+ name: "superpowers",
2000
+ source: "https://github.com/obra/superpowers.git",
2001
+ description: "Superpowers - Open Source Claude Code Skills",
2002
+ category: "community",
2003
2003
  recommended: true,
2004
2004
  default: true
2005
2005
  }