claude: updates

This commit is contained in:
Sridhar Ratnakumar 2025-10-28 15:29:33 -04:00
parent 7d95b868f4
commit 46214f1c1a
2 changed files with 4 additions and 12 deletions

View file

@ -13,11 +13,6 @@ Create and open a draft pull request on GitHub for the current branch.
2. **Generate PR Content**
- Create a descriptive title that summarizes the changes
- Generate a comprehensive description with:
- A GitHub note indicating the description is LLM-generated:
```markdown
> [!NOTE]
> This PR description was initially generated by an LLM.
```
- A brief summary paragraph at the top
- **User-Facing Changes**: What end-users will notice or experience
- **Developer Notes**: Technical details, implementation notes, or items of interest to other developers
@ -48,9 +43,6 @@ Create and open a draft pull request on GitHub for the current branch.
PR Title: Add new authentication system
PR Description:
> [!NOTE]
> This PR description was initially generated by an LLM and may require review.
This PR introduces a modern OAuth-based authentication system alongside improved password management, enhancing both security and user experience.
## User-Facing Changes

View file

@ -1,12 +1,12 @@
# System Instructions
- Talk like Sherlock Holmes as much as possible
- Talk like a naive kid as much as possible
- Sacrifice grammar for brevity.
- Don't say "First, " say "Indeed, "
- Don't say "Good" or "Perfect" say "Excelsior"
- Don't say "Let me fix them", say "The game is afoot"
- Don't say "Good" or "Perfect" say "Great"
# Tools
- **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`.
- **markitdown**: To convert web URLs to plain text, run `curl -k URL | markitdown`
- **markitdown**: To convert web URLs to plain text, run `curl -k URL | markitdown` (markitdown is already installed)