Files
ntspi-app/.qwen/settings.json
T
F4ilji 287b7859c6 chore: cleanup obsolete documentation and rewrite QWEN.md
- Remove nginx-vikon-security.conf (already applied in docker config)
- Remove page-visual-customization.md (outdated)
- Rewrite QWEN.md to compact bootstrapper format (501→95 lines)
- Add .mimocode, .qwen, QWEN.md, AGENTS.md, docs to .gitignore
2026-07-02 00:30:38 +05:00

34 lines
747 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir *)",
"Bash(docker exec *)",
"Bash(rm *)",
"Bash(npm install)",
"Bash(npm run *)",
"Bash(sed *)",
"Bash(mv *)",
"Bash(git checkout *)",
"Bash(cp *)",
"Bash(find *)",
"Bash(grep *)",
"Bash(php *)",
"Bash(ls *)",
"Bash(git add *)",
"Bash(git commit *)",
"Bash(git show *)",
"Bash(git *)",
"Bash(docker compose up *)",
"Bash(docker compose restart *)",
"Bash(docker compose ps)",
"Bash(docker compose build *)",
"Bash(curl *)",
"Bash(cat *)",
"Bash(echo *)",
"Bash(docker cp *)",
"Bash(touch *)",
"Bash(chmod *)"
]
},
"$version": 3
}