Some checks failed
Deploy (Gitea) / deploy (push) Failing after 3s
- skill-package-forms-strip: only strip (in-package :passepartout), preserving test-package declarations. This allows embedded test code to evaluate in the correct package, fixing 7 previously-unreachable test suites (vault, perms, policy, validator, lisp, org, archivist). - Remove security-dispatcher from skill-topological-sort exclusion: dispatcher was never loaded (neither via ASDF nor skill system). Test package was previously NIL; now loads properly. Test results: 146 pass, 16 fail (was 80P 1F). Remaining failures are pre-existing test code bugs (variable access across jailed packages, cleanup errors) now exposed by the fix.