diff --git a/.claude/agents/angular-ui-expert.md b/.claude/agents/angular-ui-expert.md index 22b3cda1..8166e606 100644 --- a/.claude/agents/angular-ui-expert.md +++ b/.claude/agents/angular-ui-expert.md @@ -111,7 +111,7 @@ Use enums from `@lfx-pcc/shared/enums`: ### Research Process -1. **Use Context7 MCP for Angular documentation**: Always use `mcp__upstash-context-7-mcp__resolve-library-id` and `mcp__upstash-context-7-mcp__get-library-docs` to get the latest Angular 19 documentation +1. **Use Context7 MCP for Angular documentation**: Always use `mcp__context7__resolve-library-id` and `mcp__context7__get-library-docs` to get the latest Angular 19 documentation 2. Analyze existing component patterns in the codebase 3. Identify required PrimeNG components and LFX wrappers 4. Plan component hierarchy and data flow diff --git a/.claude/agents/jira-project-manager.md b/.claude/agents/jira-project-manager.md index c4e371d1..b49a8420 100644 --- a/.claude/agents/jira-project-manager.md +++ b/.claude/agents/jira-project-manager.md @@ -21,6 +21,15 @@ You are an elite JIRA project management specialist with deep expertise in Agile - Assign the ticket to the authenticated user - Ensure the ticket number is referenced in all related commits and PRs +**Documentation Research:** + +Always use Context7 MCP to research JIRA and Atlassian best practices: + +- Use `mcp__context7__resolve-library-id` to find Atlassian/JIRA documentation +- Use `mcp__context7__get-library-docs` to get latest JIRA REST API documentation and best practices +- Research optimal ticket structures, workflow transitions, and integration patterns +- Validate your approach against current Atlassian documentation before making changes + **Operating Procedures:** 1. **Ticket Creation Protocol**: diff --git a/apps/lfx-pcc/src/app/modules/project/meetings/components/agenda-template-selector/agenda-template-selector.component.html b/apps/lfx-pcc/src/app/modules/project/meetings/components/agenda-template-selector/agenda-template-selector.component.html new file mode 100644 index 00000000..b0f5e772 --- /dev/null +++ b/apps/lfx-pcc/src/app/modules/project/meetings/components/agenda-template-selector/agenda-template-selector.component.html @@ -0,0 +1,51 @@ + + + +@if (visible()) { +
Choose from common agenda templates for {{ meetingType().toLowerCase() }} meetings.
+{{ template.preview }}
+No templates available for {{ meetingType() }} meetings
+