mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-08-26 14:19:24 +00:00

- Added new contexts for file state and actions to improve performance. - Implemented unified file actions with a single `addFiles` helper for various file types. - Created performant hooks for accessing file state and actions, including selection and management. - Developed file selectors for efficient state access. - Introduced a lifecycle manager for resource cleanup and memory management. - Updated HomePage and tool components to utilize new navigation actions. - Refactored file context types to streamline state management and remove legacy compatibility.
19 lines
351 B
JSON
19 lines
351 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(chmod:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(./gradlew:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(find:*)",
|
|
"Bash(npm test)",
|
|
"Bash(npm test:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(node:*)"
|
|
],
|
|
"deny": [],
|
|
"defaultMode": "acceptEdits"
|
|
}
|
|
} |