| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | comments that explain the code, not how it was written | Lukasz Kasprzak | 5 days | 4 | -31/+30 |
| | | | | | | | | | | | | | | | | | | | About 340 comments cited the development process: task and plan numbers, fix waves, rulings, reviewers, and the author in the third person with a date. None of that exists outside the work itself, so to a reader it pointed at nothing. Each one now states the engineering reason it was standing in front of; where a comment was provenance and nothing else, it is gone. References to docs/design.md and docs/gui-design.md by section stay: both ship with the repository. The design documents lose their amendment diaries - CHANGELOG.md is that record - and the GUI's says plainly that the window has gone further than the document. Only comments changed. Every .go file was parsed and its code printed with comments stripped, before and after: the two hashes are identical across all 175 files. | ||||
| * | check refuses an empty time format; krino.conf(5) corrected from the re-audit | Lukasz Kasprzak | 6 days | 1 | -0/+3 |
| | | |||||
| * | check refuses placeholders that could never expand | Lukasz Kasprzak | 6 days | 1 | -0/+14 |
| | | |||||
| * | an earlier directory's applied results stay claimed for later ones | Lukasz Kasprzak | 7 days | 1 | -0/+6 |
| | | |||||
| * | --json carries exclusions and matching warnings | Lukasz Kasprzak | 7 days | 2 | -13/+42 |
| | | |||||
| * | literal braces are text, not placeholders, for containment and walk exclusion | Lukasz Kasprzak | 7 days | 5 | -22/+65 |
| | | |||||
| * | plan 10 re-check: cut run column, damaged undo run, emptied directory ↵v0.0.7 | Lukasz Kasprzak | 7 days | 1 | -0/+5 |
| | | | | | cleanup, text turning binary, explain flags, interrupt docs | ||||
| * | plan 10: missing and weak tests (per-step logging, trash path, fuzz oracle, ↵ | Lukasz Kasprzak | 7 days | 2 | -8/+64 |
| | | | | | w after error) | ||||
| * | plan 9: undo review matches review, --min-age validated, future mtimes, rule ↵ | Lukasz Kasprzak | 7 days | 2 | -1/+31 |
| | | | | | names, conflict enum, dependency gate, absolute tool paths | ||||
| * | plan 9: overwrite never trashes a directory or another scanned file | Lukasz Kasprzak | 7 days | 3 | -1/+54 |
| | | |||||
| * | plan 9: placeholders stay inside the directory the rule names | Lukasz Kasprzak | 7 days | 3 | -15/+91 |
| | | |||||
| * | plan 8: enum values read from source must all be handled | Lukasz Kasprzak | 8 days | 1 | -0/+47 |
| | | |||||
| * | plan 8: placeholders cannot rename to dot names or climb out with .. | Lukasz Kasprzak | 8 days | 2 | -0/+73 |
| | | |||||
| * | plan 8: fuzz decoders; fold ẞ and invalid UTF-8 correctly, refuse ↵ | Lukasz Kasprzak | 8 days | 1 | -0/+33 |
| | | | | | non-UTF-8 paths in krino new | ||||
| * | krino: duplicates are found, never deleted | Lukasz Kasprzak | 8 days | 2 | -0/+36 |
| | | | | | | | | | | A rule combining (duplicate) with a delete action is refused at load, and a file that is a duplicate under any duplicate scope its directory uses gets no delete step from any rule: the plan shows it skipped and the chain continues. A failed duplicate check blocks the delete too. Tests cover (matched), another rule's own condition, a test evaluation skipped, two scopes and a failed check, each checking every copy is still on disk. | ||||
| * | krino: planning — chains, placeholders, conflicts, JSON | Lukasz Kasprzak | 10 days | 11 | -0/+1297 |
