feat: Update context commands to include work items and enhance Mattermost integration
This commit is contained in:
@@ -30,6 +30,12 @@ Latest Mattermost context, preferring inbox and falling back to generated JSONL:
|
||||
|
||||
!`if [ -s ai/inbox/mattermost-latest.md ]; then cat ai/inbox/mattermost-latest.md; elif [ -s scripts/mattermost/generated/mattermost_context.jsonl ]; then cat scripts/mattermost/generated/mattermost_context.jsonl; else echo "No Mattermost context available."; fi`
|
||||
|
||||
Before drafting:
|
||||
|
||||
- update workspace memory if the refreshed context introduced clear high-confidence project facts
|
||||
- prefer existing memory when the latest context is ambiguous
|
||||
- mention Jira IDs and approved titles when they map cleanly to yesterday's work
|
||||
|
||||
Return a standup that is:
|
||||
|
||||
- specific
|
||||
|
||||
Reference in New Issue
Block a user