Reconcile stable master into dev #89
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/starintel-server!89
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/reconcile-master-into-dev-2026-07-31"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Restore the repository branch policy after recent work landed on
masterwhiledevcontinued independently.devremains the integration branch.masterremains the stable branch.masterso conflict-resolution commits can be made without modifyingmaster.devand the 31 commits currently unique tomaster.Why this must land first
Open PRs #79 and #86 now correctly target
dev, but conflict because the branches diverged. PR #87 was already merged intomaster; this reconciliation carries its database repair intodevwhile preserving the operational runtime already present there.Merge gate
devonly when required checks are greenAfter this lands, re-evaluate #79 and #86 against synchronized
dev.