Skip to content

refactor: merge arc stack into development - #134

Merged
matthewpeterkort merged 17 commits into
refactor/arc-15from
refactor/arc-16
Sep 7, 2026
Merged

refactor: merge arc stack into development#134
matthewpeterkort merged 17 commits into
refactor/arc-15from
refactor/arc-16

Conversation

@matthewpeterkort

Copy link
Copy Markdown
Contributor

This proposes the existing refactor/arc-16 stack tip directly against development, carrying the remaining stack from PR #117 through PR #129.

This PR preserves the original stack branch and commit history. Dependabot PRs #94, #95, and #112 remain separate.

The stack component PRs passed their GitHub CI and independent exact-head review. PR #129 also passed its full CI after the SDK README, release versioning, dependency, and workflow security fixes.

Consolidate server plugin examples, flatten the schema submodule, and move
shared resource and checksum helpers into the client module. Remove stale
documentation and test drivers, update coverage and build targets, and verify
installer replacement and resumable multi-module release preparation.

BREAKING CHANGE: github.com/calypr/syfon/common is removed. Import resource
helpers from github.com/calypr/syfon/client/access and NormalizeOid and
NormalizeChecksum from github.com/calypr/syfon/client/hash. Existing client
exports and the server plugin contract remain unchanged.
@netlify

netlify Bot commented Sep 7, 2026

Copy link
Copy Markdown

Deploy Preview for drs-server ready!

Name Link
🔨 Latest commit 9cba6e4
🔍 Latest deploy log https://app.netlify.com/projects/drs-server/deploys/6a9e3d70384dbe00072eba2d
😎 Deploy Preview https://deploy-preview-134--drs-server.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-07T04:33:12.273321Z 9cba6e4 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9cba6e4efb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

with:
fetch-depth: 0
ref: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_sha || github.sha }}
ref: ${{ github.event_name == 'workflow_run' && 'development' || github.ref }}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Check out the triggering SHA, not the moving branch

If development advances after this workflow_run is queued—for example, when an earlier release's sync-module-versions job pushes its [skip ci] commit—this checkout resolves the newer branch tip rather than workflow_run.head_sha, so the verification at line 65 fails and the triggering commit is never released. Since the sync commit skips CI, it does not produce a replacement release run, leaving those changes unpublished until another ordinary development push occurs; check out the immutable triggering SHA here instead.

Useful? React with 👍 / 👎.

@matthewpeterkort
matthewpeterkort changed the base branch from development to refactor/arc-15 September 7, 2026 04:37
@matthewpeterkort
matthewpeterkort merged commit 6f7607a into development Sep 7, 2026
6 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant