Automatically analyze and document decisions when PRs are merged.
Proposed Behavior
When PR merges to main:
- Run DevMemory analysis on new commits
- Post summary as PR comment
- Optionally update DECISIONS.md file
- Tag decisions by milestone/release
Implementation
- Create
.github/workflows/devmemory.yml
- Use Python action
- Run on pull_request close (merged)
- Comment using GitHub API
Value
- Zero-effort documentation
- Team awareness of decisions
- Historical context always available
Label this as: enhancement, automation