DField SolutionsMérnöki stúdió · Budapest
Loading · Töltődik
Skip to content
Category: CLI dev-tooling + pragmatic AI

Scriven

Release notes that read like a human wrote them.

What it is

Scriven turns your Conventional-Commits history into clean, grouped Markdown release notes through a pure, tested parsing and grouping pipeline. The interesting part is the optional --narrate layer: it rewrites the notes with Claude when a key is available, and gracefully falls back to an offline summary when there isn't one, so the core tool never depends on the network. It is a from-scratch CLI with zero dependencies that you can download and run locally.

Pure, tested Conventional-Commits parser → grouper → Markdown (9 tests, zero deps); an optional --narrate layer rewrites with Claude and falls back to an offline summary with no key.

What's inside

The full source, the tests, and CI. Open it, read it, change it. A zero-dependency core, free, in the MIT spirit.

Run it after unzip

pnpm install && pnpm dev