@@ -170,9 +170,26 @@ Predefined workflows agents can execute:
170170code-hq init
171171code-hq create task " Fix auth bug" --priority high
172172code-hq tasks --status blocked
173+ code-hq people --role developer
174+ code-hq milestones --status active
173175code-hq show --view kanban
174176```
175177
178+ ### 5. Changelog Automation
179+
180+ Built-in changelog generation from git history:
181+
182+ ``` bash
183+ # Preview changelog from commits
184+ code-hq changelog generate --dry-run
185+
186+ # Generate and update CHANGELOG.md
187+ code-hq changelog generate
188+
189+ # Prepare release (bump version, create tag)
190+ code-hq changelog release
191+ ```
192+
176193Everything stays in sync. Humans use the CLI. Agents query the graph.
177194
178195## Real-World Impact
@@ -259,12 +276,16 @@ Open source. Local-first. Built for agents.
259276
260277## What's Next?
261278
262- I'm exploring:
279+ ** Recently added** (v1.4-1.5):
280+ - ✅ ** People & milestone tracking** - Full team management
281+ - ✅ ** Changelog automation** - Generate from git history
282+ - ✅ ** Agent workflow templates** - Standup, PR review, sprint planning
263283
264- 1 . ** VSCode extension** - Visual graph editor
284+ ** Coming soon** :
285+ 1 . ** VSCode extension** - Visual graph editor and inline task management
2652862 . ** GitHub sync** - Bidirectional issue linking
266- 3 . ** Agent templates ** - Common workflows (standup, PR review, sprint planning)
267- 4 . ** Cross-project analytics ** - Multi-repo insights
287+ 3 . ** Cross-project analytics ** - Multi-repo insights
288+ 4 . ** AI-powered insights ** - Automatic bottleneck detection, workload balancing
268289
269290What agent workflows would be most useful for your team? [ Open an issue] ( https://github.com/trentbrew/code-hq/issues ) and let's build it together.
270291
0 commit comments