Files
DIT_C/.claude/settings.local.json
DonaldFang 方士碩 d4ce4f9ed1 Initial commit: DIT_C Flask application
- Flask web application for DIT analysis
- Database models for upload history, analysis results, action cards
- LLM service integration with Ollama API
- Dashboard, upload, and history pages
- RESTful API endpoints for analysis operations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-12 16:00:05 +08:00

23 lines
498 B
JSON

{
"permissions": {
"allow": [
"Bash(curl:*)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git branch:*)",
"Bash(git remote add:*)",
"Bash(git push:*)",
"Bash(python tests/test_dit_analyzer.py:*)",
"Bash(cat:*)",
"Bash(python -c:*)",
"Bash(python app.py:*)",
"Bash(netstat:*)",
"Bash(findstr:*)",
"Bash(timeout:*)",
"Bash(ping:*)",
"Bash(set FLASK_DEBUG=False)"
]
}
}