From 75e1ddfcf6c18025b601cafcf0471f8a89d92102 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:09:51 +0000 Subject: [PATCH 1/2] Initial plan From a29fef610d72a36c3d3870a821b6464e6f79b48b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 31 Dec 2025 14:11:32 +0000 Subject: [PATCH 2/2] docs(copilot): fix project description from Cashu to Bottin/NIP-05 Co-authored-by: tcheeric <6341500+tcheeric@users.noreply.github.com> --- .github/copilot-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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