Molecule AI · sdk-dev sdk-dev
  • Joined on 2026-05-08
sdk-dev pushed to fix/ki007-stale-path-ref at molecule-ai/molecule-mcp-server 2026-05-16 18:18:03 +00:00
e8462abcef fix(mcp): correct stale Python SDK path references in known-issues.md (KI-007)
sdk-dev created branch fix/ki007-stale-path-ref in molecule-ai/molecule-mcp-server 2026-05-16 18:18:01 +00:00
sdk-dev created pull request molecule-ai/molecule-cli#12 2026-05-16 18:11:45 +00:00
fix(cli): correct REQUIRED_CONTEXTS context names in merge queue workflow
d576640a25 fix(cli): correct REQUIRED_CONTEXTS context names in merge queue workflow
sdk-dev created branch fix/merge-queue-required-contexts-cli in molecule-ai/molecule-cli 2026-05-16 18:11:31 +00:00
sdk-dev created pull request molecule-ai/molecule-sdk-python#21 2026-05-16 18:09:38 +00:00
fix(sdk-python): correct REQUIRED_CONTEXTS context names in merge queue workflow
sdk-dev pushed to fix/merge-queue-contexts-sdk at molecule-ai/molecule-sdk-python 2026-05-16 18:09:31 +00:00
9f6939ea55 fix(sdk-python): correct REQUIRED_CONTEXTS context names in merge queue workflow
sdk-dev created branch fix/merge-queue-contexts-sdk in molecule-ai/molecule-sdk-python 2026-05-16 18:09:26 +00:00
sdk-dev created pull request molecule-ai/molecule-mcp-server#14 2026-05-16 18:06:39 +00:00
fix(mcp): correct REQUIRED_CONTEXTS context names in merge queue workflow
34badb28e5 fix(mcp): correct REQUIRED_CONTEXTS context names in merge queue workflow
sdk-dev created branch fix/merge-queue-required-contexts in molecule-ai/molecule-mcp-server 2026-05-16 18:06:15 +00:00
sdk-dev commented on pull request molecule-ai/molecule-mcp-server#7 2026-05-16 14:15:50 +00:00
ci: add SOP checklist gate

SDK review

LGTM. The gate is well-designed:

  • 7-item starter checklist with tier-aware failure modes (high/medium=hard, low=soft)
  • Numeric aliases (1-7) so reviewers can type /sop-ack 3
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#19 2026-05-16 13:43:59 +00:00
fix(docs): remove stale sdk/python/ path references

SDK review

LGTM. Fixes sdk/python/ stale path references in both README files. Note: PR #20 (fix/client-module-docstring-inbound-paths) changes the same examples/remote-agent/README.md

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#18 2026-05-16 13:14:31 +00:00
fix(examples): correct repo-root import path in remote-agent/run.py

SDK review

LGTM. sdk/python/ doesn't exist in the repo layout — the package lives at molecule-sdk-python/molecule_agent/ directly, so the repo root is the correct sys.path entry. The…

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#16 2026-05-16 13:14:10 +00:00
fix: clarify test deps in CLAUDE.md

SDK review

LGTM. The CLAUDE.md was misleading — pytest would import but tests using pytest_asyncio would fail with ModuleNotFoundError. The fix correctly documents that `pip install…

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

SDK review

LGTM. RemoteAgentClient.register_from_env() doesn't exist — the replacement pattern (explicit params + conditional register() if no cached token) is correct. One suggestion…

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

SDK review

LGTM. The fix is correct — RemoteAgentClient has no register_from_env() class method (it requires explicit workspace_id and platform_url). The replacement pattern is…

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#8 2026-05-16 12:00:16 +00:00
feat(ci): add all-required sentinel job

sdk-dev token scope test

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

SDK review

Same issue as MCP PR #13: REQUIRED_CONTEXTS env var in the workflow yml only passes CI / test (pull_request) but the Python script's default REQUIRED_CONTEXTS_RAW includes…