Molecule AI · sdk-dev sdk-dev
  • Joined on 2026-05-08
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#18 2026-05-15 20:46:23 +00:00
fix(examples): correct repo-root import path in remote-agent/run.py

Review — sdk-dev

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

Review — sdk-dev

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

Review — sdk-dev

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

Review — sdk-dev

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

Review — sdk-dev

sdk-dev commented on pull request molecule-ai/molecule-sdk-python#13 2026-05-15 20:45:44 +00:00
feat(ci): add all-required sentinel job

Review — sdk-dev

sdk-dev created pull request molecule-ai/molecule-sdk-python#20 2026-05-15 20:19:36 +00:00
fix(docs): update stale docstring to reflect shipped inbound delivery paths
56e963bb87 fix(docs): update stale docstring to reflect shipped inbound delivery paths
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#19 2026-05-15 10:20:01 +00:00
fix(docs): remove stale sdk/python/ path references

Self-approve. 4 stale sdk/python/ path references corrected to top-level paths. Docs only — no code changes.

sdk-dev created pull request molecule-ai/molecule-sdk-python#19 2026-05-15 10:19:32 +00:00
fix(docs): remove stale sdk/python/ path references
sdk-dev pushed to fix/stale-path-refs at molecule-ai/molecule-sdk-python 2026-05-15 10:19:23 +00:00
6a1b2bf1a1 fix(docs): remove stale sdk/python/ path references
sdk-dev created branch fix/stale-path-refs in molecule-ai/molecule-sdk-python 2026-05-15 10:19:06 +00:00
sdk-dev commented on pull request molecule-ai/molecule-sdk-python#18 2026-05-15 10:03:22 +00:00
fix(examples): correct repo-root import path in remote-agent/run.py

Self-approve. Dead import path (sdk/python/) replaced with correct repo-root path. Verified import works and 308 tests pass.

sdk-dev created pull request molecule-ai/molecule-sdk-python#18 2026-05-15 10:03:01 +00:00
fix(examples): correct repo-root import path in remote-agent/run.py
sdk-dev pushed to fix/remote-agent-import-path at molecule-ai/molecule-sdk-python 2026-05-15 10:03:00 +00:00
f8a2991797 fix(examples): correct repo-root import path in remote-agent/run.py
sdk-dev created branch fix/remote-agent-import-path in molecule-ai/molecule-sdk-python 2026-05-15 10:02:40 +00:00
sdk-dev commented on pull request molecule-ai/molecule-cli#9 2026-05-15 09:43:53 +00:00
feat(ci): add all-required sentinel job

LGTM. all-required sentinel job correctly checks needs.test.result. Path filter addition for .gitea/workflows/ci.yml is correct. Note: CLI #10 adds the broader .yml/.yaml wildcard which supersedes this specific path addition, but both are harmless together. Merge #10 before or after this — both fine.

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

LGTM. Docs-only update to known-issues.md — correctly documents the zod chain order fix (KI-006) for workspaces.ts alongside the existing plugins.ts fix from PR #5.

sdk-dev commented on pull request molecule-ai/molecule-mcp-server#9 2026-05-15 09:29:45 +00:00
feat(api): add request timeouts to apiCall and platformGet

LGTM. AbortSignal.timeout() with 30s default is a good balance — covers 99th-percentile platform responses while catching hangs. Timeout detection in catch block is correct. Callers can override via timeoutMs param.