CLI that turns LLM input into well-formatted Conventional Commits
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: license upgrade.go, uncomment reuse badge

Amolith (Oct 23, 2025, 1:40 PM -0600) 05ef55e9 56828b46

+5 -2
+1 -2
README.md
··· 6 6 7 7 # formatted-commit 8 8 9 - <!--[![REUSE status](https://api.reuse.software/badge/git.secluded.site/formatted-commit)](https://api.reuse.software/info/git.secluded.site/formatted-commit)--> 10 - 9 + [![REUSE status](https://api.reuse.software/badge/git.secluded.site/formatted-commit)](https://api.reuse.software/info/git.secluded.site/formatted-commit) 11 10 [![Go Report Card](https://goreportcard.com/badge/git.secluded.site/formatted-commit)](https://goreportcard.com/report/git.secluded.site/formatted-commit) 12 11 13 12 CLI tool that produces commits following the Conventional Commits specification
+4
upgrade.go
··· 1 + // SPDX-FileCopyrightText: Amolith <amolith@secluded.site> 2 + // 3 + // SPDX-License-Identifier: AGPL-3.0-or-later 4 + 1 5 package main 2 6 3 7 import (