44 */
55export const mockTranslations : Record < string , Record < string , string > > = {
66 hero : {
7- title : 'Multi- AI Rules for Consistent Coding ' ,
8- subtitle : 'One ruleset for Cursor, Claude Code, Codex, Antigravity, Q, and Kiro .' ,
7+ title : 'Prove Your AI Coding Is Actually Improving ' ,
8+ subtitle : 'One command. 9 AI tools. Measurable impact on every session .' ,
99 cta : 'Get Started' ,
1010 github : 'Star on GitHub' ,
1111 terminalTitle : '~/your-project' ,
1212 terminalCmd : 'npx codingbuddy init' ,
1313 terminalInstalling : 'Installing codingbuddy-rules...' ,
14- terminalRulesSynced : 'Rules synced to 6 AI tools' ,
15- terminalAgents : '35 specialist agents activated' ,
14+ terminalRulesSynced : 'Rules synced to 9 AI tools' ,
15+ terminalAgents : '37 specialist agents activated' ,
1616 terminalWorkflow : 'PLAN → ACT → EVAL workflow ready' ,
17+ terminalSkills : '50 built-in skills loaded' ,
1718 terminalCursorrules : '.cursorrules' ,
1819 terminalClaudeMd : 'CLAUDE.md' ,
1920 terminalCodex : '.codex/' ,
2021 terminalAntigravity : '.antigravity/' ,
2122 terminalQ : '.q/' ,
2223 terminalKiro : '.kiro/' ,
24+ terminalWindsurf : '.windsurfrules' ,
25+ terminalAider : '.aider.conf.yml' ,
26+ terminalOpenCode : '.opencode/' ,
2327 terminalReady : 'Ready! One source, all tools.' ,
2428 } ,
29+ socialProof : {
30+ agents : '37 Agents' ,
31+ tools : '9 AI Tools' ,
32+ skills : '50 Skills' ,
33+ checklists : '9 Checklists' ,
34+ languages : '8 Languages' ,
35+ } ,
2536 agents : {
26- title : '35 Specialist Agents' ,
37+ title : '37 Specialist Agents' ,
2738 subtitle : 'Focused expertise for every aspect of development' ,
2839 filter : 'Filter by category' ,
2940 allCategories : 'All' ,
@@ -36,6 +47,14 @@ export const mockTranslations: Record<string, Record<string, string>> = {
3647 'categories.Security' : 'Security' ,
3748 'categories.UX' : 'UX' ,
3849 count : '{count} agents' ,
50+ stacks : 'Agent Stacks' ,
51+ stacksSubtitle : 'Pre-built teams for common workflows' ,
52+ fullStack : 'Full-Stack' ,
53+ apiDev : 'API Development' ,
54+ dataPipeline : 'Data Pipeline' ,
55+ frontendPolish : 'Frontend Polish' ,
56+ mlInfra : 'ML Infrastructure' ,
57+ securityAudit : 'Security Audit' ,
3958 } ,
4059 quickStart : {
4160 title : 'Quick Start' ,
@@ -48,6 +67,9 @@ export const mockTranslations: Record<string, Record<string, string>> = {
4867 step3Desc : 'Use PLAN, ACT, EVAL modes with specialist agents' ,
4968 copy : 'Copy' ,
5069 copied : 'Copied!' ,
70+ tab_claude : 'Claude Code' ,
71+ tab_cursor : 'Cursor' ,
72+ tab_codex : 'Codex' ,
5173 } ,
5274 header : {
5375 'nav.features' : 'Features' ,
@@ -77,24 +99,29 @@ export const mockTranslations: Record<string, Record<string, string>> = {
7799 decline : 'Decline' ,
78100 } ,
79101 metadata : {
80- title : 'Codingbuddy - Multi-AI Rules for Consistent Coding' ,
81- description : 'One ruleset for Cursor, Claude Code, Codex, Antigravity, Q, and Kiro.' ,
102+ title : 'Codingbuddy - Prove Your AI Coding Is Actually Improving' ,
103+ description :
104+ 'One command for 9 AI tools. 37 specialist agents. Measurable impact on every session.' ,
82105 } ,
83106 beforeAfter : {
84107 title : 'The Problem & Solution' ,
85108 beforeLabel : 'Before' ,
86109 afterLabel : 'After' ,
87- beforeFiles : '6 config files. Always out of sync.' ,
110+ beforeFiles : '9 config files. Always out of sync.' ,
88111 afterFiles : 'Single source. Auto-synced to all tools.' ,
89112 cursorrules : '.cursorrules' ,
90113 claudeMd : 'CLAUDE.md' ,
91114 codexRules : '.codex/instructions.md' ,
92115 antigravityRules : '.antigravity/rules.md' ,
93116 qRules : '.q/rules.md' ,
94117 kiroRules : '.kiro/rules.md' ,
118+ windsurfRules : '.windsurfrules' ,
119+ aiderRules : '.aider.conf.yml' ,
120+ opencodeRules : '.opencode/rules.md' ,
95121 singleSource : 'codingbuddy-rules/.ai-rules/' ,
96122 autoSynced : 'Auto-synced' ,
97123 alwaysCurrent : 'Always current' ,
124+ impactTracked : 'Impact tracked' ,
98125 } ,
99126 supportedTools : {
100127 title : 'Works with your favorite AI tools' ,
@@ -105,6 +132,9 @@ export const mockTranslations: Record<string, Record<string, string>> = {
105132 antigravity : 'Antigravity' ,
106133 amazonQ : 'Amazon Q' ,
107134 kiro : 'Kiro' ,
135+ windsurf : 'Windsurf' ,
136+ aider : 'Aider' ,
137+ opencode : 'OpenCode' ,
108138 } ,
109139 tuiDashboard : {
110140 title : 'Real-Time Agent Dashboard' ,
@@ -126,26 +156,100 @@ export const mockTranslations: Record<string, Record<string, string>> = {
126156 features : {
127157 title : 'What You Get' ,
128158 universalRulesTitle : 'Universal Rules' ,
129- universalRulesDesc : 'One source of truth automatically applied to all 6 AI coding tools.' ,
130- agentsTitle : '35 AI Agents' ,
159+ universalRulesDesc : 'One source of truth automatically applied to all 9 AI coding tools.' ,
160+ agentsTitle : '37 Specialist Agents' ,
131161 agentsDesc :
132- 'Specialist agents for architecture, security, testing, performance, and accessibility.' ,
162+ 'Domain experts for architecture, security, testing, performance, and accessibility.' ,
133163 workflowTitle : 'Structured Workflow' ,
134164 workflowDesc : 'PLAN → ACT → EVAL cycle ensures consistent quality across all development.' ,
135165 qualityTitle : 'Quality Built-in' ,
136166 qualityDesc : 'TDD, SOLID principles, and 90%+ test coverage enforced as standard practice.' ,
137- mcpTitle : 'MCP Protocol' ,
138- mcpDesc : 'Standard Model Context Protocol for seamless AI tool integration.' ,
167+ impactTitle : 'Session Impact Reports' ,
168+ impactDesc :
169+ 'Measurable proof that AI coding is improving — issues prevented, agents dispatched, rules enforced.' ,
170+ selfEvolvingTitle : 'Self-Evolving Rules' ,
171+ selfEvolvingDesc :
172+ 'Rules that learn from repeated failure patterns and suggest improvements automatically.' ,
173+ skillsTitle : '50 Built-in Skills' ,
174+ skillsDesc : 'Reusable workflows for TDD, shipping, code review, debugging, and more.' ,
139175 zeroConfigTitle : 'Zero Config' ,
140176 zeroConfigDesc : 'One command to install. Works out of the box with all supported tools.' ,
141177 } ,
178+ workflowDemo : {
179+ title : 'Your AI Coding Workflow, Supercharged' ,
180+ subtitle : 'Four modes that take AI-assisted development from chaos to production-ready.' ,
181+ planTitle : 'PLAN' ,
182+ planDesc :
183+ 'Question-first planning with intelligent clarification. Specialists recommend architecture before a single line of code.' ,
184+ planDetail1 : 'Clarification gate catches ambiguity' ,
185+ planDetail2 : 'Specialists recommend architecture' ,
186+ planDetail3 : 'Permission forecast before execution' ,
187+ actTitle : 'ACT' ,
188+ actDesc :
189+ 'Execute with TDD discipline. Real-time rule enforcement prevents drift. Quality gates block bad patterns.' ,
190+ actDetail1 : 'TDD Red → Green → Refactor cycle' ,
191+ actDetail2 : 'Live rule enforcement' ,
192+ actDetail3 : 'Dynamic checklists per domain' ,
193+ evalTitle : 'EVAL' ,
194+ evalDesc :
195+ 'Specialist council independently reviews. Cross-review findings. Consensus-driven approval.' ,
196+ evalDetail1 : 'Parallel specialist review' ,
197+ evalDetail2 : 'Cross-review and debate' ,
198+ evalDetail3 : 'Consensus: approve / concern / reject' ,
199+ autoTitle : 'AUTO' ,
200+ autoDesc :
201+ 'Fully autonomous cycle. Iterates PLAN → ACT → EVAL until zero critical issues. Ship with confidence.' ,
202+ autoDetail1 : 'Autonomous iteration' ,
203+ autoDetail2 : 'Quality gate: Critical=0, High=0' ,
204+ autoDetail3 : 'Production-ready guarantee' ,
205+ } ,
206+ hudShowcase : {
207+ title : 'Intelligence at a Glance' ,
208+ subtitle :
209+ 'A living statusbar that breathes with your session — cost tracking, cache savings, and mode awareness built in.' ,
210+ buddyTitle : 'Breathing Buddy' ,
211+ buddyDesc :
212+ 'Animated avatar reacts to session phase — idle, thinking, active, blocked, victory.' ,
213+ costTitle : 'Cost Velocity' ,
214+ costDesc :
215+ 'Real-time spend-rate tracking with trend indicators so you never get a billing surprise.' ,
216+ cacheTitle : 'Cache Savings' ,
217+ cacheDesc : 'See exactly how much prompt caching saves you per session.' ,
218+ modeTitle : 'Mode Rainbow' ,
219+ modeDesc :
220+ 'Per-mode color gradients — blue for PLAN, green for ACT, purple for EVAL, rainbow for AUTO.' ,
221+ contextTitle : 'Context Bar' ,
222+ contextDesc : 'Visual progress bar shows context window usage with warning thresholds.' ,
223+ screenshotAlt :
224+ 'Codingbuddy HUD Statusbar showing buddy face, cost velocity, cache savings, and mode indicator' ,
225+ } ,
226+ skillsLibrary : {
227+ title : '50 Built-in Skills' ,
228+ subtitle : 'Reusable workflows that codify best practices into repeatable actions' ,
229+ development : 'Development' ,
230+ teamGit : 'Team & Git' ,
231+ review : 'Review & Code' ,
232+ intelligence : 'Intelligence' ,
233+ specialized : 'Specialized' ,
234+ developmentSkills :
235+ 'TDD, Refactoring, Debugging, Performance Optimization, Brainstorming, Legacy Modernization, Database Migration, API Design, Frontend Design, MCP Builder' ,
236+ teamGitSkills : 'Ship, Git Master, Worktrees, Parallel Agents, Subagent Dev, Cross-Repo Issues' ,
237+ reviewSkills :
238+ 'PR Review, PR All-in-One, Code Review, Code Explanation, Error Analysis, Build Fix, Verification' ,
239+ intelligenceSkills :
240+ 'Retrospective, Security Audit, Tech Debt, Rule Authoring, Skill Creator, Prompt Engineering' ,
241+ specializedSkills :
242+ 'Incident Response, Onboard, Deployment Checklist, Cost Budget, Widget Architecture, Agent Design' ,
243+ } ,
142244 ctaFooter : {
143- title : 'Ready to unify your AI coding?' ,
245+ title : 'Ready to prove your AI coding works ?' ,
144246 command : 'npx codingbuddy init' ,
145- github : 'GitHub' ,
247+ github : 'Star on GitHub' ,
146248 docs : 'Documentation' ,
147- copyright : `© {year} Codingbuddy. All rights reserved.` ,
148- madeWith : 'Made for developers who ship with AI' ,
249+ copy : 'Copy' ,
250+ copied : 'Copied!' ,
251+ copyright : `© {year} Codingbuddy. MIT License.` ,
252+ madeWith : '37 agents. 9 tools. 50 skills. One command.' ,
149253 } ,
150254} ;
151255
0 commit comments