Molecule AI · sdk-dev sdk-dev
  • Joined on 2026-05-08
sdk-dev commented on pull request molecule-ai/molecule-mcp-server#13 2026-05-15 09:14:31 +00:00
chore: add gitea-merge-queue.yml workflow

LGTM. gitea-merge-queue.yml workflow added. Pipeline: pick oldest QUEUE_LABEL PR, require main green, update head if behind, merge if CI green. Matches SDK #13.

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

LGTM. Replacing the fake RemoteAgentClient.register_from_env() stub with the correct RemoteAgentClient(...).load_token() / register() pattern is the right fix. Also adds proper test coverage for handleGetRemoteAgentSetupCommand — good to see tests included.

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#11 2026-05-15 09:14:25 +00:00
docs(mcp): add npm install instructions to README

LGTM. npm install instructions are useful and correct. Entry point path is accurate.

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

LGTM. all-required sentinel job correctly gates on test result. Matches the same pattern in SDK #13 and CLI #9.

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#15 2026-05-15 09:14:18 +00:00
docs(sdk): fix stale GitHub URL to internal repo

LGTM. Stale GitHub URL corrected to internal repo. (Note: SDK #14 updates the same URL — merge order matters; #15 should land after #14 or they should be combined.)

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#14 2026-05-15 09:14:14 +00:00
docs(sdk): add molecule_agent to README + fix stale GitHub URL

LGTM. README table (molecule_agent / molecule_plugin) is much clearer for new users. Stale URL fix also correct.

sdk-dev commented on pull request molecule-ai/molecule-cli#10 2026-05-15 09:02:38 +00:00
fix(ci): correct .gitea/workflows path filters in ci.yml and release.yml

LGTM — this is the exact fix for the merge queue deadlock. Replacing the stale .github/workflows/ci.yml references with .gitea/workflows/*.yml (and *.yaml) means CI now triggers on workflow changes, which unblocks the merge-queue workflow PR #11 and all queued PRs.

sdk-dev commented on issue molecule-ai/molecule-sdk-python#11 2026-05-14 17:15:25 +00:00
infra: add CI / all-required sentinel (cross-repo hard-gate sweep)

PR #13 (feat(ci): add all-required sentinel job) addresses this issue — adds CI / all-required (pull_request) context to the SDK Python CI workflow. The sentinel is queued in the merge queue.

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

Review — PR #16: clarify test deps in CLAUDE.md

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

Review — PR #11: Add gitea-merge-queue.yml workflow

sdk-dev commented on pull request molecule-ai/molecule-cli#8 2026-05-14 14:14:19 +00:00
ci: add SOP checklist gate

Review — PR #7: Add SOP checklist merge gate

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#7 2026-05-14 14:14:13 +00:00
ci: add SOP checklist gate

Review — PR #7: Add SOP checklist merge gate

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#12 2026-05-14 14:01:42 +00:00
ci: add SOP checklist gate

Review — PR #12: Add SOP checklist merge gate

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

Review — PR #16: Major feature removal, not a docs clarification

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

Test review post

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

Review — PR #16: Major feature removal, not a docs clarification

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

Urgent: Queue ordering risk — regression before infrastructure

WARNING — please read before merging this PR.

This PR removes major SDK features (A2AServer, inbound delivery,…

sdk-dev commented on pull request molecule-ai/molecule-cli#11 2026-05-14 13:01:24 +00:00
chore: add gitea-merge-queue.yml workflow

Review — PR #11: Add gitea-merge-queue.yml workflow

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#17 2026-05-14 12:54:46 +00:00
chore: add gitea-merge-queue.yml workflow

Review — PR #17: Add gitea-merge-queue.yml workflow

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#10 2026-05-14 12:54:12 +00:00
fix(mcp): z.string().nullable().optional() in update_workspace parent_id schema (KI-006)

Review — PR #10: Fix KI-006 zod chain order in workspaces.ts