un-inception/clients/c/tests
russell@unturf.com cc7674f7d7 fix(c): Use static CLI functions instead of library API
The CLI was using library-only types and functions (unsandbox_languages_t,
unsandbox_image_list_t, etc.) that are only available when UNSANDBOX_LIBRARY
is defined. This caused build failures when building as CLI.

Changes:
- Add static list_languages_cli() for CLI language listing
- Fix image list to parse JSON directly instead of using library types
- Fix spawn_from_image() call with missing bootstrap/network_mode args
- Fix image_publish/clone_image calls to use static functions

Also update CLAUDE.md with release/versioning documentation.
2026-01-17 10:54:07 -05:00
..
test_functional.c feat: Complete C library API and migrate all languages to clients/ 2026-01-17 00:11:53 -05:00
test_library.c fix(c): Export library API, document SDK testing philosophy 2026-01-15 18:21:05 -05:00