Skip to content

fix: 4 issues from malaria-rdt e2e run (#719 #720 #724 #727)#728

Merged
jjackson merged 1 commit into
mainfrom
emdash/fix-e2e-run-issues
Jun 6, 2026
Merged

fix: 4 issues from malaria-rdt e2e run (#719 #720 #724 #727)#728
jjackson merged 1 commit into
mainfrom
emdash/fix-e2e-run-issues

Conversation

@jjackson
Copy link
Copy Markdown
Owner

@jjackson jjackson commented Jun 6, 2026

Four well-contained fixes surfaced by the /ace:run malaria-rdt/20260606-0719 end-to-end run. Each is independent; batched into one PR to avoid N parallel version bumps.

Fixes

Deferred (not in this PR)

Testing

Unit suite green: 1917 passed, 31 skipped (integration gated). docs/atom-schemas.md regenerated — byte-identical (the regex isn't serialized into the dump).

🤖 Generated with Claude Code

- #719 connect_send_flw_invite: accept ${VAR} phone tokens and
  env-substitute them in the handler (regex ran before substitution,
  so ${ACE_E2E_PHONE} was rejected at the Zod boundary).
- #724 training-deck resolveImageRef: handle a top-level drive:<id>
  image ref (only @alias drive: refs were converted; a direct
  slide.image=drive:<id> reached Slides createImage unconverted).
- #720 connect-program-setup-eval: active_window_status anchor expected
  status=draft at end of Phase 4, but connect-opp-setup Step 6.5 now
  activates synchronously with is_test=true by design; corrected the
  rubric so the fail case is draft/never-activated OR active-without-is_test.
- #727 solicitation-management: add Step 0 to resolve/create the
  8-solicitation-management/ phase folder and anchor every artifact to
  it (artifacts were landing at the run-folder root, invisible to the
  boundary fence + ace-web summary).

All from /ace:run malaria-rdt/20260606-0719. Unit suite green (1917 passed).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jjackson jjackson enabled auto-merge June 6, 2026 21:05
@jjackson jjackson merged commit 4537737 into main Jun 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment