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,184 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"usingSudo": "⚠️ Detected non-root Linux user. Using sudo for Codex CLI installation (password prompt may appear).",
|
|
3
|
-
"alreadyInstalled": "⚠️ Codex CLI already installed, skipping installation",
|
|
4
|
-
"updatingCli": "🔄 Updating Codex CLI...",
|
|
5
|
-
"updateSuccess": "✔ Codex CLI updated",
|
|
6
|
-
"detectedHomebrew": "Detected Codex installed via Homebrew, will update using Homebrew",
|
|
7
|
-
"detectedNpm": "Detected Codex installed via npm, will update using npm",
|
|
8
|
-
"unknownInstallMethod": "⚠️ Unable to detect Codex installation method",
|
|
9
|
-
"fallingBackToNpm": "Falling back to npm update method",
|
|
10
|
-
"workflowInstall": "✔ Codex workflow templates installed",
|
|
11
|
-
"backupSuccess": "✔ Backup created at {{path}}",
|
|
12
|
-
"apiModePrompt": "Select API configuration mode",
|
|
13
|
-
"apiModeOfficial": "Use official login (no API configuration)",
|
|
14
|
-
"apiModeCustom": "Custom API configuration",
|
|
15
|
-
"officialConfigured": "✔ Codex API reset to official login mode",
|
|
16
|
-
"providerNamePrompt": "Provider name (letters, numbers, . _ -)",
|
|
17
|
-
"providerNameRequired": "Provider name is required",
|
|
18
|
-
"providerNameInvalid": "Provider name may only contain letters, numbers, dot, underscore or hyphen",
|
|
19
|
-
"providerBaseUrlPrompt": "Base URL",
|
|
20
|
-
"providerBaseUrlRequired": "Base URL is required",
|
|
21
|
-
"providerProtocolPrompt": "Select protocol to use",
|
|
22
|
-
"protocolResponses": "Responses (Recommended, new-generation response API with state management)",
|
|
23
|
-
"protocolChat": "Chat (Traditional chat completion API, requires message history)",
|
|
24
|
-
"providerApiKeyPrompt": "API key value",
|
|
25
|
-
"providerApiKeyRequired": "API key is required",
|
|
26
|
-
"addProviderPrompt": "Add another provider?",
|
|
27
|
-
"selectDefaultProviderPrompt": "Select default provider",
|
|
28
|
-
"noProvidersConfigured": "⚠️ No providers configured, skipping Codex API configuration",
|
|
29
|
-
"apiConfigured": "✔ Codex API configured",
|
|
30
|
-
"noMcpConfigured": "⚠️ No MCP services configured",
|
|
31
|
-
"mcpConfigured": "✔ Codex MCP services configured",
|
|
32
|
-
"uninstallModePrompt": "Select Codex uninstall mode",
|
|
33
|
-
"uninstallModeComplete": "Complete uninstall (remove all Codex related files)",
|
|
34
|
-
"uninstallModeCustom": "Custom uninstall (choose items to remove)",
|
|
35
|
-
"uninstallItemConfig": "Configuration file (config.toml)",
|
|
36
|
-
"uninstallItemAuth": "Authentication file (auth.json)",
|
|
37
|
-
"uninstallItemSystemPrompt": "System prompt file (AGENTS.md)",
|
|
38
|
-
"uninstallItemWorkflow": "Workflow directory (prompts/)",
|
|
39
|
-
"uninstallItemCliPackage": "CLI package (@openai/codex)",
|
|
40
|
-
"uninstallItemApiConfig": "API configuration (only remove API settings from config.toml)",
|
|
41
|
-
"uninstallItemMcpConfig": "MCP configuration (only remove MCP settings from config.toml)",
|
|
42
|
-
"uninstallItemBackups": "Backup directory (backup/)",
|
|
43
|
-
"customUninstallPrompt": "Select items to remove (use spacebar to select/deselect, enter to confirm)",
|
|
44
|
-
"uninstallPrompt": "This will remove Codex configuration created by CCJK. Continue?",
|
|
45
|
-
"uninstallCancelled": "⚠️ Codex uninstall cancelled",
|
|
46
|
-
"uninstallSuccess": "✔ Codex configuration removed",
|
|
47
|
-
"configNotFound": "Configuration file not found",
|
|
48
|
-
"authNotFound": "Authentication file not found",
|
|
49
|
-
"systemPromptNotFound": "System prompt file not found",
|
|
50
|
-
"workflowNotFound": "Workflow directory not found",
|
|
51
|
-
"packageNotFound": "Codex CLI package not installed",
|
|
52
|
-
"backupNotFound": "Backup directory not found",
|
|
53
|
-
"removedItem": "Moved to trash: {{item}}",
|
|
54
|
-
"removedConfig": "Removed configuration: {{config}}",
|
|
55
|
-
"apiConfigRemoved": "API configuration (model_provider and model_providers blocks)",
|
|
56
|
-
"mcpConfigRemoved": "MCP configuration (mcp_servers blocks)",
|
|
57
|
-
"setupComplete": "✔ Codex setup complete",
|
|
58
|
-
"systemPromptPrompt": "Please select system prompt style",
|
|
59
|
-
"workflowSelectionPrompt": "Select workflow types to install (multi-select)",
|
|
60
|
-
"providerDuplicatePrompt": "Provider name '{{name}}' already exists in {{source}}, overwrite it?",
|
|
61
|
-
"existingConfig": "existing configuration",
|
|
62
|
-
"currentSession": "current session",
|
|
63
|
-
"providerDuplicateSkipped": "Skipped duplicate provider configuration",
|
|
64
|
-
"providerSwitchSuccess": "✔ Switched to provider: {{provider}}",
|
|
65
|
-
"providerNotFound": "❌ Provider '{{provider}}' not found",
|
|
66
|
-
"listProvidersTitle": "Available providers:",
|
|
67
|
-
"currentProvider": "Current provider: {{provider}}",
|
|
68
|
-
"noProvidersAvailable": "⚠️ No providers available",
|
|
69
|
-
"configSwitchMode": "Switch API Config",
|
|
70
|
-
"incrementalManagementTitle": "📋 Incremental Configuration Management",
|
|
71
|
-
"currentProviderCount": "Current provider count: {{count}}",
|
|
72
|
-
"currentDefaultProvider": "Current default provider: {{provider}}",
|
|
73
|
-
"selectAction": "Select action",
|
|
74
|
-
"addProvider": "Add provider",
|
|
75
|
-
"editProvider": "Edit provider",
|
|
76
|
-
"copyProvider": "Copy provider",
|
|
77
|
-
"deleteProvider": "Delete provider",
|
|
78
|
-
"selectProviderToEdit": "Select provider to edit",
|
|
79
|
-
"selectProviderToCopy": "Select provider to copy",
|
|
80
|
-
"copyingProvider": "Copying provider: {{name}}",
|
|
81
|
-
"providerCopied": "✔ Successfully copied provider: {{name}}",
|
|
82
|
-
"providerCopyFailed": "❌ Failed to copy provider: {{error}}",
|
|
83
|
-
"providerModelPrompt": "Model name (e.g. gpt-5-codex)",
|
|
84
|
-
"providerModelRequired": "Model name is required",
|
|
85
|
-
"selectProvidersToDelete": "Select providers to delete (multiple)",
|
|
86
|
-
"selectAtLeastOne": "Please select at least one provider",
|
|
87
|
-
"cannotDeleteAll": "Cannot delete all providers, at least one must remain",
|
|
88
|
-
"confirmDeleteProviders": "Confirm deletion of the following providers: {{providers}}?",
|
|
89
|
-
"providerAdded": "✔ Successfully added provider: {{name}}",
|
|
90
|
-
"providerAddFailed": "❌ Failed to add provider: {{error}}",
|
|
91
|
-
"providerUpdated": "✔ Successfully updated provider: {{name}}",
|
|
92
|
-
"providerUpdateFailed": "❌ Failed to update provider: {{error}}",
|
|
93
|
-
"providersDeleted": "✔ Successfully deleted {{count}} providers",
|
|
94
|
-
"providersDeleteFailed": "❌ Failed to delete providers: {{error}}",
|
|
95
|
-
"newDefaultProvider": "ℹ️ New default provider: {{provider}}",
|
|
96
|
-
"noExistingProviders": "⚠️ No existing provider configurations",
|
|
97
|
-
"useOfficialLogin": "Use Official Login",
|
|
98
|
-
"apiConfigSwitchPrompt": "Select API configuration to switch to",
|
|
99
|
-
"agentsFileNotFound": "AGENTS.md file not found, please configure system prompt first",
|
|
100
|
-
"currentVersion": "Current version: v{version}",
|
|
101
|
-
"latestVersion": "Latest version: v{version}",
|
|
102
|
-
"confirmUpdate": "Update Codex to the latest version?",
|
|
103
|
-
"updateSkipped": "Update skipped",
|
|
104
|
-
"updating": "Updating Codex...",
|
|
105
|
-
"updateFailed": "Codex update failed",
|
|
106
|
-
"autoUpdating": "Auto-updating Codex...",
|
|
107
|
-
"upToDate": "Codex is up to date (v{version})",
|
|
108
|
-
"notInstalled": "Codex is not installed",
|
|
109
|
-
"cannotCheckVersion": "Cannot check latest version",
|
|
110
|
-
"checkFailed": "Version check failed",
|
|
111
|
-
"providerManager.noConfig": "No existing configuration found",
|
|
112
|
-
"providerManager.backupFailed": "Failed to create backup",
|
|
113
|
-
"providerManager.providerExists": "Provider with ID \"{{id}}\" already exists",
|
|
114
|
-
"providerManager.providerNotFound": "Provider with ID \"{{id}}\" not found",
|
|
115
|
-
"providerManager.noProvidersSpecified": "No providers specified for deletion",
|
|
116
|
-
"providerManager.providersNotFound": "Some providers not found: {{providers}}",
|
|
117
|
-
"providerManager.cannotDeleteAll": "Cannot delete all providers. At least one provider must remain.",
|
|
118
|
-
"providerManager.providerIdRequired": "Provider ID is required",
|
|
119
|
-
"providerManager.providerNameRequired": "Provider name is required",
|
|
120
|
-
"providerManager.baseUrlRequired": "Base URL is required",
|
|
121
|
-
"providerManager.wireApiInvalid": "Wire API must be either \"responses\" or \"chat\"",
|
|
122
|
-
"providerManager.unknownError": "Unknown error",
|
|
123
|
-
"envKeyMigrationComplete": "✔ env_key to temp_env_key migration completed",
|
|
124
|
-
"presetPrompt": "Select a Codex preset bundle",
|
|
125
|
-
"presetApplied": "✔ Codex preset applied: {{preset}}",
|
|
126
|
-
"presetSummary": "Workflows {{workflows}} · MCP {{services}}",
|
|
127
|
-
"efficiency": {
|
|
128
|
-
"prompt": "Select a Codex efficiency action",
|
|
129
|
-
"notConfigured": "Not configured",
|
|
130
|
-
"quickOptimizeModelApplied": "✔ Recommended Codex model applied: {{model}}",
|
|
131
|
-
"quickOptimizeModelKept": "Keeping current Codex model: {{model}}",
|
|
132
|
-
"styleLabels": {
|
|
133
|
-
"seniorArchitect": "Senior Architect",
|
|
134
|
-
"speedCoder": "Speed Coder",
|
|
135
|
-
"pairProgrammer": "Pair Programmer"
|
|
136
|
-
},
|
|
137
|
-
"actions": {
|
|
138
|
-
"quickOptimize": {
|
|
139
|
-
"name": "Quick Optimize",
|
|
140
|
-
"description": "Apply the recommended Codex bundle and fill missing defaults"
|
|
141
|
-
},
|
|
142
|
-
"presetBundles": {
|
|
143
|
-
"name": "Preset Bundles",
|
|
144
|
-
"description": "Choose minimal, dev, or full prompt and MCP bundles"
|
|
145
|
-
},
|
|
146
|
-
"workflowPrompts": {
|
|
147
|
-
"name": "Workflow Prompts",
|
|
148
|
-
"description": "Select Codex /prompts commands to install (current: {{count}})"
|
|
149
|
-
},
|
|
150
|
-
"model": {
|
|
151
|
-
"name": "Default Model",
|
|
152
|
-
"description": "Current: {{model}}"
|
|
153
|
-
},
|
|
154
|
-
"docsMcp": {
|
|
155
|
-
"name": "MCP Services",
|
|
156
|
-
"description": "Review or install Codex MCP services (current: {{count}})"
|
|
157
|
-
},
|
|
158
|
-
"promptMemory": {
|
|
159
|
-
"name": "Prompt & Memory",
|
|
160
|
-
"description": "Prompt: {{prompt}} · Language: {{language}}"
|
|
161
|
-
},
|
|
162
|
-
"back": {
|
|
163
|
-
"name": "Back"
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
"presets": {
|
|
168
|
-
"minimal": {
|
|
169
|
-
"name": "Minimal",
|
|
170
|
-
"description": "Core six-step + Git prompts with lightweight research MCP"
|
|
171
|
-
},
|
|
172
|
-
"dev": {
|
|
173
|
-
"name": "Dev",
|
|
174
|
-
"description": "Recommended daily coding bundle with planning prompts and repo research MCP"
|
|
175
|
-
},
|
|
176
|
-
"full": {
|
|
177
|
-
"name": "Full",
|
|
178
|
-
"description": "Expanded prompt library with deeper codebase assistance and semantic search"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"errorSwitchingProvider": "Error switching provider: {{error}}",
|
|
182
|
-
"errorSwitchingToOfficialLogin": "Error switching to official login: {{error}}",
|
|
183
|
-
"errorDuringUninstall": "Error during uninstall: {{error}}"
|
|
184
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"cometixAlreadyInstalled": "CCometixLine is already installed",
|
|
3
|
-
"cometixInstallFailed": "Failed to install CCometixLine",
|
|
4
|
-
"cometixInstallSuccess": "CCometixLine installed successfully",
|
|
5
|
-
"cometixMenuDescriptions.customConfig": "Enter TUI configuration mode for CCometixLine",
|
|
6
|
-
"cometixMenuDescriptions.installOrUpdate": "Install or update CCometixLine using npm",
|
|
7
|
-
"cometixMenuDescriptions.printConfig": "Display current CCometixLine configuration",
|
|
8
|
-
"cometixMenuOptions.back": "Back to main menu",
|
|
9
|
-
"cometixMenuOptions.customConfig": "Custom config",
|
|
10
|
-
"cometixMenuOptions.installOrUpdate": "Install/update",
|
|
11
|
-
"cometixMenuOptions.printConfig": "Print config",
|
|
12
|
-
"cometixMenuTitle": "CCometixLine - High-performance Claude Code statusline tool with Git integration and real-time usage tracking",
|
|
13
|
-
"cometixSkipped": "CCometixLine installation skipped",
|
|
14
|
-
"commandNotFound": "ccline command not found. Please install CCometixLine first.",
|
|
15
|
-
"enteringTuiConfig": "Entering CCometixLine TUI configuration mode...",
|
|
16
|
-
"installCometixPrompt": "Install CCometixLine - High-performance Claude Code status bar tool built with Rust, integrating Git info and real-time usage tracking?",
|
|
17
|
-
"installUpdateFailed": "Failed to install/update CCometixLine",
|
|
18
|
-
"installUpdateSuccess": "CCometixLine install/update completed",
|
|
19
|
-
"installingCometix": "Installing CCometixLine...",
|
|
20
|
-
"installingOrUpdating": "Installing/updating CCometixLine...",
|
|
21
|
-
"printConfigFailed": "Failed to print configuration",
|
|
22
|
-
"printingConfig": "Printing CCometixLine configuration...",
|
|
23
|
-
"statusLineAlreadyConfigured": "Claude Code statusLine already configured",
|
|
24
|
-
"statusLineConfigFailed": "Failed to configure statusLine",
|
|
25
|
-
"statusLineConfigured": "Claude Code statusLine configured",
|
|
26
|
-
"statusLineManualConfig": "Please manually add statusLine configuration to Claude Code settings",
|
|
27
|
-
"tuiConfigFailed": "Failed to run TUI configuration",
|
|
28
|
-
"tuiConfigSuccess": "TUI configuration completed successfully"
|
|
29
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"multiSelectHint": " (Space to select, a to select all, i to invert, Enter to confirm)",
|
|
3
|
-
"skip": "Skip",
|
|
4
|
-
"emptyToSkip": " (press Enter with empty content to skip)",
|
|
5
|
-
"cancelled": "Operation cancelled",
|
|
6
|
-
"error": "Error",
|
|
7
|
-
"complete": "🎉 Setup complete! Use 'claude' command to start.",
|
|
8
|
-
"none": "None",
|
|
9
|
-
"enterChoice": "Enter your choice and press enter (case-insensitive)",
|
|
10
|
-
"invalidChoice": "Invalid choice. Please enter a valid option.",
|
|
11
|
-
"goodbye": "👋 Thanks for using CCJK! Goodbye!",
|
|
12
|
-
"returnToMenu": "Return to main menu?",
|
|
13
|
-
"back": "Back",
|
|
14
|
-
"operationFailed": "Operation failed",
|
|
15
|
-
"backupCreated": "📁 Configuration backup created: {{path}}",
|
|
16
|
-
"current": "current",
|
|
17
|
-
"claudeCode": "Claude Code",
|
|
18
|
-
"codex": "Codex",
|
|
19
|
-
"yes": "Yes",
|
|
20
|
-
"pressEnterToContinue": "Press Enter to continue...",
|
|
21
|
-
"backup": {
|
|
22
|
-
"created": "✅ Backup created: {path}",
|
|
23
|
-
"restoring": "🔄 Restoring backup from {timestamp}",
|
|
24
|
-
"restoreComplete": "✅ Backup restored successfully",
|
|
25
|
-
"restoreFailed": "❌ Failed to restore backup",
|
|
26
|
-
"failed": "❌ Failed to create backup",
|
|
27
|
-
"removed": "🗑️ Removed old backup: {path}",
|
|
28
|
-
"removeFailed": "⚠️ Failed to remove backup: {path}"
|
|
29
|
-
},
|
|
30
|
-
"autoCompact": {
|
|
31
|
-
"compacting": "🗜️ Auto-compacting conversation ({{current}}/{{max}} messages)...",
|
|
32
|
-
"success": "✅ Conversation compacted: {{before}} → {{after}} messages",
|
|
33
|
-
"failed": "❌ Auto-compact failed: {{error}}"
|
|
34
|
-
},
|
|
35
|
-
"contextWarning": {
|
|
36
|
-
"title": "⚠️ Context Warning",
|
|
37
|
-
"body": "Conversation is getting long ({{toolCalls}} tool calls, {{messageCount}} messages)",
|
|
38
|
-
"suggestion": "Recommend running /compact to clean up context and avoid \"prompt is too long\" errors",
|
|
39
|
-
"command": "Run: /compact"
|
|
40
|
-
},
|
|
41
|
-
"slashCommands": {
|
|
42
|
-
"title": "💡 Quick Commands",
|
|
43
|
-
"ccjkCommands": "🧠 CCJK Commands",
|
|
44
|
-
"claudeCodeCommands": "🤖 Claude Code Commands",
|
|
45
|
-
"helpTip": "Type /help for full command list",
|
|
46
|
-
"unknownCommand": "Unknown command: /{command}",
|
|
47
|
-
"typeHelp": "Type /help to see all available commands",
|
|
48
|
-
"categories": {
|
|
49
|
-
"brain": "🧠 Brain System",
|
|
50
|
-
"context": "📦 Context Management",
|
|
51
|
-
"system": "⚙️ System Tools"
|
|
52
|
-
},
|
|
53
|
-
"commands": {
|
|
54
|
-
"status": "Show Brain Dashboard with health score",
|
|
55
|
-
"health": "Run comprehensive health check",
|
|
56
|
-
"search": "Search contexts using FTS5 full-text search",
|
|
57
|
-
"compress": "Show compression statistics and metrics",
|
|
58
|
-
"tasks": "Open task manager (Brain system)",
|
|
59
|
-
"backup": "Create configuration backup",
|
|
60
|
-
"optimize": "Run VACUUM + checkpoint on context database",
|
|
61
|
-
"help": "Show all CCJK slash commands"
|
|
62
|
-
},
|
|
63
|
-
"usage": {
|
|
64
|
-
"search": "Usage: /search <query>",
|
|
65
|
-
"searchExample": "Example: /search \"authentication logic\""
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
@@ -1,108 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"title": "Configuration Commands",
|
|
3
|
-
"api.title": "API Configuration",
|
|
4
|
-
"api.listProviders": "Available API Providers",
|
|
5
|
-
"api.currentConfig": "Current API Configuration",
|
|
6
|
-
"api.noConfigFound": "No API configuration found (using official login)",
|
|
7
|
-
"api.useCommandHint": "Use \"ccjk config api <provider> <key>\" to configure a provider",
|
|
8
|
-
"api.providerNotFound": "Provider \"{{provider}}\" not found",
|
|
9
|
-
"api.availableProviders": "Available providers:",
|
|
10
|
-
"api.notSupported": "Provider \"{{provider}}\" does not support {{codeType}}",
|
|
11
|
-
"api.configUpdated": "API configuration updated successfully",
|
|
12
|
-
"api.configurationDetails": "Configuration:",
|
|
13
|
-
"api.provider": "Provider",
|
|
14
|
-
"api.baseUrl": "Base URL",
|
|
15
|
-
"api.authType": "Auth Type",
|
|
16
|
-
"api.models": "Models",
|
|
17
|
-
"api.readyToUse": "You can now use Claude Code with the configured provider.",
|
|
18
|
-
"api.listFailed": "Failed to list API providers",
|
|
19
|
-
"api.showFailed": "Failed to read API configuration",
|
|
20
|
-
"api.setFailed": "Failed to set API configuration",
|
|
21
|
-
"switch.title": "Configuration Profiles",
|
|
22
|
-
"switch.listProfiles": "Configuration Profiles",
|
|
23
|
-
"switch.listProviders": "API Providers",
|
|
24
|
-
"switch.noConfigFound": "No {{type}} configuration found",
|
|
25
|
-
"switch.runInit": "Run \"ccjk init\" to initialize configuration",
|
|
26
|
-
"switch.officialLogin": "Official Login",
|
|
27
|
-
"switch.officialDesc": "Use Anthropic official OAuth login",
|
|
28
|
-
"switch.ccrProxy": "CCR Proxy",
|
|
29
|
-
"switch.ccrDesc": "Claude Code Router proxy configuration",
|
|
30
|
-
"switch.codexOfficialDesc": "Use Codex official login",
|
|
31
|
-
"switch.current": "current",
|
|
32
|
-
"switch.switchedSuccessfully": "Successfully switched to: {{name}}",
|
|
33
|
-
"switch.switchFailed": "Failed to switch to {{target}}",
|
|
34
|
-
"switch.switchToOfficialFailed": "Failed to switch to official: {{error}}",
|
|
35
|
-
"switch.switchToCcrFailed": "Failed to switch to CCR: {{error}}",
|
|
36
|
-
"switch.switchToProfileFailed": "Failed to switch to profile: {{error}}",
|
|
37
|
-
"switch.listFailed": "Failed to list {{type}} profiles",
|
|
38
|
-
"switch.noProfilesFound": "No custom profiles found",
|
|
39
|
-
"switch.useListHint": "Use \"ccjk config switch --list\" to see available profiles",
|
|
40
|
-
"switch.profileNotFound": "Profile \"{{target}}\" not found",
|
|
41
|
-
"switch.noCodexProviders": "No Codex providers available",
|
|
42
|
-
"switch.providerSwitchFailed": "Failed to switch provider",
|
|
43
|
-
"list.title": "Configuration List",
|
|
44
|
-
"list.ccjkConfig": "CCJK Configuration",
|
|
45
|
-
"list.claudeConfig": "Claude Code Configuration",
|
|
46
|
-
"list.runtimeState": "Runtime State",
|
|
47
|
-
"list.noCcjkConfig": "No CCJK configuration found",
|
|
48
|
-
"list.noClaudeConfig": "No Claude Code configuration found",
|
|
49
|
-
"list.noStateConfig": "No runtime state found",
|
|
50
|
-
"list.general": "General",
|
|
51
|
-
"list.tools": "Tools",
|
|
52
|
-
"list.sessions": "Sessions",
|
|
53
|
-
"list.cache": "Cache",
|
|
54
|
-
"list.updates": "Updates",
|
|
55
|
-
"list.count": "count",
|
|
56
|
-
"list.configFiles": "Configuration files:",
|
|
57
|
-
"get.title": "Configuration Value",
|
|
58
|
-
"get.specifyKey": "Please specify a configuration key",
|
|
59
|
-
"get.usage": "Usage: ccjk config get <key>",
|
|
60
|
-
"get.example": "Example: ccjk config get general.preferredLang",
|
|
61
|
-
"get.keyNotFound": "Configuration key \"{{key}}\" not found",
|
|
62
|
-
"get.useListHint": "Tip: Use \"ccjk config list\" to see all available keys",
|
|
63
|
-
"get.key": "Key",
|
|
64
|
-
"get.value": "Value",
|
|
65
|
-
"get.source": "Source",
|
|
66
|
-
"get.file": "File",
|
|
67
|
-
"set.title": "Set Configuration Value",
|
|
68
|
-
"set.specifyKey": "Please specify a configuration key",
|
|
69
|
-
"set.specifyValue": "Please specify a value",
|
|
70
|
-
"set.usage": "Usage: ccjk config set <key> <value>",
|
|
71
|
-
"set.example": "Example: ccjk config set general.preferredLang zh-CN",
|
|
72
|
-
"set.parseFailed": "Failed to parse value: {{error}}",
|
|
73
|
-
"set.useTypeHint": "Tip: Use --type to specify the value type explicitly",
|
|
74
|
-
"set.typeString": "Set as string",
|
|
75
|
-
"set.typeNumber": "Set as number",
|
|
76
|
-
"set.typeBoolean": "Set as boolean (true/false)",
|
|
77
|
-
"set.typeJson": "Set as JSON",
|
|
78
|
-
"set.updateSuccess": "Configuration value updated successfully",
|
|
79
|
-
"set.updateFailed": "Failed to set configuration value",
|
|
80
|
-
"set.invalidScope": "Invalid scope: {{scope}}",
|
|
81
|
-
"set.scope": "Scope",
|
|
82
|
-
"set.backup": "Backup",
|
|
83
|
-
"help.commands": "Config Commands",
|
|
84
|
-
"help.apiCommand": "Configure API provider",
|
|
85
|
-
"help.switchCommand": "Switch configuration profile",
|
|
86
|
-
"help.listCommand": "List all configurations",
|
|
87
|
-
"help.getCommand": "Get configuration value",
|
|
88
|
-
"help.setCommand": "Set configuration value",
|
|
89
|
-
"help.apiOptions": "API Command Options:",
|
|
90
|
-
"help.listProviders": "List available providers",
|
|
91
|
-
"help.showConfig": "Show current API configuration",
|
|
92
|
-
"help.codeType": "Code tool type",
|
|
93
|
-
"help.switchOptions": "Switch Command Options:",
|
|
94
|
-
"help.listProfiles": "List available profiles",
|
|
95
|
-
"help.listOptions": "List Command Options:",
|
|
96
|
-
"help.configScope": "Configuration scope",
|
|
97
|
-
"help.verboseInfo": "Show detailed information",
|
|
98
|
-
"help.getOptions": "Get Command Options:",
|
|
99
|
-
"help.showSource": "Show value source file",
|
|
100
|
-
"help.setOptions": "Set Command Options:",
|
|
101
|
-
"help.valueType": "Value type",
|
|
102
|
-
"help.noBackup": "Skip backup creation",
|
|
103
|
-
"help.globalOptions": "Global Options:",
|
|
104
|
-
"help.displayLang": "Display language",
|
|
105
|
-
"help.jsonOutput": "Output as JSON",
|
|
106
|
-
"help.examples": "Examples:",
|
|
107
|
-
"unknownSubcommand": "Unknown config subcommand: {{subcommand}}"
|
|
108
|
-
}
|
|
@@ -1,236 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"addedLanguageDirective": "Added language directive",
|
|
3
|
-
"aiLanguageConfigured": "AI output language configured",
|
|
4
|
-
"backupAndOverwrite": "Backup and overwrite all",
|
|
5
|
-
"backupSuccess": "All config files backed up to",
|
|
6
|
-
"cleanupLegacyFiles": "Clean up legacy configuration files?",
|
|
7
|
-
"configSuccess": "Config files copied to",
|
|
8
|
-
"configureAiLanguage": "Configure AI output language",
|
|
9
|
-
"configureOutputStyle": "Configure global AI output style",
|
|
10
|
-
"configureSystemPromptStyle": "Configure global AI system prompt style",
|
|
11
|
-
"customModelConfigured": "Custom model configuration completed",
|
|
12
|
-
"customModelOption": "Custom - Specify custom model names",
|
|
13
|
-
"customModelSkipped": "Custom model configuration skipped",
|
|
14
|
-
"currentLanguage": "Current language",
|
|
15
|
-
"currentModel": "Current model",
|
|
16
|
-
"defaultModelOption": "Default - Let Claude Code choose",
|
|
17
|
-
"defaultStyle": "Default style",
|
|
18
|
-
"enterHaikuModel": "Haiku model",
|
|
19
|
-
"enterSonnetModel": "Sonnet model",
|
|
20
|
-
"enterOpusModel": "Opus model",
|
|
21
|
-
"enterPrimaryModel": "Primary model",
|
|
22
|
-
"envImportSuccess": "Environment variables imported",
|
|
23
|
-
"envImportFailed": "Environment variables import failed",
|
|
24
|
-
"existingConfig": "Existing config detected. How to proceed?",
|
|
25
|
-
"existingLanguageConfig": "Existing AI output language configuration detected",
|
|
26
|
-
"existingModelConfig": "Existing model configuration detected",
|
|
27
|
-
"fixWindowsMcp": "Fix Windows MCP configuration?",
|
|
28
|
-
"importRecommendedEnv": "Import CCJK recommended environment variables",
|
|
29
|
-
"importRecommendedEnvDesc": "Privacy protection variables, MCP timeout settings, etc.",
|
|
30
|
-
"importRecommendedPermissions": "Import CCJK recommended permissions",
|
|
31
|
-
"importRecommendedPermissionsDesc": "Almost all permissions, reduce frequent permission requests, dangerous ops limited by rules",
|
|
32
|
-
"keepLanguage": "Keeping existing language configuration",
|
|
33
|
-
"keepModel": "Keeping existing model configuration",
|
|
34
|
-
"legacyFilesDetected": "Legacy personality configuration files detected",
|
|
35
|
-
"legacyFilesRemoved": "Legacy configuration files removed",
|
|
36
|
-
"mergeConfig": "Merge config",
|
|
37
|
-
"modelConfigured": "Default model configured",
|
|
38
|
-
"modifyLanguage": "Modify AI output language?",
|
|
39
|
-
"modifyModel": "Modify model configuration?",
|
|
40
|
-
"openSettingsJson": "Open settings.json for manual configuration",
|
|
41
|
-
"openSettingsJsonDesc": "Advanced user customization",
|
|
42
|
-
"openingSettingsJson": "Opening settings.json...",
|
|
43
|
-
"opusModelOption": "Opus - Only use opus, high token consumption, use with caution",
|
|
44
|
-
"sonnetModelOption": "Sonnet - Recommended balanced model for daily coding",
|
|
45
|
-
"sonnet1mModelOption": "Sonnet 1M - 1M context version",
|
|
46
|
-
"outputStyleInstalled": "Output styles installed successfully",
|
|
47
|
-
"outputStyles.default.description": "Claude completes coding tasks efficiently and provides concise responses (Claude Code built-in)",
|
|
48
|
-
"outputStyles.default.name": "Default",
|
|
49
|
-
"outputStyles.linus-mode.description": "Linus Torvalds style - Direct, efficient, code speaks, no BS",
|
|
50
|
-
"outputStyles.linus-mode.name": "Linus Mode",
|
|
51
|
-
"outputStyles.uncle-bob-mode.description": "Uncle Bob style - Clean code, refactoring master, SOLID principles",
|
|
52
|
-
"outputStyles.uncle-bob-mode.name": "Uncle Bob Mode",
|
|
53
|
-
"outputStyles.dhh-mode.description": "DHH style - Elegant & practical, convention over configuration, rapid prototyping",
|
|
54
|
-
"outputStyles.dhh-mode.name": "DHH Mode",
|
|
55
|
-
"outputStyles.carmack-mode.description": "John Carmack style - Ultimate performance, low-level optimization, Debug master",
|
|
56
|
-
"outputStyles.carmack-mode.name": "Carmack Mode",
|
|
57
|
-
"outputStyles.jobs-mode.description": "Steve Jobs style - Product thinking, user experience, commercialization",
|
|
58
|
-
"outputStyles.jobs-mode.name": "Jobs Mode",
|
|
59
|
-
"outputStyles.evan-you-mode.description": "Evan You style - Frontend aesthetics, elegant APIs, developer experience",
|
|
60
|
-
"outputStyles.evan-you-mode.name": "Evan You Mode",
|
|
61
|
-
"outputStyles.codex-rigor-mode.description": "Codex/GPT-5 rigor mode - forced self-verification loop until 100% confident (for self-aware models)",
|
|
62
|
-
"outputStyles.codex-rigor-mode.name": "Codex Rigor Mode",
|
|
63
|
-
"outputStyles.explanatory.description": "Claude explains its implementation choices and codebase patterns (Claude Code built-in)",
|
|
64
|
-
"outputStyles.explanatory.name": "Explanatory",
|
|
65
|
-
"outputStyles.learning.description": "Learn-by-doing mode where Claude pauses and asks you to write small pieces of code for hands-on practice (Claude Code built-in)",
|
|
66
|
-
"outputStyles.learning.name": "Learning",
|
|
67
|
-
"permissionsImportSuccess": "Permissions imported",
|
|
68
|
-
"permissionsImportFailed": "Permissions import failed",
|
|
69
|
-
"recommendImportEnvPerm": "Import CCJK recommended environment variables and permissions? (Recommended, reduces permission popups)",
|
|
70
|
-
"singleConfigSaved": "Configuration saved: {name}",
|
|
71
|
-
"singleConfigSaveFailed": "Failed to save configuration",
|
|
72
|
-
"selectAtLeastOne": "Please select at least one output style",
|
|
73
|
-
"selectDefaultModel": "Select default model",
|
|
74
|
-
"selectDefaultOutputStyle": "Select global default output style",
|
|
75
|
-
"selectEnvPermissionOption": "Select configuration option",
|
|
76
|
-
"selectMemoryOption": "Select configuration option",
|
|
77
|
-
"selectOutputStyles": "Select output styles to install",
|
|
78
|
-
"selectedStyles": "Selected styles",
|
|
79
|
-
"singleConfigSaved": "Configuration {{name}} saved",
|
|
80
|
-
"singleConfigSaveFailed": "Failed to save configuration",
|
|
81
|
-
"updateDocsOnly": "Update workflow-related md files only with backup",
|
|
82
|
-
"updatingPrompts": "Updating Claude Code memory documents...",
|
|
83
|
-
"enterCustomModel": "Enter custom model name",
|
|
84
|
-
"systemPromptConfigured": "System prompt style configured",
|
|
85
|
-
"codexModelOptions.gpt5": "GPT-5 - General-purpose fallback for mixed product and coding work",
|
|
86
|
-
"codexModelOptions.gpt5Codex": "GPT-5-Codex - Recommended default for serious coding work",
|
|
87
|
-
"codexModelOptions.codexMiniLatest": "codex-mini-latest - Faster and lighter for high-frequency coding tasks",
|
|
88
|
-
"codexModelOptions.custom": "Custom - Specify custom model names",
|
|
89
|
-
"windowsMcpConfigFixed": "Windows MCP configuration fixed",
|
|
90
|
-
"setupCompleteTitle": "✅ CCJK Configuration Complete!",
|
|
91
|
-
"nextSteps": "🎯 Next Steps:",
|
|
92
|
-
"guidanceStep1": "1. Open {{runtime}} and use slash commands:",
|
|
93
|
-
"guidanceStep1Detail": "/ccjk:feat - Feature Dev /ccjk:git-commit - Smart Commit",
|
|
94
|
-
"guidanceStep1Detail2": "/ccjk:init-project - Init Project /commands - View installed",
|
|
95
|
-
"guidanceStep1MyclaudeDetail": "/ccjk:feat - Feature Dev /ccjk:git-commit - Smart Commit",
|
|
96
|
-
"guidanceStep1MyclaudeDetail2": "/ccjk:init-project - Init Project /commands - View installed",
|
|
97
|
-
"guidanceStep2": "2. Example:",
|
|
98
|
-
"guidanceStep2Example": "/ccjk:feat implement user login feature",
|
|
99
|
-
"guidanceStep3": "3. View all features:",
|
|
100
|
-
"guidanceStep3Command": "npx ccjk features",
|
|
101
|
-
"guidanceStep3Myclaude": "3. View installed commands:",
|
|
102
|
-
"guidanceStep3MyclaudeCommand": "/commands",
|
|
103
|
-
"guidanceStep4": "4. Verify setup health:",
|
|
104
|
-
"guidanceStep4Command": "npx ccjk doctor",
|
|
105
|
-
"guidanceStep5": "5. Keep CCJK updated:",
|
|
106
|
-
"guidanceStep5Command": "npx ccjk update",
|
|
107
|
-
"migration": {
|
|
108
|
-
"title": "Configuration Migration",
|
|
109
|
-
"migrationNeeded": "Configuration migration needed for Claude Code CLI 2.0-2.1 support",
|
|
110
|
-
"migratingConfig": "Migrating configuration...",
|
|
111
|
-
"migrationComplete": "Configuration migrated successfully",
|
|
112
|
-
"migrationFailed": "Configuration migration failed",
|
|
113
|
-
"validationErrors": "Configuration validation errors",
|
|
114
|
-
"configUpToDate": "Configuration is up to date"
|
|
115
|
-
},
|
|
116
|
-
"zeroConfig": {
|
|
117
|
-
"title": "Zero-Config Permission Presets",
|
|
118
|
-
"selectPreset": "Select permission preset",
|
|
119
|
-
"confirmApply": "Confirm applying this preset?",
|
|
120
|
-
"presetApplied": "Permission preset applied",
|
|
121
|
-
"backedUpTo": "Backed up to",
|
|
122
|
-
"configFile": "Config file",
|
|
123
|
-
"presetNotFound": "Error: Preset not found",
|
|
124
|
-
"useListToSee": "Use --list to see available presets",
|
|
125
|
-
"availablePresets": "Available Permission Presets",
|
|
126
|
-
"presetDetails": "Preset Details",
|
|
127
|
-
"permissionsToAdd": "Permissions to be added",
|
|
128
|
-
"total": "Total",
|
|
129
|
-
"items": "items",
|
|
130
|
-
"commands": "commands",
|
|
131
|
-
"operations": "operations",
|
|
132
|
-
"allPermissionsExist": "All permissions already exist",
|
|
133
|
-
"usage": "Usage: npx ccjk zc --preset=<id>",
|
|
134
|
-
"presets": {
|
|
135
|
-
"max": {
|
|
136
|
-
"name": "Maximum Permissions",
|
|
137
|
-
"description": "All common commands, file operations, and MCP servers"
|
|
138
|
-
},
|
|
139
|
-
"dev": {
|
|
140
|
-
"name": "Developer Preset",
|
|
141
|
-
"description": "Build tools, git, package managers, and file operations"
|
|
142
|
-
},
|
|
143
|
-
"safe": {
|
|
144
|
-
"name": "Safe Preset",
|
|
145
|
-
"description": "Read-only commands, no file modifications"
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
"fields": {
|
|
150
|
-
"language": {
|
|
151
|
-
"label": "Response Language",
|
|
152
|
-
"description": "Language for AI responses (e.g., 'japanese', 'chinese', 'english'). Leave empty for system default.",
|
|
153
|
-
"placeholder": "e.g., japanese, chinese, english"
|
|
154
|
-
},
|
|
155
|
-
"plansDirectory": {
|
|
156
|
-
"label": "Plans Directory",
|
|
157
|
-
"description": "Custom directory for storing plan files. Leave empty for default location.",
|
|
158
|
-
"placeholder": "/path/to/plans"
|
|
159
|
-
},
|
|
160
|
-
"showTurnDuration": {
|
|
161
|
-
"label": "Show Turn Duration",
|
|
162
|
-
"description": "Display the time taken for each turn in the conversation"
|
|
163
|
-
},
|
|
164
|
-
"respectGitignore": {
|
|
165
|
-
"label": "Respect Gitignore",
|
|
166
|
-
"description": "Respect .gitignore file when performing file operations"
|
|
167
|
-
},
|
|
168
|
-
"auto": {
|
|
169
|
-
"label": "Auto-Enable Features",
|
|
170
|
-
"description": "Configure auto-enable thresholds for features",
|
|
171
|
-
"mcp": {
|
|
172
|
-
"label": "MCP Auto-Enable Threshold",
|
|
173
|
-
"description": "Number of uses before auto-enabling an MCP server",
|
|
174
|
-
"placeholder": "5"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"agent": {
|
|
178
|
-
"label": "Default Agent",
|
|
179
|
-
"description": "Default agent to use for Claude Code CLI 2.0+",
|
|
180
|
-
"placeholder": "e.g., opus, sonnet, haiku"
|
|
181
|
-
},
|
|
182
|
-
"thinking": {
|
|
183
|
-
"label": "Extended Thinking",
|
|
184
|
-
"description": "Configure extended thinking mode",
|
|
185
|
-
"enabled": {
|
|
186
|
-
"label": "Enable Extended Thinking",
|
|
187
|
-
"description": "Enable extended thinking mode for complex problem solving"
|
|
188
|
-
},
|
|
189
|
-
"budgetTokens": {
|
|
190
|
-
"label": "Thinking Budget Tokens",
|
|
191
|
-
"description": "Maximum tokens to use for thinking (default: 10240)",
|
|
192
|
-
"placeholder": "10240"
|
|
193
|
-
}
|
|
194
|
-
},
|
|
195
|
-
"fileSuggestion": {
|
|
196
|
-
"label": "File Suggestion",
|
|
197
|
-
"description": "Configure file suggestion mechanism",
|
|
198
|
-
"command": {
|
|
199
|
-
"label": "File Suggestion Command",
|
|
200
|
-
"description": "Command to use for file suggestions (e.g., 'git', 'grep')",
|
|
201
|
-
"placeholder": "git"
|
|
202
|
-
}
|
|
203
|
-
},
|
|
204
|
-
"allowUnsandboxedCommands": {
|
|
205
|
-
"label": "Allow Unsandboxed Commands",
|
|
206
|
-
"description": "Allow execution of commands without sandboxing (dangerous)"
|
|
207
|
-
},
|
|
208
|
-
"disallowedTools": {
|
|
209
|
-
"label": "Disallowed Tools",
|
|
210
|
-
"description": "List of tools that should not be available to Claude"
|
|
211
|
-
},
|
|
212
|
-
"attribution": {
|
|
213
|
-
"label": "Attribution",
|
|
214
|
-
"description": "Custom attribution string for AI responses",
|
|
215
|
-
"placeholder": "Leave empty for default"
|
|
216
|
-
},
|
|
217
|
-
"index": {
|
|
218
|
-
"label": "Index Configuration",
|
|
219
|
-
"description": "Context indexing settings",
|
|
220
|
-
"maxFiles": {
|
|
221
|
-
"label": "Maximum Files to Index",
|
|
222
|
-
"description": "Maximum number of files to include in context index",
|
|
223
|
-
"placeholder": "10000"
|
|
224
|
-
},
|
|
225
|
-
"maxFileSize": {
|
|
226
|
-
"label": "Maximum File Size",
|
|
227
|
-
"description": "Maximum file size to index in bytes (default: 2097152 = 2MB)",
|
|
228
|
-
"placeholder": "2097152"
|
|
229
|
-
}
|
|
230
|
-
},
|
|
231
|
-
"allowBrowser": {
|
|
232
|
-
"label": "Allow Browser Automation",
|
|
233
|
-
"description": "Allow Claude to use browser automation tools"
|
|
234
|
-
}
|
|
235
|
-
}
|
|
236
|
-
}
|