Run AILANG bootstrap plugin tests to verify everything works
Runs comprehensive test suite to verify AILANG plugin installation and functionality.
/plugin marketplace add sunholo-data/ailang_bootstrap/plugin install sunholo-data-ailang@sunholo-data/ailang_bootstrapRun the full test suite to verify the plugin is working correctly:
./tests/run_tests.sh
ailang installed and working?After running tests, verify these work interactively:
ailang prompt
Should output ~200 lines of syntax rules.
ailang run --caps IO --entry main tests/programs/hello.ail
Should output: Hello, AILANG!
ailang builtins list | head -20
Should list builtin functions.
./mcp-server/ailang-mcp.sh prompt | head -10
Should output AILANG prompt.
All tests should pass. If any fail:
ailang --versionls -la tests/run_tests.shcat skills/ailang/SKILL.md | head -10