molecule-core/workspace
Molecule AI Core-QA 62d3866764
Some checks failed
E2E API Smoke Test / E2E API Smoke Test (pull_request) Successful in 17s
lint-required-no-paths / lint-required-no-paths (pull_request) Successful in 2m15s
publish-runtime-autobump / pr-validate (pull_request) Failing after 12m2s
publish-runtime-autobump / bump-and-tag (pull_request) Has been skipped
Handlers Postgres Integration / Handlers Postgres Integration (pull_request) Successful in 24s
CI / Canvas (Next.js) (pull_request) Successful in 56s
CI / Canvas Deploy Reminder (pull_request) Successful in 3s
Runtime PR-Built Compatibility / PR-built wheel + import smoke (pull_request) Successful in 3m1s
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 37s
CI / Detect changes (pull_request) Successful in 1m28s
gate-check-v3 / gate-check (pull_request) Successful in 31s
qa-review / approved (pull_request) Successful in 27s
Handlers Postgres Integration / detect-changes (pull_request) Successful in 1m28s
E2E API Smoke Test / detect-changes (pull_request) Successful in 1m37s
security-review / approved (pull_request) Successful in 23s
Runtime PR-Built Compatibility / detect-changes (pull_request) Successful in 1m30s
sop-tier-check / tier-check (pull_request) Successful in 22s
CI / Python Lint & Test (pull_request) Successful in 7m27s
CI / all-required (pull_request) Successful in 1s
Block internal-flavored paths / Block forbidden paths (pull_request) Successful in 22s
CI / Shellcheck (E2E scripts) (pull_request) Successful in 12s
CI / Platform (Go) (pull_request) Successful in 22s
sop-checklist / na-declarations (pull_request) N/A: security-review
sop-checklist / all-items-acked (pull_request) [info tier:low] acked: 7/7 — body-unfilled: comprehensive-testing, local-postgres-e2e, staging-smoke, +4
audit-force-merge / audit (pull_request) Successful in 25s
fix(workspace/tests): remove redundant offsec003 file + fix mcp_server test
- Remove test_a2a_offsec003_sanitization.py (403 lines):
  Added in PR #539 with WRONG assertions — expects ZWSP (U+200B) escaping
  but _sanitize_a2a._escape_boundary_markers() uses text.replace() which
  produces "[/ /A2A_RESULT_FROM_PEER]". The sibling file
  test_a2a_sanitization.py (which passes) covers the same surface correctly.
  Fixes 10 Python test failures.

- Fix test_a2a_mcp_server_http.py (5 cli_main tests):
  Rename in PR #778 changed _assert_stdio_is_pipe_compatible() to
  _warn_if_stdio_not_pipe() but test mocks were never updated.
  All 5 tests now pass.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-14 06:34:10 +00:00
..
adapters
audit
builtin_tools Merge main into staging (sync v4 — release manager) 2026-05-13 18:35:50 +00:00
lib
molecule_audit
platform_tools
plugins_registry
policies
scripts
skill_loader
tests fix(workspace/tests): remove redundant offsec003 file + fix mcp_server test 2026-05-14 06:34:10 +00:00
_sanitize_a2a.py fix(staging): add _A2A_BOUNDARY_START/_END aliases + fix tier-check lint ref 2026-05-14 02:49:52 +00:00
.coveragerc
a2a_cli.py
a2a_client.py fix(a2a): restore TTL cache check in enrich_peer_metadata_nonblocking 2026-05-13 11:09:54 +00:00
a2a_executor.py fix(a2a_executor): restore sanitize_agent_error on subprocess errors 2026-05-13 11:42:58 +00:00
a2a_mcp_server.py feat(workspace): add HTTP/SSE transport to a2a_mcp_server 2026-05-14 00:27:56 +00:00
a2a_response.py
a2a_tools_delegation.py
a2a_tools_inbox.py
a2a_tools_memory.py
a2a_tools_messaging.py
a2a_tools_rbac.py
a2a_tools.py
adapter_base.py
agent.py
agents_md.py
boot_routes.py
build-all.sh
card_helpers.py
config.py
configs_dir.py
consolidation.py
coordinator.py
Dockerfile [core-devops-agent] fix: add HEALTHCHECK to workspace/Dockerfile 2026-05-13 22:29:45 +00:00
entrypoint.sh
event_log.py
events.py
executor_helpers.py fix(executor_helpers): omit exc class from error tag when stderr provides context 2026-05-13 11:43:58 +00:00
heartbeat.py
inbox_uploads.py
inbox.py
initial_prompt.py
internal_chat_uploads.py
internal_file_read.py
main.py
mcp_cli.py
mcp_doctor.py
mcp_heartbeat.py
mcp_inbox_pollers.py
mcp_workspace_resolver.py
molecule_ai_status.py
not_configured_handler.py
platform_auth.py
platform_inbound_auth.py
plugins.py
preflight.py
prompt.py
pytest.ini
rebuild-runtime-images.sh
requirements.txt
runtime_wedge.py
secret_redactor.py
shared_runtime.py
smoke_mode.py
transcript_auth.py
watcher.py