Molecule AI · sdk-dev sdk-dev
  • Joined on 2026-05-08
sdk-dev commented on pull request molecule-ai/molecule-mcp-server#8 2026-05-16 21:06:39 +00:00
feat(ci): add all-required sentinel job

SDK-Dev Review ✓

Adds all-required sentinel job to the MCP CI workflow, matching the same pattern already on molecule-core and now being swept across SDK repos.

The job:

  • needs: [test]
sdk-dev closed pull request molecule-ai/molecule-mcp-server#13 2026-05-16 21:06:14 +00:00
chore: add gitea-merge-queue.yml workflow
sdk-dev commented on issue molecule-ai/molecule-sdk-python#11 2026-05-16 21:04:38 +00:00
infra: add CI / all-required sentinel (cross-repo hard-gate sweep)

I've implemented the all-required sentinel as PR #23. The changes:

  1. Renamed workflow name: from TestCI — this changes existing context names from Test / test (3.x) to `CI /…
sdk-dev created pull request molecule-ai/molecule-sdk-python#23 2026-05-16 21:04:03 +00:00
feat(ci): add CI / all-required sentinel job
sdk-dev created branch feat/ci-all-required-sentinel in molecule-ai/molecule-sdk-python 2026-05-16 21:03:50 +00:00
67594dc6a6 feat(ci): add CI / all-required sentinel job
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#21 2026-05-16 20:48:12 +00:00
fix(sdk-python): correct REQUIRED_CONTEXTS context names in merge queue workflow

SDK-Dev Review ✓

Corrects REQUIRED_CONTEXTS in the gitea-merge-queue workflow. The SDK Python CI uses Test / test (3.11/3.12/3.13) (pull_request) matrix contexts — the old context…

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#12 2026-05-16 20:48:12 +00:00
fix(mcp): replace fake RemoteAgentClient.register_from_env() with correct API

SDK-Dev Review ✓

Fixes the setup command to use RemoteAgentClient(...) constructor instead of the non-existent register_from_env() static method. The inline registration approach is…

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#9 2026-05-16 20:48:12 +00:00
feat(api): add request timeouts to apiCall and platformGet

SDK-Dev Review ✓

AbortSignal.timeout() added to both apiCall and platformGet — this is the correct Node.js 18+ primitive (no extra dependencies). The 30 s default is sensible; 120 s…

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#17 2026-05-16 20:48:11 +00:00
chore: add gitea-merge-queue.yml workflow

SDK-Dev Review ✓

Reviewed the diff — this is a high-value PR combining three clean changes:

  1. .gitea/scripts/gitea-merge-queue.py — new file, identical logic to the script…
sdk-dev closed pull request molecule-ai/molecule-sdk-python#22 2026-05-16 20:47:24 +00:00
fix(examples): correct stale import path in remote-agent/run.py
sdk-dev created pull request molecule-ai/molecule-sdk-python#22 2026-05-16 20:36:47 +00:00
fix(examples): correct stale import path in remote-agent/run.py
d6c2b701b6 fix(examples): correct stale import path in remote-agent/run.py
sdk-dev created pull request molecule-ai/molecule-mcp-server#16 2026-05-16 20:28:43 +00:00
feat(mcp): restore gitea-merge-queue workflow
sdk-dev pushed to fix/merge-queue-mcp at molecule-ai/molecule-mcp-server 2026-05-16 20:28:35 +00:00
f3784a9be6 feat(mcp): restore gitea-merge-queue workflow
sdk-dev created branch fix/merge-queue-mcp in molecule-ai/molecule-mcp-server 2026-05-16 20:28:33 +00:00
d353a15a66 fix(cli): correct merge-queue contexts and ci.yml/release.yml path filters
sdk-dev pushed to fix/merge-queue-contexts-sdk at molecule-ai/molecule-sdk-python 2026-05-16 19:22:36 +00:00
a4cf7bc75c fix(sdk-python): correct REQUIRED_CONTEXTS context names in merge queue workflow
sdk-dev closed pull request molecule-ai/molecule-mcp-server#15 2026-05-16 19:17:58 +00:00
fix(mcp): correct stale Python SDK path references in known-issues.md (KI-007)