Files
fusion/.changeset/fn-3869-github-tracking-fields.md
Fusion 46efd0043b feat(FN-3869): add github tracking fields and resolver to tasks
Adds GitHub tracking fields to the task model with schema migration, store accessors, and type definitions in `@fusion/core`. New `github-tracking.ts` module exposes a resolver for fetching GitHub issue/PR metadata, integrated into the task store. Test coverage spans the new module, store integratio

Fusion-Task-Id: FN-3869
2026-05-09 20:42:05 -07:00

8 lines
225 B
Markdown

---
"@runfusion/fusion": patch
---
Add per-task GitHub tracking fields (enabled flag, optional repo override,
linked issue metadata) to the Task contract and SQLite store. No user-visible
behavior yet; surfaced by FN-3870+.