feat: Update context commands to include work items and enhance Mattermost integration

This commit is contained in:
2026-04-09 15:30:11 -06:00
parent 33197eb59a
commit 9255055c43
7 changed files with 36 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
---
description: Promote confirmed project facts from the inbox into Fidelity workspace memory
description: Manually promote confirmed project facts into Fidelity workspace memory
---
Promote confirmed Fidelity project context into the workspace.
Use this only when you want an explicit manual promotion pass.
Read:
@@ -22,6 +22,10 @@ Current Mattermost inbox, if present:
!`if [ -f ai/inbox/mattermost-latest.md ]; then cat ai/inbox/mattermost-latest.md; else echo "No Mattermost inbox file is available."; fi`
Generated Mattermost context, if present:
!`if [ -s scripts/mattermost/generated/mattermost_context.jsonl ]; then cat scripts/mattermost/generated/mattermost_context.jsonl; else echo "No generated Mattermost context is available."; fi`
User direction or facts to promote:
$ARGUMENTS
@@ -38,6 +42,7 @@ Instructions:
- `ai/context/decisions/*.md`
- Prefer concrete project updates over broad summaries
- If a fact is still ambiguous, do not promote it
- Use this command when you want a deliberate manual pass beyond the agent's default automatic memory maintenance
Return: