ccjk 14.2.2 → 15.1.0
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/LICENSE +1 -1
- package/README.md +75 -338
- package/dist/cli.js +89 -0
- package/dist/cli.js.map +1 -0
- package/dist/commands/detect.js +15 -0
- package/dist/commands/detect.js.map +1 -0
- package/dist/commands/doctor.js +68 -0
- package/dist/commands/doctor.js.map +1 -0
- package/dist/commands/git-install.js +50 -0
- package/dist/commands/git-install.js.map +1 -0
- package/dist/commands/init.js +165 -0
- package/dist/commands/init.js.map +1 -0
- package/dist/commands/mcp.js +66 -0
- package/dist/commands/mcp.js.map +1 -0
- package/dist/commands/menu.js +42 -0
- package/dist/commands/menu.js.map +1 -0
- package/dist/commands/profile.js +138 -0
- package/dist/commands/profile.js.map +1 -0
- package/dist/core/detect.js +24 -0
- package/dist/core/detect.js.map +1 -0
- package/dist/core/lint.js +49 -0
- package/dist/core/lint.js.map +1 -0
- package/dist/core/mcp.js +41 -0
- package/dist/core/mcp.js.map +1 -0
- package/dist/core/paths.js +9 -0
- package/dist/core/paths.js.map +1 -0
- package/dist/core/profiles.js +104 -0
- package/dist/core/profiles.js.map +1 -0
- package/dist/core/providers.js +53 -0
- package/dist/core/providers.js.map +1 -0
- package/dist/core/settings.js +31 -0
- package/dist/core/settings.js.map +1 -0
- package/dist/core/slash-templates.js +56 -0
- package/dist/core/slash-templates.js.map +1 -0
- package/dist/core/tools.js +27 -0
- package/dist/core/tools.js.map +1 -0
- package/package.json +43 -164
- package/README.HONEST.md +0 -176
- package/README.en.md +0 -67
- package/README.ja.md +0 -67
- package/README.ko.md +0 -67
- package/README.zh-CN.md +0 -86
- package/bin/ccjk.mjs +0 -5
- package/bin/ccjk.ts +0 -222
- package/dist/chunks/agent-teams.mjs +0 -145
- package/dist/chunks/agent.mjs +0 -1439
- package/dist/chunks/agents.mjs +0 -3783
- package/dist/chunks/api-cli.mjs +0 -135
- package/dist/chunks/api-config-selector.mjs +0 -159
- package/dist/chunks/api-providers.mjs +0 -144
- package/dist/chunks/api.mjs +0 -115
- package/dist/chunks/auto-bootstrap.mjs +0 -358
- package/dist/chunks/auto-fixer.mjs +0 -95
- package/dist/chunks/auto-updater.mjs +0 -507
- package/dist/chunks/banner.mjs +0 -173
- package/dist/chunks/bash.mjs +0 -187
- package/dist/chunks/boost.mjs +0 -474
- package/dist/chunks/brain-config.mjs +0 -75
- package/dist/chunks/brain-status.mjs +0 -89
- package/dist/chunks/ccjk-agents.mjs +0 -416
- package/dist/chunks/ccjk-all.mjs +0 -1046
- package/dist/chunks/ccjk-config.mjs +0 -445
- package/dist/chunks/ccjk-hooks.mjs +0 -1074
- package/dist/chunks/ccjk-mcp.mjs +0 -763
- package/dist/chunks/ccjk-setup.mjs +0 -765
- package/dist/chunks/ccjk-skills.mjs +0 -518
- package/dist/chunks/ccr.mjs +0 -109
- package/dist/chunks/ccu.mjs +0 -40
- package/dist/chunks/check-updates.mjs +0 -117
- package/dist/chunks/claude-code-incremental-manager.mjs +0 -761
- package/dist/chunks/claude-config.mjs +0 -606
- package/dist/chunks/claude-config2.mjs +0 -62
- package/dist/chunks/claude-wrapper.mjs +0 -85
- package/dist/chunks/clavue-config.mjs +0 -1454
- package/dist/chunks/cleanup-migration.mjs +0 -20
- package/dist/chunks/cli-hook.mjs +0 -4096
- package/dist/chunks/cloud-sync.mjs +0 -29
- package/dist/chunks/code-type-resolver.mjs +0 -880
- package/dist/chunks/codex-config-switch.mjs +0 -452
- package/dist/chunks/codex-provider-manager.mjs +0 -238
- package/dist/chunks/codex-uninstaller.mjs +0 -404
- package/dist/chunks/codex.mjs +0 -2141
- package/dist/chunks/commands.mjs +0 -108
- package/dist/chunks/commands2.mjs +0 -421
- package/dist/chunks/commit.mjs +0 -140
- package/dist/chunks/completion.mjs +0 -517
- package/dist/chunks/config-consolidator.mjs +0 -172
- package/dist/chunks/config-switch.mjs +0 -334
- package/dist/chunks/config.mjs +0 -558
- package/dist/chunks/config2.mjs +0 -484
- package/dist/chunks/config3.mjs +0 -486
- package/dist/chunks/constants.mjs +0 -323
- package/dist/chunks/context-opt.mjs +0 -444
- package/dist/chunks/context.mjs +0 -974
- package/dist/chunks/dashboard.mjs +0 -481
- package/dist/chunks/doctor.mjs +0 -1301
- package/dist/chunks/eval.mjs +0 -502
- package/dist/chunks/evolution.mjs +0 -322
- package/dist/chunks/features.mjs +0 -715
- package/dist/chunks/fish.mjs +0 -181
- package/dist/chunks/fs-operations.mjs +0 -180
- package/dist/chunks/health-alerts.mjs +0 -830
- package/dist/chunks/help.mjs +0 -341
- package/dist/chunks/hook-installer.mjs +0 -48
- package/dist/chunks/impact.mjs +0 -651
- package/dist/chunks/index.mjs +0 -23
- package/dist/chunks/index10.mjs +0 -19
- package/dist/chunks/index11.mjs +0 -1171
- package/dist/chunks/index12.mjs +0 -218
- package/dist/chunks/index13.mjs +0 -679
- package/dist/chunks/index14.mjs +0 -1009
- package/dist/chunks/index15.mjs +0 -194
- package/dist/chunks/index2.mjs +0 -7637
- package/dist/chunks/index3.mjs +0 -171
- package/dist/chunks/index4.mjs +0 -26
- package/dist/chunks/index5.mjs +0 -19
- package/dist/chunks/index6.mjs +0 -19092
- package/dist/chunks/index7.mjs +0 -616
- package/dist/chunks/index8.mjs +0 -1602
- package/dist/chunks/index9.mjs +0 -5384
- package/dist/chunks/init.mjs +0 -1911
- package/dist/chunks/installer.mjs +0 -757
- package/dist/chunks/installer2.mjs +0 -103
- package/dist/chunks/interview.mjs +0 -2927
- package/dist/chunks/json-config.mjs +0 -60
- package/dist/chunks/linux.mjs +0 -3863
- package/dist/chunks/macos.mjs +0 -69
- package/dist/chunks/main.mjs +0 -635
- package/dist/chunks/manager.mjs +0 -1048
- package/dist/chunks/marketplace.mjs +0 -265
- package/dist/chunks/mcp-cli.mjs +0 -205
- package/dist/chunks/mcp-performance.mjs +0 -187
- package/dist/chunks/mcp.mjs +0 -667
- package/dist/chunks/memory-check.mjs +0 -2973
- package/dist/chunks/memory-paths.mjs +0 -259
- package/dist/chunks/memory-sync.mjs +0 -209
- package/dist/chunks/memory.mjs +0 -354
- package/dist/chunks/metrics-display.mjs +0 -153
- package/dist/chunks/monitor.mjs +0 -1856
- package/dist/chunks/notification.mjs +0 -1864
- package/dist/chunks/onboarding.mjs +0 -386
- package/dist/chunks/package.mjs +0 -3
- package/dist/chunks/paradigm.mjs +0 -74
- package/dist/chunks/permission-manager.mjs +0 -250
- package/dist/chunks/permissions.mjs +0 -265
- package/dist/chunks/persistence-manager.mjs +0 -801
- package/dist/chunks/persistence.mjs +0 -707
- package/dist/chunks/platform.mjs +0 -395
- package/dist/chunks/plugin.mjs +0 -1936
- package/dist/chunks/powershell.mjs +0 -213
- package/dist/chunks/prompts.mjs +0 -244
- package/dist/chunks/providers.mjs +0 -263
- package/dist/chunks/quick-actions.mjs +0 -335
- package/dist/chunks/quick-provider.mjs +0 -755
- package/dist/chunks/quick-setup.mjs +0 -421
- package/dist/chunks/remote.mjs +0 -497
- package/dist/chunks/research.mjs +0 -1904
- package/dist/chunks/rollback.mjs +0 -38
- package/dist/chunks/session-manager.mjs +0 -1371
- package/dist/chunks/session.mjs +0 -878
- package/dist/chunks/sessions.mjs +0 -106
- package/dist/chunks/silent-updater.mjs +0 -396
- package/dist/chunks/simple-config.mjs +0 -122
- package/dist/chunks/skill.mjs +0 -117
- package/dist/chunks/skill2.mjs +0 -9052
- package/dist/chunks/skills-sync.mjs +0 -1343
- package/dist/chunks/skills.mjs +0 -577
- package/dist/chunks/slash-commands.mjs +0 -208
- package/dist/chunks/smart-guide.mjs +0 -247
- package/dist/chunks/snapshot.mjs +0 -58
- package/dist/chunks/startup.mjs +0 -487
- package/dist/chunks/stats.mjs +0 -191
- package/dist/chunks/status.mjs +0 -471
- package/dist/chunks/team.mjs +0 -63
- package/dist/chunks/thinking.mjs +0 -626
- package/dist/chunks/trace.mjs +0 -57
- package/dist/chunks/uninstall.mjs +0 -852
- package/dist/chunks/update.mjs +0 -174
- package/dist/chunks/upgrade-manager.mjs +0 -204
- package/dist/chunks/upgrade.mjs +0 -133
- package/dist/chunks/version-checker.mjs +0 -891
- package/dist/chunks/vim.mjs +0 -903
- package/dist/chunks/windows.mjs +0 -14
- package/dist/chunks/workflows.mjs +0 -633
- package/dist/chunks/wsl.mjs +0 -129
- package/dist/chunks/zero-config.mjs +0 -871
- package/dist/chunks/zsh.mjs +0 -182
- package/dist/cli.d.mts +0 -1
- package/dist/cli.d.ts +0 -1
- package/dist/cli.mjs +0 -2684
- package/dist/i18n/locales/en/agent-teams.json +0 -18
- package/dist/i18n/locales/en/agentBrowser.json +0 -80
- package/dist/i18n/locales/en/agents.json +0 -135
- package/dist/i18n/locales/en/api.json +0 -63
- package/dist/i18n/locales/en/ccjk-agents.json +0 -33
- package/dist/i18n/locales/en/ccjk-all.json +0 -23
- package/dist/i18n/locales/en/ccjk-skills.json +0 -22
- package/dist/i18n/locales/en/ccjk.json +0 -276
- package/dist/i18n/locales/en/ccr.json +0 -65
- package/dist/i18n/locales/en/claude-md.json +0 -73
- package/dist/i18n/locales/en/cli.json +0 -148
- package/dist/i18n/locales/en/cloud-setup.json +0 -31
- package/dist/i18n/locales/en/cloud-sync.json +0 -147
- package/dist/i18n/locales/en/cloud.json +0 -40
- package/dist/i18n/locales/en/cloudPlugins.json +0 -118
- package/dist/i18n/locales/en/codex.json +0 -184
- package/dist/i18n/locales/en/cometix.json +0 -29
- package/dist/i18n/locales/en/common.json +0 -68
- package/dist/i18n/locales/en/config.json +0 -108
- package/dist/i18n/locales/en/configuration.json +0 -236
- package/dist/i18n/locales/en/context.json +0 -85
- package/dist/i18n/locales/en/dashboard.json +0 -78
- package/dist/i18n/locales/en/errors.json +0 -26
- package/dist/i18n/locales/en/evolution.json +0 -54
- package/dist/i18n/locales/en/hooks.json +0 -74
- package/dist/i18n/locales/en/hooksSync.json +0 -133
- package/dist/i18n/locales/en/installation.json +0 -83
- package/dist/i18n/locales/en/interview.json +0 -104
- package/dist/i18n/locales/en/language.json +0 -19
- package/dist/i18n/locales/en/lsp.json +0 -78
- package/dist/i18n/locales/en/marketplace.json +0 -116
- package/dist/i18n/locales/en/mcp.json +0 -180
- package/dist/i18n/locales/en/memory.json +0 -23
- package/dist/i18n/locales/en/menu.json +0 -299
- package/dist/i18n/locales/en/multi-config.json +0 -79
- package/dist/i18n/locales/en/notification.json +0 -307
- package/dist/i18n/locales/en/permissions.json +0 -95
- package/dist/i18n/locales/en/persistence.json +0 -127
- package/dist/i18n/locales/en/plugins.json +0 -146
- package/dist/i18n/locales/en/quick-actions.json +0 -78
- package/dist/i18n/locales/en/registry.json +0 -54
- package/dist/i18n/locales/en/remote.json +0 -93
- package/dist/i18n/locales/en/sandbox.json +0 -44
- package/dist/i18n/locales/en/setup.json +0 -44
- package/dist/i18n/locales/en/shencha.json +0 -14
- package/dist/i18n/locales/en/skills.json +0 -100
- package/dist/i18n/locales/en/skillsSync.json +0 -74
- package/dist/i18n/locales/en/smartGuide.json +0 -49
- package/dist/i18n/locales/en/stats.json +0 -20
- package/dist/i18n/locales/en/subagent.json +0 -69
- package/dist/i18n/locales/en/superpowers.json +0 -117
- package/dist/i18n/locales/en/team.json +0 -7
- package/dist/i18n/locales/en/thinking.json +0 -65
- package/dist/i18n/locales/en/tools.json +0 -42
- package/dist/i18n/locales/en/uninstall.json +0 -56
- package/dist/i18n/locales/en/updater.json +0 -29
- package/dist/i18n/locales/en/vim.json +0 -169
- package/dist/i18n/locales/en/workflow.json +0 -55
- package/dist/i18n/locales/en/workspace.json +0 -108
- package/dist/i18n/locales/zh-CN/agent-teams.json +0 -18
- package/dist/i18n/locales/zh-CN/agentBrowser.json +0 -80
- package/dist/i18n/locales/zh-CN/agents.json +0 -135
- package/dist/i18n/locales/zh-CN/api.json +0 -63
- package/dist/i18n/locales/zh-CN/ccjk-agents.json +0 -33
- package/dist/i18n/locales/zh-CN/ccjk-all.json +0 -23
- package/dist/i18n/locales/zh-CN/ccjk-skills.json +0 -22
- package/dist/i18n/locales/zh-CN/ccjk.json +0 -276
- package/dist/i18n/locales/zh-CN/ccr.json +0 -65
- package/dist/i18n/locales/zh-CN/claude-md.json +0 -73
- package/dist/i18n/locales/zh-CN/cli.json +0 -148
- package/dist/i18n/locales/zh-CN/cloud-setup.json +0 -31
- package/dist/i18n/locales/zh-CN/cloud-sync.json +0 -147
- package/dist/i18n/locales/zh-CN/cloud.json +0 -40
- package/dist/i18n/locales/zh-CN/cloudPlugins.json +0 -118
- package/dist/i18n/locales/zh-CN/codex.json +0 -184
- package/dist/i18n/locales/zh-CN/cometix.json +0 -29
- package/dist/i18n/locales/zh-CN/common.json +0 -68
- package/dist/i18n/locales/zh-CN/config.json +0 -108
- package/dist/i18n/locales/zh-CN/configuration.json +0 -234
- package/dist/i18n/locales/zh-CN/context.json +0 -85
- package/dist/i18n/locales/zh-CN/dashboard.json +0 -78
- package/dist/i18n/locales/zh-CN/errors.json +0 -26
- package/dist/i18n/locales/zh-CN/evolution.json +0 -54
- package/dist/i18n/locales/zh-CN/hooks.json +0 -74
- package/dist/i18n/locales/zh-CN/hooksSync.json +0 -133
- package/dist/i18n/locales/zh-CN/installation.json +0 -83
- package/dist/i18n/locales/zh-CN/interview.json +0 -104
- package/dist/i18n/locales/zh-CN/language.json +0 -19
- package/dist/i18n/locales/zh-CN/lsp.json +0 -78
- package/dist/i18n/locales/zh-CN/marketplace.json +0 -116
- package/dist/i18n/locales/zh-CN/mcp.json +0 -180
- package/dist/i18n/locales/zh-CN/memory.json +0 -23
- package/dist/i18n/locales/zh-CN/menu.json +0 -299
- package/dist/i18n/locales/zh-CN/multi-config.json +0 -79
- package/dist/i18n/locales/zh-CN/notification.json +0 -307
- package/dist/i18n/locales/zh-CN/permissions.json +0 -95
- package/dist/i18n/locales/zh-CN/persistence.json +0 -127
- package/dist/i18n/locales/zh-CN/plugins.json +0 -146
- package/dist/i18n/locales/zh-CN/quick-actions.json +0 -78
- package/dist/i18n/locales/zh-CN/registry.json +0 -54
- package/dist/i18n/locales/zh-CN/remote.json +0 -93
- package/dist/i18n/locales/zh-CN/sandbox.json +0 -44
- package/dist/i18n/locales/zh-CN/setup.json +0 -44
- package/dist/i18n/locales/zh-CN/shencha.json +0 -14
- package/dist/i18n/locales/zh-CN/skills.json +0 -100
- package/dist/i18n/locales/zh-CN/skillsSync.json +0 -74
- package/dist/i18n/locales/zh-CN/smartGuide.json +0 -49
- package/dist/i18n/locales/zh-CN/stats.json +0 -20
- package/dist/i18n/locales/zh-CN/subagent.json +0 -69
- package/dist/i18n/locales/zh-CN/superpowers.json +0 -117
- package/dist/i18n/locales/zh-CN/team.json +0 -7
- package/dist/i18n/locales/zh-CN/thinking.json +0 -65
- package/dist/i18n/locales/zh-CN/tools.json +0 -42
- package/dist/i18n/locales/zh-CN/uninstall.json +0 -56
- package/dist/i18n/locales/zh-CN/updater.json +0 -29
- package/dist/i18n/locales/zh-CN/vim.json +0 -169
- package/dist/i18n/locales/zh-CN/workflow.json +0 -55
- package/dist/i18n/locales/zh-CN/workspace.json +0 -108
- package/dist/index.d.mts +0 -5658
- package/dist/index.d.ts +0 -5658
- package/dist/index.mjs +0 -3732
- package/dist/shared/ccjk.5bEolFrk.mjs +0 -254
- package/dist/shared/ccjk.8oaxX4iR.mjs +0 -90
- package/dist/shared/ccjk.B2U7DsPy.mjs +0 -31
- package/dist/shared/ccjk.B2f-cwUP.mjs +0 -468
- package/dist/shared/ccjk.BAGoDD49.mjs +0 -36
- package/dist/shared/ccjk.BBtCGd_g.mjs +0 -899
- package/dist/shared/ccjk.BFQ7yr5S.mjs +0 -16
- package/dist/shared/ccjk.BLsIiTqO.mjs +0 -449
- package/dist/shared/ccjk.BXv8aYs1.mjs +0 -170
- package/dist/shared/ccjk.BnsY5WxD.mjs +0 -171
- package/dist/shared/ccjk.BoApaI4j.mjs +0 -28
- package/dist/shared/ccjk.Bq8TqZG_.mjs +0 -189
- package/dist/shared/ccjk.BtrioX1Z.mjs +0 -25
- package/dist/shared/ccjk.Bx_rmYfN.mjs +0 -69
- package/dist/shared/ccjk.BzPbSEP2.mjs +0 -115
- package/dist/shared/ccjk.C0WLUnFV.mjs +0 -293
- package/dist/shared/ccjk.C1hANZTu.mjs +0 -19
- package/dist/shared/ccjk.C2jHOZVP.mjs +0 -52
- package/dist/shared/ccjk.CNhnT6uQ.mjs +0 -636
- package/dist/shared/ccjk.COweQ1RR.mjs +0 -5
- package/dist/shared/ccjk.CfKKcvWy.mjs +0 -126
- package/dist/shared/ccjk.Cjgrln_h.mjs +0 -297
- package/dist/shared/ccjk.CoCHVXl3.mjs +0 -3951
- package/dist/shared/ccjk.CwGZSTAK.mjs +0 -319
- package/dist/shared/ccjk.CxpGa6MC.mjs +0 -2724
- package/dist/shared/ccjk.D-magaEx.mjs +0 -763
- package/dist/shared/ccjk.D0g2ABGg.mjs +0 -171
- package/dist/shared/ccjk.D6ycHbak.mjs +0 -270
- package/dist/shared/ccjk.D75wivnp.mjs +0 -142
- package/dist/shared/ccjk.DDL-4C-k.mjs +0 -100
- package/dist/shared/ccjk.DFRPtmK_.mjs +0 -75
- package/dist/shared/ccjk.DMV3x5Sd.mjs +0 -299
- package/dist/shared/ccjk.DZ2LLOa-.mjs +0 -2195
- package/dist/shared/ccjk.DbigonEQ.mjs +0 -698
- package/dist/shared/ccjk.DcMvE7lf.mjs +0 -618
- package/dist/shared/ccjk.DeWpAShp.mjs +0 -1828
- package/dist/shared/ccjk.DhJ1kyDR.mjs +0 -30
- package/dist/shared/ccjk.DlTXS9rP.mjs +0 -224
- package/dist/shared/ccjk.DopKzo3z.mjs +0 -305
- package/dist/shared/ccjk.DsZsc4LR.mjs +0 -1280
- package/dist/shared/ccjk.DuzJZlgj.mjs +0 -418
- package/dist/shared/ccjk.Dxgd2vjc.mjs +0 -444
- package/dist/shared/ccjk.J8YiPsOw.mjs +0 -259
- package/dist/shared/ccjk.KfSWcGlE.mjs +0 -38
- package/dist/shared/ccjk.L7yC58_i.mjs +0 -225
- package/dist/shared/ccjk.MwtjAULc.mjs +0 -1447
- package/dist/shared/ccjk.OJKHVSOb.mjs +0 -2005
- package/dist/shared/ccjk.OTnevPNE.mjs +0 -225
- package/dist/shared/ccjk.RyizuzOI.mjs +0 -21
- package/dist/shared/ccjk.T_cX87dY.mjs +0 -15
- package/dist/shared/ccjk.bQ7Dh1g4.mjs +0 -249
- package/dist/shared/ccjk.gDEDGD_t.mjs +0 -38
- package/dist/shared/ccjk.hoqrwWdN.mjs +0 -333
- package/dist/shared/ccjk.i_vn-9C3.mjs +0 -317
- package/dist/shared/ccjk.lG3ccFjm.mjs +0 -885
- package/dist/shared/ccjk.wLJHO0Af.mjs +0 -244
- package/dist/shared/ccjk.y-a_1vK4.mjs +0 -5127
- package/dist/templates/agents/README.md +0 -78
- package/dist/templates/agents/fullstack-developer.json +0 -70
- package/dist/templates/agents/go-expert.json +0 -69
- package/dist/templates/agents/index.json +0 -64
- package/dist/templates/agents/python-expert.json +0 -69
- package/dist/templates/agents/react-specialist.json +0 -69
- package/dist/templates/agents/testing-automation-expert.json +0 -70
- package/dist/templates/agents/typescript-architect.json +0 -69
- package/dist/templates/claude-code/common/settings.json +0 -109
- package/dist/templates/common/error-prevention.md +0 -267
- package/dist/templates/common/karpathy-baseline.md +0 -83
- package/dist/templates/common/output-styles/zh-CN/carmack-mode.md +0 -381
- package/dist/templates/common/output-styles/zh-CN/codex-rigor-mode.md +0 -114
- package/dist/templates/common/output-styles/zh-CN/dhh-mode.md +0 -265
- package/dist/templates/common/output-styles/zh-CN/evan-you-mode.md +0 -539
- package/dist/templates/common/output-styles/zh-CN/jobs-mode.md +0 -369
- package/dist/templates/common/output-styles/zh-CN/linus-mode.md +0 -135
- package/dist/templates/common/output-styles/zh-CN/uncle-bob-mode.md +0 -221
- package/dist/templates/common/workflow/continuousDelivery/en/continuous-delivery.md +0 -628
- package/dist/templates/common/workflow/continuousDelivery/zh-CN/continuous-delivery.md +0 -628
- package/dist/templates/common/workflow/essential/en/agents/ccjk-config-agent.md +0 -187
- package/dist/templates/common/workflow/essential/en/agents/ccjk-mcp-agent.md +0 -191
- package/dist/templates/common/workflow/essential/en/agents/ccjk-skill-agent.md +0 -249
- package/dist/templates/common/workflow/essential/en/agents/ccjk-workflow-agent.md +0 -277
- package/dist/templates/common/workflow/essential/en/agents/get-current-datetime.md +0 -29
- package/dist/templates/common/workflow/essential/en/agents/init-architect.md +0 -115
- package/dist/templates/common/workflow/essential/en/agents/ui-ux-designer.md +0 -91
- package/dist/templates/common/workflow/essential/en/feat.md +0 -92
- package/dist/templates/common/workflow/essential/en/goal.md +0 -147
- package/dist/templates/common/workflow/essential/en/init-project.md +0 -53
- package/dist/templates/common/workflow/essential/zh-CN/agents/get-current-datetime.md +0 -29
- package/dist/templates/common/workflow/essential/zh-CN/agents/init-architect.md +0 -115
- package/dist/templates/common/workflow/essential/zh-CN/agents/ui-ux-designer.md +0 -91
- package/dist/templates/common/workflow/essential/zh-CN/feat.md +0 -315
- package/dist/templates/common/workflow/essential/zh-CN/goal.md +0 -146
- package/dist/templates/common/workflow/essential/zh-CN/init-project.md +0 -53
- package/dist/templates/common/workflow/git/en/git-cleanBranches.md +0 -102
- package/dist/templates/common/workflow/git/en/git-commit.md +0 -205
- package/dist/templates/common/workflow/git/en/git-rollback.md +0 -90
- package/dist/templates/common/workflow/git/en/git-worktree.md +0 -276
- package/dist/templates/common/workflow/git/zh-CN/git-cleanBranches.md +0 -102
- package/dist/templates/common/workflow/git/zh-CN/git-commit.md +0 -205
- package/dist/templates/common/workflow/git/zh-CN/git-rollback.md +0 -90
- package/dist/templates/common/workflow/git/zh-CN/git-worktree.md +0 -276
- package/dist/templates/common/workflow/interview/en/interview.md +0 -67
- package/dist/templates/common/workflow/interview/zh-CN/interview.md +0 -67
- package/dist/templates/common/workflow/linearMethod/en/linear-method.md +0 -651
- package/dist/templates/common/workflow/linearMethod/zh-CN/linear-method.md +0 -752
- package/dist/templates/common/workflow/refactoringMaster/en/refactoring-master.md +0 -516
- package/dist/templates/common/workflow/refactoringMaster/zh-CN/refactoring-master.md +0 -812
- package/dist/templates/common/workflow/sixStep/en/workflow.md +0 -83
- package/dist/templates/common/workflow/sixStep/zh-CN/workflow.md +0 -359
- package/dist/templates/common/workflow/specFirstTDD/en/spec-first-tdd.md +0 -364
- package/dist/templates/common/workflow/specFirstTDD/zh-CN/spec-first-tdd.md +0 -366
- package/dist/templates/hooks/README.md +0 -212
- package/dist/templates/hooks/git-workflow-hooks.md +0 -551
- package/dist/templates/hooks/post-test/coverage.json +0 -21
- package/dist/templates/hooks/post-test/summary.json +0 -21
- package/dist/templates/hooks/post-test-coverage.md +0 -434
- package/dist/templates/hooks/pre-commit/eslint.json +0 -22
- package/dist/templates/hooks/pre-commit/prettier.json +0 -22
- package/dist/templates/hooks/pre-commit-black.md +0 -274
- package/dist/templates/hooks/pre-commit-eslint.md +0 -153
- package/dist/templates/hooks/pre-commit-gofmt.md +0 -284
- package/dist/templates/hooks/pre-commit-prettier.md +0 -212
- package/dist/templates/hooks/pre-commit-type-check.md +0 -377
- package/dist/templates/skills/ccjk-init.md +0 -154
- package/dist/templates/skills/ccjk-mcp-setup.md +0 -205
- package/dist/templates/skills/ccjk-troubleshoot.md +0 -228
- package/dist/templates/skills/django-patterns.md +0 -1016
- package/dist/templates/skills/git-workflow.md +0 -748
- package/dist/templates/skills/go-idioms.md +0 -963
- package/dist/templates/skills/index.json +0 -132
- package/dist/templates/skills/nextjs-optimization.md +0 -694
- package/dist/templates/skills/python-pep8.md +0 -852
- package/dist/templates/skills/react-patterns.md +0 -686
- package/dist/templates/skills/rust-patterns.md +0 -1057
- package/dist/templates/skills/security-best-practices.md +0 -1413
- package/dist/templates/skills/testing-best-practices.md +0 -1315
- package/dist/templates/skills/ts-best-practices.md +0 -354
- package/templates/agents/README.md +0 -78
- package/templates/agents/fullstack-developer.json +0 -70
- package/templates/agents/go-expert.json +0 -69
- package/templates/agents/index.json +0 -64
- package/templates/agents/python-expert.json +0 -69
- package/templates/agents/react-specialist.json +0 -69
- package/templates/agents/testing-automation-expert.json +0 -70
- package/templates/agents/typescript-architect.json +0 -69
- package/templates/claude-code/common/settings.json +0 -109
- package/templates/common/error-prevention.md +0 -267
- package/templates/common/karpathy-baseline.md +0 -83
- package/templates/common/output-styles/zh-CN/carmack-mode.md +0 -381
- package/templates/common/output-styles/zh-CN/codex-rigor-mode.md +0 -114
- package/templates/common/output-styles/zh-CN/dhh-mode.md +0 -265
- package/templates/common/output-styles/zh-CN/evan-you-mode.md +0 -539
- package/templates/common/output-styles/zh-CN/jobs-mode.md +0 -369
- package/templates/common/output-styles/zh-CN/linus-mode.md +0 -135
- package/templates/common/output-styles/zh-CN/uncle-bob-mode.md +0 -221
- package/templates/common/workflow/continuousDelivery/en/continuous-delivery.md +0 -628
- package/templates/common/workflow/continuousDelivery/zh-CN/continuous-delivery.md +0 -628
- package/templates/common/workflow/essential/en/agents/ccjk-config-agent.md +0 -187
- package/templates/common/workflow/essential/en/agents/ccjk-mcp-agent.md +0 -191
- package/templates/common/workflow/essential/en/agents/ccjk-skill-agent.md +0 -249
- package/templates/common/workflow/essential/en/agents/ccjk-workflow-agent.md +0 -277
- package/templates/common/workflow/essential/en/agents/get-current-datetime.md +0 -29
- package/templates/common/workflow/essential/en/agents/init-architect.md +0 -115
- package/templates/common/workflow/essential/en/agents/ui-ux-designer.md +0 -91
- package/templates/common/workflow/essential/en/feat.md +0 -92
- package/templates/common/workflow/essential/en/goal.md +0 -147
- package/templates/common/workflow/essential/en/init-project.md +0 -53
- package/templates/common/workflow/essential/zh-CN/agents/get-current-datetime.md +0 -29
- package/templates/common/workflow/essential/zh-CN/agents/init-architect.md +0 -115
- package/templates/common/workflow/essential/zh-CN/agents/ui-ux-designer.md +0 -91
- package/templates/common/workflow/essential/zh-CN/feat.md +0 -315
- package/templates/common/workflow/essential/zh-CN/goal.md +0 -146
- package/templates/common/workflow/essential/zh-CN/init-project.md +0 -53
- package/templates/common/workflow/git/en/git-cleanBranches.md +0 -102
- package/templates/common/workflow/git/en/git-commit.md +0 -205
- package/templates/common/workflow/git/en/git-rollback.md +0 -90
- package/templates/common/workflow/git/en/git-worktree.md +0 -276
- package/templates/common/workflow/git/zh-CN/git-cleanBranches.md +0 -102
- package/templates/common/workflow/git/zh-CN/git-commit.md +0 -205
- package/templates/common/workflow/git/zh-CN/git-rollback.md +0 -90
- package/templates/common/workflow/git/zh-CN/git-worktree.md +0 -276
- package/templates/common/workflow/interview/en/interview.md +0 -67
- package/templates/common/workflow/interview/zh-CN/interview.md +0 -67
- package/templates/common/workflow/linearMethod/en/linear-method.md +0 -651
- package/templates/common/workflow/linearMethod/zh-CN/linear-method.md +0 -752
- package/templates/common/workflow/refactoringMaster/en/refactoring-master.md +0 -516
- package/templates/common/workflow/refactoringMaster/zh-CN/refactoring-master.md +0 -812
- package/templates/common/workflow/sixStep/en/workflow.md +0 -83
- package/templates/common/workflow/sixStep/zh-CN/workflow.md +0 -359
- package/templates/common/workflow/specFirstTDD/en/spec-first-tdd.md +0 -364
- package/templates/common/workflow/specFirstTDD/zh-CN/spec-first-tdd.md +0 -366
- package/templates/hooks/README.md +0 -212
- package/templates/hooks/git-workflow-hooks.md +0 -551
- package/templates/hooks/post-test/coverage.json +0 -21
- package/templates/hooks/post-test/summary.json +0 -21
- package/templates/hooks/post-test-coverage.md +0 -434
- package/templates/hooks/pre-commit/eslint.json +0 -22
- package/templates/hooks/pre-commit/prettier.json +0 -22
- package/templates/hooks/pre-commit-black.md +0 -274
- package/templates/hooks/pre-commit-eslint.md +0 -153
- package/templates/hooks/pre-commit-gofmt.md +0 -284
- package/templates/hooks/pre-commit-prettier.md +0 -212
- package/templates/hooks/pre-commit-type-check.md +0 -377
- package/templates/skills/basic.hbs +0 -72
- package/templates/skills/ccjk-init.md +0 -154
- package/templates/skills/ccjk-mcp-setup.md +0 -205
- package/templates/skills/ccjk-troubleshoot.md +0 -228
- package/templates/skills/code-refactor.hbs +0 -133
- package/templates/skills/code-review.hbs +0 -141
- package/templates/skills/django-patterns.md +0 -1016
- package/templates/skills/git-workflow.md +0 -748
- package/templates/skills/go-idioms.md +0 -963
- package/templates/skills/index.json +0 -132
- package/templates/skills/nextjs-optimization.md +0 -694
- package/templates/skills/python-pep8.md +0 -852
- package/templates/skills/react-patterns.md +0 -686
- package/templates/skills/rust-patterns.md +0 -1057
- package/templates/skills/security-best-practices.md +0 -1413
- package/templates/skills/testing-best-practices.md +0 -1315
- package/templates/skills/ts-best-practices.md +0 -354
- package/templates/skills/type-fix.hbs +0 -132
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "云同步管理",
|
|
3
|
-
"description": "跨设备同步配置、技能和工作流",
|
|
4
|
-
|
|
5
|
-
"status": {
|
|
6
|
-
"title": "同步状态",
|
|
7
|
-
"lastSync": "上次同步",
|
|
8
|
-
"pendingChanges": "待同步更改",
|
|
9
|
-
"connected": "已连接",
|
|
10
|
-
"disconnected": "未连接",
|
|
11
|
-
"syncing": "同步中...",
|
|
12
|
-
"upToDate": "已是最新",
|
|
13
|
-
"hasChanges": "有 {{count}} 项更改待同步",
|
|
14
|
-
"noChanges": "无待同步更改",
|
|
15
|
-
"never": "从未同步"
|
|
16
|
-
},
|
|
17
|
-
|
|
18
|
-
"push": {
|
|
19
|
-
"title": "推送更改",
|
|
20
|
-
"pushing": "正在推送更改...",
|
|
21
|
-
"success": "成功推送 {{count}} 项更改",
|
|
22
|
-
"failed": "推送失败:{{error}}",
|
|
23
|
-
"noChanges": "没有需要推送的更改",
|
|
24
|
-
"confirmOverwrite": "远程有更新的更改,确定要覆盖吗?"
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"pull": {
|
|
28
|
-
"title": "拉取更改",
|
|
29
|
-
"pulling": "正在拉取更改...",
|
|
30
|
-
"success": "成功拉取 {{count}} 项更改",
|
|
31
|
-
"failed": "拉取失败:{{error}}",
|
|
32
|
-
"noChanges": "远程没有新的更改",
|
|
33
|
-
"conflicts": "发现 {{count}} 个冲突,请解决后再继续"
|
|
34
|
-
},
|
|
35
|
-
|
|
36
|
-
"config": {
|
|
37
|
-
"title": "配置云存储",
|
|
38
|
-
"selectProvider": "选择云存储提供商",
|
|
39
|
-
"github": {
|
|
40
|
-
"name": "GitHub Gist",
|
|
41
|
-
"description": "使用 GitHub Gist 存储(推荐)",
|
|
42
|
-
"tokenPrompt": "请输入 GitHub 个人访问令牌(需要 gist 权限)",
|
|
43
|
-
"tokenHelp": "在 GitHub Settings > Developer settings > Personal access tokens 创建",
|
|
44
|
-
"success": "GitHub Gist 配置成功",
|
|
45
|
-
"failed": "GitHub Gist 配置失败:{{error}}"
|
|
46
|
-
},
|
|
47
|
-
"webdav": {
|
|
48
|
-
"name": "WebDAV",
|
|
49
|
-
"description": "使用 WebDAV 服务器(坚果云、Nextcloud 等)",
|
|
50
|
-
"urlPrompt": "请输入 WebDAV 服务器地址",
|
|
51
|
-
"usernamePrompt": "请输入用户名",
|
|
52
|
-
"passwordPrompt": "请输入密码或应用专用密码",
|
|
53
|
-
"success": "WebDAV 配置成功",
|
|
54
|
-
"failed": "WebDAV 配置失败:{{error}}"
|
|
55
|
-
},
|
|
56
|
-
"local": {
|
|
57
|
-
"name": "本地文件夹",
|
|
58
|
-
"description": "使用本地文件夹(配合 Dropbox、OneDrive 等)",
|
|
59
|
-
"pathPrompt": "请输入同步文件夹路径",
|
|
60
|
-
"success": "本地文件夹配置成功",
|
|
61
|
-
"failed": "本地文件夹配置失败:{{error}}"
|
|
62
|
-
},
|
|
63
|
-
"testConnection": "测试连接...",
|
|
64
|
-
"connectionSuccess": "连接成功",
|
|
65
|
-
"connectionFailed": "连接失败:{{error}}"
|
|
66
|
-
},
|
|
67
|
-
|
|
68
|
-
"backup": {
|
|
69
|
-
"title": "备份管理",
|
|
70
|
-
"create": {
|
|
71
|
-
"title": "创建备份",
|
|
72
|
-
"namePrompt": "请输入备份名称(可选)",
|
|
73
|
-
"creating": "正在创建备份...",
|
|
74
|
-
"success": "备份创建成功:{{name}}",
|
|
75
|
-
"failed": "备份创建失败:{{error}}"
|
|
76
|
-
},
|
|
77
|
-
"list": {
|
|
78
|
-
"title": "备份列表",
|
|
79
|
-
"empty": "没有可用的备份",
|
|
80
|
-
"item": "{{name}} - {{date}} ({{size}})"
|
|
81
|
-
},
|
|
82
|
-
"restore": {
|
|
83
|
-
"title": "恢复备份",
|
|
84
|
-
"selectBackup": "选择要恢复的备份",
|
|
85
|
-
"confirm": "确定要恢复到此备份吗?当前配置将被覆盖。",
|
|
86
|
-
"restoring": "正在恢复备份...",
|
|
87
|
-
"success": "备份恢复成功",
|
|
88
|
-
"failed": "备份恢复失败:{{error}}"
|
|
89
|
-
},
|
|
90
|
-
"delete": {
|
|
91
|
-
"title": "删除备份",
|
|
92
|
-
"confirm": "确定要删除此备份吗?此操作不可撤销。",
|
|
93
|
-
"success": "备份已删除",
|
|
94
|
-
"failed": "删除备份失败:{{error}}"
|
|
95
|
-
}
|
|
96
|
-
},
|
|
97
|
-
|
|
98
|
-
"conflicts": {
|
|
99
|
-
"title": "冲突管理",
|
|
100
|
-
"noConflicts": "没有冲突",
|
|
101
|
-
"found": "发现 {{count}} 个冲突",
|
|
102
|
-
"item": {
|
|
103
|
-
"file": "文件:{{path}}",
|
|
104
|
-
"localVersion": "本地版本",
|
|
105
|
-
"remoteVersion": "远程版本",
|
|
106
|
-
"localTime": "本地修改时间:{{time}}",
|
|
107
|
-
"remoteTime": "远程修改时间:{{time}}"
|
|
108
|
-
},
|
|
109
|
-
"resolve": {
|
|
110
|
-
"title": "解决冲突",
|
|
111
|
-
"keepLocal": "保留本地版本",
|
|
112
|
-
"keepRemote": "保留远程版本",
|
|
113
|
-
"merge": "手动合并",
|
|
114
|
-
"success": "冲突已解决",
|
|
115
|
-
"failed": "解决冲突失败:{{error}}"
|
|
116
|
-
}
|
|
117
|
-
},
|
|
118
|
-
|
|
119
|
-
"syncItems": {
|
|
120
|
-
"config": "配置",
|
|
121
|
-
"skills": "技能",
|
|
122
|
-
"workflows": "工作流",
|
|
123
|
-
"all": "全部"
|
|
124
|
-
},
|
|
125
|
-
|
|
126
|
-
"errors": {
|
|
127
|
-
"notConfigured": "云同步尚未配置,请先运行 /sync config",
|
|
128
|
-
"networkError": "网络错误:{{error}}",
|
|
129
|
-
"authError": "认证失败,请检查凭据",
|
|
130
|
-
"permissionError": "权限不足:{{error}}",
|
|
131
|
-
"storageError": "存储错误:{{error}}",
|
|
132
|
-
"encryptionError": "加密/解密错误:{{error}}",
|
|
133
|
-
"invalidBackup": "无效的备份文件",
|
|
134
|
-
"backupNotFound": "找不到指定的备份"
|
|
135
|
-
},
|
|
136
|
-
|
|
137
|
-
"commands": {
|
|
138
|
-
"status": "查看同步状态",
|
|
139
|
-
"push": "推送本地更改",
|
|
140
|
-
"pull": "拉取远程更改",
|
|
141
|
-
"config": "配置云存储",
|
|
142
|
-
"backup": "备份管理",
|
|
143
|
-
"conflicts": "查看冲突",
|
|
144
|
-
"resolve": "解决冲突",
|
|
145
|
-
"reset": "重置同步状态"
|
|
146
|
-
}
|
|
147
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "云客户端",
|
|
3
|
-
"description": "CCJK 云服务 API 客户端",
|
|
4
|
-
|
|
5
|
-
"errors": {
|
|
6
|
-
"AUTH_ERROR": "认证失败,请检查您的凭据。",
|
|
7
|
-
"RATE_LIMIT": "请求频率超限,请稍后再试。",
|
|
8
|
-
"SCHEMA_MISMATCH": "响应格式验证失败,服务器响应与预期格式不匹配。",
|
|
9
|
-
"NETWORK_ERROR": "网络连接失败,请检查您的网络连接。",
|
|
10
|
-
"TIMEOUT": "请求超时,服务器未能及时响应。",
|
|
11
|
-
"SERVER_ERROR": "服务器错误,请稍后再试。",
|
|
12
|
-
"NOT_FOUND": "资源不存在,请求的资源未找到。",
|
|
13
|
-
"API_ERROR": "API 请求失败,请检查您的请求参数。",
|
|
14
|
-
"VALIDATION_ERROR": "验证错误,请检查您的输入数据。",
|
|
15
|
-
"UNKNOWN_ERROR": "发生未知错误,请重试。",
|
|
16
|
-
|
|
17
|
-
"context": {
|
|
18
|
-
"projectAnalysis": "项目分析失败",
|
|
19
|
-
"templateFetch": "模板获取失败",
|
|
20
|
-
"batchTemplateFetch": "批量模板获取失败",
|
|
21
|
-
"usageReport": "使用情况上报失败",
|
|
22
|
-
"healthCheck": "健康检查失败"
|
|
23
|
-
},
|
|
24
|
-
|
|
25
|
-
"retry": {
|
|
26
|
-
"attempting": "正在重试请求(第 {{attempt}}/{{maxAttempts}} 次)...",
|
|
27
|
-
"failed": "请求在 {{attempts}} 次尝试后失败",
|
|
28
|
-
"backoff": "等待 {{delay}}ms 后重试"
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
|
|
32
|
-
"status": {
|
|
33
|
-
"connecting": "正在连接云服务...",
|
|
34
|
-
"connected": "已连接到云服务",
|
|
35
|
-
"disconnected": "已断开云服务连接",
|
|
36
|
-
"healthy": "云服务运行正常",
|
|
37
|
-
"degraded": "云服务性能下降",
|
|
38
|
-
"unhealthy": "云服务不可用"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "云端插件",
|
|
3
|
-
"description": "管理云端插件",
|
|
4
|
-
"command": {
|
|
5
|
-
"description": "管理云端插件(列表、搜索、安装、推荐)",
|
|
6
|
-
"list": "列出可用插件",
|
|
7
|
-
"search": "按关键词搜索插件",
|
|
8
|
-
"install": "安装插件",
|
|
9
|
-
"uninstall": "卸载插件",
|
|
10
|
-
"update": "更新已安装的插件",
|
|
11
|
-
"recommend": "获取个性化插件推荐",
|
|
12
|
-
"info": "显示插件详情",
|
|
13
|
-
"cache": "管理插件缓存"
|
|
14
|
-
},
|
|
15
|
-
"options": {
|
|
16
|
-
"category": "按分类筛选",
|
|
17
|
-
"limit": "最大结果数量",
|
|
18
|
-
"json": "以 JSON 格式输出",
|
|
19
|
-
"force": "强制执行,无需确认",
|
|
20
|
-
"dryRun": "显示将要执行的操作,但不实际执行",
|
|
21
|
-
"path": "要分析的项目路径"
|
|
22
|
-
},
|
|
23
|
-
"menu": {
|
|
24
|
-
"search": "搜索插件",
|
|
25
|
-
"recommend": "获取推荐",
|
|
26
|
-
"installed": "已安装插件",
|
|
27
|
-
"update": "更新插件",
|
|
28
|
-
"cache": "管理缓存",
|
|
29
|
-
"upload": "上传插件"
|
|
30
|
-
},
|
|
31
|
-
"prompts": {
|
|
32
|
-
"searchQuery": "输入搜索关键词",
|
|
33
|
-
"selectPlugin": "选择插件",
|
|
34
|
-
"confirmInstall": "确认安装此插件?",
|
|
35
|
-
"confirmUninstall": "确认卸载此插件?",
|
|
36
|
-
"selectCategory": "选择分类"
|
|
37
|
-
},
|
|
38
|
-
"status": {
|
|
39
|
-
"searching": "正在搜索插件...",
|
|
40
|
-
"fetching": "正在获取推荐...",
|
|
41
|
-
"installing": "正在安装插件...",
|
|
42
|
-
"uninstalling": "正在卸载插件...",
|
|
43
|
-
"updating": "正在更新插件...",
|
|
44
|
-
"cacheClearing": "正在清除缓存..."
|
|
45
|
-
},
|
|
46
|
-
"success": {
|
|
47
|
-
"installed": "插件安装成功",
|
|
48
|
-
"uninstalled": "插件卸载成功",
|
|
49
|
-
"updated": "插件更新成功",
|
|
50
|
-
"cacheCleared": "缓存已清除"
|
|
51
|
-
},
|
|
52
|
-
"errors": {
|
|
53
|
-
"notFound": "未找到插件",
|
|
54
|
-
"installFailed": "插件安装失败",
|
|
55
|
-
"networkError": "网络错误,使用缓存数据",
|
|
56
|
-
"noRecommendations": "暂无推荐",
|
|
57
|
-
"searchQueryRequired": "需要搜索关键词。用法: ccjk plugins search <关键词>",
|
|
58
|
-
"pluginIdRequired": "需要插件 ID"
|
|
59
|
-
},
|
|
60
|
-
"info": {
|
|
61
|
-
"name": "名称",
|
|
62
|
-
"version": "版本",
|
|
63
|
-
"author": "作者",
|
|
64
|
-
"category": "分类",
|
|
65
|
-
"downloads": "下载量",
|
|
66
|
-
"rating": "评分",
|
|
67
|
-
"description": "描述",
|
|
68
|
-
"tags": "标签",
|
|
69
|
-
"dependencies": "依赖",
|
|
70
|
-
"size": "大小"
|
|
71
|
-
},
|
|
72
|
-
"recommendation": {
|
|
73
|
-
"title": "推荐插件",
|
|
74
|
-
"reason": "推荐理由",
|
|
75
|
-
"confidence": "置信度",
|
|
76
|
-
"basedOn": "基于",
|
|
77
|
-
"projectType": "项目类型",
|
|
78
|
-
"noPluginsNeeded": "您的项目配置完善!",
|
|
79
|
-
"score": "相关度评分",
|
|
80
|
-
"matchingTags": "匹配标签",
|
|
81
|
-
"matchingCategories": "匹配分类",
|
|
82
|
-
"source": "来源",
|
|
83
|
-
"cloudSource": "云端推荐",
|
|
84
|
-
"localSource": "本地缓存",
|
|
85
|
-
"hybridSource": "混合(云端+本地)",
|
|
86
|
-
"analyzing": "正在分析项目...",
|
|
87
|
-
"detectingFrameworks": "正在检测框架和工具...",
|
|
88
|
-
"calculatingScores": "正在计算相关度评分...",
|
|
89
|
-
"totalEvaluated": "已评估插件总数",
|
|
90
|
-
"recommendedFor": "推荐用于 {{projectType}} 项目",
|
|
91
|
-
"matchesCategory": "匹配 {{category}} 类别",
|
|
92
|
-
"relevantTags": "相关标签: {{tags}}",
|
|
93
|
-
"worksWith": "适用于 {{frameworks}}",
|
|
94
|
-
"generalPurpose": "适用于您项目的通用插件",
|
|
95
|
-
"alreadyInstalled": "已安装",
|
|
96
|
-
"notInstalled": "未安装"
|
|
97
|
-
},
|
|
98
|
-
"categories": {
|
|
99
|
-
"dev": "开发",
|
|
100
|
-
"seo": "搜索优化",
|
|
101
|
-
"devops": "运维",
|
|
102
|
-
"testing": "测试",
|
|
103
|
-
"docs": "文档",
|
|
104
|
-
"ai": "人工智能",
|
|
105
|
-
"security": "安全",
|
|
106
|
-
"performance": "性能",
|
|
107
|
-
"custom": "自定义"
|
|
108
|
-
},
|
|
109
|
-
"cache": {
|
|
110
|
-
"stats": "缓存统计",
|
|
111
|
-
"totalPlugins": "插件总数",
|
|
112
|
-
"cacheSize": "缓存大小",
|
|
113
|
-
"lastUpdated": "最后更新",
|
|
114
|
-
"expiresAt": "过期时间",
|
|
115
|
-
"clear": "清除缓存",
|
|
116
|
-
"refresh": "刷新缓存"
|
|
117
|
-
}
|
|
118
|
-
}
|
|
@@ -1,184 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"usingSudo": "⚠️ 检测到 Linux 非 root 用户,正在使用 sudo 安装 Codex CLI(可能需要输入密码)。",
|
|
3
|
-
"alreadyInstalled": "⚠️ Codex CLI 已安装,跳过安装步骤",
|
|
4
|
-
"updatingCli": "🔄 正在更新 Codex CLI...",
|
|
5
|
-
"updateSuccess": "✔ Codex CLI 更新完成",
|
|
6
|
-
"detectedHomebrew": "检测到 Codex 通过 Homebrew 安装,将使用 Homebrew 更新",
|
|
7
|
-
"detectedNpm": "检测到 Codex 通过 npm 安装,将使用 npm 更新",
|
|
8
|
-
"unknownInstallMethod": "⚠️ 无法检测 Codex 安装方式",
|
|
9
|
-
"fallingBackToNpm": "回退到 npm 更新方式",
|
|
10
|
-
"workflowInstall": "✔ 已安装 Codex 工作流模板",
|
|
11
|
-
"backupSuccess": "✔ 已创建备份 {{path}}",
|
|
12
|
-
"apiModePrompt": "请选择 API 配置模式",
|
|
13
|
-
"apiModeOfficial": "使用官方登录(不配置 API)",
|
|
14
|
-
"apiModeCustom": "自定义 API 配置",
|
|
15
|
-
"officialConfigured": "✔ 已切换为官方登录模式",
|
|
16
|
-
"providerNamePrompt": "提供商名称(仅限字母、数字、._-)",
|
|
17
|
-
"providerNameRequired": "必须填写提供商名称",
|
|
18
|
-
"providerNameInvalid": "名称只能包含字母、数字、点、下划线或短横线",
|
|
19
|
-
"providerBaseUrlPrompt": "基础 URL",
|
|
20
|
-
"providerBaseUrlRequired": "必须填写基础 URL",
|
|
21
|
-
"providerProtocolPrompt": "选择使用的协议",
|
|
22
|
-
"protocolResponses": "Responses(推荐,新一代响应 API,支持状态管理)",
|
|
23
|
-
"protocolChat": "Chat(传统聊天补全 API,需要消息历史记录)",
|
|
24
|
-
"providerApiKeyPrompt": "API Key 内容",
|
|
25
|
-
"providerApiKeyRequired": "必须填写 API Key",
|
|
26
|
-
"addProviderPrompt": "是否继续添加其他提供商?",
|
|
27
|
-
"selectDefaultProviderPrompt": "选择默认提供商",
|
|
28
|
-
"noProvidersConfigured": "⚠️ 未配置任何提供商,已跳过 Codex API 配置",
|
|
29
|
-
"apiConfigured": "✔ Codex API 配置完成",
|
|
30
|
-
"noMcpConfigured": "⚠️ 未配置任何 MCP 服务",
|
|
31
|
-
"mcpConfigured": "✔ Codex MCP 服务配置完成",
|
|
32
|
-
"uninstallModePrompt": "请选择 Codex 卸载模式",
|
|
33
|
-
"uninstallModeComplete": "完整卸载(删除所有 Codex 相关文件)",
|
|
34
|
-
"uninstallModeCustom": "自定义卸载(选择删除项目)",
|
|
35
|
-
"uninstallItemConfig": "配置文件 (config.toml)",
|
|
36
|
-
"uninstallItemAuth": "认证文件 (auth.json)",
|
|
37
|
-
"uninstallItemSystemPrompt": "系统提示文件 (AGENTS.md)",
|
|
38
|
-
"uninstallItemWorkflow": "工作流目录 (prompts/)",
|
|
39
|
-
"uninstallItemCliPackage": "CLI 包 (@openai/codex)",
|
|
40
|
-
"uninstallItemApiConfig": "API 配置 (仅删除 config.toml 中的 API 设置)",
|
|
41
|
-
"uninstallItemMcpConfig": "MCP 配置 (仅删除 config.toml 中的 MCP 设置)",
|
|
42
|
-
"uninstallItemBackups": "备份目录 (backup/)",
|
|
43
|
-
"customUninstallPrompt": "选择要删除的项目(使用空格选中/取消选中,回车确认)",
|
|
44
|
-
"uninstallPrompt": "即将移除 CCJK 创建的 Codex 配置,是否继续?",
|
|
45
|
-
"uninstallCancelled": "⚠️ 已取消 Codex 卸载",
|
|
46
|
-
"uninstallSuccess": "✔ 已删除 Codex 配置",
|
|
47
|
-
"configNotFound": "配置文件不存在",
|
|
48
|
-
"authNotFound": "认证文件不存在",
|
|
49
|
-
"systemPromptNotFound": "系统提示文件不存在",
|
|
50
|
-
"workflowNotFound": "工作流目录不存在",
|
|
51
|
-
"packageNotFound": "Codex CLI 包未安装",
|
|
52
|
-
"backupNotFound": "备份目录不存在",
|
|
53
|
-
"removedItem": "已移至废纸篓:{{item}}",
|
|
54
|
-
"removedConfig": "已删除配置:{{config}}",
|
|
55
|
-
"apiConfigRemoved": "API 配置(model_provider 和 model_providers 配置块)",
|
|
56
|
-
"mcpConfigRemoved": "MCP 配置(mcp_servers 配置块)",
|
|
57
|
-
"setupComplete": "✔ Codex 设置完成",
|
|
58
|
-
"systemPromptPrompt": "请选择系统提示词风格",
|
|
59
|
-
"workflowSelectionPrompt": "选择要安装的工作流类型(多选)",
|
|
60
|
-
"providerDuplicatePrompt": "提供商名称 '{{name}}' 已存在于{{source}}中,是否覆盖?",
|
|
61
|
-
"existingConfig": "现有配置",
|
|
62
|
-
"currentSession": "当前会话",
|
|
63
|
-
"providerDuplicateSkipped": "已跳过重复的提供商配置",
|
|
64
|
-
"providerSwitchSuccess": "✔ 已切换到提供商:{{provider}}",
|
|
65
|
-
"providerNotFound": "❌ 提供商 '{{provider}}' 不存在",
|
|
66
|
-
"listProvidersTitle": "可用的提供商列表:",
|
|
67
|
-
"currentProvider": "当前提供商:{{provider}}",
|
|
68
|
-
"noProvidersAvailable": "⚠️ 没有可用的提供商",
|
|
69
|
-
"configSwitchMode": "切换API配置",
|
|
70
|
-
"incrementalManagementTitle": "📋 增量配置管理",
|
|
71
|
-
"currentProviderCount": "当前配置供应商数量:{{count}}",
|
|
72
|
-
"currentDefaultProvider": "当前默认供应商:{{provider}}",
|
|
73
|
-
"selectAction": "请选择操作",
|
|
74
|
-
"addProvider": "添加供应商",
|
|
75
|
-
"editProvider": "编辑供应商",
|
|
76
|
-
"copyProvider": "复制供应商",
|
|
77
|
-
"deleteProvider": "删除供应商",
|
|
78
|
-
"selectProviderToEdit": "选择要编辑的供应商",
|
|
79
|
-
"selectProviderToCopy": "选择要复制的供应商",
|
|
80
|
-
"copyingProvider": "正在复制供应商:{{name}}",
|
|
81
|
-
"providerCopied": "✔ 已成功复制供应商:{{name}}",
|
|
82
|
-
"providerCopyFailed": "❌ 复制供应商失败:{{error}}",
|
|
83
|
-
"providerModelPrompt": "模型名称(如 gpt-5-codex)",
|
|
84
|
-
"providerModelRequired": "必须填写模型名称",
|
|
85
|
-
"selectProvidersToDelete": "选择要删除的供应商(多选)",
|
|
86
|
-
"selectAtLeastOne": "请至少选择一个供应商",
|
|
87
|
-
"cannotDeleteAll": "不能删除所有供应商,至少需要保留一个",
|
|
88
|
-
"confirmDeleteProviders": "确认删除以下供应商:{{providers}}?",
|
|
89
|
-
"providerAdded": "✔ 已成功添加供应商:{{name}}",
|
|
90
|
-
"providerAddFailed": "❌ 添加供应商失败:{{error}}",
|
|
91
|
-
"providerUpdated": "✔ 已成功更新供应商:{{name}}",
|
|
92
|
-
"providerUpdateFailed": "❌ 更新供应商失败:{{error}}",
|
|
93
|
-
"providersDeleted": "✔ 已成功删除 {{count}} 个供应商",
|
|
94
|
-
"providersDeleteFailed": "❌ 删除供应商失败:{{error}}",
|
|
95
|
-
"newDefaultProvider": "ℹ️ 新的默认供应商:{{provider}}",
|
|
96
|
-
"noExistingProviders": "⚠️ 没有现有的供应商配置",
|
|
97
|
-
"useOfficialLogin": "使用官方登录",
|
|
98
|
-
"apiConfigSwitchPrompt": "选择要切换的API配置",
|
|
99
|
-
"agentsFileNotFound": "AGENTS.md 文件未找到,请先配置系统提示词",
|
|
100
|
-
"currentVersion": "当前版本: v{version}",
|
|
101
|
-
"latestVersion": "最新版本: v{version}",
|
|
102
|
-
"confirmUpdate": "将 Codex 更新到最新版本?",
|
|
103
|
-
"updateSkipped": "跳过更新",
|
|
104
|
-
"updating": "正在更新 Codex...",
|
|
105
|
-
"updateFailed": "Codex 更新失败",
|
|
106
|
-
"autoUpdating": "正在自动更新 Codex...",
|
|
107
|
-
"upToDate": "Codex 已是最新版本 (v{version})",
|
|
108
|
-
"notInstalled": "Codex 未安装",
|
|
109
|
-
"cannotCheckVersion": "无法检查最新版本",
|
|
110
|
-
"checkFailed": "版本检查失败",
|
|
111
|
-
"providerManager.noConfig": "未找到现有配置",
|
|
112
|
-
"providerManager.backupFailed": "创建备份失败",
|
|
113
|
-
"providerManager.providerExists": "ID 为 \"{{id}}\" 的提供商已存在",
|
|
114
|
-
"providerManager.providerNotFound": "ID 为 \"{{id}}\" 的提供商不存在",
|
|
115
|
-
"providerManager.noProvidersSpecified": "未指定要删除的提供商",
|
|
116
|
-
"providerManager.providersNotFound": "未找到以下提供商:{{providers}}",
|
|
117
|
-
"providerManager.cannotDeleteAll": "不能删除所有提供商,至少需要保留一个",
|
|
118
|
-
"providerManager.providerIdRequired": "提供商 ID 是必需的",
|
|
119
|
-
"providerManager.providerNameRequired": "提供商名称是必需的",
|
|
120
|
-
"providerManager.baseUrlRequired": "基础 URL 是必需的",
|
|
121
|
-
"providerManager.wireApiInvalid": "Wire API 必须是 \"responses\" 或 \"chat\"",
|
|
122
|
-
"providerManager.unknownError": "未知错误",
|
|
123
|
-
"envKeyMigrationComplete": "✔ 已完成 env_key 到 temp_env_key 的迁移",
|
|
124
|
-
"presetPrompt": "选择一个 Codex 预设套装",
|
|
125
|
-
"presetApplied": "✔ 已应用 Codex 预设:{{preset}}",
|
|
126
|
-
"presetSummary": "工作流 {{workflows}} · MCP {{services}}",
|
|
127
|
-
"efficiency": {
|
|
128
|
-
"prompt": "选择 Codex 提效项",
|
|
129
|
-
"notConfigured": "未配置",
|
|
130
|
-
"quickOptimizeModelApplied": "✔ 已补齐推荐 Codex 模型:{{model}}",
|
|
131
|
-
"quickOptimizeModelKept": "保留当前 Codex 模型:{{model}}",
|
|
132
|
-
"styleLabels": {
|
|
133
|
-
"seniorArchitect": "资深架构师",
|
|
134
|
-
"speedCoder": "速度编码者",
|
|
135
|
-
"pairProgrammer": "结对程序员"
|
|
136
|
-
},
|
|
137
|
-
"actions": {
|
|
138
|
-
"quickOptimize": {
|
|
139
|
-
"name": "快速提效",
|
|
140
|
-
"description": "应用推荐 Codex 套装,并补齐缺失默认项"
|
|
141
|
-
},
|
|
142
|
-
"presetBundles": {
|
|
143
|
-
"name": "预设套装",
|
|
144
|
-
"description": "选择 minimal、dev 或 full 的 Prompt 与 MCP 套装"
|
|
145
|
-
},
|
|
146
|
-
"workflowPrompts": {
|
|
147
|
-
"name": "工作流 Prompts",
|
|
148
|
-
"description": "选择要安装的 Codex /prompts 命令(当前:{{count}})"
|
|
149
|
-
},
|
|
150
|
-
"model": {
|
|
151
|
-
"name": "默认模型",
|
|
152
|
-
"description": "当前:{{model}}"
|
|
153
|
-
},
|
|
154
|
-
"docsMcp": {
|
|
155
|
-
"name": "MCP 服务",
|
|
156
|
-
"description": "查看或安装 Codex MCP 服务(当前:{{count}})"
|
|
157
|
-
},
|
|
158
|
-
"promptMemory": {
|
|
159
|
-
"name": "Prompt 与记忆",
|
|
160
|
-
"description": "Prompt:{{prompt}} · 语言:{{language}}"
|
|
161
|
-
},
|
|
162
|
-
"back": {
|
|
163
|
-
"name": "返回"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
"presets": {
|
|
168
|
-
"minimal": {
|
|
169
|
-
"name": "Minimal",
|
|
170
|
-
"description": "核心六步 + Git Prompts,配合轻量研究型 MCP"
|
|
171
|
-
},
|
|
172
|
-
"dev": {
|
|
173
|
-
"name": "Dev",
|
|
174
|
-
"description": "推荐的日常开发套装,包含规划型 Prompts 与仓库研究型 MCP"
|
|
175
|
-
},
|
|
176
|
-
"full": {
|
|
177
|
-
"name": "Full",
|
|
178
|
-
"description": "扩展 Prompt 命令库,配合更深入的代码库辅助与语义搜索"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"errorSwitchingProvider": "切换提供商时出错:{{error}}",
|
|
182
|
-
"errorSwitchingToOfficialLogin": "切换到官方登录时出错:{{error}}",
|
|
183
|
-
"errorDuringUninstall": "卸载过程中出错:{{error}}"
|
|
184
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cometixAlreadyInstalled": "CCometixLine 已安装",
|
|
3
|
-
"cometixInstallFailed": "安装 CCometixLine 失败",
|
|
4
|
-
"cometixInstallSuccess": "CCometixLine 安装成功",
|
|
5
|
-
"cometixMenuDescriptions.customConfig": "进入 CCometixLine TUI 配置模式",
|
|
6
|
-
"cometixMenuDescriptions.installOrUpdate": "使用 npm 安装或更新 CCometixLine",
|
|
7
|
-
"cometixMenuDescriptions.printConfig": "显示当前 CCometixLine 配置",
|
|
8
|
-
"cometixMenuOptions.back": "返回主菜单",
|
|
9
|
-
"cometixMenuOptions.customConfig": "自定义配置",
|
|
10
|
-
"cometixMenuOptions.installOrUpdate": "安装/更新",
|
|
11
|
-
"cometixMenuOptions.printConfig": "打印配置",
|
|
12
|
-
"cometixMenuTitle": "CCometixLine - 基于 Rust 的高性能 Claude Code 状态栏工具,集成 Git 信息和实时使用量跟踪",
|
|
13
|
-
"cometixSkipped": "CCometixLine 安装已跳过",
|
|
14
|
-
"commandNotFound": "ccline 命令未找到。请先安装 CCometixLine。",
|
|
15
|
-
"enteringTuiConfig": "正在进入 CCometixLine TUI 配置模式...",
|
|
16
|
-
"installCometixPrompt": "是否安装 CCometixLine - 基于 Rust 的高性能 Claude Code 状态栏工具,集成 Git 信息和实时使用量跟踪?",
|
|
17
|
-
"installUpdateFailed": "安装/更新 CCometixLine 失败",
|
|
18
|
-
"installUpdateSuccess": "CCometixLine 安装/更新完成",
|
|
19
|
-
"installingCometix": "正在安装 CCometixLine...",
|
|
20
|
-
"installingOrUpdating": "正在安装/更新 CCometixLine...",
|
|
21
|
-
"printConfigFailed": "打印配置失败",
|
|
22
|
-
"printingConfig": "正在打印 CCometixLine 配置...",
|
|
23
|
-
"statusLineAlreadyConfigured": "Claude Code 状态栏配置已存在",
|
|
24
|
-
"statusLineConfigFailed": "状态栏配置失败",
|
|
25
|
-
"statusLineConfigured": "Claude Code 状态栏配置已设置",
|
|
26
|
-
"statusLineManualConfig": "请手动添加状态栏配置到 Claude Code 设置中",
|
|
27
|
-
"tuiConfigFailed": "运行 TUI 配置失败",
|
|
28
|
-
"tuiConfigSuccess": "TUI 配置完成成功"
|
|
29
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"multiSelectHint": "(空格选择,a全选,i反选,回车确认)",
|
|
3
|
-
"skip": "跳过",
|
|
4
|
-
"emptyToSkip": "(空内容回车则跳过)",
|
|
5
|
-
"cancelled": "操作已取消",
|
|
6
|
-
"error": "错误",
|
|
7
|
-
"complete": "🎉 配置完成!使用 'claude' 命令开始体验。",
|
|
8
|
-
"none": "无",
|
|
9
|
-
"enterChoice": "请输入选项,回车确认(不区分大小写)",
|
|
10
|
-
"invalidChoice": "无效选择。请输入有效选项。",
|
|
11
|
-
"goodbye": "👋 感谢使用 CCJK!再见!",
|
|
12
|
-
"returnToMenu": "返回主菜单?",
|
|
13
|
-
"back": "返回",
|
|
14
|
-
"operationFailed": "操作失败",
|
|
15
|
-
"backupCreated": "📁 已创建配置备份:{{path}}",
|
|
16
|
-
"current": "当前",
|
|
17
|
-
"claudeCode": "Claude Code",
|
|
18
|
-
"codex": "Codex",
|
|
19
|
-
"yes": "是",
|
|
20
|
-
"pressEnterToContinue": "按回车键继续...",
|
|
21
|
-
"backup": {
|
|
22
|
-
"created": "✅ 备份已创建:{path}",
|
|
23
|
-
"restoring": "🔄 正在从 {timestamp} 恢复备份",
|
|
24
|
-
"restoreComplete": "✅ 备份恢复成功",
|
|
25
|
-
"restoreFailed": "❌ 备份恢复失败",
|
|
26
|
-
"failed": "❌ 创建备份失败",
|
|
27
|
-
"removed": "🗑️ 已移除旧备份:{path}",
|
|
28
|
-
"removeFailed": "⚠️ 移除备份失败:{path}"
|
|
29
|
-
},
|
|
30
|
-
"autoCompact": {
|
|
31
|
-
"compacting": "🗜️ 自动压缩对话中({{current}}/{{max}} 条消息)...",
|
|
32
|
-
"success": "✅ 对话已压缩:{{before}} → {{after}} 条消息",
|
|
33
|
-
"failed": "❌ 自动压缩失败:{{error}}"
|
|
34
|
-
},
|
|
35
|
-
"contextWarning": {
|
|
36
|
-
"title": "⚠️ 上下文警告",
|
|
37
|
-
"body": "对话已经很长了({{toolCalls}} 次工具调用,{{messageCount}} 条消息)",
|
|
38
|
-
"suggestion": "建议运行 /compact 清理上下文,避免触发 \"prompt is too long\" 错误",
|
|
39
|
-
"command": "运行: /compact"
|
|
40
|
-
},
|
|
41
|
-
"slashCommands": {
|
|
42
|
-
"title": "💡 快捷命令",
|
|
43
|
-
"ccjkCommands": "🧠 CCJK 命令",
|
|
44
|
-
"claudeCodeCommands": "🤖 Claude Code 命令",
|
|
45
|
-
"helpTip": "输入 /help 查看完整命令列表",
|
|
46
|
-
"unknownCommand": "未知命令: /{command}",
|
|
47
|
-
"typeHelp": "输入 /help 查看所有可用命令",
|
|
48
|
-
"categories": {
|
|
49
|
-
"brain": "🧠 Brain 系统",
|
|
50
|
-
"context": "📦 上下文管理",
|
|
51
|
-
"system": "⚙️ 系统工具"
|
|
52
|
-
},
|
|
53
|
-
"commands": {
|
|
54
|
-
"status": "显示 Brain 仪表板和健康评分",
|
|
55
|
-
"health": "运行全面健康检查",
|
|
56
|
-
"search": "使用 FTS5 全文搜索上下文",
|
|
57
|
-
"compress": "显示压缩统计和指标",
|
|
58
|
-
"tasks": "打开任务管理器(Brain 系统)",
|
|
59
|
-
"backup": "创建配置备份",
|
|
60
|
-
"optimize": "对上下文数据库运行 VACUUM + checkpoint",
|
|
61
|
-
"help": "显示所有 CCJK 斜杠命令"
|
|
62
|
-
},
|
|
63
|
-
"usage": {
|
|
64
|
-
"search": "用法: /search <查询>",
|
|
65
|
-
"searchExample": "示例: /search \"认证逻辑\""
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|