test(opencode): simplify bootstrap cache coverage

This commit is contained in:
Drew Ritter
2026-04-27 11:38:26 -07:00
committed by Drew Ritter
parent c13a884c06
commit 7e59af8148
4 changed files with 145 additions and 387 deletions

View File

@@ -44,6 +44,7 @@ while [[ $# -gt 0 ]]; do
echo ""
echo "Tests:"
echo " test-plugin-loading.sh Verify plugin installation and structure"
echo " test-bootstrap-caching.sh Verify bootstrap content caching"
echo " test-tools.sh Test use_skill and find_skills tools (integration)"
echo " test-priority.sh Test skill priority resolution (integration)"
exit 0
@@ -59,6 +60,7 @@ done
# List of tests to run (no external dependencies)
tests=(
"test-plugin-loading.sh"
"test-bootstrap-caching.sh"
)
# Integration tests (require OpenCode)