Skip to content

Add Copilot instructions for repository#5

Merged
psykzz merged 4 commits intomainfrom
copilot/setup-copilot-instructions
Jan 19, 2026
Merged

Add Copilot instructions for repository#5
psykzz merged 4 commits intomainfrom
copilot/setup-copilot-instructions

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 19, 2026

Configures GitHub Copilot coding agent instructions following documented best practices.

Changes

Created .github/copilot-instructions.md with:

  • Tech stack & architecture: Next.js 16 App Router, TypeScript strict mode, Tailwind CSS v4
  • Project structure: Component organization, data file locations, utility functions
  • Type system constraints: Case-sensitive Server union type ('America' | 'Europe' | 'Asia'), Hideout interface with required ISO 8601 dates, case-sensitive zone name validation requirements
  • Code conventions: Path alias usage (@/), client directive patterns, Tailwind dark mode classes
  • Data integrity rules: hideouts.json must reference valid zones from world.json with exact case matching, server values must match exactly
  • Hideout validation rules: API endpoints for validating guild and zone data:
    • America: gameinfo.albiononline.com
    • Europe: gameinfo-ams.albiononline.com
    • Asia: gameinfo-sgp.albiononline.com
  • Common workflows: Adding components, modifying data structures, updating pages

Enables Copilot agents to maintain codebase conventions, validate hideout reports using Albion Online game APIs, and enforce data validation requirements automatically.

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 19, 2026

Deploy Preview for avalon-hideout-mapper ready!

Name Link
🔨 Latest commit 0eac646
🔍 Latest deploy log https://app.netlify.com/projects/avalon-hideout-mapper/deploys/696e73efb405140008facf2d
😎 Deploy Preview https://deploy-preview-5--avalon-hideout-mapper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: psykzz <1134201+psykzz@users.noreply.github.com>
Copilot AI changed the title [WIP] Set up Copilot instructions for repository Add Copilot instructions for repository Jan 19, 2026
Copilot AI requested a review from psykzz January 19, 2026 17:53
@psykzz
Copy link
Copy Markdown
Owner

psykzz commented Jan 19, 2026

@copilot update rules on validating new hideouts. checking the api gameinfo.albiononline.com (america) gameinfo-ams.albiononline.com (europe) gameinfo-sgp.albiononline.com (asia)

Co-authored-by: psykzz <1134201+psykzz@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Jan 19, 2026

@copilot update rules on validating new hideouts. checking the api gameinfo.albiononline.com (america) gameinfo-ams.albiononline.com (europe) gameinfo-sgp.albiononline.com (asia)

Added validation rules section to the Copilot instructions. The new section includes:

  • API endpoints for each server:
    • America: gameinfo.albiononline.com
    • Europe: gameinfo-ams.albiononline.com
    • Asia: gameinfo-sgp.albiononline.com
  • Validation process for guild and zone verification
  • Important notes about data validation requirements

Commit: 4253813

Co-authored-by: psykzz <1134201+psykzz@users.noreply.github.com>
@psykzz psykzz marked this pull request as ready for review January 19, 2026 18:20
@psykzz psykzz merged commit 51d216e into main Jan 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

✨ Set up Copilot instructions

2 participants