<feed xmlns='http://www.w3.org/2005/Atom'>
<title>krino.git/cmd/krino/log.go, branch main</title>
<subtitle>rule-based file sorter in Go, shows the plan before touching anything, applies only the files you choose, and can undo any run, with s-expression rules and a GTK 4 window</subtitle>
<id>https://git.labunix.xyz/krino.git/atom?h=main</id>
<link rel='self' href='https://git.labunix.xyz/krino.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/'/>
<updated>2026-09-17T10:54:06Z</updated>
<entry>
<title>the module path is git.labunix.xyz/krino</title>
<updated>2026-09-17T10:54:06Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-17T10:54:06Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=1884d56b0d399e9cdb80016a9c166b0120989933'/>
<id>urn:sha1:1884d56b0d399e9cdb80016a9c166b0120989933</id>
<content type='text'>
So that go install can find it. cgit serves no go-import meta tag, so
nginx answers a ?go-get=1 request for /NAME with one pointing at
https://git.labunix.xyz/NAME.git; the alternative was carrying a .git
suffix through every import line forever.

One sed over the imports, both go.mod files, and the dependency gate's
whitelist. Nothing else depends on the path. go install works from the
next tag, the first release whose go.mod carries it.
</content>
</entry>
<entry>
<title>comments that explain the code, not how it was written</title>
<updated>2026-09-17T10:11:42Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-17T10:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=bddbd74e4a73e8e32bcf648efd1cac5655f6d0cd'/>
<id>urn:sha1:bddbd74e4a73e8e32bcf648efd1cac5655f6d0cd</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>krino log marks a run partly undone while reversible steps remain</title>
<updated>2026-09-14T22:00:05Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-14T22:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=5310c857d7531986c806404103f118b3c5e364f3'/>
<id>urn:sha1:5310c857d7531986c806404103f118b3c5e364f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plan 10: commands refuse global flags they do not use</title>
<updated>2026-09-14T20:32:00Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-14T20:32:00Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=8227de6a887c8600746b06d1287cb2b00de77e28'/>
<id>urn:sha1:8227de6a887c8600746b06d1287cb2b00de77e28</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plan 9: undo review matches review, --min-age validated, future mtimes, rule names, conflict enum, dependency gate, absolute tool paths</title>
<updated>2026-09-14T19:43:23Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-14T19:43:23Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=c497d173b24b1b8247fac9e996e5c0fe690c1769'/>
<id>urn:sha1:c497d173b24b1b8247fac9e996e5c0fe690c1769</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plan 9: errors, explain traces, JSON and log fields never reach the terminal raw</title>
<updated>2026-09-14T19:36:31Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-14T19:36:31Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=d53c83e2fe6f1ecef006f116095fa8d1d18f3a7d'/>
<id>urn:sha1:d53c83e2fe6f1ecef006f116095fa8d1d18f3a7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>plan 8: escape terminal controls in everything krino prints</title>
<updated>2026-09-14T18:11:26Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-14T18:11:26Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=97b07968a0a239c862309bcdffe31848dfbf128c'/>
<id>urn:sha1:97b07968a0a239c862309bcdffe31848dfbf128c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>krino: coloured output, and --no-color</title>
<updated>2026-09-14T09:05:13Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-14T09:05:13Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=adc3410395771609d2db5ee5ae2b9da71115c5ca'/>
<id>urn:sha1:adc3410395771609d2db5ee5ae2b9da71115c5ca</id>
<content type='text'>
One palette type styles the plan table, warnings, headers, outcome counts,
prompt keys, undo's refused steps and krino log's (undone), from the
16-colour ANSI palette plus bold and faint only. Widths are measured on the
plain text, so columns line up; with colour off the output is unchanged.
--no-color works before or after any subcommand, as NO_COLOR does. The two
search-and-replace colourings are gone.
</content>
</entry>
<entry>
<title>krino: acting — trash, journal, apply, lock, review, undo</title>
<updated>2026-09-12T18:14:47Z</updated>
<author>
<name>Lukasz Kasprzak</name>
<email>lukas@labunix.xyz</email>
</author>
<published>2026-09-12T18:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.labunix.xyz/krino.git/commit/?id=3f8679be9373ee7508d512dfdfc1dda0839c7f90'/>
<id>urn:sha1:3f8679be9373ee7508d512dfdfc1dda0839c7f90</id>
<content type='text'>
</content>
</entry>
</feed>
