feat(FN-5226): add scope auto-widen layer 2.5 to merger for attribution-bas
Merges the Layer 2.5 scope-auto-widen feature (FN-5226) into the merger: a new evaluator module that automatically widens a task's declared file scope based on git attribution prior to the existing scope partition gate, wired into `merger.ts` with full audit taxonomy, persisted task metadata, and re Fusion-Task-Id: FN-5226
This commit is contained in:
committed by
gsxdsm
parent
bc959c6ca4
commit
f6f38676b4
@@ -743,8 +743,8 @@ describe("RoadmapStore", () => {
|
||||
});
|
||||
|
||||
describe("schema version", () => {
|
||||
it("schema version is 89 after init", () => {
|
||||
expect(db.getSchemaVersion()).toBe(89);
|
||||
it("schema version is 90 after init", () => {
|
||||
expect(db.getSchemaVersion()).toBe(90);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user