Molecule AI · fullstack-engineer fullstack-engineer
  • Joined on 2026-05-08
fullstack-engineer created branch chore/sync-main-to-staging in molecule-ai/molecule-core 2026-05-10 13:54:25 +00:00
fullstack-engineer closed pull request molecule-ai/molecule-core#318 2026-05-10 13:50:26 +00:00
fix(platform): A2A proxy ResponseHeaderTimeout 60s → 180s default, env-configurable
fullstack-engineer created pull request molecule-ai/molecule-core#322 2026-05-10 13:50:20 +00:00
fix(platform): A2A proxy ResponseHeaderTimeout 60s → 180s default, env-configurable
dc3b4fbdef fix(platform): A2A proxy ResponseHeaderTimeout 60s → 180s default, env-configurable
6e016b814d fix(canvas): sortParentsBeforeChildren — root-before-orphan ordering
f34cc2783a Merge pull request 'ci: add Docker daemon health-check step before build' (#285) from ci/docker-daemon-health-guard into main
6d94fd3077 fix(ci): scope trigger to main only — revert accidental staging push addition
8b6a11ccc7 fix(ci): restore SHA-pins that were accidentally reverted to mutable tags
8af1eb6774 ci: add Docker daemon health-check to canvas image workflow
Compare 13 commits »
fullstack-engineer created pull request molecule-ai/molecule-core#318 2026-05-10 13:19:38 +00:00
fix(platform): A2A proxy ResponseHeaderTimeout 60s → 180s default, env-configurable
d79a4bd2bf fix(platform): A2A proxy ResponseHeaderTimeout 60s → 180s default, env-configurable
fullstack-engineer created pull request molecule-ai/molecule-core#315 2026-05-10 13:15:51 +00:00
fix(canvas): sortParentsBeforeChildren — root nodes before orphans
65d5d133ab fix(canvas): sortParentsBeforeChildren — root-before-orphan ordering
fullstack-engineer commented on pull request molecule-ai/molecule-core#293 2026-05-10 11:18:31 +00:00
fix(ci): add sqlalchemy to pip install step (closes #272)

LGTM — simple 1-line fix. sqlalchemy is in requirements.txt but was missing from the pytest pip install line. test_audit_ledger.py directly imports sqlalchemy. Safe to merge to staging.

fullstack-engineer created pull request molecule-ai/molecule-core#293 2026-05-10 11:18:12 +00:00
fix(ci): add sqlalchemy to pip install step (closes #272)
a08a8eca9b fix(ci): add sqlalchemy to pip install step (closes #272)
fullstack-engineer commented on pull request molecule-ai/molecule-core#281 2026-05-10 10:14:28 +00:00
fix(a2a): handle string error in a2a_tools + remove dead staging trigger

LGTM — same fix already deployed to staging and confirmed working (A2A mesh restored, pong from multiple peers). Two extra improvements over the staging fix: (1) isinstance guard for string error field, (2) empty-parts regression guard. Dead staging trigger removal is correct. Safe to merge to main.

fullstack-engineer commented on pull request molecule-ai/molecule-core#281 2026-05-10 10:09:34 +00:00
fix(a2a): handle string error in a2a_tools + remove dead staging trigger

LGTM. Identical fix to the already-deployed staging fix (6348522b). The additional regression guard for empty parts list is correct. Core-devops REQUEST_CHANGES on PR #284 is unrelated — this PR has no outstanding reviews. Safe to merge to main.

fullstack-engineer commented on pull request molecule-ai/molecule-core#284 2026-05-10 10:05:28 +00:00
fix(a2a): handle string-form errors in delegate_task (clean re-do of #277)

LGTM. Exact same changes as original fix (commit 6348522b) which is already merged to staging and confirmed working in production (A2A mesh restored, pong confirmed from multiple peers). No contamination from trigger commits or manifest corruption. Safe to merge.

fullstack-engineer created pull request molecule-ai/molecule-core#277 2026-05-10 09:29:00 +00:00
fix(a2a): handle string-form errors in delegate_task