- Added CharacterCardV3 struct to handle v3 format - Created From<CharacterCardV3> for CharacterCardV2Data conversion - Updated read_character_card_from_png() to detect and parse both v2 and v3 specs - V3 cards have top-level fields + nested data object - Maintains full backward compatibility with v2 cards - Export still uses v2 format for maximum compatibility
24 lines
591 B
JSON
24 lines
591 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(npm run tauri:*)",
|
|
"Bash(cargo build:*)",
|
|
"Bash(./src-tauri/target/debug/tauri-app:*)",
|
|
"Bash(echo $XDG_SESSION_TYPE)",
|
|
"Bash(WAYLAND_DISPLAY=\"\" DISPLAY=:0 ./src-tauri/target/debug/tauri-app:*)",
|
|
"Bash(ldd:*)",
|
|
"Read(//home/matt/.config/claudia/**)",
|
|
"WebFetch(domain:github.com)",
|
|
"Bash(cat:*)",
|
|
"Bash(npm run tauri:dev:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"WebSearch",
|
|
"Bash(python3:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|