{
  "name": "Code Development (Chinese)",
  "observation_types": [
    {
      "id": "bugfix",
      "label": "bug 修复",
      "description": "有问题的内容已被修复",
      "emoji": "🔴",
      "work_emoji": "🛠️"
    },
    {
      "id": "feature",
      "label": "功能",
      "description": "新增能力或功能",
      "emoji": "🟣",
      "work_emoji": "🛠️"
    },
    {
      "id": "refactor",
      "label": "重构",
      "description": "代码结构调整，行为不变",
      "emoji": "🔄",
      "work_emoji": "🛠️"
    },
    {
      "id": "change",
      "label": "变更",
      "description": "通用修改（文档、配置、杂项）",
      "emoji": "✅",
      "work_emoji": "🛠️"
    },
    {
      "id": "discovery",
      "label": "发现",
      "description": "了解现有系统",
      "emoji": "🔵",
      "work_emoji": "🔍"
    },
    {
      "id": "decision",
      "label": "决策",
      "description": "带理由的架构或设计选择",
      "emoji": "⚖️",
      "work_emoji": "⚖️"
    }
  ],
  "prompts": {
    "footer": "IMPORTANT! DO NOT do any work right now other than generating this OBSERVATIONS from tool use messages - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the observation content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful observations.\n\nRemember that we record these observations as a way of helping us stay on track with our progress, and to help us keep important decisions and changes at the forefront of our minds! :) Thank you so much for your help!\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 中文",
    "xml_title_placeholder": "[**title**: 捕捉核心行动或主题的简短标题]",
    "xml_subtitle_placeholder": "[**subtitle**: 一句话解释（最多24个单词）]",
    "xml_fact_placeholder": "[简洁、独立的陈述]",
    "xml_narrative_placeholder": "[**narrative**: 完整背景：做了什么、如何工作、为什么重要]",
    "xml_concept_placeholder": "[知识类型类别]",
    "xml_file_placeholder": "[文件路径]",
    "xml_summary_request_placeholder": "[捕捉用户请求和讨论/完成内容实质的简短标题]",
    "xml_summary_investigated_placeholder": "[到目前为止探索了什么？检查了什么？]",
    "xml_summary_learned_placeholder": "[你了解到了什么工作原理？]",
    "xml_summary_completed_placeholder": "[到目前为止完成了什么工作？发布或更改了什么？]",
    "xml_summary_next_steps_placeholder": "[在此会话中，你正在积极处理或计划接下来处理什么？]",
    "xml_summary_notes_placeholder": "[关于当前进度的其他见解或观察]",
    "continuation_instruction": "IMPORTANT: Continue generating observations from tool use messages using the XML structure below.\n\nLANGUAGE REQUIREMENTS: Please write the observation data in 中文",
    "summary_footer": "IMPORTANT! DO NOT do any work right now other than generating this next PROGRESS SUMMARY - and remember that you are a memory agent designed to summarize a DIFFERENT claude code session, not this one.\n\nNever reference yourself or your own actions. Do not output anything other than the summary content formatted in the XML structure above. All other output is ignored by the system, and the system has been designed to be smart about token usage. Please spend your tokens wisely on useful summary content.\n\nThank you, this summary will be very useful for keeping track of our progress!\n\nLANGUAGE REQUIREMENTS: Please write ALL summary content (request, investigated, learned, completed, next_steps, notes) in 中文"
  },
  "context_labels": {
    "recent_context": "近期上下文",
    "no_previous_sessions": "未找到过往会话。",
    "legend": "图例",
    "format": "格式",
    "fetch_details": "获取详情",
    "stats": "统计",
    "observations_short": "条观察",
    "read_tokens_short": "t 阅读",
    "work_tokens_short": "t 工作",
    "savings": "节省",
    "saved_tokens": "t 已节省",
    "session": "会话",
    "previously": "之前",
    "session_started": "会话已开始",
    "access_prefix": "可通过 get_observations([IDs]) 或 mem-search skill 查看",
    "access_suffix": "过往工作记录。",
    "column_key": "列说明",
    "read": "读取",
    "read_description": "读取这条观察所需的 token（现在了解它的成本）",
    "work": "工作",
    "work_description": "产出这条记录所花费的工作 token（研究、构建、决策）",
    "context_index": "上下文索引",
    "context_index_description": "这个语义索引（标题、类型、文件、token）通常足以了解过往工作。",
    "details_intro": "需要实现细节、决策理由或调试上下文时：",
    "fetch_by_id": "按 ID 获取：对索引中可见的观察使用 get_observations([IDs])",
    "search_history": "搜索历史：使用 mem-search skill 查找过往决策、bug 和深入研究",
    "trust_index": "优先信任这个索引，不要重复读取代码来获取过往决策和经验",
    "context_economics": "上下文经济性",
    "loading": "加载",
    "tokens_to_read": "读取成本",
    "work_investment": "工作投入",
    "work_investment_description": "用于研究、构建和决策的 token 投入",
    "your_savings": "已节省",
    "tokens": "tokens",
    "reduction_from_reuse": "来自复用的减少比例",
    "access_human_suffix": "过往研究与决策 token。使用 ccx-ecc-mem skill 可按 ID 访问记忆。"
  }
}
