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
feat(context-ledger): improve README with simple setup first and add API key validation
- Add simple single-project setup before monorepo setup
- Add helpful API key missing comment when ANTHROPIC_API_KEY not found
- Clarify that no installation required - just reference action
- Better organization for new users vs advanced users
@@ -104,6 +155,8 @@ All notable changes to this project will be documented in this file.
104
155
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105
156
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
106
157
158
+
## [Unreleased]
159
+
107
160
<!-- Context Ledger will add new entries below this line -->
108
161
<!-- AI_APPEND_HERE -->
109
162
```
@@ -141,6 +194,7 @@ Create a new pull request and watch Context Ledger analyze your changes and sugg
141
194
- **API key required**: Without `ANTHROPIC_API_KEY`, Context Ledger will post a helpful comment with setup instructions
142
195
- **First run**: The action will run starting with your first PR after adding the workflow to main
143
196
- **Permissions**: Make sure your repository allows Actions to write to PRs (enabled by default)
197
+
- **Customize target options**: Update the `target_changelog` options in `workflow_dispatch` to match your project structure (e.g., service names in a monorepo)
0 commit comments