diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 90d2369..2552583 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,6 +1,6 @@ # GitHub Copilot Instructions -This repository implements the Cashu protocol. When using GitHub Copilot, keep the following guidelines in mind: +This repository implements Bottin, a NIP-05 identity service for Nostr. When using GitHub Copilot, keep the following guidelines in mind: - Use Conventional Commits for titles and commit messages (e.g., `feat(scope): message`). - Ensure pull requests include a clear description and test results. @@ -10,4 +10,4 @@ This repository implements the Cashu protocol. When using GitHub Copilot, keep t - Maintain Java 21 compatibility and update `pom.xml` for new dependencies. - Remove unused imports. -These instructions help Copilot produce code that respects the repository's conventions and protocol requirements. \ No newline at end of file +These instructions help Copilot produce code that respects the repository's conventions and NIP-05 protocol requirements. \ No newline at end of file