Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions redsl_refactor_plan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# reDSL Refactor Plan

> Generated: **2026-04-10 21:36**
> Project: `/tmp/redsl-autonomous/vallm`
> Mode: **dry-run**
> Log file: `/tmp/redsl-autonomous/vallm/logs/redsl_20260410_213622.log`

---

## Summary

- Project: `vallm`
- Files: **129** | Lines: **16293** | Avg CC: **7.07**
- Critical: **9** | Alerts: **9**
- Decisions selected: **3**

## Top Decisions

1. **fix_module_execution_block** → `examples/11_claude_code_autonomous/claude_autonomous_demo.py`
- Score: `1.53`
- Rationale: Obejmuj kod wykonywalny w `if __name__ == '__main__':`
2. **extract_constants** → `examples/11_claude_code_autonomous/claude_autonomous_demo.py`
- Score: `1.48`
- Rationale: Wyodrębnij magic numbers do stałych
3. **add_return_types** → `examples/11_claude_code_autonomous/claude_autonomous_demo.py`
- Score: `1.44`
- Rationale: Dodaj brakujące typy zwracane z funkcji

---

_Report generated by [reDSL](https://github.com/wronai/redsl)_
60 changes: 60 additions & 0 deletions redsl_refactor_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# reDSL Refactor Report

> Generated: **2026-04-10 21:36**
> Project: `/tmp/redsl-autonomous/vallm`
> Mode: **executed**
> Log file: `/tmp/redsl-autonomous/vallm/logs/redsl_20260410_213625.log`
> Cycle: **1**

---

## Summary

- Project: `vallm`
- Files: **129** | Lines: **16293** | Avg CC: **7.07**
- Critical: **9** | Alerts: **9**
- Decisions selected: **3**
- Proposals generated: **0**
- Proposals applied: **0**
- Proposals rejected: **3**
- Errors: **3**

## Top Decisions

1. **fix_module_execution_block** → `examples/11_claude_code_autonomous/claude_autonomous_demo.py`
- Score: `1.53`
- Rationale: Obejmuj kod wykonywalny w `if __name__ == '__main__':`
2. **extract_constants** → `examples/11_claude_code_autonomous/claude_autonomous_demo.py`
- Score: `1.48`
- Rationale: Wyodrębnij magic numbers do stałych
3. **add_return_types** → `examples/11_claude_code_autonomous/claude_autonomous_demo.py`
- Score: `1.44`
- Rationale: Dodaj brakujące typy zwracane z funkcji

## Execution Results

1. **direct_refactor**
- Target: `N/A`
- Applied: `False`
- Validated: `False`
- Errors: Duplicate decision blocked (signature): split_god_module on src/vallm/cli/output_formatters.py (split_module) already recorded in .redsl/history.jsonl
2. **direct_refactor**
- Target: `N/A`
- Applied: `False`
- Validated: `False`
- Errors: Direct refactor failed: remove_unused_imports
3. **direct_refactor**
- Target: `N/A`
- Applied: `False`
- Validated: `False`
- Errors: Direct refactor failed: fix_module_execution_block

## Errors

- Duplicate decision blocked (signature): split_god_module on src/vallm/cli/output_formatters.py (split_module) already recorded in .redsl/history.jsonl
- Direct refactor failed: remove_unused_imports
- Direct refactor failed: fix_module_execution_block

---

_Report generated by [reDSL](https://github.com/wronai/redsl)_
Loading