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. |
||
|---|---|---|
| .. | ||
| test_functional.c | ||
| test_library.c | ||