Loading...
Loading...
Compare original and translation side by side
docs/system/docs/system/.sync-state.json.sync-state.json#eve_horizon_path.sync-map.json.sync-state.json.sync-state.json#eve_horizon_path.sync-map.jsonPlanned (Not Implemented)What's nexteve-work/eve-read-eve-docs/SKILL.mdeve-work/eve-read-eve-docs/SKILL.mdHORIZON_PATH="$(jq -r '.eve_horizon_path' .sync-state.json)"
LAST_SYNCED_COMMIT="$(jq -r '.last_synced_commit' .sync-state.json)"
test -n "$HORIZON_PATH" && test "$HORIZON_PATH" != "null"
git -C "$HORIZON_PATH" rev-parse --is-inside-work-treeHORIZON_PATH="$(jq -r '.eve_horizon_path' .sync-state.json)"
LAST_SYNCED_COMMIT="$(jq -r '.last_synced_commit' .sync-state.json)"
test -n "$HORIZON_PATH" && test "$HORIZON_PATH" != "null"
git -C "$HORIZON_PATH" rev-parse --is-inside-work-treegit -C "$HORIZON_PATH" log --oneline "$LAST_SYNCED_COMMIT"..HEADfeat:fix:docs:chore:refactor:git -C "$HORIZON_PATH" log --oneline "$LAST_SYNCED_COMMIT"..HEADfeat:fix:docs:chore:refactor:git -C "$HORIZON_PATH" diff --stat "$LAST_SYNCED_COMMIT"..HEAD -- docs/plans/sed -n '1,20p' "$HORIZON_PATH/docs/plans/<plan-file>.md"ImplementedCompleteDoneIn ProgressPartially ImplementedProposedPlanDraftReady to buildgit -C "$HORIZON_PATH" diff --stat "$LAST_SYNCED_COMMIT"..HEAD -- docs/plans/sed -n '1,20p' "$HORIZON_PATH/docs/plans/<plan-file>.md"ImplementedCompleteDoneIn ProgressPartially ImplementedProposedPlanDraftReady to buildundefinedundefinedundefinedundefinedgit -C "$HORIZON_PATH" diff --stat "$LAST_SYNCED_COMMIT"..HEAD -- docs/system/ AGENTS.mdgit -C "$HORIZON_PATH" diff --stat "$LAST_SYNCED_COMMIT"..HEAD -- docs/system/ AGENTS.mdfind "$HORIZON_PATH/packages/cli/src/commands" -maxdepth 1 -name '*.ts' -print | sortfind "$HORIZON_PATH/packages/cli/src/commands" -maxdepth 1 -name '*.ts' -print | sortCapability: <name>
Plan: docs/plans/<file>.md (status: Implemented)
Feat commits: <matching commit hashes>
Code signal: <new CLI commands, new migrations, new/removed modules>
System doc: <updated/created/unchanged>
Scope: <which platform areas this touches>
One-line summary: <what this capability does, from the plan header>功能:<名称>
计划:docs/plans/<文件>.md(状态:已实现)
Feat提交:<匹配的提交哈希>
代码信号:<新CLI命令、新迁移、新增/移除模块>
系统文档:<已更新/已创建/未变更>
范围:<涉及哪些平台领域>
一行摘要:<该功能的作用,来自计划标题>eve-read-eve-docseve-read-eve-docseve-work/eve-read-eve-docs/SKILL.mdreference_docs.sync-map.jsoneve-work/eve-read-eve-docs/SKILL.md.sync-map.jsonreference_docseve-work/eve-read-eve-docs/SKILL.mdeve-work/eve-read-eve-docs/SKILL.md.sync-map.jsonskill_triggerscomposite_triggerseve-se/eve-manifest-authoringeve-se/eve-deploy-debuggingeve-se/eve-auth-and-secretseve-work/eve-agent-memoryeve-design/eve-fullstack-app-design.sync-map.jsonskill_triggerscomposite_triggerseve-se/eve-manifest-authoringeve-se/eve-deploy-debuggingeve-se/eve-auth-and-secretseve-work/eve-agent-memoryeve-design/eve-fullstack-app-designUpdate <target-file>: <capability name>.sync-state.json#eve_horizon_path<last_synced_commit>..HEADUpdate sync state and produce reporteve-work/eve-read-eve-docsRun state-today compliance scan for eve-read-eve-docsValidate progressive-access routing in eve-read-eve-docs/SKILL.mdUpdate .sync-map.json with any new reference doc mappings更新 <目标文件>: <功能名称>.sync-state.json#eve_horizon_path<last_synced_commit>..HEAD更新同步状态并生成报告eve-work/eve-read-eve-docs为eve-read-eve-docs运行state-today合规扫描验证eve-read-eve-docs/SKILL.md中的渐进式访问路由更新.sync-map.json中的新参考文档映射Your primary sources are shipped plans (marked Implemented/Complete) and code changes. System docs are secondary — they may lag behind or be absent.
- Read the plan(s) listed in your task — understand what shipped and why.
- Read the current reference doc you're updating.
- Run the git diff for relevant source files (code, system docs).
- If the plan references specific CLI commands or APIs, verify they exist:
bashtest -f "$HORIZON_PATH/packages/cli/src/commands/<name>.ts"- Distill the shipped capability into the reference doc:
- What it does (from plan + code)
- How to use it (CLI commands, manifest config, API calls)
- Key constraints or requirements
- Exclude roadmap content. Only document what is implemented.
- Edit the existing file; do not rewrite from scratch.
- Preserve existing structure, voice, and formatting.
你的主要来源是已上线计划(标记为已实现/完成)和代码变更。 系统文档是次要来源——它们可能滞后或缺失。
- 读取任务中列出的计划——理解已上线内容及原因。
- 读取你要更新的当前参考文档。
- 运行相关源文件(代码、系统文档)的git diff命令。
- 若计划提及特定CLI命令或API,验证它们是否存在:
bashtest -f "$HORIZON_PATH/packages/cli/src/commands/<name>.ts"- 将已上线功能提炼到参考文档中:
- 功能作用(来自计划+代码)
- 使用方法(CLI命令、清单配置、API调用)
- 关键约束或要求
- 排除路线图内容。仅记录已实现的功能。
- 编辑现有文件;不要从头重写。
- 保留现有结构、语气和格式。
- Read the plan(s) that describe this capability.
- Check for any system doc coverage at
(may not exist).$HORIZON_PATH/docs/system/<name>.md- Read the CLI command source at
if relevant.$HORIZON_PATH/packages/cli/src/commands/<name>.ts- Create a reference doc that follows the conventions of existing references in
.eve-work/eve-read-eve-docs/references/- Include: purpose, CLI commands/flags, manifest config if relevant, key behaviors, constraints.
- Keep it concise and agent-actionable. These are distillations, not documentation copies.
- State-today only — no planned/roadmap content.
- 读取描述此功能的计划。
- 检查
是否有系统文档覆盖(可能不存在)。$HORIZON_PATH/docs/system/<name>.md- 若相关,读取CLI命令源码
。$HORIZON_PATH/packages/cli/src/commands/<name>.ts- 创建符合
中现有参考文档规范的新参考文档。eve-work/eve-read-eve-docs/references/- 包含:用途、CLI命令/参数、相关清单配置、关键行为、约束条件。
- 保持简洁且适合Agent操作。这些是提炼内容,而非文档副本。
- 仅记录当前状态——不包含计划/路线图内容。
Your primary sources are shipped plans and code changes.
- Read the plan(s) listed in your task.
- Read the current SKILL.md you're updating.
- Update with new commands, changed workflows, or new capabilities.
- Remove stale content that references deprecated features.
- Keep state-today only. Ensure progressive disclosure.
- Maintain imperative voice and conciseness.
- Edit the existing file; do not rewrite from scratch.
你的主要来源是已上线计划和代码变更。
- 读取任务中列出的计划。
- 读取你要更新的当前SKILL.md文件。
- 更新新增命令、变更工作流或新功能。
- 移除引用已弃用功能的过时内容。
- 仅记录当前状态。确保渐进式披露。
- 保持命令式语气和简洁性。
- 编辑现有文件;不要从头重写。
This worker updates the eve-read-eve-docs SKILL.md routing, index, and coverage matrix.
- Read the current
.eve-work/eve-read-eve-docs/SKILL.md- For each new reference doc created by other workers, add:
- A Task Router entry describing when to load it
- An Index entry with the file path and one-line description
- An Intent Coverage Matrix row if it serves a distinct user intent
- For each removed capability, clean up stale routing entries.
- Add any new trigger keywords to the YAML frontmatter.
- Maintain alphabetical or logical ordering within sections.
此工作器负责更新eve-read-eve-docs SKILL.md的路由、索引和覆盖矩阵。
- 读取当前的
。eve-work/eve-read-eve-docs/SKILL.md- 对于其他工作器创建的每个新参考文档,添加:
- 任务路由条目,描述何时加载该文档
- 索引条目,包含文件路径和一行描述
- 若服务于独特用户意图,则添加意图覆盖矩阵行
- 对于每个已移除的功能,清理过时的路由条目。
- 向前置YAML元数据添加新的触发关键词。
- 保持各章节内的字母顺序或逻辑顺序。
This is a cross-cutting skill that spans multiple platform primitives. Your job is to validate that the skill's claims match current platform reality.
- Read the SKILL.md and all files in its
directory.references/- Read the shipped plan(s) listed in your task for context on what changed.
- List current CLI command modules:
bashfind "$HORIZON_PATH/packages/cli/src/commands" -maxdepth 1 -name '*.ts' -print | sort- Scan the skill for stale claims:
- "No dedicated X" / "X not available" / "not yet supported" — check if X now exists.
- "Current Gaps" or "Workarounds" sections — verify each gap is still a gap.
- Decision tables or comparison matrices — check for missing rows.
- References to removed features (e.g., inference/ollama/managed-models).
- If stale claims are found, update the skill. Add new primitives. Remove false gaps.
- Keep state-today only. Maintain imperative voice and conciseness.
- Edit existing files; do not rewrite from scratch.
Report what was stale and what you corrected.
这是一项跨多个平台基础功能的技能。 你的任务是验证技能包中的描述是否与当前平台实际情况匹配。
- 读取SKILL.md及其
目录下的所有文件。references/- 读取任务中列出的已上线计划,了解变更背景。
- 列出当前CLI命令模块:
bashfind "$HORIZON_PATH/packages/cli/src/commands" -maxdepth 1 -name '*.ts' -print | sort- 扫描技能包中的过时描述:
- “无专用X”/“X不可用”/“暂不支持”——检查X是否现已存在。
- “当前差距”或“变通方案”章节——验证每个差距是否仍然存在。
- 决策表或对比矩阵——检查是否缺少行。
- 引用已移除功能的内容(如inference/ollama/managed-models)。
- 若发现过时描述,更新技能包。添加新基础功能。移除错误的差距描述。
- 仅记录当前状态。保持命令式语气和简洁性。
- 编辑现有文件;不要从头重写。
报告哪些内容过时以及你进行了哪些修正。
Updateto reflect new mappings discovered during this sync..sync-map.json
- Read the current
..sync-map.json- For each new reference doc created, add a
entry mapping the source files to the target.reference_docs- For each new skill trigger relationship discovered, add a
entry.skill_triggers- For removed source docs, clean up stale mappings.
- Ensure
covers any new directories that should be monitored.watch_paths
更新以反映本次同步中发现的新映射关系。.sync-map.json
- 读取当前的
。.sync-map.json- 对于每个创建的新参考文档,添加
条目,映射源文件到目标文件。reference_docs- 对于每个发现的新技能触发关系,添加
条目。skill_triggers- 对于已移除的源文档,清理过时的映射。
- 确保
覆盖所有需要监控的新目录。watch_paths
You are updating a reference doc in the eve-skillpacks repository.你正在更新eve-skillpacks仓库中的参考文档。agents[].aliasagents[].alias$HORIZON_PATH/docs/plans/agent-aliases-plan.md$HORIZON_PATH/docs/plans/agent-aliases-plan.mdgit -C "$HORIZON_PATH" diff <commit>..HEAD -- packages/cli/src/commands/agents.tsgit -C "$HORIZON_PATH" diff <commit>..HEAD -- packages/cli/src/commands/agents.tsundefinedundefinedgit -C "$HORIZON_PATH" rev-parse HEAD./private-skills/sync-horizon/scripts/check-state-today.sh.sync-state.jsonlast_synced_commitlast_synced_at./private-skills/sync-horizon/scripts/check-state-today.sh
python3 scripts/check-repository.py
python3 scripts/check-source-sync.py --source "$HORIZON_PATH"
./private-skills/sync-horizon/scripts/check-state-today.sh
python3 scripts/check-repository.py
python3 scripts/check-source-sync.py --source "$HORIZON_PATH"git -C "$HORIZON_PATH" rev-parse HEAD./private-skills/sync-horizon/scripts/check-state-today.sh.sync-state.jsonlast_synced_commitlast_synced_at./private-skills/sync-horizon/scripts/check-state-today.sh
python3 scripts/check-repository.py
python3 scripts/check-source-sync.py --source "$HORIZON_PATH"
./private-skills/sync-horizon/scripts/check-state-today.sh
python3 scripts/check-repository.py
python3 scripts/check-source-sync.py --source "$HORIZON_PATH"undefinedundefinedundefinedundefined