mirror of
https://github.com/bybrooklyn/alchemist.git
synced 2026-04-18 09:53:33 -04:00
- P1: Fix cancel race in pipeline, fix VideoToolbox quality mapping - P2: SSRF protection, batch cancel N+1, archived filter fixes, metadata persistence, reverse proxy hardening, reprobe logging - TD: Remove AlchemistEvent legacy bridge, fix silent .ok() on DB writes, optimize sort-by-size query, split db.rs (3400 LOC) into 8 focused submodules under src/db/ - UX: Add queue position display for queued jobs - Docs: Update API docs, engine modes, library doctor, config ref - Plans: Add plans.md for remaining open items (UX-2/3, FG-4, RG-2) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
1.6 KiB
JSON
44 lines
1.6 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(just update:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(gh issue:*)",
|
|
"Bash(gh pr:*)",
|
|
"Bash(cargo check:*)",
|
|
"Bash(just --shell)",
|
|
"Bash(bash --version)",
|
|
"Bash(git tag:*)",
|
|
"Bash(cargo clippy:*)",
|
|
"Bash(bun run:*)",
|
|
"Bash(ls /Users/brooklyn/data/alchemist/*.md)",
|
|
"Bash(ls /Users/brooklyn/data/alchemist/docs/*.md)",
|
|
"Bash(npx skills:*)",
|
|
"Bash(find /Users/brooklyn/data/alchemist/web -name tailwind.config.* -o -name *.config.ts -o -name *.config.js)",
|
|
"Bash(just check-web:*)",
|
|
"Bash(git stash:*)",
|
|
"Bash(just test-e2e:*)",
|
|
"Bash(bunx tsc:*)",
|
|
"Bash(wait)",
|
|
"Bash(npx playwright:*)",
|
|
"Bash(just check-rust:*)",
|
|
"Bash(cargo fmt:*)",
|
|
"Bash(cargo test:*)",
|
|
"Bash(just check:*)",
|
|
"Bash(just test:*)",
|
|
"Bash(find /Users/brooklyn/data/alchemist -name *.sql -o -name *migration*)",
|
|
"Bash(grep -l \"DROP\\\\|RENAME\\\\|DELETE FROM\" /Users/brooklyn/data/alchemist/migrations/*.sql)",
|
|
"Bash(just test-filter:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(find /Users/brooklyn/data/alchemist -type f -name *.rs)",
|
|
"Bash(ls -la /Users/brooklyn/data/alchemist/src/*.rs)",
|
|
"Bash(grep -rn \"from_alchemist_event\\\\|AlchemistEvent.*JobEvent\\\\|JobEvent.*AlchemistEvent\" /Users/brooklyn/data/alchemist/src/ --include=*.rs)",
|
|
"Bash(grep -l AlchemistEvent /Users/brooklyn/data/alchemist/src/*.rs /Users/brooklyn/data/alchemist/src/**/*.rs)",
|
|
"Bash(/tmp/audit_report.txt:*)",
|
|
"Read(//tmp/**)"
|
|
]
|
|
}
|
|
}
|