docs: add package-level documentation
Per go-patterns/package-design.md, every package needs a doc comment. Added to gitea, llm, and review packages.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package llm provides a client for OpenAI-compatible chat completion APIs.
|
||||
package llm
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user