Feat v0.6.6 final hardening #41

Merged
xcaliber merged 2 commits from feat/v0.6.6-final-hardening into main 2026-03-31 17:40:40 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit f4e66afc80 - Show all commits

View File

@@ -171,6 +171,7 @@ func TestBundledInstall_DormantPackage(t *testing.T) {
"id": "dormant-pkg",
"title": "Dormant Package",
"type": "extension",
"hooks": []string{"on_install"},
"requires": []string{"chat"},
})

View File

@@ -451,6 +451,7 @@ func TestUpgrade_PackageDormantOnUnmetRequires(t *testing.T) {
"title": "Future",
"type": "extension",
"version": "1.0.0",
"hooks": []string{"on_install"},
"requires": []string{"kernel>=99.0.0"},
})