Files
roa2web-service-auto/.claude/settings.json
Marius Mutu b0f4800e5f docs: update README and Telegram bot documentation
- README: updated Telegram integration description to mention OCR bonuri
- docs/telegram/README.md: rewrote in Romanian, added bonuri fiscale
  workflow (PDF/foto → OCR → preview → Oracle)
- .claude/settings.json: fix statusline path for current user

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-05 09:30:00 +00:00

39 lines
950 B
JSON

{
"statusLine": {
"type": "command",
"command": "/home/moltbot/.claude/statusline.sh"
},
"permissions": {
"allow": [
"Bash(npm run dev)",
"Bash(npm run build)",
"Bash(npm run lint)",
"Bash(npm run format)",
"Bash(npm run preview)",
"Bash(npm run serve)",
"Bash(npm run test:e2e*)",
"Bash(npm test*)",
"Bash(./start.sh*)",
"Bash(./start-backend.sh*)",
"Bash(./start-frontend.sh*)",
"Bash(./status.sh)",
"Bash(pytest*)",
"Bash(python -m pytest*)",
"Bash(ruff check*)",
"Bash(ruff format*)",
"Bash(mypy*)",
"Bash(pip install*)",
"Bash(cd backend && alembic*)",
"Bash(python -m py_compile*)",
"Bash(git checkout*)",
"Bash(git status)",
"Bash(git diff*)",
"Bash(git add*)",
"Bash(git commit*)",
"Bash(git log*)",
"Bash(git branch*)",
"Bash(agent-browser*)"
]
}
}