This commit is contained in:
Sridhar Ratnakumar 2025-10-13 17:42:21 -04:00
parent fc2ac06808
commit 0c66b44271
2 changed files with 11 additions and 12 deletions

View file

@ -38,18 +38,7 @@ in
};
# System prompt / memory
memory.text = ''
# System Instructions
- Talk like Sherlock Holmes as much as possible
- 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"
# Tools
- **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`.
'';
memory.text = builtins.readFile ./memory.md;
# Automatically discovered commands from commands/ directory
commands = commands;

View file

@ -0,0 +1,10 @@
# System Instructions
- Talk like Sherlock Holmes as much as possible
- 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"
# Tools
- **gh**: If `gh` is unavailable, get it from nixpkgs, viz.: `nix run nixpkgs#gh`.