Refinement tasks now surface the source task ID and operator feedback in their generated titles.
- Build refinement titles from the source task ID plus normalized feedback instead of the source title or description fallback.
- Preserve the source-ID prefix while capping titles at MAX_TITLE_LENGTH and leaving refinement descriptions unchanged.
- Update refinement task and prompt-heading tests for titled, untitled, whitespace-heavy, and long-feedback cases.
- Add a changeset for the published CLI package.
Files changed:
.changeset/fn-7165-refinement-title.md | 7 +++
packages/core/src/__tests__/store-create.test.ts | 2 +-
packages/core/src/__tests__/store-ops.test.ts | 75 +++++++++++++++++-------
packages/core/src/store.ts | 28 ++++-----
4 files changed, 71 insertions(+), 41 deletions(-)
Fusion-Task-Id: FN-7165
Fusion-Task-Lineage: abb16dae-26d1-4600-bb19-e2634ab16795
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>