This commit is contained in:
2026-05-20 13:30:10 +02:00
parent bc5cae7e82
commit 22c886b8f4
20 changed files with 1154 additions and 7 deletions

55
.paul/config.md Normal file
View File

@@ -0,0 +1,55 @@
# Project Config
**Project:** zurawik.pl
**Created:** 2026-05-20
## Project Settings
```yaml
project:
name: zurawik.pl
version: 0.0.0
```
## Integrations
### Quality Radar
```yaml
quality_radar:
enabled: true
auto_install: true
tools:
codebase_memory_mcp: true
jscpd: false # manual/on-demand duplicate scan
ast_grep: false # manual/on-demand structural pattern scan
reports:
update_on_plan: true
update_on_apply: true
update_on_verify: true
```
### SonarQube
```yaml
sonarqube:
enabled: false
project_key: zurawik
server_url: http://localhost:9000
```
## Preferences
```yaml
preferences:
auto_commit: false
verbose_output: false
parallel_agents: false
plan_storage: plans
state_autocompress: true
state_autocompress_max_lines: 500
```
---
*Config created: 2026-05-20*