Skip to content

Commit c4c6643

Browse files
committed
Fixed prettier complaints
Signed-off-by: George Araújo <george.gcac@gmail.com>
1 parent 43d5c40 commit c4c6643

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/agents/customize.agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ You have access to the complete documentation for al-folio:
106106
6. **TROUBLESHOOTING.md** – Troubleshooting guide for common issues
107107
7. **CONTRIBUTING.md** – Guidelines for contributing to the project
108108

109-
10. **ANALYTICS.md** – Analytics and tracking configuration
110-
11. **SEO.md** – Search engine optimization guide
109+
8. **ANALYTICS.md** – Analytics and tracking configuration
110+
9. **SEO.md** – Search engine optimization guide
111111

112112
## Custom Instructions Context
113113

.github/agents/docs.agent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,16 +119,19 @@ You are a documentation specialist for the al-folio Jekyll theme project.
119119
This repository includes custom instruction files to enhance GitHub Copilot's effectiveness when working with specific file types. These files are located in `.github/instructions/` and `.github/copilot-instructions.md`:
120120

121121
**Main Instructions:**
122+
122123
- `.github/copilot-instructions.md` – Repository-wide guidance including tech stack versions, Docker build process, project layout, CI/CD pipelines, common pitfalls, and file format specifications
123124

124125
**Path-Specific Instructions (applies to files matching specific patterns):**
126+
125127
- `.github/instructions/liquid-templates.instructions.md` (applies to `**/*.liquid`) – Guidance for Liquid templating, common patterns, validation, and testing
126128
- `.github/instructions/yaml-configuration.instructions.md` (applies to `_config.yml,_data/**/*.yml`) – Guidance for YAML syntax, feature flags, BibTeX keywords, and configuration best practices
127129
- `.github/instructions/bibtex-bibliography.instructions.md` (applies to `**/*.bib,_bibliography/**`) – Guidance for BibTeX entry syntax, custom keywords, field specifications, and publication frontmatter
128130
- `.github/instructions/markdown-content.instructions.md` (applies to content collections) – Guidance for creating content in `_books/`, `_news/`, `_pages/`, `_posts/`, `_projects/`, and `_teachings/` with appropriate frontmatter and formatting
129131
- `.github/instructions/javascript-scripts.instructions.md` (applies to `_scripts/**/*.js`) – Guidance for JavaScript and Liquid+JavaScript hybrid files, ES6 patterns, and script debugging
130132

131133
**Environment Setup:**
134+
132135
- `.github/workflows/copilot-setup-steps.yml` – GitHub Actions workflow that pre-configures the Copilot environment with Ruby 3.3.5, Python 3.13, Node.js, ImageMagick, and nbconvert before agent execution
133136

134137
These instruction files help Copilot agents understand project-specific conventions, build requirements, validation procedures, and common patterns without requiring them to explore the codebase.

0 commit comments

Comments
 (0)