Hacker News new | ask | show | jobs
by anentropic 28 days ago
What is the intended team workflow with git?

I do some work on a PR, Kage generates some new memories - I commit those with the feature?

> Branch changes can be summarized with `kage propose --from-diff` and checked with kage pr check.

Is this suggested as a pre-commit hook type of activity?

Are there actions that should run periodically in CI, or upon merges to base branches?

1 comments

Yusss, you install Kage and then you work with your agent as you regularly do, it automatically captures memories from your live session like decisions, gotchas, runbook, bug fixes etc... it automatically links them to the right code blocks.

'kage propose --from-diff' is a supplementary tool that you can use to create a feature summary packet.

'kage pr check' runs validation and graph-freshness, and blocks on hard-stale memory your diff invalidated. You can run 'kage pr check' in your CI as well, that's what Kage is doing it in it's own repo.