diff --git a/src/.agent/workflows/convert-cover-letter.md b/src/.agent/workflows/convert-cover-letter.md index 7812ec1..bf6074a 100644 --- a/src/.agent/workflows/convert-cover-letter.md +++ b/src/.agent/workflows/convert-cover-letter.md @@ -249,12 +249,12 @@ Build the conversion command: pandoc cover-letter.md \ --from markdown \ --to latex \ - --template=src/.claude/templates/swiss-letter.tex \ + --template=.claude/templates/swiss-letter.tex \ --pdf-engine=pdflatex \ --output=cover-letter.pdf ``` -**Template path**: Use the template at `src/.claude/templates/swiss-letter.tex` relative to the framework root. +**Template path**: Use the template at `.claude/templates/swiss-letter.tex` relative to the framework root. ### Execute Conversion @@ -424,7 +424,7 @@ Pandoc may create intermediate files during conversion: Users can customize the Swiss letter template: -**Location**: `src/.claude/templates/swiss-letter.tex` +**Location**: `.claude/templates/swiss-letter.tex` **Customizable elements** (documented in template): - Font size (currently 11pt) @@ -434,7 +434,7 @@ Users can customize the Swiss letter template: - Color scheme (currently black/white) **To customize**: -1. Edit `src/.claude/templates/swiss-letter.tex` +1. Edit `.claude/templates/swiss-letter.tex` 2. Re-run `/convert-cover-letter` to apply changes 3. Template comments explain each section diff --git a/src/.agent/workflows/new-application.md b/src/.agent/workflows/new-application.md index c70f421..d6b1422 100644 --- a/src/.agent/workflows/new-application.md +++ b/src/.agent/workflows/new-application.md @@ -79,7 +79,7 @@ Use these steps: ### 5. Create application.md -Copy the template from `src/.claude/templates/application-template.md` to the new folder as `application.md`. +Copy the template from `.claude/templates/application-template.md` to the new folder as `application.md`. **Update Metadata Section**: - Replace `[Auto-filled on creation]` in the Created field with current timestamp @@ -163,7 +163,7 @@ After successfully creating the application, provide this output: - Create it automatically with parent directories - Inform user: "Created applications directory structure." -**If template file is missing** (`src/.claude/templates/application-template.md`): +**If template file is missing** (`.claude/templates/application-template.md`): - Create a basic application.md with minimal structure - Warn user: "Template file not found. Created basic application.md structure."