Skip to content

M5: VSLTASK (TaskMan listener) + VSLENV/VSLBLD (KIDS base + env-check)#9

Merged
rafael5 merged 1 commit into
mainfrom
m5-vsltask-vslbld
Jun 17, 2026
Merged

M5: VSLTASK (TaskMan listener) + VSLENV/VSLBLD (KIDS base + env-check)#9
rafael5 merged 1 commit into
mainfrom
m5-vsltask-vslbld

Conversation

@rafael5

@rafael5 rafael5 commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

The process + packaging seams (VSL/MSL M5, §12.2), dual-engine green over the driver stack. Lane A NO-OP (no MSL seam change; pin stays v0.9.0).

What's new

  • VSLTASK — TaskMan persistent-listener binding over the Supported ^%ZTLOAD programmer API (ICR #10063, whole API corpus-verified): $$running ($$TM^%ZTLOAD), $$stop ($$S^%ZTLOAD), $$persist ($$PSET^%ZTLOAD), $$schedule (headless queue + persist). Loud ,U-VSL-TASK-…, (flag-based $ETRAP, never zgoto).
  • VSLENV — the single self-contained KIDS env-check routine (the XPDENV hook): engine/version ($ZVERSION), Kernel level ($$VERSION^XPDUTL, #10141), TLS-config presence ($$GET^XPAR, #2263).
  • VSLBLD — the build-definition binding: $$manifest, $$envCheck, $$requireBase ($$PATCH^XPDUTL, #10141 — the R6 version-skew check). No duplication of v-pkg install mechanics.
  • KIDS base matured in place (Q2): VSL*1.0*1 (VSLCFG-only) → VSL*1.0*2 with all 8 VSL* routines + envCheck: VSLENV + the unchanged VPNG GREETING #8989.51 param + the Required Build on MSL*0.1*1. FileMan DD files stay deferred.
  • Gate: gen-icr.py now enforces the XPD (KIDS) namespace as L4.

Q1 grounding

TaskMan is LIVE on both engines ($$TM^%ZTLOAD()=1, heartbeat fresh), so liveness + the API binding + the error contract are asserted live-green. The destructive self-restart observation is soft-skipped (loud, documented): a PSET-persistent task is un-KILLable and needs a resident body — runaway-unsafe in a unit test. Contract bound + documented; live observation is an infra/integration-gated follow-up.

Verification (driver stack only)

  • VSLTASKTST + VSLBLDTST 23/23 on both vehu (YDB) and foia-t12 (IRIS)
  • Full v-stdlib suite 56/56 on vehu (no regression)
  • v-pkg install → verify (8 routines + param, status 3) → back-out → verify-clean (all absent, exit 3) green both engines
  • make check-fast clean: check-icr 17, check-citations 17 (vs gold corpus), check-namespaces 8, check-kids golden, check-msl-pin v0.9.0 (no re-pin)

🤖 Generated with Claude Code

The process + packaging seams (VSL/MSL M5, §12.2), dual-engine green over
the driver stack. Lane A NO-OP (no MSL seam change; pin stays v0.9.0).

VSLTASK — the persistent-listener process seam, a thin binding over the
Supported ^%ZTLOAD programmer API (ICR #10063, whole API corpus-verified):
  $$running (=$$TM^%ZTLOAD, scheduler liveness), $$stop (=$$S^%ZTLOAD,
  cooperative stop), $$persist (=$$PSET^%ZTLOAD, self-restart mark),
  $$schedule (headless ^%ZTLOAD queue + persist). Loud ,U-VSL-TASK-...,
  on a malformed call (flag-based $ETRAP, never zgoto).

GROUNDED Q1: TaskMan is LIVE on BOTH engines ($$TM^%ZTLOAD()=1, heartbeat
fresh), so liveness + the API binding + the error contract are asserted
LIVE-GREEN. The destructive self-restart observation (drop the ^%ZTSCH lock,
poll for a re-run) is SOFT-SKIPPED with a loud diagnostic: a PSET-persistent
task is deliberately un-KILLable and the restartable body must be installed
resident — runaway-unsafe in a unit test. Contract bound + documented; the
live observation is an infra/integration-gated follow-up.

VSLENV — the single self-contained KIDS env-check routine (the XPDENV hook,
named in the build's "envCheck"): reports engine/version ($ZVERSION), Kernel
level ($$VERSION^XPDUTL, #10141), TLS-config presence ($$GET^XPAR, #2263);
aborts (XPDQUIT) only if Kernel is absent. $$check returns the facts
off-install.

VSLBLD — the build-definition binding (no duplication of v-pkg install
mechanics): $$manifest (the base self-description), $$envCheck (via VSLENV),
$$requireBase (=$$PATCH^XPDUTL, #10141 — the R6 version-skew check). Loud
,U-VSL-BLD-..., on a malformed call.

Q2: the T1.3 KIDS base matured IN PLACE — VSL*1.0*1 (VSLCFG-only) -> VSL*1.0*2
with all 8 VSL* routines + envCheck VSLENV + the unchanged VPNG GREETING
#8989.51 param + the Required Build on MSL*0.1*1. dist/kids/VSL.kids regen'd;
make check-kids golden-clean. FileMan DD files stay deferred (the v-pkg track).

Gate: gen-icr.py now enforces the XPD (KIDS) namespace as L4, so XPDUTL calls
are gated rather than silently passed (+ self-test).

Verification (driver stack ONLY):
  - VSLTASKTST + VSLBLDTST GREEN 23/23 on BOTH vehu (YDB) and foia-t12 (IRIS).
  - Full v-stdlib suite 56/56 on vehu (no regression).
  - v-pkg install -> verify (8 routines + param present, status 3) -> back-out
    -> verify-clean (all absent, exit 3) GREEN on BOTH engines.
  - make check-fast clean: check-icr 17, check-citations 17 (vs gold corpus),
    check-namespaces 8, check-kids golden, check-msl-pin v0.9.0 (no re-pin).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@rafael5 rafael5 merged commit 43515d2 into main Jun 17, 2026
3 checks passed
@rafael5 rafael5 deleted the m5-vsltask-vslbld branch June 17, 2026 01:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant