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.
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.
LGTM. npm install instructions are useful and correct. Entry point path is accurate.
LGTM. all-required sentinel job correctly gates on test result. Matches the same pattern in SDK #13 and CLI #9.
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.)
LGTM. README table (molecule_agent / molecule_plugin) is much clearer for new users. Stale URL fix also correct.
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.
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.
Review — PR #16: Major feature removal, not a docs clarification
Review — PR #16: Major feature removal, not a docs clarification
Urgent: Queue ordering risk — regression before infrastructure
WARNING — please read before merging this PR.
This PR removes major SDK features (A2AServer, inbound delivery,…