跳转到内容

Hagicode Terminology Dictionary

This document provides the official English translations for Hagicode-specific terms to ensure consistency across all translated documentation.

ChineseEnglishContext Notes
提案驱动开发Proposal-driven developmentCore Hagicode development philosophy
提案会话Proposal sessionSession type for structured development workflows
只读模式Read-only modeMode for code exploration without modifications
编辑模式Edit modeMode for code modification and implementation
普通会话Conversation sessionTraditional chat-based interaction with AI
只读会话Read-only sessionSession operating in read-only mode
编辑会话Edit sessionSession operating in edit mode
OpenSpec 工作流OpenSpec workflowAlways capitalize “OpenSpec”
提案ProposalStructured document outlining change implementation
归档ArchiveProcess of storing completed proposals
TermNotes
GrainOrleans framework concept - always capitalize
MonospecMonorepo configuration - always capitalize
OpenSpecSpecification-driven workflow - always capitalize
SDDSoftware Design Document - always uppercase
ChineseEnglishContext Notes
只读会话按钮Read-only session buttonButton for creating read-only sessions
编辑会话按钮Edit session buttonButton for creating edit sessions
提案会话按钮Proposal session buttonButton for creating proposal sessions
会话切换Session switcherUI component for switching between sessions
语言切换器Language switcherUI component for switching languages
提交SubmitForm action button
取消CancelForm action button
ChineseEnglishContext Notes
双模式设计Dual-mode designRead-only/Edit mode architecture
自举Self-bootstrappingUsing the tool to develop itself
规范驱动开发Specification-driven developmentDevelopment following defined specifications
验证标准Validation criteriaCriteria for verifying task completion
任务清单Task listList of tasks in a proposal
设计决策Design decisionRecorded decision made during development
代码审查Code reviewReview of code changes
知识沉淀Knowledge retentionCapturing and storing team knowledge
ChineseEnglishContext Notes
Monospec - 多仓库统一管理Monospec - Multi-repository unified managementFeature name
AI Compose CommitAI Compose CommitFeature name - preserve original
深度代码理解Deep code understandingAI capability
智能对话交互Intelligent conversation interactionAI capability
多会话并发Concurrent multi-sessionFeature allowing multiple sessions
项目列表Project listUI component
项目详情Project detailsUI component
SDD 管理SDD managementSoftware Design Document management
ChineseEnglishContext Notes
提交信息Commit messageGit commit description
符合规范Compliant with standardsFollowing conventions
提交历史Commit historyHistory of commits
ChineseEnglishContext Notes
产品概述Product overviewMain product introduction
快速入门Quick startGetting started guides
安装指南Installation guideInstallation instructions
贡献者指南Contributor guideGuide for contributors
功能指南Feature guideFeature documentation
使用示例Usage exampleExample showing how to use
核心特性Core featuresMain product features
ChineseEnglishContext Notes
即将推出Coming soonPlaceholder for future content
需要帮助Need helpHelp section header
在 GitHub 上提 IssueOpen an issue on GitHubCall to action
查看文档View documentationNavigation link
  • Always Capitalize: OpenSpec, Monospec, Grain, SDD, AI Compose Commit
  • Title Case: Use for page titles, section headings, button labels
  • Sentence Case: Use for descriptions, body text, list items
  • Preserve all code syntax and logic exactly as-is
  • Translate code comments to English
  • Keep configuration keys and values unchanged
  • Translate descriptive comments within configuration files
  • Always use the exact English translation specified in this dictionary
  • Do not create alternative translations for the same Chinese term
  • When translating, reference this dictionary first
  • If a term is not in this dictionary, add it before using
// Chinese original:
// 创建新会话
const createSession = async (data: SessionData) => {
// ...
}
// English translation:
// Create new session
const createSession = async (data: SessionData) => {
// ...
}
  • Translate step titles, labels, and decision text to English
  • Preserve the original workflow logic when rewriting it as lists, tables, or cards
  • Use terminology from this dictionary for all visual labels and captions
  • Update internal links to include /en/ prefix
  • Preserve external link URLs unchanged
  • Example: /quick-start/wizard-setup/en/quick-start/wizard-setup

Last Updated: 2026-02-26

Maintainer: Hagicode Documentation Team

Version: 1.0