You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7,6 +7,16 @@ A GitHub Action that maintains a source of truth for LLM context across your cod
7
7
8
8
> **Installation**: Use `lukemun/context-ledger@v1` in your workflows. For the latest features, use `@main`.
9
9
10
+
## 📦 Common Use Cases
11
+
12
+
-**Keep LLMs in sync with your codebase**: Maintain a canonical changelog that becomes the model's source of truth for context. Ideal for AI-assisted code review, agents, and RAG pipelines.
13
+
-**Docs-as-code workflows**: Ensure product and API docs stay aligned with actual shipped changes.
14
+
-**Faster onboarding for new engineers and contractors (founder benefit)**: Give an LLM the precise, up‑to‑date context to answer “how does this work?” based on real, recent changes. Reduce ramp‑up time without long knowledge dumps.
15
+
-**Sales enablement with up‑to‑date product information**: Keep customer‑facing docs, release summaries, and collateral aligned with what actually shipped so sales can speak confidently and accurately.
16
+
-**Automated release notes**: Trigger on `release: published` to generate human‑readable notes for changelogs and GitHub Releases.
17
+
-**Monorepo per-package changelogs**: Run in a matrix to append entries only to packages that changed.
18
+
-**Compliance and audit trails**: Preserve an append‑only ledger of changes with PR‑linked provenance and one‑click suggestions.
19
+
10
20
## ✨ Features
11
21
12
22
- 🤖 **AI-Powered Analysis**: Uses Claude AI to understand commit patterns and generate meaningful changelog entries
@@ -17,15 +27,6 @@ A GitHub Action that maintains a source of truth for LLM context across your cod
17
27
- 📊 **Multiple Triggers**: Works with pull requests, releases, and manual workflow dispatch
-**Keep LLMs in sync with your codebase**: Maintain a canonical changelog that becomes the model's source of truth for context. Ideal for AI-assisted code review, agents, and RAG pipelines.
23
-
-**Automated release notes**: Trigger on `release: published` to generate human‑readable notes for changelogs and GitHub Releases.
24
-
-**Monorepo per-package changelogs**: Run in a matrix to append entries only to packages that changed.
25
-
-**Compliance and audit trails**: Preserve an append‑only ledger of changes with PR‑linked provenance and one‑click suggestions.
26
-
-**Docs-as-code workflows**: Ensure product and API docs stay aligned with actual shipped changes.
27
-
-**Faster onboarding for new engineers and contractors (founder benefit)**: Give an LLM the precise, up‑to‑date context to answer “how does this work?” based on real, recent changes. Reduce ramp‑up time without long knowledge dumps.
28
-
-**Sales enablement with up‑to‑date product information**: Keep customer‑facing docs, release summaries, and collateral aligned with what actually shipped so sales can speak confidently and accurately.
0 commit comments