feat(FN-2721): enforce node override guard across task workflows

- Add a core node-override-guard module, export it from @fusion/core, and enforce conflicts in store updates
- Add API route and CLI extension safeguards so nodeId override updates are blocked when ownership would conflict
- Wire node override routing and validation through dashboard quick-create, list, modal, settings, and task form/detail surfaces
- Add focused unit and integration tests for core guard logic, workflow routes, and dashboard node override UX
This commit is contained in:
Fusion
2026-04-28 01:49:55 -07:00
committed by gsxdsm
parent 4ee7f6b2b8
commit 02ae48b0d6
22 changed files with 670 additions and 39 deletions

View File

@@ -215,6 +215,15 @@
align-items: center;
}
.inline-create-node-wrap {
display: inline-flex;
align-items: center;
}
.inline-create-node-select {
max-width: 250px;
}
.inline-create-priority-select {
max-width: 180px;
}