feat: Add support for Jira-linked work management and enhance standup generation context
This commit is contained in:
@@ -78,6 +78,17 @@ Use when the fact changes the active work window, including:
|
||||
- current blockers or debugging constraints
|
||||
- manager direction that changes the next few days of work
|
||||
|
||||
### `ai/state/work-items.md`
|
||||
|
||||
Use for current Jira-linked work that should remain easy to reference across sessions, especially:
|
||||
|
||||
- Jira IDs
|
||||
- approved or explicit titles
|
||||
- currently relevant status notes
|
||||
- current points or scope notes
|
||||
|
||||
This file should help standups and manager updates mention work items precisely.
|
||||
|
||||
### `ai/context/project.md`
|
||||
|
||||
Use for durable project knowledge that should survive beyond the current work window.
|
||||
|
||||
@@ -41,6 +41,18 @@ Use current state only for facts that materially affect active work over the nex
|
||||
|
||||
Do not copy every daily update into current state.
|
||||
|
||||
### Promote to `ai/state/work-items.md`
|
||||
|
||||
Use this file for:
|
||||
|
||||
- explicit Jira IDs
|
||||
- approved or explicit story titles
|
||||
- current story points
|
||||
- current scope notes
|
||||
- active status notes that still matter for future updates
|
||||
|
||||
If a Jira item is likely to appear again in standups or Jeff updates, it belongs here.
|
||||
|
||||
### Promote to `ai/context/project.md`
|
||||
|
||||
Use project context only for durable project knowledge that should survive beyond the current work window, such as:
|
||||
|
||||
Reference in New Issue
Block a user