From ddb6697c44e087984053a6e0008386907a729e6c Mon Sep 17 00:00:00 2001 From: tegwick Date: Wed, 23 Sep 2026 18:33:59 +0200 Subject: [PATCH] WP-0039: document the absolute script path for the attended lane Co-Authored-By: Claude Opus 5.5 Assistant: claude-code Assistant-Model: opus Assistant-Process: 151606@bnt-lap001 Assistant-Session: 3c0a4ad5-bb8b-4bf7-b9f0-fa5f29204e48 --- scripts/wp0039-seed-worker-tokens.sh | 3 ++- ...ACTIVITY-WP-0039-multi-worker-identity-and-token-custody.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/wp0039-seed-worker-tokens.sh b/scripts/wp0039-seed-worker-tokens.sh index 9f2fe23..8b9cbe6 100755 --- a/scripts/wp0039-seed-worker-tokens.sh +++ b/scripts/wp0039-seed-worker-tokens.sh @@ -6,7 +6,8 @@ # BAO_ADDR=http://127.0.0.1:18200 VAULT_ADDR=http://127.0.0.1:18200 \ # WP0039_STATUS=$HOME/.local/state/wp0039-seed.status \ # warden access openbao-platform-admin-login --exec -- \ -# sh scripts/wp0039-seed-worker-tokens.sh +# sh "$PWD/scripts/wp0039-seed-worker-tokens.sh" # absolute path: warden's +# caller shell may sit outside the repo, and a missing file counts as output # # Silent by design: warden fails closed on any child output. The value is # generated inside a pipe and sent to bao on stdin, so it never appears in diff --git a/workplans/ACTIVITY-WP-0039-multi-worker-identity-and-token-custody.md b/workplans/ACTIVITY-WP-0039-multi-worker-identity-and-token-custody.md index 3efcbf4..4d33de4 100644 --- a/workplans/ACTIVITY-WP-0039-multi-worker-identity-and-token-custody.md +++ b/workplans/ACTIVITY-WP-0039-multi-worker-identity-and-token-custody.md @@ -135,7 +135,7 @@ on stdin. The founder runs it in their own terminal: BAO_ADDR=http://127.0.0.1:18200 VAULT_ADDR=http://127.0.0.1:18200 \ WP0039_STATUS=$HOME/.local/state/wp0039-seed.status \ warden access openbao-platform-admin-login --exec -- \ - sh scripts/wp0039-seed-worker-tokens.sh + sh /home/worsch/activity-core/scripts/wp0039-seed-worker-tokens.sh # absolute path ``` The first founder run on 2026-09-23 failed closed ("returned a failure or