Merge _configs/ into config/ for single configuration directory. Update all path references. Changes: - Move _configs/* to config/ - Update .gitignore for new patterns - No code references to _configs/ found Impact: -1 root directory (layout_conventions.md compliance)
63 lines
2.1 KiB
JSON
63 lines
2.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(chmod:*)",
|
|
"Bash(nu -c:*)",
|
|
"Bash(find:*)",
|
|
"Bash(cargo check:*)",
|
|
"Bash(cargo test:*)",
|
|
"Bash(cargo build:*)",
|
|
"Bash(cargo fix:*)",
|
|
"Bash(nu scripts/cli_install.nu:*)",
|
|
"Bash(cargo bench:*)",
|
|
"Bash(cargo run:*)",
|
|
"Bash(./scripts/target-manager.nu install full)",
|
|
"Bash(./scripts/target-manager.nu list)",
|
|
"Bash(./scripts/target-manager.nu:*)",
|
|
"Bash(./scripts/target-manager.nu status)",
|
|
"Bash(nu:*)",
|
|
"Bash(wc:*)",
|
|
"Bash(cargo clippy:*)",
|
|
"Bash(cargo doc:*)",
|
|
"Bash(tree:*)",
|
|
"Bash(rustup target:*)",
|
|
"Bash(cargo search:*)",
|
|
"Bash(cat:*)",
|
|
"Bash({} ;)",
|
|
"Bash(export DATABASE_URL=\"sqlite::memory:\")",
|
|
"Bash(ln:*)",
|
|
"Bash(/Users/Akasha/Development/workspace-ecosystem/target/debug/workspace:*)",
|
|
"Bash(/Users/Akasha/Development/workspace-ecosystem/target/debug/workspace-cli:*)",
|
|
"Bash(/Users/Akasha/Development/workspace-ecosystem/target/debug/workspace-tui:*)",
|
|
"Bash(/Users/Akasha/Development/workspace-ecosystem/target/debug/workspace-dashboard:*)",
|
|
"Bash(/Users/Akasha/Development/workspace-ecosystem/target/release/workspace:*)",
|
|
"Bash(/Users/Akasha/Development/workspace-ecosystem/target/release/workspace-tui:*)",
|
|
"Bash(just:*)",
|
|
"Bash(just check-all)",
|
|
"Bash(just fmt)",
|
|
"Bash(just lint)",
|
|
"Bash(just check)",
|
|
"Bash(just test)",
|
|
"Bash(just build)",
|
|
"Bash(just build-release)",
|
|
"Bash(nu /Users/Akasha/Tools/scripts/install-dev-system.nu:*)",
|
|
"Bash(dependency-manager --version:*)",
|
|
"Bash(sqlx:*)",
|
|
"Bash(cargo install:*)",
|
|
"Bash(syntaxis-cli status:*)",
|
|
"Bash(cargo fmt:*)",
|
|
"Bash(git init:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(cargo clean:*)",
|
|
"Bash(test:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(cargo new:*)",
|
|
"Bash(for file in /Users/Akasha/Development/syntaxis/scripts/provisioning/*.nu)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|