Skip to content

Commit 2e36cfe

Browse files
committed
dx: journal
1 parent bfd334d commit 2e36cfe

10 files changed

Lines changed: 25 additions & 4 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,26 @@ Predefined workflows agents can execute:
170170
code-hq init
171171
code-hq create task "Fix auth bug" --priority high
172172
code-hq tasks --status blocked
173+
code-hq people --role developer
174+
code-hq milestones --status active
173175
code-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+
176193
Everything 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
265286
2. **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

269290
What 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

Comments
 (0)