Skip to content

chore: pin constellation-node-sdk to @v1 (moving major tag) - #263

Merged
cryptoxdog merged 2 commits into
mainfrom
chore/pin-gate-sdk-v1
Sep 19, 2026
Merged

cryptoxdog merged 2 commits into
mainfrom
chore/pin-gate-sdk-v1

Conversation

@cryptoxdog

Copy link
Copy Markdown
Collaborator

Align SDK pin to the moving major tag @v1 (Gate_SDK v1.1.0 @ main).

Replaces the commit-SHA pin so @v1 auto-adopts future v1.x releases without a PR in every consumer. Wire schema (transport/packet.py) verified identical to the prior pin; GateClient.execute present.

Part of the coordinated Gate/CEG/EIE/Odoo seam alignment.

Copilot AI lite review requested due to automatic review settings September 14, 2026 21:00
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 14, 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-14T21:03:07.869478Z 29bc0a2 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.

@github-actions

Copy link
Copy Markdown

PR reviewable size is within recommended limits

@github-actions

Copy link
Copy Markdown

L9 Audit Harness Report

  • Generated: 2026-09-14T21:00:47.262352+00:00
  • Repo root: /home/runner/work/Cognitive.Engine.Graphs/Cognitive.Engine.Graphs
  • Overall result: ✅ PASSED
  • Exit code: 0

Step Results

Step Status Exit Code Notes
Architecture Audit ✅ Passed 0
Spec Coverage ✅ Passed 0
Contract Wiring ✅ Passed 0

Architecture Audit Findings

Severity Count
🔴 CRITICAL 0
🟠 HIGH 0
🟡 MEDIUM 17
🔵 LOW 0

See artifacts/audit_report.md for full details.

Spec Coverage

  • ✅ Implemented: 37
  • ⚠️ Partial: 9
  • ❌ Missing: 0
  • Total features: 46
Category Implemented Partial Missing Total
gates 10 0 0 10
scoring 7 0 0 7
v1.1_node 2 0 0 2
v1.1_edge 2 0 0 2
v1.1_action 0 2 0 2
v1.1_scoring 1 1 0 2
action_handler 0 6 0 6
gds_algorithm 5 0 0 5
research_pattern 10 0 0 10

See artifacts/coverage_report.md for full details.

Next Steps

All checks passed. Safe to merge.

@sonarqubecloud

Copy link
Copy Markdown

@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: 29bc0a2ecf

ℹ️ 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".

Comment thread pyproject.toml
Comment thread requirements.txt

Copilot AI 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.

🟡 Changes recommended

poetry.lock is still pinned to the old SDK commit, so Poetry-based installs/builds will not actually adopt the v1 ref (and may fail lock consistency checks).

Get a fresh assessment by requesting another Copilot review.

Pull request overview

Updates the project’s dependency pin for constellation-node-sdk (from the Gate SDK repo) to follow the moving major ref v1, so consumers can automatically pick up future v1.x updates without re-pinning to a new commit SHA.

Changes:

  • Update requirements.txt VCS dependency to Quantum-L9/Gate_SDK.git@v1.
  • Update pyproject.toml Poetry git dependency rev to v1.
File summaries
File Description
requirements.txt Switches the pip VCS dependency from a fixed commit SHA to the v1 ref.
pyproject.toml Switches the Poetry VCS dependency from a fixed commit SHA to the v1 ref.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread pyproject.toml
@cryptoxdog

Copy link
Copy Markdown
Collaborator Author

PR Remediation — Cycle 1 Summary

Commit: none | Findings processed: 3 | CI gates: Failed

Fixed (0)

none

Deferred (3)

Finding Reason Issue
thread-1-poetry-lock poetry.lock still on SHA 69c6c67; lockfile outside grant #278
thread-2-sdk-pin-validator validate_sdk_pin.py still requires immutable SHA; HUMAN decision #278
copilot-poetry-lock same stale poetry.lock as thread-1; lockfile outside grant #278

Acknowledged (0)

none

Disagreed (0)

none


Local verify: Failed | Threads resolved: 3/3

@cryptoxdog
cryptoxdog merged commit a19ca43 into main Sep 19, 2026
47 of 59 checks passed
@cryptoxdog
cryptoxdog deleted the chore/pin-gate-sdk-v1 branch September 19, 2026 14:12
cryptoxdog added a commit that referenced this pull request Sep 19, 2026
* fix(deps): complete Gate_SDK @v1 pin — lock, validator, and hook

PR #263 adopted the moving major tag in the manifests. Sync poetry.lock
to that tag and replace the SHA fail-closed check so main is coherent.

Issue-Remediation-Cycle: #266/cycle-1
Co-authored-by: Cursor <cursoragent@cursor.com>

* style: commit gate writer rewrites so make pr finishes once

* fix(deps): keep @v1 pin off Makefile/pre-commit overlap with #280

Leave Make/hook wiring to the cypher-lint PR that already owns those
files. The lock and validator still complete the #263/#266 decision.

Issue-Remediation-Cycle: #266/cycle-1
Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

2 participants