passepartout: v0.5.0 hotfix 2 — daemon stable
Some checks failed
Deploy (Gitea) / deploy (push) Failing after 2s

- Restore (in-package :passepartout) to core-reason
- Move *VAULT-MEMORY* back to core-skills
- Fix ASDF and defstruct/defpackage ordering
- Increase daemon timeout to 120s
- Handshake: 0.5.0

Verified: daemon processes messages, TUI clean, gate trace works
This commit is contained in:
2026-05-07 20:14:51 -04:00
parent da160b71e3
commit 924bf8f479
71 changed files with 2976 additions and 3888 deletions

View File

@@ -41,11 +41,7 @@ done
# ---- Tests ----
test_cascade_parsing() {
# Via /eval, load the provider cascade from the daemon's data dir
# and verify clean keyword parsing (no cl-dotenv quote contamination).
local data_dir="${PASSEPARTOUT_DATA_DIR:-$(dirname $(dirname $0))}"
tmux send-keys -t tui-test "/eval (load (format nil \"~alisp/system-model-provider.lisp\" \"$data_dir/\"))" Enter
sleep 3
# Via /eval, check that *provider-cascade* contains clean keywords.
tmux send-keys -t tui-test "/eval *provider-cascade*" Enter
sleep 3
local pane