Some checks failed
CI / test (push) Failing after 12s
将 settlement.py 的 settle_campaign_sessions 函数吸收为 ExplorationSessionRepository.expire_running_sessions 方法。删除浅模块 settlement.py(30 行,接口宽如实现),会话生命周期操作集中在 repository。 - 新增 ExplorationSessionRepository.expire_running_sessions(campaign_id) - 更新 campaigns.py 和 campaign_runner.py 两个调用点 - 删除 backend/agenteval/exploration/settlement.py - 所有测试通过,行为不变
16 lines
752 B
Markdown
16 lines
752 B
Markdown
---
|
|
name: edit-article
|
|
description: Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
|
|
disable-model-invocation: true
|
|
---
|
|
|
|
1. First, divide the article into sections based on its headings. Think about the main points you want to make during those sections.
|
|
|
|
Consider that information is a directed acyclic graph, and that pieces of information can depend on other pieces of information. Make sure that the order of the sections and their contents respects these dependencies.
|
|
|
|
Confirm the sections with the user.
|
|
|
|
2. For each section:
|
|
|
|
2a. Rewrite the section to improve clarity, coherence, and flow. Use maximum 240 characters per paragraph.
|