11# gajae-app v2 — Session Handoff (resume state)
22
3- Last updated: 2026-09-05 (parallel correctness review and follow-up status ). Supersedes the 2026-07-18 handoff.
3+ Last updated: 2026-09-05 (adversarial review and nine-skill live acceptance ). Supersedes the 2026-07-18 handoff.
44
55## TL;DR
66
@@ -474,6 +474,14 @@ after the reconcile fetch replaces realtime timestamps with disk ones.
474474
475475## Current follow-ups (rechecked 2026-09-05)
476476
477+ - The subsequent adversarial pass and all nine live skill outcomes are in
478+ [ ` plans/adversarial-skills-e2e-2026-09-05.md ` ] ( plans/adversarial-skills-e2e-2026-09-05.md ) .
479+ DNS deployments now require explicit ` ALLOWED_HOSTS ` ; see ` SELF-HOST.md ` .
480+ The app avoids the SDK workflow-ID defect by omitting the redundant explicit
481+ provider ID, and restores skill requests from transcript metadata. Delegation
482+ remains disabled because an offline real-SDK test proved that children bypass
483+ their parent's permission policy. Research/file artifacts do not mean that
484+ ` ralplan ` , ` ultragoal ` or the autoresearch goal lifecycle completed.
477485- The parallel correctness pass is recorded in
478486 [ ` plans/code-review-2026-09-05.md ` ] ( plans/code-review-2026-09-05.md ) , including
479487 session/queue isolation, transcript turns and transport, scratch startup,
@@ -482,16 +490,20 @@ after the reconcile fetch replaces realtime timestamps with disk ones.
482490 start, and runtime edit-result diffs have shipped. The older unchecked
483491 public-distribution checklist in ` V2-PLAN.md ` is historical; signed and
484492 notarized beta.7/beta.8 images were already published on September 3.
485- - ** PR #30 / issue # 18 remain blocked on the upstream SDK release .** The npm
493+ - ** PR #30 still awaits the upstream SDK accessor fix .** The npm
486494 registry still reports ` @gajae-code/coding-agent ` latest ` 0.16.3 ` , which
487495 predates the workflow identity fix (` Yeachan-Heo/gajae-code#5282 ` , merged
488496 into ` dev ` at ` 2250239de9e565df2d3cb12ba365d65ff9f0555d ` ). Keep the existing
489497 ` 0.15.6 ` app pin until a published runtime carries that change, then finish
490- the prepared regression test, manifest and dependency updates in #30 .
491- - ** Issue #3 needs its skill matrix re-run after #30 .** The bundled ` gjc `
498+ the prepared regression test, manifest and dependency updates in #30 . The
499+ app's redundant-ID workaround now removes the observed issue #18 trigger;
500+ it does not make the draft's direct SDK accessor contract pass.
501+ - ** Issue #3 now has a live matrix, with unresolved capability blockers.** The bundled ` gjc `
492502 shim is already in the app; the issue's older "shim in progress" comment
493- is no longer current. Do not close the workflow issue based only on
494- transport tests or on successful skill selection.
503+ is no longer current. Nine skills were actually invoked, including user
504+ skills. The interview produced its pending-approval spec; mandatory
505+ delegation and goal-mode restrictions still prevent complete execution of
506+ the other bundled workflows. Keep #3 open for those recorded limitations.
495507- ** CI signing awaits owner-provided credentials.** `gh secret list --env
496508 release` returned no environment secrets on September 5. The workflow
497509 and the five required names are documented in
0 commit comments