The merge adds a file scope sanitizer to the task store that deduplicates and normalizes path entries, with test coverage in `store-parsing.test.ts`; a small documentation fix accompanies the change in AGENTS.md. Fusion-Task-Id: FN-5216
336 B
336 B
@runfusion/fusion
| @runfusion/fusion |
|---|
| patch |
Duplicating or restoring a task no longer fails when the source PROMPT.md
contains legacy/invalid File Scope tokens. Invalid tokens are dropped from
the rewritten PROMPT.md with a [file-scope-sanitize] log entry. Authoring
paths (createTask, updateTask) continue to reject invalid tokens strictly.