feat: update Mattermost rendering guidelines for standups and enhance daily logs with recent validation details
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Standup Prompt
|
||||
|
||||
> **Format note (2026-05-12):** Mattermost requires an extra blank line before section headers like `Today:` and `Blockers:` for proper rendering. The format template below reflects this.
|
||||
> **Format note (2026-05-13):** Mattermost requires a visible blank line before section headers like `Today:` and `Blockers:` for proper rendering. Always emit two newline characters between the previous bullet/list item and the next section header; never place `Today:` immediately after a list item.
|
||||
|
||||
Use `project-knowledge/01-current/current-work.md`, `project-knowledge/01-current/work-items.md`, the detailed files referenced from that active-work summary, `project-knowledge/03-context/project.md`, `project-knowledge/03-context/workstreams/index.md`, `project-knowledge/03-context/process/communication.md`, `project-knowledge/04-people/manager.md`, the previous workday communication context, today's daily note if present, and the latest available communication context.
|
||||
|
||||
@@ -24,7 +24,7 @@ Generate a standup update for the active project profile.
|
||||
## Output contract
|
||||
|
||||
- Use the greeting required by the active profile or command. If no greeting is specified, omit the greeting and start with the previous-work section.
|
||||
- Return the greeting, a previous-work section, and `Today:`
|
||||
- Return the greeting, a previous-work section, and `Today:` with a visible blank line before `Today:`
|
||||
- Include `Blockers:` only when there is a real blocker to report; omit the entire section when there are no blockers
|
||||
- Use `Yesterday:` only when the previous-work section truly refers to yesterday; otherwise use a truthful label such as `Last workday:` or the weekday/date when clearer
|
||||
- Return Markdown that is ready to copy/paste directly into the configured team communication tool
|
||||
@@ -105,4 +105,4 @@ Blockers:
|
||||
|
||||
If there are no blockers, omit `Blockers:` entirely.
|
||||
|
||||
**Mattermost rendering note:** use a blank line (an extra line break) before `Today:` and before `Blockers:` so Mattermost renders the section headers as proper headings rather than inline text.
|
||||
**Mattermost rendering note:** use a visible blank line (two newline characters) before `Today:` and before `Blockers:` so Mattermost renders the section headers as proper headings rather than inline text. Before returning the final answer, visually verify there is an empty line immediately above `Today:`.
|
||||
|
||||
Reference in New Issue
Block a user