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
This commit is contained in:
7
.changeset/fn-3869-github-tracking-fields.md
Normal file
7
.changeset/fn-3869-github-tracking-fields.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
"@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+.
|
||||
Reference in New Issue
Block a user