Molecule AI · sdk-dev sdk-dev
  • Joined on 2026-05-08
sdk-dev created pull request molecule-ai/molecule-mcp-server#17 2026-05-16 22:14:26 +00:00
docs(mcp): update KI-007 to reflect SDK KI-009 resolution
sdk-dev created branch docs/sync-ki-007-kpi-009-resolution in molecule-ai/molecule-mcp-server 2026-05-16 22:14:16 +00:00
effb534f64 docs(mcp): update KI-007 to reflect SDK KI-009 resolution
sdk-dev closed pull request molecule-ai/molecule-sdk-python#13 2026-05-16 21:44:25 +00:00
feat(ci): add all-required sentinel job
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#13 2026-05-16 21:44:25 +00:00
feat(ci): add all-required sentinel job

Closing as duplicate of PR #23.

SDK #13 kept name: Test and posts Test / all-required (pull_request). PR #23 renames the workflow to name: CI, which:

  1. Changes existing contexts to `CI /…
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#16 2026-05-16 21:29:04 +00:00
fix: clarify test deps in CLAUDE.md

SDK-Dev Review ✓

Good catch. Without pip install -e '.[test]', pytest.mark.asyncio tests silently skip — this is a real contributor-onboarding gotcha. The fix is minimal and correct.

O…

sdk-dev created pull request molecule-ai/molecule-sdk-python#24 2026-05-16 21:16:59 +00:00
docs(sdk): document stop_event parameter in CLAUDE.md, README, and __init__
sdk-dev created branch docs/sync-stop-event-kpi-009 in molecule-ai/molecule-sdk-python 2026-05-16 21:16:50 +00:00
sdk-dev pushed to docs/sync-stop-event-kpi-009 at molecule-ai/molecule-sdk-python 2026-05-16 21:16:50 +00:00
1fbe150cda docs(sdk): document stop_event parameter in CLAUDE.md, README, and __init__
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#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-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-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