A done node should carry context about HOW it was completed — not just that it's closed.
For @github: nodes, the adapter should resolve:
- Linked PR(s) — number, title, merge commit
- Closing commit SHA
- Deployment status (if available via GitHub Deployments API)
- Timeline: when opened, when closed, duration
This context helps downstream work understand what was built, where it shipped, and whether it's actually live. The gh adapter already fetches issues — extend it to pull linked PRs and deployment data for closed issues.
Display in `amos show`:
```
...
Completed: PR #45 merged (abc1234) — deployed to production 2026-03-15
```
A done node should carry context about HOW it was completed — not just that it's closed.
For @github: nodes, the adapter should resolve:
This context helps downstream work understand what was built, where it shipped, and whether it's actually live. The gh adapter already fetches issues — extend it to pull linked PRs and deployment data for closed issues.
Display in `amos show`:
```
@github:#22 [done]
...
Completed: PR #45 merged (abc1234) — deployed to production 2026-03-15
```