update
This commit is contained in:
62
.paul/config.md
Normal file
62
.paul/config.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# Project Config
|
||||
|
||||
**Project:** kregoslup.luxmedkrakow.pl
|
||||
**Created:** 2026-05-19
|
||||
|
||||
## Project Settings
|
||||
|
||||
```yaml
|
||||
project:
|
||||
name: kregoslup.luxmedkrakow.pl
|
||||
version: 0.0.0
|
||||
```
|
||||
|
||||
## Integrations
|
||||
|
||||
### Quality Radar
|
||||
|
||||
```yaml
|
||||
quality_radar:
|
||||
enabled: true
|
||||
auto_install: true
|
||||
tools:
|
||||
codebase_memory_mcp: true
|
||||
jscpd: false
|
||||
ast_grep: false
|
||||
reports:
|
||||
update_on_plan: true
|
||||
update_on_apply: true
|
||||
update_on_verify: true
|
||||
```
|
||||
|
||||
### SonarQube
|
||||
|
||||
```yaml
|
||||
sonarqube:
|
||||
enabled: false
|
||||
project_key: kregoslup-luxmedkrakow-pl
|
||||
server_url: http://localhost:9000
|
||||
```
|
||||
|
||||
### Future Integrations
|
||||
|
||||
```yaml
|
||||
# linting:
|
||||
# enabled: false
|
||||
```
|
||||
|
||||
## 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-19*
|
||||
Reference in New Issue
Block a user