-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request