I was asking Cody how to speed up a new session startup,( with respect to ensuring it has the base context for my project). Cody suggested using a template, here’s part of it:
Hi Cody, new session.
**Project Focus:** [e.g., All Activity Tab]
**1. Current Progress:**
- Checklist: @docs/[feature_name]\_progress.md
- We are currently working on/about to start: [Brief description of the next step from checklist/plan]
**2. Key Documents for this Feature:**
- PRD: @docs/contacts/allActivityTab/prd.md (Main focus: Section [X.Y] if applicable)
- Implementation Plan: @docs/contacts/allActivityTab/implementation.md (Main focus: Section [A.B] if applicable)
**3. Core Codebase Files (for general reference, if unchanged):**
- Agile Working Agreement: @docs/agileWorkingAgreement.md
- Conventions: @docs/Conventions.md
- Date Handling: @docs/date-handling.md
- Schema: @prisma/schema.prisma
- Enums: @lib/enums.ts
- Errors: @lib/errors.ts
But when I copy and paste this into the new conversation, none of the @-mentions are interpreted as actual mentions/content. Is there a way of creating something like this where the references work correctly (i.e. their content becomes part of the context)?
Thanks.